[Xfce4-commits] [xfce/xfce4-panel] branch master updated (fad3d47 -> d3a510d)

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  fad3d47   I18n: Update translation lt (100%).
   new  d3a510d   Replace deprecated gtk_misc_set_alignment

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:
 panel/panel-item-dialog.c  | 2 +-
 plugins/tasklist/tasklist-widget.c | 8 
 2 files changed, 5 insertions(+), 5 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-panel] 01/01: Replace deprecated gtk_misc_set_alignment

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit d3a510d75750363cc523cecb5b0ff9004d14e4f7
Author: Simon Steinbeiss 
Date:   Thu Apr 13 23:45:47 2017 +0200

Replace deprecated gtk_misc_set_alignment
---
 panel/panel-item-dialog.c  | 2 +-
 plugins/tasklist/tasklist-widget.c | 8 
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/panel/panel-item-dialog.c b/panel/panel-item-dialog.c
index d5cb6d4..4bf85ae 100644
--- a/panel/panel-item-dialog.c
+++ b/panel/panel-item-dialog.c
@@ -215,7 +215,7 @@ panel_item_dialog_init (PanelItemDialog *dialog)
   gtk_widget_show (hbox);
 
   label = gtk_label_new_with_mnemonic (_("_Search:"));
-  gtk_misc_set_alignment (GTK_MISC (label), 1.0, 0.5);
+  gtk_label_set_xalign (GTK_LABEL (label), 1.0);
   gtk_box_pack_start (GTK_BOX (hbox), label, TRUE, TRUE, 0);
   gtk_widget_show (label);
 
diff --git a/plugins/tasklist/tasklist-widget.c 
b/plugins/tasklist/tasklist-widget.c
index e412468..ef78ce3 100644
--- a/plugins/tasklist/tasklist-widget.c
+++ b/plugins/tasklist/tasklist-widget.c
@@ -2157,14 +2157,14 @@ xfce_tasklist_child_new (XfceTasklist *tasklist)
   if (!xfce_tasklist_vertical (tasklist))
 {
   /* gtk_box_reorder_child (GTK_BOX (child->box), child->icon, 0); */
-  gtk_misc_set_alignment (GTK_MISC (child->label), 0.0, 0.5);
+  gtk_label_set_xalign (GTK_LABEL (child->label), 0.0);
   gtk_label_set_ellipsize (GTK_LABEL (child->label), 
tasklist->ellipsize_mode);
 }
   else
 {
   /* gtk_box_reorder_child (GTK_BOX (child->box), child->icon, -1); */
+  gtk_label_set_yalign (GTK_LABEL (child->label), 0.0);
   gtk_label_set_angle (GTK_LABEL (child->label), 270);
-  gtk_misc_set_alignment (GTK_MISC (child->label), 0.50, 0.00);
   /* TODO can we already ellipsize here yet? */
 }
 
@@ -4023,7 +4023,7 @@ xfce_tasklist_update_orientation (XfceTasklist *tasklist)
   if (horizontal)
 {
   /* gtk_box_reorder_child (GTK_BOX (child->box), child->icon, 0); */
-  gtk_misc_set_alignment (GTK_MISC (child->label), 0.0, 0.5);
+  gtk_label_set_xalign (GTK_LABEL (child->label), 0.0);
   gtk_label_set_angle (GTK_LABEL (child->label), 0);
   gtk_label_set_ellipsize (GTK_LABEL (child->label),
child->tasklist->ellipsize_mode);
@@ -4031,7 +4031,7 @@ xfce_tasklist_update_orientation (XfceTasklist *tasklist)
   else
 {
   /* gtk_box_reorder_child (GTK_BOX (child->box), child->icon, -1); */
-  gtk_misc_set_alignment (GTK_MISC (child->label), 0.50, 0.00);
+  gtk_label_set_yalign (GTK_LABEL (child->label), 0.0);
   gtk_label_set_angle (GTK_LABEL (child->label), 270);
   gtk_label_set_ellipsize (GTK_LABEL (child->label), 
PANGO_ELLIPSIZE_NONE);
 }

-- 
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/xfdesktop] 01/01: I18n: Update translation lt (100%).

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 968c85772ca4d8996033317cf945bf3acb20bf04
Author: Anonymous 
Date:   Thu Apr 13 18:33:51 2017 +0200

I18n: Update translation lt (100%).

223 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/lt.po | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index 1b0395e..9f5c224 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -5,14 +5,14 @@
 # Translators:
 # Algimantas Margevičius , 2012
 # Mantas Zapolskas , 2003
-# Moo, 2015-2016
+# Moo, 2015-2017
 # Ričardas Vasiulis , 2010
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfdesktop\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2016-08-15 18:31+0200\n"
-"PO-Revision-Date: 2016-09-16 21:09+\n"
+"PO-Revision-Date: 2017-04-13 14:37+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfdesktop/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -407,7 +407,7 @@ msgstr "Rodyti _prisegamus langus tik aktyvioje darbo 
srityje"
 
 #: ../settings/xfdesktop-settings-ui.glade.h:26
 msgid "Show a_dd and remove workspace options in list"
-msgstr "Rodyti sąraše parinktis, skirtas pridėti ir šalinti darbo sritis"
+msgstr "Rodyti sąraše parametrus, skirtus pridėti ir šalinti darbo sritis"
 
 #: ../settings/xfdesktop-settings-ui.glade.h:27
 msgid "Window List Menu"
@@ -433,7 +433,7 @@ msgstr "Rodyti _miniatiūras"
 msgid ""
 "Select this option to display preview-able files on the desktop as "
 "automatically generated thumbnail icons."
-msgstr "Pasirinkite šią parinktį, norėdami matyti peržiūrimus darbalaukio 
failus, kaip automatiškai sugeneruotas miniatiūrų piktogramas."
+msgstr "Pasirinkite šį parametrą, norėdami matyti peržiūrimus darbalaukio 
failus, kaip automatiškai sugeneruotas miniatiūrų piktogramas."
 
 #: ../settings/xfdesktop-settings-ui.glade.h:33
 msgid "Show hidden files on the desktop"
@@ -594,7 +594,7 @@ msgstr "Sukurta su GTK+ %d.%d.%d, susieta su GTK+ %d.%d.%d."
 #: ../src/xfdesktop-application.c:879
 #, c-format
 msgid "Build options:\n"
-msgstr "Kompiliavimo parinktys:\n"
+msgstr "Kompiliavimo parametrai:\n"
 
 #: ../src/xfdesktop-application.c:880
 #, c-format

-- 
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 (84ef731 -> 47cfd5d)

2017-04-13 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  84ef731   netwm: avoid spurious warning on restart
   new  47cfd5d   I18n: Update translation lt (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/lt.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] [xfce/xfwm4] 01/01: I18n: Update translation lt (100%).

2017-04-13 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 47cfd5d26ff7f8959bd108c449d3bec1d5d418e3
Author: Anonymous 
Date:   Thu Apr 13 18:33:59 2017 +0200

I18n: Update translation lt (100%).

173 translated messages.

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

diff --git a/po/lt.po b/po/lt.po
index 875ee5d..cfde389 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: Xfwm4\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2016-05-01 00:32+0200\n"
-"PO-Revision-Date: 2017-03-20 11:21+\n"
+"PO-Revision-Date: 2017-04-13 14:38+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfwm4/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -63,7 +63,7 @@ msgstr "."
 msgid ""
 "%s: %s\n"
 "Try %s --help to see a full list of available command line options.\n"
-msgstr "%s: %s\nNaudokite %s --help norėdami pamatyti visas komandų eilutės 
parinktis.\n"
+msgstr "%s: %s\nNaudokite %s --help norėdami pamatyti visus komandų eilutės 
parametrus.\n"
 
 #: ../settings-dialogs/workspace-settings.c:74
 #: ../settings-dialogs/workspace-settings.c:89

-- 
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/xfconf] 01/01: I18n: Update translation lt (100%).

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 71d0a4140aeca07aee451f421391b151ab708cdc
Author: Anonymous 
Date:   Thu Apr 13 18:33:45 2017 +0200

I18n: Update translation lt (100%).

67 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/lt.po | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index 03c70e6..b977520 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -4,13 +4,13 @@
 # 
 # Translators:
 # Algimantas Margevičius , 2012
-# Moo, 2015
+# Moo, 2015,2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfconf\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-07-27 18:32+0200\n"
-"PO-Revision-Date: 2016-01-13 01:09+\n"
+"PO-Revision-Date: 2017-04-13 14:36+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfconf/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -161,7 +161,7 @@ msgstr "Praneškite apie klaidas http://bugs.xfce.org/\n;
 #: ../xfconfd/main.c:173
 #, c-format
 msgid "Error parsing options: %s\n"
-msgstr "Klaida, apdorojant parinktis: %s\n"
+msgstr "Klaida, apdorojant parametrus: %s\n"
 
 #: ../xfconfd/xfconf-daemon.c:482
 #, c-format
@@ -245,7 +245,7 @@ msgstr "- Xfce komandinės eilutės programa"
 #: ../xfconf-query/main.c:259
 #, c-format
 msgid "Option parsing failed: %s"
-msgstr "Apdoroti parinkčių nepavyko: %s"
+msgstr "Nepavyko apdoroti parametrų: %s"
 
 #: ../xfconf-query/main.c:269
 msgid "The Xfce development team. All rights reserved."
@@ -266,11 +266,11 @@ msgstr "Nenurodyta savybė"
 
 #: ../xfconf-query/main.c:304
 msgid "--create and --reset options can not be used together"
-msgstr "--create ir --reset parinktys negali būti naudojamos kartu"
+msgstr "--create ir --reset parametrai negali būti naudojami kartu"
 
 #: ../xfconf-query/main.c:310
 msgid "--create and --reset options can not be used together with --list"
-msgstr "--create ir --reset parinktys negali būti naudojamos kartu su --list"
+msgstr "--create ir --reset parametrai negali būti naudojami kartu su --list"
 
 #: ../xfconf-query/main.c:322
 #, c-format
@@ -300,7 +300,7 @@ msgstr "Reikšmė yra masyvas su %d elementais:"
 msgid ""
 "Property \"%s\" does not exist on channel \"%s\". If a new property should "
 "be created, use the --create option"
-msgstr "Savybė „%s“ neegzistuoja kanale „%s“. Jei reikia sukurti naują savybę, 
naudokite --create parinktį"
+msgstr "Savybė „%s“ nėra kanale „%s“. Jei reikia sukurti naują savybę, 
naudokite --create parametrą"
 
 #: ../xfconf-query/main.c:410
 msgid "When creating a new property, the value type must be specified"

-- 
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/xfdesktop] branch master updated (a9e88b1 -> 968c857)

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  a9e88b1   I18n: Update translation fa_IR (99%).
   new  968c857   I18n: Update translation lt (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/lt.po | 10 +-
 1 file changed, 5 insertions(+), 5 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/xfconf] branch master updated (af659f8 -> 71d0a41)

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  af659f8   I18n: Update translation id (100%).
   new  71d0a41   I18n: Update translation lt (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/lt.po | 14 +++---
 1 file changed, 7 insertions(+), 7 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] [panel-plugins/xfce4-weather-plugin] branch master updated (ee96eac -> e20c0e8)

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository panel-plugins/xfce4-weather-plugin.

  from  ee96eac   I18n: Update translation ca (92%).
   new  e20c0e8   I18n: Update translation lt (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/lt.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] [panel-plugins/xfce4-wavelan-plugin] 01/01: I18n: Update translation lt (100%).

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository panel-plugins/xfce4-wavelan-plugin.

commit bee45237d2ba1c4a82d1dc5f201f59bf57f5d9af
Author: Anonymous 
Date:   Thu Apr 13 18:33:26 2017 +0200

I18n: Update translation lt (100%).

18 translated messages.

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

diff --git a/po/lt.po b/po/lt.po
index 8c986b1..685a9ea 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -4,13 +4,13 @@
 # 
 # Translators:
 # Algimantas Margevičius , 2012
-# Moo, 2015-2016
+# Moo, 2015-2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-03-05 00:32+0100\n"
-"PO-Revision-Date: 2016-09-07 13:47+\n"
+"PO-Revision-Date: 2017-04-13 14:01+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -41,7 +41,7 @@ msgstr "Nėra sukonfigūruoto įrenginio"
 
 #: ../panel-plugin/wavelan.c:501
 msgid "Wavelan Plugin Options"
-msgstr "Wavelan įskiepio parinktys"
+msgstr "Wavelan įskiepio parametrai"
 
 #: ../panel-plugin/wavelan.c:516
 msgid "Properties"

-- 
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] [panel-plugins/xfce4-sensors-plugin] 01/01: I18n: Update translation lt (100%).

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository panel-plugins/xfce4-sensors-plugin.

commit 8da0fb906fd649a59e128d32297338d795b95c20
Author: Anonymous 
Date:   Thu Apr 13 18:33:09 2017 +0200

I18n: Update translation lt (100%).

75 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/lt.po | 154 +++
 1 file changed, 77 insertions(+), 77 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index 8fb31cd..b33ea91 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -10,8 +10,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-02-23 00:31+0100\n"
-"PO-Revision-Date: 2017-02-23 10:19+\n"
+"POT-Creation-Date: 2017-03-19 18:31+0100\n"
+"PO-Revision-Date: 2017-04-13 14:26+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -21,19 +21,19 @@ msgstr ""
 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && 
(n%100<10 || n%100>=20) ? 1 : 2);\n"
 
 #. initialize value label widget
-#: ../panel-plugin/sensors-plugin.c:372 ../panel-plugin/sensors-plugin.c:478
-#: ../panel-plugin/sensors-plugin.c:1089
+#: ../panel-plugin/sensors-plugin.c:381 ../panel-plugin/sensors-plugin.c:504
+#: ../panel-plugin/sensors-plugin.c:1136
 msgid "Sensors"
 msgstr "Jutikliai"
 
 #. widget = sensors->eventbox;
-#: ../panel-plugin/sensors-plugin.c:959
+#: ../panel-plugin/sensors-plugin.c:996
 msgid "No sensors selected!"
 msgstr "Nepasirinkti jokie jutikliai!"
 
 #. FIXME: either print nothing, or undertake appropriate action,
 #. * or pop up a message box.
-#: ../panel-plugin/sensors-plugin.c:999
+#: ../panel-plugin/sensors-plugin.c:1036
 #, c-format
 msgid ""
 "Sensors Plugin:\n"
@@ -41,110 +41,110 @@ msgid ""
 "Proper proceeding cannot be guaranteed.\n"
 msgstr "Jutiklių įskiepis:\nAtrodo, kad buvo problemų nuskaitant jutiklio 
funkcijos reikšmę.\nTvarkingas tolesnis darbas negali būti užtikrinamas.\n"
 
-#: ../panel-plugin/sensors-plugin.c:1912
+#: ../panel-plugin/sensors-plugin.c:1943
 msgid "UI style:"
 msgstr "Naudotojo sąsajos stilius:"
 
-#: ../panel-plugin/sensors-plugin.c:1913
+#: ../panel-plugin/sensors-plugin.c:1944
 msgid "_text"
 msgstr "_tekstas"
 
-#: ../panel-plugin/sensors-plugin.c:1915
+#: ../panel-plugin/sensors-plugin.c:1946
 msgid "_progress bars"
 msgstr "_eigos juostos"
 
-#: ../panel-plugin/sensors-plugin.c:1917
+#: ../panel-plugin/sensors-plugin.c:1948
 msgid "_tachos"
 msgstr "_tachometrai"
 
-#: ../panel-plugin/sensors-plugin.c:1962
+#: ../panel-plugin/sensors-plugin.c:1994
 msgid "Show _labels"
 msgstr "_Rodyti etiketes"
 
-#: ../panel-plugin/sensors-plugin.c:1992
+#: ../panel-plugin/sensors-plugin.c:2026
 msgid "Show colored _bars"
 msgstr "Rodyti spalvotas _juostas"
 
-#: ../panel-plugin/sensors-plugin.c:2020
+#: ../panel-plugin/sensors-plugin.c:2056
 msgid "_Show title"
 msgstr "Rodyti _antraštę"
 
-#: ../panel-plugin/sensors-plugin.c:2044
+#: ../panel-plugin/sensors-plugin.c:2081
 msgid "_Number of text lines:"
 msgstr "Teksto eilučių _skaičius:"
 
-#: ../panel-plugin/sensors-plugin.c:2080
+#: ../panel-plugin/sensors-plugin.c:2118
 msgid "_Cover all panel rows/columns"
 msgstr "_Padengti visas skydelio eilutes/stulpelius"
 
-#: ../panel-plugin/sensors-plugin.c:2103
+#: ../panel-plugin/sensors-plugin.c:2142
 msgid "F_ont size:"
 msgstr "Š_rifto dydis:"
 
 #. gtk_widget_set_sensitive(myFontBox,
 #. !sd->sensors->display_values_graphically);
-#: ../panel-plugin/sensors-plugin.c:2110
+#: ../panel-plugin/sensors-plugin.c:2149
 msgid "x-small"
 msgstr "labai mažas"
 
-#: ../panel-plugin/sensors-plugin.c:2111
+#: ../panel-plugin/sensors-plugin.c:2150
 msgid "small"
 msgstr "mažas"
 
-#: ../panel-plugin/sensors-plugin.c:2112
+#: ../panel-plugin/sensors-plugin.c:2151
 msgid "medium"
 msgstr "vidutinis"
 
-#: ../panel-plugin/sensors-plugin.c:2113
+#: ../panel-plugin/sensors-plugin.c:2152
 msgid "large"
 msgstr "didelis"
 
-#: ../panel-plugin/sensors-plugin.c:2114
+#: ../panel-plugin/sensors-plugin.c:2153
 msgid "x-large"
 msgstr "labai didelis"
 
-#: ../panel-plugin/sensors-plugin.c:2145
+#: ../panel-plugin/sensors-plugin.c:2186
 msgid "F_ont:"
 msgstr "Šr_iftas:"
 
-#: ../panel-plugin/sensors-plugin.c:2179
+#: ../panel-plugin/sensors-plugin.c:2221
 msgid "Show _Units"
 msgstr "R_odyti matavimo vienetus"
 
-#: ../panel-plugin/sensors-plugin.c:2200
+#: ../panel-plugin/sensors-plugin.c:2244
 msgid "Small horizontal s_pacing"
 msgstr "Maži horizontalūs tarpai"
 
-#: ../panel-plugin/sensors-plugin.c:
+#: ../panel-plugin/sensors-plugin.c:2267
 msgid "Suppress messages"
 msgstr "Nerodyti pranešimų"
 
-#: ../panel-plugin/sensors-plugin.c:2240
+#: ../panel-plugin/sensors-plugin.c:2287
 msgid "Suppress tooltip"
 msgstr "Nerodyti paaiškinimų"
 

[Xfce4-commits] [panel-plugins/xfce4-weather-plugin] 01/01: I18n: Update translation lt (100%).

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository panel-plugins/xfce4-weather-plugin.

commit e20c0e846e293bc7d10015ebb6b805e1e8378ffa
Author: Anonymous 
Date:   Thu Apr 13 18:33:31 2017 +0200

I18n: Update translation lt (100%).

330 translated messages.

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

diff --git a/po/lt.po b/po/lt.po
index 3ab1f3e..6a9beb9 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -4,14 +4,14 @@
 # 
 # Translators:
 # Algimantas Margevičius , 2012
-# Moo, 2015-2016
+# Moo, 2015-2017
 # Rimas Kudelis , 2005
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-10-24 18:31+0200\n"
-"PO-Revision-Date: 2016-09-16 20:10+\n"
+"PO-Revision-Date: 2017-04-13 14:26+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -962,7 +962,7 @@ msgid ""
 "Scroll the current displayed value(s) out and the new value(s) in instead of"
 " simply changing them. Uncheck this option if you find the animation too "
 "distracting."
-msgstr "Vietoj to, kad, tiesiog keisti reikšmes, slinkti, pakeičiant rodomas 
reikšmes naujomis reikšmėmis. Nuimkite žymėjimą nuo šios parinkties, jei 
animacija blaško jūsų dėmesį."
+msgstr "Vietoj to, kad, tiesiog keisti reikšmes, slinkti, pakeičiant rodomas 
reikšmes naujomis reikšmėmis. Nuimkite žymėjimą nuo šio parametro, jei 
animacija blaško jūsų dėmesį."
 
 #: ../panel-plugin/weather-config.c:2087
 msgid "_Location"

-- 
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] [www/www.xfce.org] 01/01: I18n: Update translation lt (100%).

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 3593088c879d80742b2983644a0ba3c9fb70775a
Author: Anonymous 
Date:   Thu Apr 13 18:33:39 2017 +0200

I18n: Update translation lt (100%).

679 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 lib/po/lt.po | 32 
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/lib/po/lt.po b/lib/po/lt.po
index 8fcc1ac..d0325c1 100644
--- a/lib/po/lt.po
+++ b/lib/po/lt.po
@@ -10,7 +10,7 @@ msgstr ""
 "Project-Id-Version: Xfce Websites\n"
 "Report-Msgid-Bugs-To: https://bugzilla.xfce.org\n;
 "POT-Creation-Date: 2015-03-28 09:10+0100\n"
-"PO-Revision-Date: 2017-01-23 13:01+\n"
+"PO-Revision-Date: 2017-04-13 14:31+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce-www/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -371,11 +371,11 @@ msgstr "Dydžio keitimas be mirgėjimo"
 msgid ""
 "Some tweakable options have also been added: for example, you can now"
 " disable the blinking of windows when they receive an urgency hint."
-msgstr "Taip pat buvo pridėtos reguliavimo parinktys: pavyzdžiui, 
dabar, langams gavus skubos signalą, galitė išjungti jų mirksėjimą."
+msgstr "Taip pat buvo pridėtos reguliavimo parametrai: pavyzdžiui, 
dabar, langams gavus skubos signalą, galitė išjungti jų mirksėjimą."
 
 #: about/tour46.php:90
 msgid "New tweakable options"
-msgstr "Naujos reguliavimo parinktys"
+msgstr "Nauji reguliavimo parametrai"
 
 #: about/tour46.php:92 about/tour44.php:28 about/index.php:44
 #: about/tour48.php:7 about/tour410.php:47 about/tour.php:96
@@ -455,7 +455,7 @@ msgid ""
 "The Accessibility settings dialog allows you to set the accessibility"
 " related mouse and keyboard options, such as sticky keys, bounce keys, or "
 "mouse emulation."
-msgstr "Prieinamumo nustatymų dialogas leidžia jums nustatyti, su pelės 
ir klaviatūros parinktimis susijusį, prieinamumą, tokį kaip atmenieji klavišai, 
pasikartojantys klavišai ar pelės emuliacija."
+msgstr "Prieinamumo nustatymų dialogas leidžia jums nustatyti, su pelės 
ir klaviatūros parametrais susijusį prieinamumą, tokį kaip atmenieji klavišai, 
pasikartojantys klavišai ar pelės emuliacija."
 
 #: about/tour46.php:134
 msgid "Appearance settings"
@@ -469,7 +469,7 @@ msgstr "Išvaizdos nustatymų dialogas"
 msgid ""
 "The Appearance settings dialog allows you to set the widget style, "
 "the icon theme, and font, toolbar and menu options."
-msgstr "Išvaizdos nustatymų dialogas leidžia nustatyti valdiklių 
stilių, piktogramų temą ir šriftą, įrankių juostos ir meniu parinktis."
+msgstr "Išvaizdos nustatymų dialogas leidžia nustatyti valdiklių 
stilių, piktogramų temą ir šriftą, įrankių juostos ir meniu parametrus."
 
 #: about/tour46.php:142
 msgid "Display settings"
@@ -855,7 +855,7 @@ msgid ""
 "the application via hidden options. As can be seen in the screenshot "
 "above, this release also supports real transparency using Xfwm4's "
 "integrated composition manager."
-msgstr "Be pagrindinių ypatybių, kurių galite tikėtis iš terminalo 
emuliatoriaus, jame yra kai kurios puikios papildomos ypatybės, tokios kaip 
daugelis lango kortelių, individualizuojamos įrankių juostos, o paslėptų 
parinkčių pagalba - galimybė konfigūruoti beveik kiekvieną programos 
aspektą. Kaip yra matoma ekrano kopijoje, viršuje, ši laida, pasinaudodama 
Xfwm4's integruotąja komponavimo tvarkytuve,  taip pat palaiko tikrąjį 
permatomumą."
+msgstr "Be pagrindinių ypatybių, kurių galite tikėtis iš terminalo 
emuliatoriaus, jame yra kai kurios puikios papildomos ypatybės, tokios kaip 
daugelis lango kortelių, individualizuojamos įrankių juostos, o paslėptų 
parametrų pagalba - galimybė konfigūruoti beveik kiekvieną programos 
aspektą. Kaip yra matoma ekrano kopijoje, viršuje, ši laida, pasinaudodama 
Xfwm4 integruotąja komponavimo tvarkytuve,  taip pat palaiko tikrąjį 
permatomumą."
 
 #: about/tour44.php:157
 msgid "Printing"
@@ -926,7 +926,7 @@ msgid ""
 "This release introduces new options to customize the desktop to your needs. "
 "Some examples of new settings dialogs were already shown in the sections "
 "above."
-msgstr "Ši laida pristato naujas, darbalaukio tinkinimo jūsų reikmėms, 
parinktis. Kai kurie naujų nustatymų dialogų pavyzdžiai jau buvo pavaizduoti 
sekcijoje viršuje."
+msgstr "Ši laida pristato naujas, darbalaukio tinkinimo jūsų reikmėms, 
parametrus. Kai kurie naujų nustatymų dialogų pavyzdžiai jau buvo pavaizduoti 
sekcijoje viršuje."
 
 #: about/tour44.php:195
 msgid "Preferred Applications"
@@ -1089,7 +1089,7 @@ msgstr "Nutolusio turinio naršymas"
 msgid ""
 "Thunar now has optional support for GVFS which will allow you to browse "
 "remote shares using Thunar: FTP, Windows Shares, WebDav and SSH servers..."
-msgstr "Thunar nuo šiol turi GVFS palaikymą kuris leis jums naršyti 

[Xfce4-commits] [www/www.xfce.org] branch master updated (2be4479 -> 3593088)

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  2be4479   I18n: Update translation sk (67%).
   new  3593088   I18n: Update translation lt (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:
 lib/po/lt.po | 32 
 1 file changed, 16 insertions(+), 16 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] [panel-plugins/xfce4-timer-plugin] branch master updated (b6d4b14 -> 3246f99)

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository panel-plugins/xfce4-timer-plugin.

  from  b6d4b14   I18n: Update translation nb (100%).
   new  3246f99   I18n: Update translation lt (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/lt.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] [panel-plugins/xfce4-timer-plugin] 01/01: I18n: Update translation lt (100%).

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository panel-plugins/xfce4-timer-plugin.

commit 3246f99a928ffb043a49f07e866cc98012f8066c
Author: Anonymous 
Date:   Thu Apr 13 18:33:19 2017 +0200

I18n: Update translation lt (100%).

42 translated messages.

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

diff --git a/po/lt.po b/po/lt.po
index ec05d79..2d38501 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -3,13 +3,13 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Moo, 2015-2016
+# Moo, 2015-2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-06-05 06:31+0200\n"
-"PO-Revision-Date: 2016-01-29 23:41+\n"
+"PO-Revision-Date: 2017-04-13 14:22+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -133,7 +133,7 @@ msgstr "Keisti priminimą"
 
 #: ../src/xfcetimer.c:1495 ../src/xfcetimer.c:1504
 msgid "Xfce4 Timer Options"
-msgstr "Xfce4 laikmačio parinktys"
+msgstr "Xfce4 laikmačio parametrai"
 
 #: ../src/xfcetimer.c:1506
 msgid "Xfce 4 Timer Plugin"

-- 
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] [panel-plugins/xfce4-wavelan-plugin] branch master updated (d963012 -> bee4523)

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository panel-plugins/xfce4-wavelan-plugin.

  from  d963012   I18n: Update translation hr (100%).
   new  bee4523   I18n: Update translation lt (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/lt.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] [panel-plugins/xfce4-sensors-plugin] branch master updated (1d39524 -> 8da0fb9)

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository panel-plugins/xfce4-sensors-plugin.

  from  1d39524   I18n: Update translation de (100%).
   new  8da0fb9   I18n: Update translation lt (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/lt.po | 154 +++
 1 file changed, 77 insertions(+), 77 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] [panel-plugins/xfce4-places-plugin] 01/01: I18n: Update translation lt (100%).

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository panel-plugins/xfce4-places-plugin.

commit 8cb9dd3edf1ded72864264892a9261b51d42471f
Author: Anonymous 
Date:   Thu Apr 13 18:32:59 2017 +0200

I18n: Update translation lt (100%).

45 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/lt.po | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index 2291966..0f67df7 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -14,7 +14,7 @@ msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-11-10 18:31+0100\n"
-"PO-Revision-Date: 2017-02-23 10:18+\n"
+"PO-Revision-Date: 2017-04-13 14:25+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -186,7 +186,7 @@ msgstr "Rodyti paskutinius dokumentus"
 #. RECENT DOCUMENTS: Show clear option
 #: ../panel-plugin/cfg.c:559
 msgid "Show cl_ear option"
-msgstr "_Rodyti išvalymo parinktį"
+msgstr "_Rodyti išvalymo parametrą"
 
 #: ../panel-plugin/cfg.c:571
 msgid "_Number to display"
@@ -214,11 +214,11 @@ msgstr "Naudojimas:"
 
 #: ../panel-plugin/xfce4-popup-places.sh:29
 msgid "OPTION"
-msgstr "PARINKTIS"
+msgstr "PARAMETRAS"
 
 #: ../panel-plugin/xfce4-popup-places.sh:31
 msgid "Options:"
-msgstr "Parinktys:"
+msgstr "Parametrai:"
 
 #: ../panel-plugin/xfce4-popup-places.sh:32
 msgid "Popup menu at current mouse position"
@@ -226,7 +226,7 @@ msgstr "Iškelti meniu esamoje pelės vietoje"
 
 #: ../panel-plugin/xfce4-popup-places.sh:33
 msgid "Show help options"
-msgstr "Rodyti pagalbos parinktis"
+msgstr "Rodyti pagalbos parametrus"
 
 #: ../panel-plugin/xfce4-popup-places.sh:34
 msgid "Print version information and exit"

-- 
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] [panel-plugins/xfce4-places-plugin] branch master updated (3665e94 -> 8cb9dd3)

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository panel-plugins/xfce4-places-plugin.

  from  3665e94   I18n: Update translation gl (100%).
   new  8cb9dd3   I18n: Update translation lt (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/lt.po | 10 +-
 1 file changed, 5 insertions(+), 5 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] [panel-plugins/xfce4-mount-plugin] branch master updated (7900ace -> 421f2db)

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository panel-plugins/xfce4-mount-plugin.

  from  7900ace   I18n: Update translation da (100%).
   new  421f2db   I18n: Update translation lt (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/lt.po | 12 ++--
 1 file changed, 6 insertions(+), 6 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] [panel-plugins/xfce4-mount-plugin] 01/01: I18n: Update translation lt (100%).

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository panel-plugins/xfce4-mount-plugin.

commit 421f2db2ab47fa7b3d6ffb1cde6d840bb054d8e8
Author: Anonymous 
Date:   Thu Apr 13 18:32:50 2017 +0200

I18n: Update translation lt (100%).

56 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/lt.po | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index d9c272b..0bb9f69 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -4,13 +4,13 @@
 # 
 # Translators:
 # Algimantas Margevičius , 2012
-# Moo, 2015-2016
+# Moo, 2015-2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2016-06-08 00:31+0200\n"
-"PO-Revision-Date: 2016-06-24 10:45+\n"
+"PO-Revision-Date: 2017-04-13 14:25+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -183,7 +183,7 @@ msgstr "_Prijungus vykdyti:"
 msgid ""
 "WARNING: These options are for experts only! If you do not know what they "
 "may be good for, keep your hands off!"
-msgstr "ĮSPĖJIMAS: Šios parinktys yra tik patyrusiems naudotojams! Jei 
nežinote kas ir kaip, geriau nekiškite rankų!"
+msgstr "ĮSPĖJIMAS: Šie parametrai yra tik patyrusiems naudotojams! Jei 
nežinote kas ir kaip, geriau nekiškite rankų!"
 
 #: ../panel-plugin/mount-plugin.c:827
 msgid "_Custom commands"
@@ -212,7 +212,7 @@ msgstr "_Komandos"
 msgid ""
 "Activate this option to also display network file systems like NFS, SMBFS, "
 "SHFS and SSHFS."
-msgstr "Aktyvuokite šią parinktį, kad būtų rodomos tinklo failų sistemos, 
tokios kaip NFS, SMBFS, SHFS ir SSHFS."
+msgstr "Aktyvuokite šį parametrą, kad būtų rodomos tinklo failų sistemos, 
tokios kaip NFS, SMBFS, SHFS ir SSHFS."
 
 #: ../panel-plugin/mount-plugin.c:903
 msgid "Display _network file systems"
@@ -222,7 +222,7 @@ msgstr "Rodyti _tinklo failų sistemas"
 msgid ""
 "Activate this option to also eject a CD-drive after unmounting and to insert"
 " before mounting."
-msgstr "Aktyvuokite šią parinktį, kad po atjungimo būtų išstumtas CD diskas ir 
įdėtas prieš prijungiant."
+msgstr "Aktyvuokite šį parametrą, kad po atjungimo tuo pačiu būtų išstumtas CD 
diskas ir, kad prieš prijungiant jis būtų įdėtas."
 
 #: ../panel-plugin/mount-plugin.c:920
 msgid "_Eject CD-drives"
@@ -230,7 +230,7 @@ msgstr "_Išstumti CD-diskus"
 
 #: ../panel-plugin/mount-plugin.c:933
 msgid "Activate this option to only have the mount points be displayed."
-msgstr "Aktyvuokite šią parinktį, kad būtų rodomi tik prijungimo taškai."
+msgstr "Aktyvuokite šį parametrą, kad būtų rodomi tik prijungimo taškai."
 
 #: ../panel-plugin/mount-plugin.c:936
 msgid "Display _mount points only"

-- 
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] [panel-plugins/xfce4-clipman-plugin] 01/01: I18n: Update translation lt (100%).

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository panel-plugins/xfce4-clipman-plugin.

commit b92ccbfb0a159ff3e6bfeb98a84a2d4c01eef20e
Author: Anonymous 
Date:   Thu Apr 13 18:32:29 2017 +0200

I18n: Update translation lt (100%).

72 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/lt.po | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index 91f776c..525a8b2 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -4,13 +4,13 @@
 # 
 # Translators:
 # Algimantas Margevičius , 2012
-# Moo, 2015-2016
+# Moo, 2015-2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2016-09-15 18:31+0200\n"
-"PO-Revision-Date: 2016-12-12 23:37+\n"
+"PO-Revision-Date: 2017-04-13 14:23+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -128,7 +128,7 @@ msgstr "Aktyvuoti tik kopijuojant rankiniu būdu"
 msgid ""
 "By default the action is triggerred by a selection, check this option to "
 "trigger the action only when you make a manual copy"
-msgstr "Pagal nutylėjimą veiksmas yra iššaukiamas pasirinkus, pažymėkite šią 
parinktį ir veiksmas bus iššaukiamas tik kai kopijuosite rankiniu būdu."
+msgstr "Pagal nutylėjimą veiksmas yra iššaukiamas pasirinkus, pažymėkite šį 
parametrą ir veiksmas bus iššaukiamas tik tuomet, kai kopijuosite rankiniu 
būdu."
 
 #: ../panel-plugin/settings-dialog.ui.h:8
 msgid "Action"
@@ -181,7 +181,7 @@ msgstr "Įrašyti paskutinį nukopijuotą _paveikslą"
 
 #: ../panel-plugin/settings-dialog.ui.h:19
 msgid "If checked, this option allows to store one image inside the history"
-msgstr "Jei pažymėta, ši parinktis leidžia saugoti paveikslą pačioje 
istorijoje"
+msgstr "Jei pažymėta, šis parametras leidžia saugoti paveikslą pačioje 
istorijoje"
 
 #: ../panel-plugin/settings-dialog.ui.h:20
 msgid "Ignore s_elections"

-- 
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] [panel-plugins/xfce4-cddrive-plugin] branch master updated (080e615 -> 5d1734f)

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository panel-plugins/xfce4-cddrive-plugin.

  from  080e615   I18n: Update translation ca (100%).
   new  5d1734f   I18n: Update translation lt (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/lt.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] [panel-plugins/xfce4-mailwatch-plugin] branch master updated (b2d0625 -> af3afa4)

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository panel-plugins/xfce4-mailwatch-plugin.

  from  b2d0625   I18n: Update translation nb (100%).
   new  af3afa4   I18n: Update translation lt (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/lt.po | 10 +-
 1 file changed, 5 insertions(+), 5 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] [panel-plugins/xfce4-clipman-plugin] branch master updated (bbd160f -> b92ccbf)

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository panel-plugins/xfce4-clipman-plugin.

  from  bbd160f   Make sure to overwrite binary if it already exists
   new  b92ccbf   I18n: Update translation lt (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/lt.po | 8 
 1 file changed, 4 insertions(+), 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] [panel-plugins/xfce4-cddrive-plugin] 01/01: I18n: Update translation lt (100%).

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository panel-plugins/xfce4-cddrive-plugin.

commit 5d1734f056ac6ebf79054e4ab3cff4b82048174d
Author: Anonymous 
Date:   Thu Apr 13 18:32:23 2017 +0200

I18n: Update translation lt (100%).

84 translated messages.

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

diff --git a/po/lt.po b/po/lt.po
index d453fa2..fd42173 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -4,13 +4,13 @@
 # 
 # Translators:
 # Algimantas Margevičius , 2012
-# Moo, 2015-2016
+# Moo, 2015-2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-06-29 12:12+0200\n"
-"PO-Revision-Date: 2016-09-14 09:11+\n"
+"PO-Revision-Date: 2017-04-13 14:25+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -301,7 +301,7 @@ msgstr "Leisti freedb.org prisijungimus"
 msgid ""
 "Enabling this option allows the plugin to query the freedb.org servers in "
 "order to get the title of an audio CD."
-msgstr "Įjungus šią parinktį, įskiepis kreipsis į freedb.org serverius, kad 
gautų garso CD pavadinimą."
+msgstr "Įjungus šį parametrą, įskiepis kreipsis į freedb.org serverius, kad 
gautų garso CD pavadinimą."
 
 #: ../panel-plugin/cddrive-dialogs.c:681
 #: ../panel-plugin/cddrive.desktop.in.in.h:2

-- 
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] [panel-plugins/xfce4-mailwatch-plugin] 01/01: I18n: Update translation lt (100%).

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository panel-plugins/xfce4-mailwatch-plugin.

commit af3afa463c557db6c9fa2d6e6ed1fff242960e49
Author: Anonymous 
Date:   Thu Apr 13 18:32:43 2017 +0200

I18n: Update translation lt (100%).

112 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/lt.po | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index 51ae799..78a8df6 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -4,13 +4,13 @@
 # 
 # Translators:
 # Algimantas Margevičius , 2012
-# Moo, 2015-2016
+# Moo, 2015-2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-07-05 18:31+0200\n"
-"PO-Revision-Date: 2016-12-08 12:44+\n"
+"PO-Revision-Date: 2017-04-13 14:25+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -139,7 +139,7 @@ msgstr "Naujo pašto aplankai"
 
 #: ../libmailwatch-core/mailwatch-mailbox-imap.c:1583
 msgid "Advanced IMAP Options"
-msgstr "Papildomos IMAP parinktys"
+msgstr "Papildomos IMAP parametrai"
 
 #: ../libmailwatch-core/mailwatch-mailbox-imap.c:1594
 #: ../libmailwatch-core/mailwatch-mailbox-pop3.c:757
@@ -198,7 +198,7 @@ msgstr "Nutolusi IMAP pašto dėžutė"
 msgid ""
 "The IMAP plugin can connect to a remote mail server that supports the IMAP "
 "protocol, optionally using SSL for link protection."
-msgstr "IMAP įskiepis gali prisijungti prie nutolusio pašto serverio, kuris 
palaiko IMAP protokolą. Gali naudoti ir SSL nuorodos saugumui."
+msgstr "IMAP įskiepis gali prisijungti prie nuotolinio pašto serverio, kuris 
palaiko IMAP protokolą. Gali naudoti ir SSL nuorodos saugumui."
 
 #: ../libmailwatch-core/mailwatch-mailbox-maildir.c:93
 #: ../libmailwatch-core/mailwatch-mailbox-mbox.c:95
@@ -274,7 +274,7 @@ msgstr "MH įskiepis stebi vietinius MH aplankus ar nėra 
naujų laiškų"
 
 #: ../libmailwatch-core/mailwatch-mailbox-pop3.c:746
 msgid "Advanced POP3 Options"
-msgstr "Išplėstinės POP3 parinktys"
+msgstr "Išplėstiniai POP3 parametrai"
 
 #: ../libmailwatch-core/mailwatch-mailbox-pop3.c:768
 msgid "Use SSL/TLS via STLS"

-- 
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-terminal] 01/01: I18n: Update translation lt (100%).

2017-04-13 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-terminal.

commit 713e74760d5ae14eb7913b5d9e4d5fe9f5e87a30
Author: Anonymous 
Date:   Thu Apr 13 18:32:15 2017 +0200

I18n: Update translation lt (100%).

334 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/lt.po | 72 
 1 file changed, 36 insertions(+), 36 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index 520246d..cfdba5b 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-01-25 12:30+0100\n"
-"PO-Revision-Date: 2017-02-17 20:59+\n"
+"PO-Revision-Date: 2017-04-13 13:59+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce-apps/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -58,11 +58,11 @@ msgstr "Naudojimas:"
 
 #: ../terminal/main.c:104
 msgid "OPTION"
-msgstr "PARINKTIS"
+msgstr "PARAMETRAS"
 
 #: ../terminal/main.c:109
 msgid "General Options"
-msgstr "Bendros parinktys"
+msgstr "Bendri parametrai"
 
 #. parameter of --default-display
 #. parameter of --display
@@ -82,7 +82,7 @@ msgstr "Langų ar kortelių skirtukas"
 
 #: ../terminal/main.c:122
 msgid "Tab Options"
-msgstr "Kortelių parinktys"
+msgstr "Kortelių parametrai"
 
 #. parameter of --command
 #: ../terminal/main.c:124
@@ -96,7 +96,7 @@ msgstr "antraštė"
 
 #: ../terminal/main.c:136
 msgid "Window Options"
-msgstr "Langų parinktys"
+msgstr "Langų parametrai"
 
 #. parameter of --geometry
 #: ../terminal/main.c:140
@@ -131,7 +131,7 @@ msgstr "mastelis"
 #: ../terminal/main.c:152
 #, c-format
 msgid "See the %s man page for full explanation of the options above."
-msgstr "Peržiūrėkite %s „man“ puslapį pilnam parinkčių aprašymui."
+msgstr "Peržiūrėkite %s „man“ puslapį pilnam parametrų aprašymui."
 
 #: ../terminal/main.c:185 ../xfce4-terminal.desktop.in.h:1
 msgid "Xfce Terminal"
@@ -276,92 +276,92 @@ msgstr "Ekranai nesutampa"
 msgid ""
 "Option \"--default-display\" requires specifying the default X display as "
 "its parameter"
-msgstr "Parinktis \"--default-display\" reikalauja nurodyti numatytąjį X 
ekraną kaip parametrą"
+msgstr "Parametras \"--default-display\" reikalauja nurodyti numatytąjį X 
ekraną kaip parametrą"
 
 #: ../terminal/terminal-options.c:233
 #, c-format
 msgid ""
 "Option \"--default-working-directory\" requires specifying the default "
 "working directory as its parameter"
-msgstr "Parinktis „--default-working-directory“ reikalauja nurodyti numatytąjį 
aplanką kaip parametrą"
+msgstr "Parametras „--default-working-directory“ reikalauja nurodyti 
numatytąjį aplanką kaip parametrą"
 
 #: ../terminal/terminal-options.c:250
 #, c-format
 msgid ""
 "Option \"--execute/-x\" requires specifying the command to run on the rest "
 "of the command line"
-msgstr "Parinktis „--execute/-x“ reikalauja nurodyti komandą kuri bus toliau 
vykdoma komandinėje eilutėje"
+msgstr "Parametras „--execute/-x“ reikalauja nurodyti komandą kuri bus toliau 
vykdoma komandų eilutėje"
 
 #: ../terminal/terminal-options.c:267
 #, c-format
 msgid ""
 "Option \"--command/-e\" requires specifying the command to run as its "
 "parameter"
-msgstr "Parinktis „--command/-e“ reikalauja nurodyti komandą kuri bus vykdoma 
kaip jos parametras"
+msgstr "Parametras „--command/-e“ reikalauja nurodyti komandą kuri bus vykdoma 
kaip jo parametras"
 
 #: ../terminal/terminal-options.c:284
 #, c-format
 msgid ""
 "Option \"--working-directory\" requires specifying the working directory as "
 "its parameter"
-msgstr "Parinktis „--working-directory“ reikalauja nurodyti aplanką kaip jos 
parametrą"
+msgstr "Parametras „--working-directory“ reikalauja nurodyti aplanką kaip jo 
parametrą"
 
 #: ../terminal/terminal-options.c:299
 #, c-format
 msgid "Option \"--title/-T\" requires specifying the title as its parameter"
-msgstr "Parinktis „--title/-T“ reikalauja nurodyti pavadinimą kaip jos 
parametrą"
+msgstr "Parametras „--title/-T“ reikalauja nurodyti pavadinimą kaip jo 
parametrą"
 
 #: ../terminal/terminal-options.c:318
 #, c-format
 msgid "Option \"--display\" requires specifying the X display as its 
parameters"
-msgstr "Parinktis \"--display\" reikalauja nurodyti X ekraną kaip jos 
parametrą"
+msgstr "Parametras \"--display\" reikalauja nurodyti X ekraną kaip jo 
parametrą"
 
 #: ../terminal/terminal-options.c:333
 #, c-format
 msgid ""
 "Option \"--geometry\" requires specifying the window geometry as its "
 "parameter"
-msgstr "Parinktis „--geometry“ reikalauja nurodyti lango geometriją kaip jos 
parametrą"
+msgstr "Parametras „--geometry“ reikalauja nurodyti lango geometriją kaip jo 
parametrą"
 
 #: ../terminal/terminal-options.c:348
 #, c-format
 msgid "Option \"--role\" requires specifying the window role as its parameter"
-msgstr "Parinktis 

[Xfce4-commits] [apps/xfce4-terminal] branch master updated (e87271a -> 713e747)

2017-04-13 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-terminal.

  from  e87271a   I18n: Update translation pt_BR (100%).
   new  713e747   I18n: Update translation lt (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/lt.po | 72 
 1 file changed, 36 insertions(+), 36 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 (5906d41 -> bc3671d)

2017-04-13 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  5906d41   I18n: Update translation pl (100%).
   new  bc3671d   I18n: Update translation lt (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/lt.po | 10 +-
 1 file changed, 5 insertions(+), 5 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/orage] 01/01: I18n: Update translation lt (100%).

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 5d1dd99e41f9f057ad7f88450d5549d6af7d827e
Author: Anonymous 
Date:   Thu Apr 13 18:31:29 2017 +0200

I18n: Update translation lt (100%).

1030 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/lt.po | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index d8178db..faa387d 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-09-23 12:30+0200\n"
-"PO-Revision-Date: 2017-02-17 20:27+\n"
+"PO-Revision-Date: 2017-04-13 14:01+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce-apps/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -481,7 +481,7 @@ msgstr "Rodyti eilutes _vertikaliai"
 
 #: ../panel-plugin/oc_config.c:350
 msgid "Clock Options"
-msgstr "Laikrodžio parinktys"
+msgstr "Laikrodžio parametrai"
 
 #. timezone
 #: ../panel-plugin/oc_config.c:360
@@ -514,7 +514,7 @@ msgid ""
 "circumstances it is possible that Orageclock shows time inaccurately unless "
 "you have this selected. (Selecting this prevents cpu and interrupt saving "
 "features from working.)"
-msgstr "Tai padaryti reikia tik, jei trumpai užmigdote ar pristabdote (mažiau 
nei 5 valandoms) sistemą ir jūsų matomame laikrodyje nerodomos sekundės. 
Tokiomis sąlygomis „Orageclock“ gali rodyti neteisingą laiką, nebent 
pasirinksite šią parinktį. (Pasirinkus, procesoriui bus neleista pertraukti 
įrašymo galimybių.)"
+msgstr "Tai padaryti reikia tik, jei trumpai užmigdote ar pristabdote (mažiau 
nei 5 valandoms) sistemą ir jūsų matomame laikrodyje nerodomos sekundės. 
Tokiomis sąlygomis „Orageclock“ gali rodyti neteisingą laiką, nebent 
pasirinksite šį parametrą. (Pasirinkus, procesoriui bus neleista pertraukti 
įrašymo galimybių.)"
 
 #: ../panel-plugin/oc_config.c:466
 msgid ""
@@ -1599,7 +1599,7 @@ msgstr "Naujas failas:"
 
 #: ../src/interface.c:1144 ../src/interface.c:1210
 msgid "Action options:"
-msgstr "Veiksmo parinktys:"
+msgstr "Veiksmo parametrai:"
 
 #: ../src/interface.c:1147 ../src/interface.c:1213
 msgid "Rename"
@@ -1735,12 +1735,12 @@ msgstr "\tNaudojama vietinė libical versija.\n"
 msgid ""
 "Usage: orage [options] [files]\n"
 "\n"
-msgstr "Naudojimas: orage [parinktys] [failai]\n\n"
+msgstr "Naudojimas: orage [parametrai] [failai]\n\n"
 
 #: ../src/main.c:314
 #, c-format
 msgid "Options:\n"
-msgstr "Parinktys:\n"
+msgstr "Parametrai:\n"
 
 #: ../src/main.c:315
 #, c-format
@@ -1794,7 +1794,7 @@ msgstr "\tdbus neįterptas į orage. \n"
 msgid ""
 "\twithout dbus [files] and foreign file options(-a & -r) can only be used "
 "when starting orage \n"
-msgstr "\tbe dbus [failai] ir išorinio failo parinktys(-a ir -r) gali būti 
naudojamas tik paleidžiant orage\n"
+msgstr "\tbe dbus [failai] ir išorinio failo parametrai (-a ir -r) gali būti 
naudojami tik paleidžiant orage\n"
 
 #: ../src/main.c:535
 #, c-format
@@ -1802,7 +1802,7 @@ msgid ""
 "\n"
 "Unknown option %s\n"
 "\n"
-msgstr "\nNežinoma parinktis %s\n\n"
+msgstr "\nNežinomas parametras %s\n\n"
 
 #: ../src/mainbox.c:305
 msgid "_Exchange data"
@@ -2107,7 +2107,7 @@ msgid ""
 "By default Orage stays open in the background when asked to close. This "
 "option changes Orage to quit and never stay in background when it is asked "
 "to close."
-msgstr "Pagal numatymą, paprašius užverti, Orage lieka atverta fone. Ši 
parinktis, paprašius užverti, nurodo Orage baigti savo darbą ir niekada nelikti 
fone."
+msgstr "Pagal numatymą, paprašius užverti, Orage lieka atverta fone. Šis 
parametras, paprašius užverti, nurodo Orage baigti savo darbą ir niekada 
nelikti fone."
 
 #: ../src/parameters.c:1045
 msgid "Orage Preferences"

-- 
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] 01/01: I18n: Update translation lt (100%).

2017-04-13 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 9ecc543a98f0c2b78eac061c2ee80e0eae604a20
Author: Anonymous 
Date:   Thu Apr 13 18:31:42 2017 +0200

I18n: Update translation lt (100%).

198 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/lt.po | 406 ---
 1 file changed, 209 insertions(+), 197 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index adcbb88..f9d2097 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -4,13 +4,13 @@
 # 
 # Translators:
 # Algimantas Margevičius , 2012
-# Moo, 2015-2016
+# Moo, 2015-2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: xfce-i...@xfce.org\n"
-"POT-Creation-Date: 2016-10-07 18:30+0200\n"
-"PO-Revision-Date: 2016-12-12 23:37+\n"
+"POT-Creation-Date: 2017-01-26 18:30+0100\n"
+"PO-Revision-Date: 2017-04-13 13:55+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce-apps/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -42,511 +42,523 @@ msgid ""
 "\n"
 "Try %s --help to see a full list of\n"
 "available command line options.\n"
-msgstr "%s: %s\n\nNorėdami pamatyti komandų eilutės \nparinkčių sąrašą, 
paleiskite „%s --help“.\n"
+msgstr "%s: %s\n\nNorėdami pamatyti komandų eilutės \nparametrų sąrašą, 
paleiskite „%s --help“.\n"
 
-#: ../src/main_window.c:57 ../ristretto.desktop.in.h:3
+#: ../src/main_window.c:55 ../ristretto.desktop.in.h:3
 msgid "Image Viewer"
 msgstr "Paveikslų peržiūros programa"
 
-#: ../src/main_window.c:367
+#: ../src/main_window.c:370
 msgid "_File"
 msgstr "_Failas"
 
 #. Icon-name
-#: ../src/main_window.c:371
+#: ../src/main_window.c:374
 msgid "_Open..."
 msgstr "_Atverti..."
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:373
+#: ../src/main_window.c:376
 msgid "Open an image"
 msgstr "Atverti paveikslą"
 
 #. Icon-name
-#: ../src/main_window.c:377
+#: ../src/main_window.c:380
 msgid "_Save copy..."
 msgstr "Įr_ašyti kopiją..."
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:379
+#: ../src/main_window.c:382
 msgid "Save a copy of the image"
 msgstr "Įrašyti paveikslo kopiją"
 
 #. Icon-name
-#: ../src/main_window.c:383
+#: ../src/main_window.c:386
 msgid "_Properties..."
 msgstr "_Savybės..."
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:385
+#: ../src/main_window.c:388
 msgid "Show file properties"
 msgstr "Rodyti paveikslo savybes"
 
 #. Icon-name
-#: ../src/main_window.c:389 ../src/main_window.c:408
+#: ../src/main_window.c:392 ../src/main_window.c:411
 msgid "_Edit"
 msgstr "_Taisa"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:391
+#: ../src/main_window.c:394
 msgid "Edit this image"
 msgstr "Redaguoti šį paveikslą"
 
 #. Icon-name
-#: ../src/main_window.c:395 ../src/preferences_dialog.c:543
-#: ../src/properties_dialog.c:328
+#: ../src/main_window.c:398 ../src/preferences_dialog.c:541
+#: ../src/properties_dialog.c:325
 msgid "_Close"
 msgstr "_Užverti"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:397
+#: ../src/main_window.c:400
 msgid "Close this image"
 msgstr "Užverti šį paveikslą"
 
 #. Icon-name
-#: ../src/main_window.c:401
+#: ../src/main_window.c:404
 msgid "_Quit"
 msgstr "I_šeiti"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:403
+#: ../src/main_window.c:406
 msgid "Quit Ristretto"
 msgstr "Išeiti iš Ristretto"
 
-#: ../src/main_window.c:412
+#: ../src/main_window.c:415
 msgid "_Open with"
 msgstr "_Atverti su"
 
-#: ../src/main_window.c:416
+#: ../src/main_window.c:419
 msgid "_Sorting"
 msgstr "_Rikiavimas"
 
 #. Icon-name
-#: ../src/main_window.c:420
+#: ../src/main_window.c:423
 msgid "_Delete"
 msgstr "Išt_rinti"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:422
+#: ../src/main_window.c:425
 msgid "Delete this image from disk"
 msgstr "Ištrinti šį paveikslą iš disko"
 
 #. Icon-name
-#: ../src/main_window.c:426
+#: ../src/main_window.c:429
 msgid "_Clear private data..."
 msgstr "_Išvalyti duomenų saugyklą..."
 
 #. Icon-name
-#: ../src/main_window.c:432
+#: ../src/main_window.c:435
 msgid "_Preferences..."
 msgstr "_Nuostatos..."
 
-#: ../src/main_window.c:439
+#: ../src/main_window.c:442
 msgid "_View"
 msgstr "R_odymas"
 
 #. Icon-name
-#: ../src/main_window.c:443
+#: ../src/main_window.c:446
 msgid "_Fullscreen"
 msgstr "_Visas ekranas"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:445
+#: ../src/main_window.c:448
 msgid "Switch to fullscreen"
 msgstr "Perjungti į viso ekrano veikseną"
 
 #. Icon-name
-#: ../src/main_window.c:449
+#: ../src/main_window.c:452
 msgid "_Leave Fullscreen"
 msgstr "_Išjungti viso ekrano veikseną"
 
 #. Label-text
 #. Keyboard shortcut
-#: ../src/main_window.c:451
+#: ../src/main_window.c:454
 msgid "Leave Fullscreen"
 msgstr 

[Xfce4-commits] [apps/xfburn] branch master updated (9810bec -> c61988f)

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  9810bec   I18n: Update translation zh_TW (100%).
   new  c61988f   I18n: Update translation lt (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/lt.po | 8 
 1 file changed, 4 insertions(+), 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] [xfce/xfce4-settings] branch master updated (bd23ed4 -> a70a4f2)

2017-04-13 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  bd23ed4   I18n: Update translation de (100%).
   new  062e04b   I18n: Update translation lt (100%).
   new  a70a4f2   I18n: Update translation pt_BR (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/lt.po| 82 -
 po/pt_BR.po |  4 +--
 2 files changed, 50 insertions(+), 36 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 pt_BR (100%).

2017-04-13 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 a70a4f25f6f503d12cfa01ef9818fb3337ca9d23
Author: André Miranda 
Date:   Thu Apr 13 18:31:18 2017 +0200

I18n: Update translation pt_BR (100%).

374 translated messages.

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

diff --git a/po/pt_BR.po b/po/pt_BR.po
index a78d831..33f5176 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -15,7 +15,7 @@ msgstr ""
 "Project-Id-Version: Xfce4-settings\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-02-15 18:30+0100\n"
-"PO-Revision-Date: 2017-02-25 23:33+\n"
+"PO-Revision-Date: 2017-04-13 11:38+\n"
 "Last-Translator: André Miranda \n"
 "Language-Team: Portuguese (Brazil) 
(http://www.transifex.com/xfce/xfce4-settings/language/pt_BR/)\n"
 "MIME-Version: 1.0\n"
@@ -618,7 +618,7 @@ msgstr "Espelhar monitores"
 
 #: ../dialogs/display-settings/minimal-display-dialog.glade.h:4
 msgid "Extend to the right"
-msgstr "Estender para a direita"
+msgstr "Estender à direita"
 
 #: ../dialogs/display-settings/minimal-display-dialog.glade.h:5
 msgid "Only Display 2"

-- 
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 lt (100%).

2017-04-13 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 062e04b9965ef00b7383f0c516758624c4e1a778
Author: Anonymous 
Date:   Thu Apr 13 18:31:18 2017 +0200

I18n: Update translation lt (100%).

374 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/lt.po | 82 +---
 1 file changed, 48 insertions(+), 34 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index 450e6ab..bf5e792 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -4,13 +4,13 @@
 # 
 # Translators:
 # Algimantas Margevičius , 2012
-# Moo, 2015-2016
+# Moo, 2015-2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce4-settings\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-09-16 06:30+0200\n"
-"PO-Revision-Date: 2016-09-16 11:14+\n"
+"POT-Creation-Date: 2017-02-15 18:30+0100\n"
+"PO-Revision-Date: 2017-04-13 14:35+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce4-settings/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -231,7 +231,7 @@ msgid "Version information"
 msgstr "Versijos infomacija"
 
 #: ../dialogs/accessibility-settings/main.c:197
-#: ../dialogs/appearance-settings/main.c:1298
+#: ../dialogs/appearance-settings/main.c:1303
 #: ../dialogs/display-settings/main.c:3018
 #: ../dialogs/keyboard-settings/main.c:78 ../dialogs/mime-settings/main.c:62
 #: ../dialogs/mouse-settings/main.c:1871 ../xfce4-settings-editor/main.c:120
@@ -242,7 +242,7 @@ msgid "Type '%s --help' for usage."
 msgstr "Bandykite „%s –help“, jei norite išsamesnės informacijos."
 
 #: ../dialogs/accessibility-settings/main.c:216
-#: ../dialogs/appearance-settings/main.c:1317
+#: ../dialogs/appearance-settings/main.c:1322
 #: ../dialogs/display-settings/main.c:3037
 #: ../dialogs/keyboard-settings/main.c:94 ../dialogs/mime-settings/main.c:81
 #: ../dialogs/mouse-settings/main.c:1890 ../xfce4-settings-editor/main.c:139
@@ -251,7 +251,7 @@ msgid "The Xfce development team. All rights reserved."
 msgstr "Xfce kūrėjų komanda. Visos teisės saugomos."
 
 #: ../dialogs/accessibility-settings/main.c:217
-#: ../dialogs/appearance-settings/main.c:1318
+#: ../dialogs/appearance-settings/main.c:1323
 #: ../dialogs/display-settings/main.c:3038
 #: ../dialogs/keyboard-settings/main.c:95 ../dialogs/mime-settings/main.c:82
 #: ../dialogs/mouse-settings/main.c:1891 ../xfce4-settings-editor/main.c:140
@@ -339,126 +339,140 @@ msgid "Default Fon_t"
 msgstr "Numatytasis š_riftas"
 
 #: ../dialogs/appearance-settings/appearance-dialog.glade.h:18
+msgid ""
+"This font will be used as the default monospace font, for example by "
+"terminal emulators."
+msgstr "Šis šriftas bus naudojamas kaip numatytasis lygiaplotis šriftas, 
pavyzdžiui, terminalo emuliatoriuose."
+
+#: ../dialogs/appearance-settings/appearance-dialog.glade.h:19
+msgid "Select a default monospace font"
+msgstr "Pasirinkti numatytąjį lygiaplotį šriftą"
+
+#: ../dialogs/appearance-settings/appearance-dialog.glade.h:20
+msgid "Default _Monospace Font"
+msgstr "Numatytasis _lygiaplotis šriftas"
+
+#: ../dialogs/appearance-settings/appearance-dialog.glade.h:21
 msgid "_Enable anti-aliasing"
 msgstr "Į_jungti glodinimą"
 
-#: ../dialogs/appearance-settings/appearance-dialog.glade.h:19
+#: ../dialogs/appearance-settings/appearance-dialog.glade.h:22
 msgid ""
 "Anti-aliasing, or font smoothing, can improve the look of text on the screen"
 msgstr "Glodinimas arba šriftų lyginimas gali pagerinti teksto išvaizdą ekrane"
 
-#: ../dialogs/appearance-settings/appearance-dialog.glade.h:20
+#: ../dialogs/appearance-settings/appearance-dialog.glade.h:23
 msgid "Hintin_g:"
 msgstr "Taškinė _korekcija:"
 
-#: ../dialogs/appearance-settings/appearance-dialog.glade.h:21
+#: ../dialogs/appearance-settings/appearance-dialog.glade.h:24
 msgid ""
 "Many fonts contain information that provides extra hints as to how best draw"
 " the font; pick whichever looks best according to personal preference"
 msgstr "Dauguma šriftų turi informaciją kuri suteikia papildomą taškinę 
korekciją, taip kad šriftas atrodytų geriausiai; pasirinkite tą kuri jūsų 
nuomone atrodo geriausiai"
 
-#: ../dialogs/appearance-settings/appearance-dialog.glade.h:22
+#: ../dialogs/appearance-settings/appearance-dialog.glade.h:25
 msgid "Sub-_pixel order:"
 msgstr "Po_pikselinė tvarka:"
 
-#: ../dialogs/appearance-settings/appearance-dialog.glade.h:23
+#: ../dialogs/appearance-settings/appearance-dialog.glade.h:26
 msgid ""
 "Font quality on a TFT or LCD screen can be greatly improved by choosing the "
 "correct sub-pixel order of the screen"
 msgstr "Šriftų kokybė TFT ar LCD ekranuose gali būti smarkiai pagerinta 
pasirinkus teisingą ekrano popikselinę tvarką"
 
-#: ../dialogs/appearance-settings/appearance-dialog.glade.h:24
+#: ../dialogs/appearance-settings/appearance-dialog.glade.h:27
 

[Xfce4-commits] [apps/xfce4-notifyd] 01/01: I18n: Update translation lt (100%).

2017-04-13 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-notifyd.

commit 7d9cd7b5b777eebb7f117db7423a0a69c5981ec5
Author: Anonymous 
Date:   Thu Apr 13 18:32:02 2017 +0200

I18n: Update translation lt (100%).

54 translated messages.

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

diff --git a/po/lt.po b/po/lt.po
index fca2436..0ecf89c 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -10,7 +10,7 @@ msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-01-30 00:30+0100\n"
-"PO-Revision-Date: 2017-02-17 20:16+\n"
+"PO-Revision-Date: 2017-04-13 13:49+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce-apps/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -27,7 +27,7 @@ msgstr "Xfce pranešimų tarnyba"
 #: ../xfce4-notifyd/main.c:56
 #, c-format
 msgid "Unknown option \"%s\"\n"
-msgstr "Nežinoma parinktis „%s“\n"
+msgstr "Nežinomas parametras „%s“\n"
 
 #: ../xfce4-notifyd/main.c:65
 msgid "Unable to start notification daemon"

-- 
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/squeeze] 01/01: I18n: Update translation lt (100%).

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit e078849b00faa97e06298dd0ba0bbdb745f78e98
Author: Anonymous 
Date:   Thu Apr 13 18:31:48 2017 +0200

I18n: Update translation lt (100%).

93 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/lt.po | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index b9119d8..eb3cafd 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -4,13 +4,13 @@
 # 
 # Translators:
 # Algimantas Margevičius , 2012
-# Moo, 2015-2016
+# Moo, 2015-2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-10-31 18:30+0100\n"
-"PO-Revision-Date: 2016-03-17 18:00+\n"
+"PO-Revision-Date: 2017-04-13 13:50+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce-apps/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -126,7 +126,7 @@ msgstr "Išskleisti failus:"
 
 #: ../src/extract_dialog.c:78
 msgid "Options:"
-msgstr "Parinktys:"
+msgstr "Parametrai:"
 
 #: ../src/extract_dialog.c:89
 msgid "All files"
@@ -170,7 +170,7 @@ msgstr "[archyvo pavadinimas]"
 msgid ""
 "%s: %s\n"
 "Try %s --help to see a full list of available command line options.\n"
-msgstr "%s: %s\nNorėdami pamatyti komandų eilutės parinkčių sąrašą, paleiskite 
„%s --help“.\n"
+msgstr "%s: %s\nNorėdami pamatyti komandų eilutės parametrų sąrašą, paleiskite 
„%s --help“.\n"
 
 #: ../src/main_window.c:134
 msgid "Internal Style"

-- 
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/squeeze] branch master updated (a4f9c11 -> e078849)

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  a4f9c11   I18n: Update translation ca (100%).
   new  e078849   I18n: Update translation lt (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/lt.po | 8 
 1 file changed, 4 insertions(+), 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/xfburn] 01/01: I18n: Update translation lt (100%).

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit c61988f1c52ef6ce090af90087f98a348f542d79
Author: Anonymous 
Date:   Thu Apr 13 18:31:54 2017 +0200

I18n: Update translation lt (100%).

302 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/lt.po | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index e319245..c0fedba 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -5,13 +5,13 @@
 # Translators:
 # Algimantas Margevičius , 2012
 # mantas , 2006
-# Moo, 2015-2016
+# Moo, 2015-2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-07-20 06:30+0200\n"
-"PO-Revision-Date: 2016-09-07 13:40+\n"
+"PO-Revision-Date: 2017-04-13 13:54+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce-apps/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -120,7 +120,7 @@ msgstr "Trynimo veiksena"
 #: ../xfburn/xfburn-copy-dvd-dialog.c:139
 #: ../xfburn/xfburn-burn-audio-cd-composition-dialog.c:194
 msgid "Options"
-msgstr "Parinktys"
+msgstr "Parametrai"
 
 #: ../xfburn/xfburn-blank-dialog.c:234
 #: ../xfburn/xfburn-burn-data-composition-base-dialog.c:232
@@ -724,7 +724,7 @@ msgstr "Xfburn"
 msgid ""
 "%s: %s\n"
 "Try %s --help to see a full list of available command line options.\n"
-msgstr "%s: %s\nNorėdami pamatyti komandų eilutės parinkčių sąrašą, paleiskite 
„%s --help“.\n"
+msgstr "%s: %s\nNorėdami pamatyti komandų eilutės parametrų sąrašą, paleiskite 
„%s --help“.\n"
 
 #: ../xfburn/xfburn-main.c:219
 msgid "Unable to initialize the burning backend."

-- 
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 (72fecf2 -> 9ecc543)

2017-04-13 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  72fecf2   I18n: Update translation gl (98%).
   new  9ecc543   I18n: Update translation lt (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/lt.po | 406 ---
 1 file changed, 209 insertions(+), 197 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 lt (100%).

2017-04-13 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 bc3671d7b0076e05d88751736392b0226dbe84fa
Author: Anonymous 
Date:   Thu Apr 13 18:32:08 2017 +0200

I18n: Update translation lt (100%).

81 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/lt.po | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index 0f20680..2382369 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -4,13 +4,13 @@
 # 
 # Translators:
 # Algimantas Margevičius , 2012
-# Moo, 2015-2016
+# Moo, 2015-2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-11-01 12:31+0100\n"
-"PO-Revision-Date: 2016-06-24 12:20+\n"
+"PO-Revision-Date: 2017-04-13 13:53+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce-apps/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -374,21 +374,21 @@ msgstr "Versijos informacija"
 #: ../src/main.c:146
 #, c-format
 msgid "Conflicting options: --%s and --%s cannot be used at the same time.\n"
-msgstr "Besikertančios parinktys: --%s ir --%s neturėtų būti naudojamos tuo 
pačiu metu.\n"
+msgstr "Besikertantys parametrai: --%s ir --%s neturėtų būti naudojami tuo 
pačiu metu.\n"
 
 #: ../src/main.c:148
 #, c-format
 msgid ""
 "The --%s option is only used when --fullscreen, --window or --region is "
 "given. It will be ignored.\n"
-msgstr "Parinktis --%s naudojama tik su --fullscreen, --window arba --region. 
Jos bus nepaisoma.\n"
+msgstr "Parametras --%s naudojamas tik su --fullscreen, --window arba 
--region. Jo bus nepaisoma.\n"
 
 #: ../src/main.c:162
 #, c-format
 msgid ""
 "%s: %s\n"
 "Try %s --help to see a full list of available command line options.\n"
-msgstr "%s: %s\nNorėdami pamatyti komandų eilutės parinkčių sąrašą, paleiskite 
„%s --help“.\n"
+msgstr "%s: %s\nNorėdami pamatyti komandų eilutės parametrų sąrašą, paleiskite 
„%s --help“.\n"
 
 #: ../src/main.c:358
 #, c-format

-- 
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-notifyd] branch master updated (d87a4a9 -> 7d9cd7b)

2017-04-13 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-notifyd.

  from  d87a4a9   Don't kill the daemon after 10mins of inactivity (Bug 
#12754)
   new  7d9cd7b   I18n: Update translation lt (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/lt.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/parole] branch master updated (b22047d -> 226d7fa)

2017-04-13 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  b22047d   I18n: Update translation de (99%).
   new  226d7fa   I18n: Update translation lt (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/lt.po | 145 ++-
 1 file changed, 79 insertions(+), 66 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/orage] branch master updated (745d7fb -> 5d1dd99)

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  745d7fb   I18n: Update translation gl (60%).
   new  5d1dd99   I18n: Update translation lt (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/lt.po | 18 +-
 1 file changed, 9 insertions(+), 9 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 lt (100%).

2017-04-13 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 226d7fa0adc7bace716dc40e4a2c41b0ea5f19af
Author: Anonymous 
Date:   Thu Apr 13 18:31:35 2017 +0200

I18n: Update translation lt (100%).

277 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/lt.po | 145 ++-
 1 file changed, 79 insertions(+), 66 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index 845ed5d..0e2c2e1 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -9,8 +9,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-02-26 06:32+0100\n"
-"PO-Revision-Date: 2017-02-26 16:42+\n"
+"POT-Creation-Date: 2017-02-26 18:31+0100\n"
+"PO-Revision-Date: 2017-04-13 13:54+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce-apps/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -21,8 +21,9 @@ msgstr ""
 
 #: ../data/interfaces/parole.ui.h:1
 #: ../data/desktop/org.xfce.Parole.desktop.in.in.h:1
-#: ../src/parole-player.c:606 ../src/parole-player.c:1519
-#: ../src/parole-about.c:70 ../src/plugins/mpris2/mpris2-provider.c:199
+#: ../src/parole-player.c:606 ../src/parole-player.c:1521
+#: ../src/parole-player.c:1920 ../src/parole-about.c:70
+#: ../src/plugins/mpris2/mpris2-provider.c:199
 msgid "Parole Media Player"
 msgstr "Parole medija grotuvas"
 
@@ -69,7 +70,7 @@ msgid "_Shuffle"
 msgstr "_Maišyti"
 
 #. Create dialog
-#: ../data/interfaces/parole.ui.h:12 ../src/parole-player.c:2962
+#: ../data/interfaces/parole.ui.h:12 ../src/parole-player.c:2976
 msgid "Go to position"
 msgstr "Pereiti į laiką"
 
@@ -129,8 +130,8 @@ msgstr "_Nutildyti"
 msgid "_Video"
 msgstr "_Vaizdas"
 
-#: ../data/interfaces/parole.ui.h:27 ../src/parole-player.c:2092
-#: ../src/parole-player.c:2256
+#: ../data/interfaces/parole.ui.h:27 ../src/parole-player.c:2106
+#: ../src/parole-player.c:2270
 msgid "_Fullscreen"
 msgstr "Visas _ekranas"
 
@@ -237,7 +238,7 @@ msgstr "Atverti medija failus"
 
 #: ../data/interfaces/playlist.ui.h:1
 #: ../data/interfaces/parole-settings.ui.h:27 ../src/parole-medialist.c:806
-#: ../src/parole-medialist.c:849 ../src/parole-player.c:3384
+#: ../src/parole-medialist.c:849 ../src/parole-player.c:3398
 msgid "Playlist"
 msgstr "Grojaraštis"
 
@@ -483,12 +484,12 @@ msgid "Play/Pause"
 msgstr "Groti/Pristabdyti"
 
 #: ../data/desktop/org.xfce.Parole.desktop.in.in.h:4
-#: ../src/parole-player.c:3539 ../src/plugins/notify/notify-provider.c:204
+#: ../src/parole-player.c:3553 ../src/plugins/notify/notify-provider.c:204
 msgid "Previous Track"
 msgstr "Ankstesnis takelis"
 
 #: ../data/desktop/org.xfce.Parole.desktop.in.in.h:5
-#: ../src/parole-player.c:3557 ../src/plugins/notify/notify-provider.c:217
+#: ../src/parole-player.c:3571 ../src/plugins/notify/notify-provider.c:217
 msgid "Next Track"
 msgstr "Kitas takelis"
 
@@ -508,29 +509,37 @@ msgstr "Parole gali groti vietinius medija failus, 
įskaitant vaizdo įrašus su
 
 #: ../data/appdata/parole.appdata.xml.in.h:3
 msgid ""
+"This development release fixes several bugs, typos, and historical details "
+"present in the documentation. Tags are now processed on files delivered over"
+" HTTP/S. The clutter video backend is disabled for GTK+ 3.22 and newer due "
+"to significant API changes."
+msgstr "Ši kūrimo laida pataiso kelias programos bei rašybos klaidas ir 
dokumentacijoje esančią istorinę informaciją. Dabar, žymės yra apdorojamos per 
HTTP/S pristatomiems failams. Dėl reikšmingų API pakeitimų, clutter vaizdo 
vidinė pusė, skirta GTK+ 3.22 ir naujesnėms versijoms, yra išjungta."
+
+#: ../data/appdata/parole.appdata.xml.in.h:4
+msgid ""
 "This development release adds a new mini mode and the ability to play or "
 "replay content by clicking the circle icons. Theming is simplified and "
 "filenames are displayed when no ID3 tags are found."
 msgstr "Ši kūrimo laida prideda naują minimalią veikseną ir galimybę atkurti 
ar iš naujo atkurti turinį, spustelėjant apskritimo piktogramas. 
Apipavidalinimas yra supaprastintas, o kuomet nerandama ID3 žymių, yra rodomi 
failų pavadinimai."
 
-#: ../data/appdata/parole.appdata.xml.in.h:4
+#: ../data/appdata/parole.appdata.xml.in.h:5
 msgid ""
 "This release improves the build process and includes several bug fixes. This"
 " new stable release is a recommended upgrade for all users."
 msgstr "Ši laida patobulina kūrimo procesą, o taip pat joje yra ištaisytos 
kelios klaidos. Ši stabili laida yra rekomenduojamas atnaujinimas visiems 
naudotojams."
 
-#: ../data/appdata/parole.appdata.xml.in.h:5
+#: ../data/appdata/parole.appdata.xml.in.h:6
 msgid ""
 "This unstable development release adds the new clutter backend and cleans up"
 " deprecated Gtk3 symbols. It also adds a \"go to position\" feature and "
 "several bugs have been addressed."
 msgstr "Ši nestabili 

[Xfce4-commits] [thunar-plugins/thunar-media-tags-plugin] branch master updated (a85d24f -> 3b30580)

2017-04-13 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-media-tags-plugin.

  from  a85d24f   I18n: Update translation id (100%).
   new  3b30580   I18n: Update translation lt (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/lt.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] [thunar-plugins/thunar-vcs-plugin] 01/01: I18n: Update translation lt (100%).

2017-04-13 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 0737c09658a3cb033bac541b8464a9693a36ecc5
Author: Anonymous 
Date:   Thu Apr 13 18:30:48 2017 +0200

I18n: Update translation lt (100%).

320 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/lt.po | 56 
 1 file changed, 28 insertions(+), 28 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index a3ddd7e..c761fe3 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -4,13 +4,13 @@
 # 
 # Translators:
 # Algimantas Margevičius , 2012
-# Moo, 2015
+# Moo, 2015,2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Thunar Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-02-17 00:30+0100\n"
-"PO-Revision-Date: 2015-09-20 19:49+\n"
+"PO-Revision-Date: 2017-04-13 13:49+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/thunar-plugins/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -550,39 +550,39 @@ msgstr "Vykdyti būsenos veiksmą"
 
 #: ../tvp-git-helper/main.c:153 ../tvp-svn-helper/main.c:259
 msgid "Add Related Options:"
-msgstr "Su pridėjimu susijusios parinktys:"
+msgstr "Su pridėjimu susiję parametrai:"
 
 #: ../tvp-git-helper/main.c:157 ../tvp-svn-helper/main.c:263
 msgid "Blame Related Options:"
-msgstr "Su kaltinimu susijusios parinktys:"
+msgstr "Su kaltinimu susiję parametrai:"
 
 #: ../tvp-git-helper/main.c:161
 msgid "Branch Related Options:"
-msgstr "Su šaka susijusios parinktys:"
+msgstr "Su šaka susiję parametrai:"
 
 #: ../tvp-git-helper/main.c:165 ../tvp-git-helper/main.c:169
 msgid "Clone Related Options:"
-msgstr "Su klonavimu susijusios parinktys:"
+msgstr "Su klonavimu susiję parametrai:"
 
 #: ../tvp-git-helper/main.c:173 ../tvp-svn-helper/main.c:307
 msgid "Log Related Options:"
-msgstr "Su žurnalu susijusios parinktys:"
+msgstr "Su žurnalu susiję parametrai:"
 
 #: ../tvp-git-helper/main.c:177 ../tvp-svn-helper/main.c:311
 msgid "Move Related Options:"
-msgstr "Su perkėlimu susijusios parinktys:"
+msgstr "Su perkėlimu susiję parametrai:"
 
 #: ../tvp-git-helper/main.c:181
 msgid "Reset Related Options:"
-msgstr "Su atstatymu susijusios parinktys:"
+msgstr "Su atstatymu susiję parametrai:"
 
 #: ../tvp-git-helper/main.c:185
 msgid "Stash Related Options:"
-msgstr "Su saugykla susijusios parinktys:"
+msgstr "Su saugykla susiję parametrai:"
 
 #: ../tvp-git-helper/main.c:189 ../tvp-svn-helper/main.c:331
 msgid "Status Related Options:"
-msgstr "Su būsena susijusios parinktys:"
+msgstr "Su būsena susiję parametrai:"
 
 #: ../tvp-git-helper/tgh-blame-dialog.c:90
 #: ../tvp-svn-helper/tsh-blame-dialog.c:93
@@ -862,47 +862,47 @@ msgstr "Vykdyti atnaujinimo veiksmą"
 
 #: ../tvp-svn-helper/main.c:267
 msgid "Changelist Related Options:"
-msgstr "Su keitimų sąrašu susijusios parinktys:"
+msgstr "Su keitimų sąrašu susiję parametrai:"
 
 #: ../tvp-svn-helper/main.c:271
 msgid "Checkout Related Options:"
-msgstr "Su iškėlimu susijusios parinktys:"
+msgstr "Su iškėlimu susiję parametrai:"
 
 #: ../tvp-svn-helper/main.c:275
 msgid "Cleanup Related Options:"
-msgstr "Su valymu susijusios parinktys:"
+msgstr "Su valymu susiję parametrai:"
 
 #: ../tvp-svn-helper/main.c:279
 msgid "Commit Related Options:"
-msgstr "Su pritaikymu susijusios parinktys:"
+msgstr "Su pritaikymu susiję parametrai:"
 
 #: ../tvp-svn-helper/main.c:283
 msgid "Copy Related Options:"
-msgstr "Su kopijavimu susijusios parinktys:"
+msgstr "Su kopijavimu susiję parametrai:"
 
 #: ../tvp-svn-helper/main.c:287
 msgid "Delete Related Options:"
-msgstr "Su šalinimu susijusios parinktys:"
+msgstr "Su ištrynimu susiję parametrai:"
 
 #: ../tvp-svn-helper/main.c:291
 msgid "Diff Related Options:"
-msgstr "Su Diff susijusios parinktys:"
+msgstr "Su Diff susiję parametrai:"
 
 #: ../tvp-svn-helper/main.c:295
 msgid "Export Related Options:"
-msgstr "Su eksportavimu susijusios parinktys:"
+msgstr "Su eksportavimu susiję parametrai:"
 
 #: ../tvp-svn-helper/main.c:299
 msgid "Import Related Options:"
-msgstr "Su importavimu susijusios parinktys:"
+msgstr "Su importavimu susiję parametrai:"
 
 #: ../tvp-svn-helper/main.c:303
 msgid "Lock Related Options:"
-msgstr "Su užrakinimu susijusios parinktys:"
+msgstr "Su užrakinimu susiję parametrai:"
 
 #: ../tvp-svn-helper/main.c:315
 msgid "Properties Related Options:"
-msgstr "Su savybėmis susijusios parinktys:"
+msgstr "Su savybėmis susiję parametrai:"
 
 #. gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog)->action_area), box, FALSE,
 #. TRUE, 0);
@@ -913,27 +913,27 @@ msgstr "Savybės"
 
 #: ../tvp-svn-helper/main.c:319
 msgid "Resolved Related Options:"
-msgstr "Su išsprendimu susijusios parinktys:"
+msgstr "Su išsprendimu susiję parametrai:"
 
 #: ../tvp-svn-helper/main.c:323
 msgid "Relocate Related Options:"
-msgstr "Su perkėlimu 

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

2017-04-13 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 fad3d47164a461ed2438fb7a8b09dd6b2f971832
Author: Anonymous 
Date:   Thu Apr 13 18:31:02 2017 +0200

I18n: Update translation lt (100%).

395 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/lt.po | 24 
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index 6854de7..076eb27 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -10,7 +10,7 @@ msgstr ""
 "Project-Id-Version: Xfce4-panel\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-04-11 00:30+0200\n"
-"PO-Revision-Date: 2017-04-11 13:23+\n"
+"PO-Revision-Date: 2017-04-13 14:34+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce4-panel/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -430,7 +430,7 @@ msgstr "Per kelis e_kranus"
 
 #: ../panel/panel-preferences-dialog.glade.h:17
 msgid "Select this option to extend the panel over multiple monitors."
-msgstr "Pasirinkite šią parinktį, kad išplėstumėte skydelį per kelis 
monitorius."
+msgstr "Pasirinkite šį parametrą, kad išplėstumėte skydelį per kelis 
monitorius."
 
 #: ../panel/panel-preferences-dialog.glade.h:18
 msgid "_Lock panel"
@@ -439,7 +439,7 @@ msgstr "_Užrakinti skydelį"
 #: ../panel/panel-preferences-dialog.glade.h:19
 msgid ""
 "Select this option to hide the handles of the panel and lock its position."
-msgstr "Pasirinkite šią parinktį, kad paslėptumėte skydelio valdykles ir 
užrakintumėte poziciją."
+msgstr "Pasirinkite šį parametrą, kad paslėptumėte skydelio valdykles ir 
užrakintumėte poziciją."
 
 #: ../panel/panel-preferences-dialog.glade.h:20
 msgid "Automatically hide the panel:"
@@ -453,7 +453,7 @@ msgstr "_Nerezervuoti vietos kraštuose"
 msgid ""
 "Select this option if you want maximized windows to cover the area behind "
 "the panel. This only works when the panel is attached to a screen edge."
-msgstr "Pasirinkite šią parinktį, jei norite paslėpti skydelį kai žymeklis 
nėra virš jo. Tai veikia tik tuomet, kai skydelis yra pritvirtintas prie ekrano 
krašto."
+msgstr "Pasirinkite šį parametrą, jei norite paslėpti skydelį kai žymeklis 
nėra virš jo. Tai veikia tik tuomet, kai skydelis yra pritvirtintas prie ekrano 
krašto."
 
 #: ../panel/panel-preferences-dialog.glade.h:23
 #: ../plugins/actions/actions-dialog.glade.h:7
@@ -469,7 +469,7 @@ msgstr "_Automatiškai pailginti"
 msgid ""
 "Select this option to automatically increase the length of the panel if the "
 "plugins request more space."
-msgstr "Pasirinkite šią parinktį, jei norite, kad automatiškai didėtų skydelio 
ilgis, jei įskiepiams prireiktų daugiau vietos."
+msgstr "Pasirinkite šį parametrą, jei norite, kad automatiškai didėtų skydelio 
ilgis, tuo atveju, jei įskiepiams prireiktų daugiau vietos."
 
 #: ../panel/panel-preferences-dialog.glade.h:27
 #, no-c-format
@@ -865,7 +865,7 @@ msgstr "Rodyti pilnus programų _pavadinimus"
 msgid ""
 "Select this option to show the generic application name in the menu, for "
 "example \"File Manager\" instead of \"Thunar\""
-msgstr "Pasirinkite šią parinktį, norėdami pamatyti bendrinį programos vardą 
meniu, pavyzdžiui „Failų tvarkytuvė“, o ne „Thunar“"
+msgstr "Pasirinkite šį parametrą, norėdami pamatyti bendrinį programos vardą 
meniu, pavyzdžiui „Failų tvarkytuvė“, o ne „Thunar“"
 
 #: ../plugins/applicationsmenu/applicationsmenu-dialog.glade.h:9
 #: ../plugins/clock/clock-dialog.glade.h:15
@@ -937,13 +937,13 @@ msgstr "Naudojimas:"
 #: ../plugins/directorymenu/xfce4-popup-directorymenu.sh:28
 #: ../plugins/windowmenu/xfce4-popup-windowmenu.sh:28
 msgid "OPTION"
-msgstr "PARINKTIS"
+msgstr "PARAMETRAS"
 
 #: ../plugins/applicationsmenu/xfce4-popup-applicationsmenu.sh:30
 #: ../plugins/directorymenu/xfce4-popup-directorymenu.sh:30
 #: ../plugins/windowmenu/xfce4-popup-windowmenu.sh:30
 msgid "Options:"
-msgstr "Parinktys:"
+msgstr "Parametrai:"
 
 #: ../plugins/applicationsmenu/xfce4-popup-applicationsmenu.sh:31
 #: ../plugins/directorymenu/xfce4-popup-directorymenu.sh:31
@@ -955,7 +955,7 @@ msgstr "Iškylantysis meniu esamoje pelės pozicijoje"
 #: ../plugins/directorymenu/xfce4-popup-directorymenu.sh:32
 #: ../plugins/windowmenu/xfce4-popup-windowmenu.sh:32
 msgid "Show help options"
-msgstr "Rodyti pagalbos parinktis"
+msgstr "Rodyti pagalbos parametrus"
 
 #: ../plugins/clock/clock.c:176
 msgid "Week %V"
@@ -1069,7 +1069,7 @@ msgstr "Rodyti _tinklelį"
 
 #: ../plugins/clock/clock-dialog.glade.h:26
 msgid "Clock Options"
-msgstr "Laikrodžio parinktys"
+msgstr "Laikrodžio parametrai"
 
 #: ../plugins/clock/clock-fuzzy.c:87
 msgid "Night"
@@ -1472,7 +1472,7 @@ msgstr "Išjungti pa_aiškinimus"
 msgid ""
 "Select this option to disable the tooltips when moving over the panel button"
 " or menu items."
-msgstr "Pasirinkite šią pasirinktį, jei norite išjungti 

[Xfce4-commits] [xfce/libxfce4ui] branch master updated (ccb432c -> 290f13d)

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  ccb432c   I18n: Update translation gl (100%).
   new  290f13d   I18n: Update translation lt (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/lt.po | 14 +++---
 1 file changed, 7 insertions(+), 7 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-media-tags-plugin] 01/01: I18n: Update translation lt (100%).

2017-04-13 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-media-tags-plugin.

commit 3b3058022186d38a4195df8d5a944d68f8ebebc3
Author: Anonymous 
Date:   Thu Apr 13 18:30:41 2017 +0200

I18n: Update translation lt (100%).

58 translated messages.

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

diff --git a/po/lt.po b/po/lt.po
index d942fac..eeda135 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -4,13 +4,13 @@
 # 
 # Translators:
 # Algimantas Margevičius , 2012
-# Moo, 2015-2016
+# Moo, 2015-2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Thunar Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-02-11 18:30+0100\n"
-"PO-Revision-Date: 2016-03-17 18:17+\n"
+"PO-Revision-Date: 2017-04-13 13:44+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/thunar-plugins/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -69,7 +69,7 @@ msgstr "_Brūkšniai apačioje"
 msgid ""
 "Activating this option will replace all spaces in the target filename with "
 "underscores."
-msgstr "Aktyvavus šią parinktį, paskirties failo varde visi tarpai bus 
pakeisti brūkšniu apačioje."
+msgstr "Aktyvavus šį parametrą, paskirties failo varde visi tarpai bus 
pakeisti brūkšniu apačioje."
 
 #: ../thunar-plugin/tag-renamer.c:319
 msgid "_Lowercase"

-- 
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] branch master updated (b16f277 -> 0737c09)

2017-04-13 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  b16f277   I18n: Update translation gl (62%).
   new  0737c09   I18n: Update translation lt (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/lt.po | 56 
 1 file changed, 28 insertions(+), 28 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/thunar] branch master updated (10770a8 -> 2e8e43b)

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  10770a8   Add support for Exif:ImageDescription and Exif:UserComment
   new  2e8e43b   I18n: Update translation lt (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/lt.po | 26 +-
 1 file changed, 13 insertions(+), 13 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-panel] branch master updated (5db8ee8 -> fad3d47)

2017-04-13 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  5db8ee8   I18n: Update translation hr (100%).
   new  fad3d47   I18n: Update translation lt (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/lt.po | 24 
 1 file changed, 12 insertions(+), 12 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/libxfce4ui] 01/01: I18n: Update translation lt (100%).

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 290f13d50f67274c784c8ef7cca053cdb743cb79
Author: Anonymous 
Date:   Thu Apr 13 18:30:24 2017 +0200

I18n: Update translation lt (100%).

174 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/lt.po | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index b2fc215..bfa2640 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -4,13 +4,13 @@
 # 
 # Translators:
 # Algimantas Margevičius , 2012
-# Moo, 2015-2016
+# Moo, 2015-2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Libxfce4ui\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2016-06-09 00:30+0200\n"
-"PO-Revision-Date: 2016-06-09 11:31+\n"
+"PO-Revision-Date: 2017-04-13 13:39+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/libxfce4ui/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -94,11 +94,11 @@ msgstr "Išjungti seanso tvarkymą"
 
 #: ../libxfce4ui/xfce-sm-client.c:1435
 msgid "Session management options"
-msgstr "Seanso tvarkymo parinktys"
+msgstr "Seanso tvarkymo parametrai"
 
 #: ../libxfce4ui/xfce-sm-client.c:1436
 msgid "Show session management options"
-msgstr "Rodyti seanso tvarkymo parinktis"
+msgstr "Rodyti seanso tvarkymo parametrus"
 
 #: ../libxfce4ui/xfce-sm-client.c:1611
 #, c-format
@@ -565,7 +565,7 @@ msgstr "Darbalaukio tvarkytuvė"
 msgid ""
 "Sets the background color or image with optional application menu or icons "
 "for minimized applications or launchers, devices and folders."
-msgstr "Nustato darbalaukio fono spalvą ar paveikslą su nebūtinu programų 
meniu ar piktogramomis suskleistoms programoms ar leistukais, įrenginiais ir 
aplankais."
+msgstr "Nustato darbalaukio fono spalvą arba paveikslą su nebūtinu programų 
meniu ar piktogramomis, skirtomis suskleistoms programoms, ar leistukais, 
įrenginiais ir aplankais."
 
 #: ../xfce4-about/main.c:84
 msgid "File Manager "
@@ -666,7 +666,7 @@ msgid ""
 "distributed under the terms of the GNU Library General Public License as "
 "published by the Free Software Foundation; either version 2 of the License, "
 "or (at your option) any later version."
-msgstr "Libxfce4ui, libxfcegui4, libxfce4util, thunar-vfs ir exo paketai yra 
platinami pagal GNU General Public License kaip paskelbė Free Software 
Foundation; arba pagal licencijos versiją 2, ar (jūsų pasirinkimas) bet kurią 
vėlesnę versiją."
+msgstr "Libxfce4ui, libxfcegui4, libxfce4util, thunar-vfs ir exo paketai yra 
platinami pagal GNU General Public License kaip paskelbė Free Software 
Foundation; arba pagal licencijos versiją 2, ar (jūsų pasirinkimu) bet kurią 
vėlesnę versiją."
 
 #: ../xfce4-about/main.c:294
 msgid ""
@@ -675,7 +675,7 @@ msgid ""
 "under the terms of the GNU General Public License as published by the Free "
 "Software Foundation; either version 2 of the License, or (at your option) "
 "any later version."
-msgstr "Paketai thunar, xfce4-appfinder, xfce4-panel, xfce4-session, 
xfce4-settings, xfce-utils, xfconf, xfdesktop ir xfwm4 yra platinami pagal GNU 
General Public License kaip paskelbė Free Software Foundation; arba pagal 
licencijos versiją 2, ar (jūsų pasirinkimas) bet kurią vėlesnę versiją."
+msgstr "Paketai thunar, xfce4-appfinder, xfce4-panel, xfce4-session, 
xfce4-settings, xfce-utils, xfconf, xfdesktop ir xfwm4 yra platinami pagal GNU 
General Public License kaip paskelbė Free Software Foundation; arba pagal 
licencijos versiją 2, ar (jūsų pasirinkimu) bet kurią vėlesnę versiją."
 
 #: ../xfce4-about/main.c:441
 #, c-format

-- 
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/thunar] 01/01: I18n: Update translation lt (100%).

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 2e8e43b35ae73c13e19faea0be5ff110b8fcaf75
Author: Anonymous 
Date:   Thu Apr 13 18:30:33 2017 +0200

I18n: Update translation lt (100%).

738 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/lt.po | 26 +-
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index 9a14f43..6ac62f2 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: Thunar\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-02-19 18:30+0100\n"
-"PO-Revision-Date: 2017-01-23 12:59+\n"
+"PO-Revision-Date: 2017-04-13 13:43+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/thunar/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -1487,7 +1487,7 @@ msgid ""
 "If you select this option your choice will be remembered and you won't be "
 "asked again. You can use the preferences dialog to alter your choice "
 "afterwards."
-msgstr "Jei pasirinksite šią parinktį, ji bus įsiminta ir to nebebus klausiama 
vėliau. Jei norėsite pakeisti šią parinktį, tai galėsite padaryti nuostatų 
dialogo lange."
+msgstr "Jei pasirinksite šį parametrą, jis bus įsimintas ir to nebebus 
klausiama vėliau. Jei norėsite pakeisti šį parametrą, tai galėsite padaryti 
nuostatų dialogo lange."
 
 #: ../thunar/thunar-permissions-chooser.c:914
 msgid "Mixed file owners"
@@ -1592,7 +1592,7 @@ msgstr "Išrikiuoti _aplankus prieš failus"
 #: ../thunar/thunar-preferences-dialog.c:299
 msgid ""
 "Select this option to list folders before files when you sort a folder."
-msgstr "Pasirinkite šią parinktį, jei norite, kad aplankai būtų išrikiuoti 
sąrašo viršuje prieš failus."
+msgstr "Pasirinkite šį parametrą, jei norite, kad aplankai būtų išrikiuoti 
sąrašo viršuje prieš failus."
 
 #: ../thunar/thunar-preferences-dialog.c:303
 msgid "Show file size in binary format"
@@ -1601,7 +1601,7 @@ msgstr "Rodyti failų dydžius dvejetainiu formatu"
 #: ../thunar/thunar-preferences-dialog.c:305
 msgid ""
 "Select this option to show file size in binary format instead of decimal."
-msgstr "Pasirinkite šią parinktį, norėdami, kad failų dydžiai, vietoj 
dešimtainio, būtų rodomi dvejetainiu formatu."
+msgstr "Pasirinkite šį parametrą, norėdami, kad failų dydžiai, vietoj 
dešimtainio, būtų rodomi dvejetainiu formatu."
 
 #: ../thunar/thunar-preferences-dialog.c:325
 msgid "_Text beside icons"
@@ -1611,7 +1611,7 @@ msgstr "_Tekstas šalia piktogramų"
 msgid ""
 "Select this option to place the icon captions for items beside the icon "
 "rather than below the icon."
-msgstr "Pasirinkite šią parinktį, jei norite kad piktogramų tekstas būtų 
šalia, o ne po piktogramomis."
+msgstr "Pasirinkite šį parametrą, jei norite kad piktogramų tekstas būtų 
šalia, o ne po piktogramomis."
 
 #: ../thunar/thunar-preferences-dialog.c:336
 msgid "Date"
@@ -1679,7 +1679,7 @@ msgid ""
 "Select this option to display icon emblems in the shortcuts pane for all "
 "folders for which emblems have been defined in the folders properties "
 "dialog."
-msgstr "Pasirinkite šią parinktį, jei norite matyti piktogramų emblemas 
nuorodų polangyje visiems aplankams, kuriems šios emblemos buvo nustatytos 
aplanko savybių dialogo lange."
+msgstr "Pasirinkite šį parametrą, jei norite matyti piktogramų emblemas 
nuorodų polangyje visiems aplankams, kuriems šios emblemos buvo nustatytos 
aplanko savybių dialogo lange."
 
 #: ../thunar/thunar-preferences-dialog.c:421
 msgid "Tree Pane"
@@ -1697,7 +1697,7 @@ msgstr "Rodyti piktogramų _emblemas"
 msgid ""
 "Select this option to display icon emblems in the tree pane for all folders "
 "for which emblems have been defined in the folders properties dialog."
-msgstr "Pasirinkite šią parinktį, jei norite matyti piktogramų emblemas 
aplankų medyje visiems aplankams, kuriems šios emblemos buvo nustatytos aplanko 
savybių dialogo lange."
+msgstr "Pasirinkite šį parametrą, jei norite matyti piktogramų emblemas 
aplankų medyje visiems aplankams, kuriems šios emblemos buvo nustatytos aplanko 
savybių dialogo lange."
 
 #. Behavior
 #: ../thunar/thunar-preferences-dialog.c:463
@@ -2949,7 +2949,7 @@ msgstr "Įrašo pagalbinis tekstas, pvz „Naršyti puslapius 
internete“ (Fire
 
 #: ../plugins/thunar-apr/thunar-apr-desktop-page.c:268
 msgid "Options:"
-msgstr "Parinktys:"
+msgstr "Parametrai:"
 
 #: ../plugins/thunar-apr/thunar-apr-desktop-page.c:274
 msgid "Use _startup notification"
@@ -2960,7 +2960,7 @@ msgid ""
 "Select this option to enable startup notification when the command is run "
 "from the file manager or the menu. Not every application supports startup "
 "notification."
-msgstr "Pasirinkite šią parinktį, norėdami įjungti perspėjimo pranešimą, kai 
komanda yra paleidžiama iš failų tvarkytuvės arba iš meniu. Ne visos programos 
palaiko šį pranešimą."

[Xfce4-commits] [xfce/exo] branch master updated (d03b1d2 -> ef4bfd6)

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  d03b1d2   I18n: Update translation es (100%).
   new  ef4bfd6   I18n: Update translation lt (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/lt.po | 18 +-
 1 file changed, 9 insertions(+), 9 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: I18n: Update translation lt (100%).

2017-04-13 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit ef4bfd6c6b351fca4292fe5652555ce239bcee8f
Author: Anonymous 
Date:   Thu Apr 13 18:30:03 2017 +0200

I18n: Update translation lt (100%).

292 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/lt.po | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index ebbc54b..72027c9 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: Exo\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2016-07-12 06:30+0200\n"
-"PO-Revision-Date: 2017-03-01 11:14+\n"
+"PO-Revision-Date: 2017-04-13 13:37+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian (http://www.transifex.com/xfce/exo/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -475,12 +475,12 @@ msgstr "Seanso paleidimo iš naujo komanda"
 #: ../exo-csource/main.c:284
 #, c-format
 msgid "Usage: %s [options] [file]\n"
-msgstr "Naudojimas: %s [parinktys] [failas]\n"
+msgstr "Naudojimas: %s [parametrai] [failas]\n"
 
 #: ../exo-csource/main.c:285
 #, c-format
 msgid "   %s [options] --build-list [[name file]...]\n"
-msgstr "   %s [parinktys] --build-list [[vardas failas]...]\n"
+msgstr "   %s [parametrai] --build-list [[vardas failas]...]\n"
 
 #: ../exo-csource/main.c:287
 #, c-format
@@ -651,7 +651,7 @@ msgstr "Nėra piktogramos"
 
 #: ../exo-desktop-item-edit/exo-die-editor.c:412
 msgid "Options:"
-msgstr "Parinktys:"
+msgstr "Parametrai:"
 
 #. TRANSLATORS: Check button label in "Create Launcher" dialog, make sure to
 #. avoid mnemonic conflicts
@@ -666,7 +666,7 @@ msgid ""
 "Select this option to enable startup notification when the command is run "
 "from the file manager or the menu. Not every application supports startup "
 "notification."
-msgstr "Pasirinkite šią parinktį norėdami įjungti paleidimo pranešimą, kai 
komanda paleidžiama iš failų tvarkytuvės ar meniu. Ne visos programos palaiko 
paleidimo pranešimą."
+msgstr "Pasirinkite šį parametrą, norėdami įjungti paleidimo pranešimą, kai 
komanda paleidžiama iš failų tvarkytuvės ar meniu. Ne visos programos palaiko 
paleidimo pranešimą."
 
 #. TRANSLATORS: Check button label in "Create Launcher" dialog, make sure to
 #. avoid mnemonic conflicts
@@ -678,7 +678,7 @@ msgstr "Paleisti _terminale"
 
 #: ../exo-desktop-item-edit/exo-die-editor.c:436
 msgid "Select this option to run the command in a terminal window."
-msgstr "Pasirinkite šią parinktį, jei norite, kad komanda būtų paleista 
terminalo lange."
+msgstr "Pasirinkite šį parametrą, jei norite, kad komanda būtų paleista 
terminalo lange."
 
 #. allocate the icon chooser dialog
 #: ../exo-desktop-item-edit/exo-die-editor.c:592
@@ -1325,11 +1325,11 @@ msgstr "  --launch TIPAS [PARAMETRAI...]   Paleisti 
pageidaujamą TIPO progr
 msgid ""
 "  --working-directory DIRECTORY   Default working directory for 
applications\n"
 "  when using the --launch option."
-msgstr "  --working-directory APLANKAS   Numatytasis darbinis aplankas 
programoms\n  naudojant --launch parinktį."
+msgstr "  --working-directory KATALOGAS   Numatytasis darbinis katalogas 
programoms\n  naudojant --launch parametrą."
 
 #: ../exo-open/main.c:122
 msgid "The following TYPEs are supported for the --launch command:"
-msgstr "Šie tipai yra palaikomi --launch parinkties:"
+msgstr "Šie tipai yra palaikomi --launch parametro:"
 
 #. Note to Translators: Do not translate the TYPEs (WebBrowser, MailReader,
 #. TerminalEmulator),
@@ -1349,7 +1349,7 @@ msgid ""
 "option, you can select which preferred application you want to run, and\n"
 "pass additional parameters to the application (i.e. for TerminalEmulator\n"
 "you can pass the command line that should be run in the terminal)."
-msgstr "Jei nenurodysite --launch parinkties, exo-open atvers visus nurodytus 
URL\nsu jų numatytomis programomis. Jei nurodysite --launch parinktį, 
galėsite\npasirinkti pageidaujamą programą kurią norėsite vykdyti ir programai 
perduoti\nparametrus (t.y. terminalo emuliatoriuj galėsite perduoti komandą 
kurią vykdyti)."
+msgstr "Jei nenurodysite --launch parametro, exo-open atvers visus nurodytus 
URL\nsu jų numatytomis programomis. Jei nurodysite --launch parametrą, 
galėsite\npasirinkti pageidaujamą programą kurią norėsite vykdyti ir programai 
perduoti\nparametrus (t.y. terminalo emuliatoriui galėsite perduoti komandą 
kurią vykdyti)."
 
 #: ../exo-open/main.c:195
 #, c-format

-- 
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: Implement missing function to retrieve windows in stacked order at new window tracker for X11 (XfdashboardWindowTrackerX11)

2017-04-13 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 4a5361d46f6dcf7d0563637d363ebf045a1439e9
Author: Stephan Haller 
Date:   Thu Apr 13 15:16:34 2017 +0200

Implement missing function to retrieve windows in stacked order at new 
window tracker for X11 (XfdashboardWindowTrackerX11)

This fixes a visual error at live workspace in the workspace selector 
because the windows were shown in wrong order (and maybe the desktop window 
always on top) without a sorted list of windows in stacked order.
---
 libxfdashboard/x11/window-tracker-x11.c | 83 +
 1 file changed, 75 insertions(+), 8 deletions(-)

diff --git a/libxfdashboard/x11/window-tracker-x11.c 
b/libxfdashboard/x11/window-tracker-x11.c
index f254649..99ea7c8 100644
--- a/libxfdashboard/x11/window-tracker-x11.c
+++ b/libxfdashboard/x11/window-tracker-x11.c
@@ -75,6 +75,7 @@ struct _XfdashboardWindowTrackerX11Private
 
/* Instance related */
GList   
*windows;
+   GList   
*windowsStacked;
GList   
*workspaces;
GList   
*monitors;
 
@@ -248,13 +249,19 @@ static void 
_xfdashboard_window_tracker_x11_free_window(XfdashboardWindowTracker
g_assert(G_OBJECT(inWindow)->ref_count==1);
 #endif
 
-   /* Find entry in window list and remove it if found */
+   /* Find entry in window lists and remove it if found */
iter=g_list_find(priv->windows, inWindow);
if(iter)
{
priv->windows=g_list_delete_link(priv->windows, iter);
}
 
+   iter=g_list_find(priv->windowsStacked, inWindow);
+   if(iter)
+   {
+   priv->windowsStacked=g_list_delete_link(priv->windowsStacked, 
iter);
+   }
+
/* Free window object */
g_object_unref(inWindow);
 }
@@ -279,6 +286,8 @@ static XfdashboardWindowTrackerWindowX11* 
_xfdashboard_window_tracker_x11_get_wi
for(iter=priv->windows; iter; iter=g_list_next(iter))
{
/* Get currently iterated window object */
+   if(!XFDASHBOARD_IS_WINDOW_TRACKER_WINDOW_X11(iter->data)) 
continue;
+
window=XFDASHBOARD_WINDOW_TRACKER_WINDOW_X11(iter->data);
if(!window) continue;
 
@@ -296,6 +305,48 @@ static XfdashboardWindowTrackerWindowX11* 
_xfdashboard_window_tracker_x11_get_wi
return(NULL);
 }
 
+/* Build correctly ordered list of windows in stacked order. The list will not
+ * take a reference at the window object and must not be unreffed if list is
+ * freed.
+ */
+static void 
_xfdashboard_window_tracker_x11_build_stacked_windows_list(XfdashboardWindowTrackerX11
 *self)
+{
+   XfdashboardWindowTrackerX11Private  *priv;
+   GList   
*wnckWindowsStacked;
+   GList   
*newWindowsStacked;
+   GList   
*iter;
+   WnckWindow  
*wnckWindow;
+   XfdashboardWindowTrackerWindowX11   *window;
+
+   g_return_if_fail(XFDASHBOARD_IS_WINDOW_TRACKER(self));
+
+   priv=self->priv;
+
+   /* Get list of stacked windows from wnck */
+   wnckWindowsStacked=wnck_screen_get_windows_stacked(priv->screen);
+
+   /* Build new list of stacked windows containing window objects */
+   newWindowsStacked=NULL;
+   for(iter=wnckWindowsStacked; iter; iter=g_list_next(iter))
+   {
+   /* Get wnck window iterated */
+   wnckWindow=WNCK_WINDOW(iter->data);
+   if(!wnckWindow) continue;
+
+   /* Lookup window object from wnck window iterated */
+   
window=_xfdashboard_window_tracker_x11_get_window_for_wnck(self, wnckWindow);
+   if(window)
+   {
+   newWindowsStacked=g_list_prepend(newWindowsStacked, 
window);
+   }
+   }
+   newWindowsStacked=g_list_reverse(newWindowsStacked);
+
+   /* Release old stacked windows list */
+   g_list_free(priv->windowsStacked);
+   priv->windowsStacked=newWindowsStacked;
+}
+
 /* Create window object which must not exist yet */
 static XfdashboardWindowTrackerWindowX11* 
_xfdashboard_window_tracker_x11_create_window_for_wnck(XfdashboardWindowTrackerX11
 *self,


WnckWindow 

[Xfce4-commits] [apps/xfdashboard] branch master updated (dfd6245 -> 4a5361d)

2017-04-13 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  dfd6245   Add detection of indefinite recursion while resolving an 
@-constant in CSS file.
   new  4a5361d   Implement missing function to retrieve windows in stacked 
order at new window tracker for X11 (XfdashboardWindowTrackerX11)

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:
 libxfdashboard/x11/window-tracker-x11.c | 83 +
 1 file changed, 75 insertions(+), 8 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