[Xfce4-commits] [apps/xfdashboard] branch master updated (924915a -> 338dc7c)

2016-03-01 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  924915a   Post-release version bump to 0.5.91
   new  338dc7c   Check if window is "visible" before trying to find the 
running application it belongs to in application tracker. "Visible" windows are 
windows that have not set 'skip-pager' or 'skip-tasklist' flags set but may be 
hidden or minimized.

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/application-tracker.c | 21 +
 1 file changed, 21 insertions(+)

-- 
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: Check if window is "visible" before trying to find the running application it belongs to in application tracker. "Visible" windows are windows that have not s

2016-03-01 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 338dc7c570427b48ce138eece202ed2a8bb9bf47
Author: Stephan Haller 
Date:   Tue Mar 1 11:19:15 2016 +0100

Check if window is "visible" before trying to find the running application 
it belongs to in application tracker. "Visible" windows are windows that have 
not set 'skip-pager' or 'skip-tasklist' flags set but may be hidden or 
minimized.

This commit should fix issue GH #114
---
 libxfdashboard/application-tracker.c | 21 +
 1 file changed, 21 insertions(+)

diff --git a/libxfdashboard/application-tracker.c 
b/libxfdashboard/application-tracker.c
index 193a6ee..3a9bd60 100644
--- a/libxfdashboard/application-tracker.c
+++ b/libxfdashboard/application-tracker.c
@@ -723,6 +723,27 @@ static void 
_xfdashboard_application_tracker_on_window_opened(XfdashboardApplica
priv=self->priv;
appInfo=NULL;
 
+   /* Check if window is "visible" and we should try to find the 
application
+* it belongs to. To be "visible" means here that the window should not 
be
+* skipped in any tasklist or pager. But hidden or minimized window are
+* "visible" when looking up running application is meant.
+*/
+   if(xfdashboard_window_tracker_window_is_skip_pager(inWindow))
+   {
+   g_debug("Do not resolve window '%s' as it has skip-pager set.",
+   
xfdashboard_window_tracker_window_get_title(inWindow));
+
+   return;
+   }
+
+   if(xfdashboard_window_tracker_window_is_skip_tasklist(inWindow))
+   {
+   g_debug("Do not resolve window '%s' as it has skip-tasklist 
set.",
+   
xfdashboard_window_tracker_window_get_title(inWindow));
+
+   return;
+   }
+
/* Try to find application for window */

appInfo=_xfdashboard_application_tracker_get_desktop_id_from_environment(self, 
inWindow);
if(!appInfo) 
appInfo=_xfdashboard_application_tracker_get_desktop_id_from_window_names(self, 
inWindow);

-- 
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] branch master updated (a0f5021 -> c7cce5d)

2016-03-01 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  a0f5021   I18n: Update translation he (100%).
   new  c7cce5d   I18n: Update translation he (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/he.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/xfburn] 01/01: I18n: Update translation he (100%).

2016-03-01 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 c7cce5dd8e2ec7526e106b0a574cdc21bfb268e3
Author: GenghisKhan 
Date:   Tue Mar 1 12:30:47 2016 +0100

I18n: Update translation he (100%).

302 translated messages.

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

diff --git a/po/he.po b/po/he.po
index c544f68..5859e4c 100644
--- a/po/he.po
+++ b/po/he.po
@@ -13,7 +13,7 @@ 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-03-01 04:28+\n"
+"PO-Revision-Date: 2016-03-01 08:19+\n"
 "Last-Translator: GenghisKhan \n"
 "Language-Team: Hebrew 
(http://www.transifex.com/xfce/xfce-apps/language/he/)\n"
 "MIME-Version: 1.0\n"
@@ -109,7 +109,7 @@ msgstr "מחיקת תקליטור"
 #: ../xfburn/xfburn-copy-dvd-dialog.c:131
 #: ../xfburn/xfburn-burn-audio-cd-composition-dialog.c:160
 msgid "Burning device"
-msgstr "התקן הצריבה"
+msgstr "התקן צריבה"
 
 #: ../xfburn/xfburn-blank-dialog.c:222 ../xfburn/xfburn-device-box.c:185
 msgid "Blank mode"

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


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

2016-03-01 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 5cfbb55a9eb7d2db3dc150c8d2ad2bd8c2b108c1
Author: Elishai Eliyahu 
Date:   Tue Mar 1 18:30:50 2016 +0100

I18n: Update translation he (100%).

1030 translated messages.

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

diff --git a/po/he.po b/po/he.po
index bd4a62d..04800e2 100644
--- a/po/he.po
+++ b/po/he.po
@@ -12,7 +12,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: 2016-03-01 04:13+\n"
+"PO-Revision-Date: 2016-03-01 14:24+\n"
 "Last-Translator: Elishai Eliyahu \n"
 "Language-Team: Hebrew 
(http://www.transifex.com/xfce/xfce-apps/language/he/)\n"
 "MIME-Version: 1.0\n"

-- 
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 (056e1e3 -> 60c77ed)

2016-03-01 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  056e1e3   I18n: Update translation he (100%).
   new  60c77ed   I18n: Update translation he (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/he.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


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

2016-03-01 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 60c77ed6e3511fdcd67cc4d465e2c37465467b23
Author: GenghisKhan 
Date:   Tue Mar 1 18:30:58 2016 +0100

I18n: Update translation he (100%).

272 translated messages.

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

diff --git a/po/he.po b/po/he.po
index df10334..ed4758a 100644
--- a/po/he.po
+++ b/po/he.po
@@ -12,7 +12,7 @@ msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2016-01-11 06:30+0100\n"
-"PO-Revision-Date: 2016-03-01 04:05+\n"
+"PO-Revision-Date: 2016-03-01 15:37+\n"
 "Last-Translator: GenghisKhan \n"
 "Language-Team: Hebrew 
(http://www.transifex.com/xfce/xfce-apps/language/he/)\n"
 "MIME-Version: 1.0\n"

-- 
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/mousepad] branch master updated (6f3965f -> 84fab3a)

2016-03-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  6f3965f   I18n: Update translation he (100%).
   new  84fab3a   I18n: Update translation he (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/he.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


[Xfce4-commits] [apps/orage] branch master updated (db055c3 -> 5cfbb55)

2016-03-01 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  db055c3   I18n: Update translation he (100%).
   new  5cfbb55   I18n: Update translation he (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/he.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


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

2016-03-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 84fab3a559d3b46f479e53b9f73fa6a80b171be4
Author: GenghisKhan 
Date:   Tue Mar 1 18:30:41 2016 +0100

I18n: Update translation he (100%).

306 translated messages.

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

diff --git a/po/he.po b/po/he.po
index 2d6b877..1662159 100644
--- a/po/he.po
+++ b/po/he.po
@@ -10,7 +10,7 @@ msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-07-15 06:30+0200\n"
-"PO-Revision-Date: 2016-02-29 19:23+\n"
+"PO-Revision-Date: 2016-03-01 15:37+\n"
 "Last-Translator: GenghisKhan \n"
 "Language-Team: Hebrew 
(http://www.transifex.com/xfce/xfce-apps/language/he/)\n"
 "MIME-Version: 1.0\n"

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

2016-03-01 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 d81dbaf9243083cf2730320210e7845d18b85b01
Author: GenghisKhan 
Date:   Tue Mar 1 18:31:08 2016 +0100

I18n: Update translation he (100%).

188 translated messages.

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

diff --git a/po/he.po b/po/he.po
index e859dd2..198c573 100644
--- a/po/he.po
+++ b/po/he.po
@@ -10,7 +10,7 @@ msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: xfce-i...@xfce.org\n"
 "POT-Creation-Date: 2015-03-02 18:31+0100\n"
-"PO-Revision-Date: 2016-02-28 19:53+\n"
+"PO-Revision-Date: 2016-03-01 13:49+\n"
 "Last-Translator: GenghisKhan \n"
 "Language-Team: Hebrew 
(http://www.transifex.com/xfce/xfce-apps/language/he/)\n"
 "MIME-Version: 1.0\n"

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

2016-03-01 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 421c51bb245e75e1cfbc37e7f5a1eb60728177f4
Author: GenghisKhan 
Date:   Tue Mar 1 18:31:25 2016 +0100

I18n: Update translation he (100%).

302 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/he.po | 292 +++
 1 file changed, 146 insertions(+), 146 deletions(-)

diff --git a/po/he.po b/po/he.po
index 5859e4c..55ca61a 100644
--- a/po/he.po
+++ b/po/he.po
@@ -13,7 +13,7 @@ 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-03-01 08:19+\n"
+"PO-Revision-Date: 2016-03-01 15:29+\n"
 "Last-Translator: GenghisKhan \n"
 "Language-Team: Hebrew 
(http://www.transifex.com/xfce/xfce-apps/language/he/)\n"
 "MIME-Version: 1.0\n"
@@ -44,23 +44,23 @@ msgstr "כעת מרוקן מטמון..."
 
 #: ../xfburn/xfburn-global.h:34
 msgid "Please insert a recordable disc and hit enter"
-msgstr "אנא הכנס דיסק לצריבה והקש אנטר"
+msgstr "אנא הכנס תקליטור לצריבה והקש אנטר"
 
 #: ../xfburn/xfburn-global.h:35
 msgid "Cannot determine disc status - hit enter to try again."
-msgstr "לא יכול לקבוע את מצב הדיסק - הקש אנטר לנסות שוב."
+msgstr "לא יכול לקבוע את מצב התקליטור - הקש אנטר כדי נסות שוב."
 
 #: ../xfburn/xfburn-global.h:36
 msgid "CD copying finished successfully."
-msgstr "העתקת דיסק הסתיימה בהצלחה."
+msgstr "העתקת CD הסתיימה בהצלחה."
 
 #: ../xfburn/xfburn-global.h:43
 msgid "Data composition"
-msgstr "פרויקט צריבה"
+msgstr "יצירת מידע"
 
 #: ../xfburn/xfburn-adding-progress.c:112
 msgid "Adding files to the composition"
-msgstr "הוסף קבצים לפרויקט"
+msgstr "הוספת קבצים ליצירה"
 
 #: ../xfburn/xfburn-adding-progress.c:125
 msgid "Cancel"
@@ -72,7 +72,7 @@ msgstr "מחיקה מהירה"
 
 #: ../xfburn/xfburn-blank-dialog.c:72
 msgid "Full Blank (slow)"
-msgstr "מחיקה מלאה (אטית)"
+msgstr "מחיקה מלאה (אטי)"
 
 #: ../xfburn/xfburn-blank-dialog.c:73
 msgid "Quick Format"
@@ -92,15 +92,15 @@ msgstr "פורמט מלא (איטי)"
 
 #: ../xfburn/xfburn-blank-dialog.c:149
 msgid "Eject the disc"
-msgstr "שליפת התקליטור"
+msgstr "שלוף את התקליטור"
 
 #: ../xfburn/xfburn-blank-dialog.c:150
 msgid "Default value for eject checkbox"
-msgstr "ערך בררת המחדל עבור תיבת סימון השליפה"
+msgstr "ערך ברירת מחדל לצורך תיבת סימון שליפה"
 
 #: ../xfburn/xfburn-blank-dialog.c:197
 msgid "Blank Disc"
-msgstr "מחיקת תקליטור"
+msgstr "מחק תקליטור"
 
 #: ../xfburn/xfburn-blank-dialog.c:209
 #: ../xfburn/xfburn-burn-data-composition-base-dialog.c:196
@@ -113,7 +113,7 @@ msgstr "התקן צריבה"
 
 #: ../xfburn/xfburn-blank-dialog.c:222 ../xfburn/xfburn-device-box.c:185
 msgid "Blank mode"
-msgstr "מצב ריק"
+msgstr "מצב מחיקה"
 
 #: ../xfburn/xfburn-blank-dialog.c:230
 #: ../xfburn/xfburn-burn-data-composition-base-dialog.c:228
@@ -141,7 +141,7 @@ msgstr "_מחק"
 #. allowed to be blank ones
 #: ../xfburn/xfburn-blank-dialog.c:356
 msgid "The inserted disc is already blank."
-msgstr "התקליטור שהוכנס כבר ריק."
+msgstr "התקליטור שהוכנס כבר מרוקן."
 
 #. these ones we can blank
 #: ../xfburn/xfburn-blank-dialog.c:362
@@ -150,11 +150,11 @@ msgstr "מוכן"
 
 #: ../xfburn/xfburn-blank-dialog.c:365
 msgid "No disc detected in the drive."
-msgstr "לא זוהה תקליטור בכונן."
+msgstr "לא אותר תקליטור בתוך הכונן."
 
 #: ../xfburn/xfburn-blank-dialog.c:374
 msgid "Disc is not erasable."
-msgstr "לא ניתן למחוק את התקליטור."
+msgstr "התקליטור אינו מחיק."
 
 #: ../xfburn/xfburn-blank-dialog.c:414
 msgid "Blanking disc..."
@@ -186,7 +186,7 @@ msgstr "תמונה"
 
 #: ../xfburn/xfburn-burn-data-composition-base-dialog.c:158
 msgid "Show volume name"
-msgstr "הצגת שם הכרך"
+msgstr "הצג שם כרך"
 
 #: ../xfburn/xfburn-burn-data-composition-base-dialog.c:158
 msgid "Show a text entry for the name of the volume"
@@ -195,15 +195,15 @@ msgstr "הצגת רשומת טקסט לייצוג שם הכרך"
 #: ../xfburn/xfburn-burn-data-composition-base-dialog.c:184
 #: ../xfburn/xfburn-burn-audio-cd-composition-dialog.c:148
 msgid "Burn Composition"
-msgstr "צרוב פרויקט"
+msgstr "צרוב יצירה"
 
 #: ../xfburn/xfburn-burn-data-composition-base-dialog.c:207
 msgid "Composition name"
-msgstr "שם המאגד"
+msgstr "שם יצירה"
 
 #: ../xfburn/xfburn-burn-data-composition-base-dialog.c:212
 msgid "Would you like to change the default composition name?"
-msgstr "האם ברצונך לשנות את שם בררת המחדל של המאגד?"
+msgstr "האם ברצונך לשנות את שם היצירה השגרתי?"
 
 #: ../xfburn/xfburn-burn-data-composition-base-dialog.c:237
 #: ../xfburn/xfburn-burn-image-dialog.c:219
@@ -234,7 +234,7 @@ msgstr "צור _ISO בלבד"
 #: ../xfburn/xfburn-burn-data-composition-base-dialog.c:289
 #: ../xfburn/xfburn-burn-audio-cd-composition-dialog.c:222
 msgid "_Burn Composition"
-msgstr "_צרוב פרויקט"
+msgstr "_צרוב יצירה"
 
 #: ../xfburn/xfburn-burn-data-composition-base-dialog.c:477
 #, c-format
@@ -248,7 +248,7 @@ msgstr "כעת כותב ISO..."
 #: ..

[Xfce4-commits] [apps/ristretto] branch master updated (e0b861d -> d81dbaf)

2016-03-01 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  e0b861d   I18n: Update translation he (100%).
   new  d81dbaf   I18n: Update translation he (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/he.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


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

2016-03-01 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-mixer.

commit 59e98e670825ce41e4c141e851120d45e629de07
Author: Elishai Eliyahu 
Date:   Tue Mar 1 18:31:35 2016 +0100

I18n: Update translation he (100%).

36 translated messages.

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

diff --git a/po/he.po b/po/he.po
index 45e4fe0..966eb8a 100644
--- a/po/he.po
+++ b/po/he.po
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2012-09-29 13:30+\n"
-"PO-Revision-Date: 2016-01-20 17:40+\n"
+"PO-Revision-Date: 2016-03-01 13:49+\n"
 "Last-Translator: Elishai Eliyahu \n"
 "Language-Team: Hebrew 
(http://www.transifex.com/xfce/xfce-apps/language/he/)\n"
 "MIME-Version: 1.0\n"

-- 
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 (c6db418 -> 0bdffd7)

2016-03-01 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  c6db418   I18n: Update translation el (100%).
   new  0bdffd7   I18n: Update translation he (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/he.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


[Xfce4-commits] [apps/xfce4-mixer] branch master updated (561818f -> 59e98e6)

2016-03-01 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-mixer.

  from  561818f   I18n: Update translation is (100%).
   new  59e98e6   I18n: Update translation he (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/he.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


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

2016-03-01 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 0bdffd729f483e8d8f14bc043c6b866ac993b3fc
Author: GenghisKhan 
Date:   Tue Mar 1 18:31:43 2016 +0100

I18n: Update translation he (100%).

29 translated messages.

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

diff --git a/po/he.po b/po/he.po
index 6803678..6086235 100644
--- a/po/he.po
+++ b/po/he.po
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-10-27 18:31+0100\n"
-"PO-Revision-Date: 2016-01-28 16:58+\n"
+"PO-Revision-Date: 2016-03-01 15:35+\n"
 "Last-Translator: GenghisKhan \n"
 "Language-Team: Hebrew 
(http://www.transifex.com/xfce/xfce-apps/language/he/)\n"
 "MIME-Version: 1.0\n"

-- 
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] branch master updated (c7cce5d -> 421c51b)

2016-03-01 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  c7cce5d   I18n: Update translation he (100%).
   new  421c51b   I18n: Update translation he (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/he.po | 292 +++
 1 file changed, 146 insertions(+), 146 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-terminal] branch master updated (17f4298 -> 40e30d1)

2016-03-01 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  17f4298   I18n: Update translation da (100%).
   new  40e30d1   I18n: Update translation he (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/he.po | 43 ++-
 1 file changed, 22 insertions(+), 21 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-terminal] 01/01: I18n: Update translation he (100%).

2016-03-01 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 40e30d12908e3d493ea326c11a3a7654728d7a0d
Author: GenghisKhan 
Date:   Tue Mar 1 18:32:22 2016 +0100

I18n: Update translation he (100%).

283 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/he.po | 43 ++-
 1 file changed, 22 insertions(+), 21 deletions(-)

diff --git a/po/he.po b/po/he.po
index 5954620..d5bba66 100644
--- a/po/he.po
+++ b/po/he.po
@@ -4,6 +4,7 @@
 # 
 # Translators:
 # Dotan Kamber , 2004-2006
+# GenghisKhan , 2016
 # koby vurgaft , 2013
 # Yaron Shahrabani , 2013
 # Yuval Tanny , 2005-2006
@@ -12,7 +13,7 @@ msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-12-27 00:31+0100\n"
-"PO-Revision-Date: 2016-01-28 17:43+\n"
+"PO-Revision-Date: 2016-03-01 15:40+\n"
 "Last-Translator: GenghisKhan \n"
 "Language-Team: Hebrew 
(http://www.transifex.com/xfce/xfce-apps/language/he/)\n"
 "MIME-Version: 1.0\n"
@@ -23,7 +24,7 @@ msgstr ""
 
 #: ../colorschemes/black-on-white.theme.in.h:1
 msgid "Black on White"
-msgstr "שחור על גבי לבן"
+msgstr "שחור על לבן"
 
 #: ../colorschemes/dark-pastels.theme.in.h:1
 msgid "Dark Pastels"
@@ -31,7 +32,7 @@ msgstr "פסטלים כהים"
 
 #: ../colorschemes/green-on-black.theme.in.h:1
 msgid "Green on Black"
-msgstr "ירוק על גבי שחור"
+msgstr "ירוק על שחור"
 
 #: ../colorschemes/solarized-dark.theme.in.h:1
 msgid "Solarized (dark)"
@@ -47,7 +48,7 @@ msgstr "טנגו"
 
 #: ../colorschemes/white-on-black.theme.in.h:1
 msgid "White on Black"
-msgstr "לבן על גבי שחור"
+msgstr "לבן על שחור"
 
 #: ../colorschemes/xterm.theme.in.h:1
 msgid "XTerm"
@@ -69,7 +70,7 @@ msgstr "אפשרויות כלליות"
 #. parameter of --display
 #: ../terminal/main.c:111 ../terminal/main.c:137
 msgid "display"
-msgstr "הצגה"
+msgstr "תצוגה"
 
 #. parameter of --default-working-directory
 #. parameter of --working-directory
@@ -169,7 +170,7 @@ msgstr "בלטי"
 
 #: ../terminal/terminal-encoding-action.c:73
 msgid "South-Eastern Europe"
-msgstr "דרום־מזרח אירופי"
+msgstr "דרום-מזרח אירופי"
 
 #: ../terminal/terminal-encoding-action.c:74
 msgid "Turkish"
@@ -217,7 +218,7 @@ msgstr "וייטנאמי"
 
 #: ../terminal/terminal-encoding-action.c:85
 msgid "Unicode"
-msgstr "יוניקוד"
+msgstr "Unicode"
 
 #: ../terminal/terminal-encoding-action.c:86
 msgid "Other"
@@ -348,7 +349,7 @@ msgstr "לא מסוגל לקבוע את מעטפת הכניסה שלך."
 
 #: ../terminal/terminal-screen.c:1525 ../terminal/terminal-screen.c:1554
 msgid "Failed to execute child"
-msgstr "אין אפשרות להריץ תהליך-בן"
+msgstr "אין אפשרות להריץ צאצא"
 
 #: ../terminal/terminal-screen.c:2170
 msgid "Close this tab"
@@ -376,15 +377,15 @@ msgstr "_תלוי רישיות"
 
 #: ../terminal/terminal-search-dialog.c:134
 msgid "Match as _regular expression"
-msgstr "התאמה כ_ביטוי רגולרי"
+msgstr "התאם בתור _ביטוי רגולרי"
 
 #: ../terminal/terminal-search-dialog.c:140
 msgid "Match _entire word only"
-msgstr "התאמת מילים _שלמות בלבד"
+msgstr "התאם מילה _שלמה בלבד"
 
 #: ../terminal/terminal-search-dialog.c:146
 msgid "_Wrap around"
-msgstr "_גלישת שורות"
+msgstr "_כרוך מסביב"
 
 #: ../terminal/terminal-util.c:79 ../xfce4-terminal-default-apps.xml.in.in.h:1
 msgid "Xfce Terminal Emulator"
@@ -396,7 +397,7 @@ msgstr "גינגס חאן וכנופייתו"
 
 #: ../terminal/terminal-util.c:89
 msgid "Visit Terminal website"
-msgstr "בקר באתר רשת"
+msgstr "בקר באתר רשת מסוף"
 
 #: ../terminal/terminal-widget.c:325
 msgid "Copy Email Address"
@@ -520,7 +521,7 @@ msgstr "_העדפות..."
 
 #: ../terminal/terminal-window.c:207
 msgid "Open the preferences dialog"
-msgstr "פתיחת דו־שיח ההעדפות"
+msgstr "פתח את דו שיח העדפות"
 
 #: ../terminal/terminal-window.c:208
 msgid "_View"
@@ -536,15 +537,15 @@ msgstr "הגדר _כותרת..."
 
 #: ../terminal/terminal-window.c:211
 msgid "_Find..."
-msgstr "_חיפוש…"
+msgstr "_חפש…"
 
 #: ../terminal/terminal-window.c:212
 msgid "Find Ne_xt"
-msgstr "חיפוש ה_בא"
+msgstr "מצא את ה_בא"
 
 #: ../terminal/terminal-window.c:213
 msgid "Find Pre_vious"
-msgstr "חיפוש ה_קודם"
+msgstr "מצא את ה_קודם"
 
 #: ../terminal/terminal-window.c:214
 msgid "_Reset"
@@ -616,11 +617,11 @@ msgstr "הצג סרגל _כלים"
 
 #: ../terminal/terminal-window.c:230
 msgid "Show/hide the toolbar"
-msgstr "הצג/הסתר סרגל הכלים"
+msgstr "הצג/הסתר סרגל כלים"
 
 #: ../terminal/terminal-window.c:231
 msgid "Show Window _Borders"
-msgstr "_הצג גבולות חלון"
+msgstr "הצג _גבולות חלון"
 
 #: ../terminal/terminal-window.c:231
 msgid "Show/hide the window decorations"
@@ -874,7 +875,7 @@ msgstr "_גובה:"
 
 #: ../terminal/terminal-preferences.glade.h:47
 msgid "_Opacity:"
-msgstr "_שקיפות:"
+msgstr "א_טימות:"
 
 #: ../terminal/terminal-preferences.glade.h:48
 msgid "D_uration:"
@@ -890,7 +891,7 @@ msgstr "ה_צג תמיד כרטיסיות"
 
 #: ../terminal/terminal-preferences.glade.h:51
 msgid "Appearance and Animation"
-msgstr "תצוגה והנפשה"
+msgstr "

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

2016-03-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 1319ec179c9f289a12dba04df32de053095f4dfb
Author: GenghisKhan 
Date:   Tue Mar 1 18:32:32 2016 +0100

I18n: Update translation he (100%).

70 translated messages.

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

diff --git a/po/he.po b/po/he.po
index 588b30b..aff9fbf 100644
--- a/po/he.po
+++ b/po/he.po
@@ -10,7 +10,7 @@ msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2011-10-23 17:29+0200\n"
-"PO-Revision-Date: 2016-01-26 20:32+\n"
+"PO-Revision-Date: 2016-03-01 14:24+\n"
 "Last-Translator: GenghisKhan \n"
 "Language-Team: Hebrew 
(http://www.transifex.com/xfce/xfce-apps/language/he/)\n"
 "MIME-Version: 1.0\n"

-- 
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/xfmpc] branch master updated (97ab69d -> 1319ec1)

2016-03-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  97ab69d   I18n: Update translation am (75%).
   new  1319ec1   I18n: Update translation he (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/he.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


[Xfce4-commits] [xfce/libxfce4ui] branch master updated (2f11ac1 -> abf0831)

2016-03-01 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  2f11ac1   I18n: Update translation sl (100%).
   new  abf0831   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/libxfce4ui] 01/01: I18n: Update translation lt (100%).

2016-03-01 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 abf0831c6fcc4b0fe79ee461af4d58375c2c3cb1
Author: Anonymous 
Date:   Wed Mar 2 00:30:12 2016 +0100

I18n: Update translation lt (100%).

169 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 907505a..0c136b8 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -10,7 +10,7 @@ msgstr ""
 "Project-Id-Version: Libxfce4ui\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-03-08 00:30+0100\n"
-"PO-Revision-Date: 2016-01-13 01:18+\n"
+"PO-Revision-Date: 2016-03-01 20:26+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/libxfce4ui/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -555,7 +555,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ėlį su nebūtinu programų 
meniu ar piktogramas sumažintoms programoms ar leistukams, įrenginius ir 
aplankus."
+msgstr "Nustato darbalaukio fono spalvą ar paveikslą su nebūtinu programų 
meniu ar piktogramomis suskleistoms programoms ar leistukais, įrenginiais ir 
aplankais."
 
 #: ../xfce4-about/main.c:84
 msgid "File Manager "

-- 
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] branch xfce-4.10 updated (e3706a5 -> 9cdec13)

2016-03-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  e3706a5   I18n: Update translation el (100%).
   new  9cdec13   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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


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

2016-03-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 9cdec13eed4b13fc18b70536ce5ac1d5774bee1e
Author: Nick Schermer 
Date:   Wed Mar 2 00:30:18 2016 +0100

I18n: Update translation lt (100%).

90 translated messages.

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

diff --git a/po/lt.po b/po/lt.po
index ebbd682..8ecf419 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -9,7 +9,7 @@ msgstr ""
 "Project-Id-Version: Libxfce4ui\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-07-02 22:59+0200\n"
-"PO-Revision-Date: 2016-01-13 01:18+\n"
+"PO-Revision-Date: 2016-03-01 20:26+\n"
 "Last-Translator: Nick Schermer \n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/libxfce4ui/language/lt/)\n"
 "MIME-Version: 1.0\n"

-- 
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-volman] branch xfce-4.10 updated (9cb5728 -> a628c46)

2016-03-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch xfce-4.10
in repository xfce/thunar-volman.

  from  9cb5728   I18n: Update translation el (100%).
   new  a628c46   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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


[Xfce4-commits] [xfce/thunar] branch master updated (10eb422 -> 2a21b40)

2016-03-01 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  10eb422   I18n: Update translation oc (99%).
   new  c52f4eb   I18n: Update translation ar (100%).
   new  2a21b40   I18n: Update translation lt (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/ar.po | 9 +
 po/lt.po | 8 
 2 files changed, 9 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


[Xfce4-commits] [xfce/thunar-volman] branch master updated (31dd400 -> 8155149)

2016-03-01 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-volman.

  from  31dd400   I18n: Update translation el (100%).
   new  8155149   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] [xfce/thunar] 01/02: I18n: Update translation ar (100%).

2016-03-01 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 c52f4eb5d236f340d1994e3435385b7508c4173f
Author: Anonymous 
Date:   Wed Mar 2 00:30:26 2016 +0100

I18n: Update translation ar (100%).

738 translated messages.

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

diff --git a/po/ar.po b/po/ar.po
index 70ac203..a326b1b 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -9,14 +9,15 @@
 # Karim Oulad Chalha , 2013
 # Muhammad Fawwaz Orabi , 2013
 # Muhammad Fawwaz Orabi , 2013
+# Mohamed Sakhri, 2016
 # Muhammad Fawwaz Orabi , 2013
 msgid ""
 msgstr ""
 "Project-Id-Version: Thunar\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-02-19 18:30+0100\n"
-"PO-Revision-Date: 2015-08-07 17:08+\n"
-"Last-Translator: عبدالله رضوان \n"
+"PO-Revision-Date: 2016-03-01 18:25+\n"
+"Last-Translator: Mohamed Sakhri\n"
 "Language-Team: Arabic (http://www.transifex.com/xfce/thunar/language/ar/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -1668,7 +1669,7 @@ msgstr "اعرض حجم الملف في صيغة binary"
 #: ../thunar/thunar-preferences-dialog.c:305
 msgid ""
 "Select this option to show file size in binary format instead of decimal."
-msgstr ""
+msgstr "حدد هذا الخيار لعرض حجم الملف بصيغة النظام الثنائي بدل العشري"
 
 #: ../thunar/thunar-preferences-dialog.c:325
 msgid "_Text beside icons"
@@ -3764,7 +3765,7 @@ msgid ""
 "Thunar is a file browser specifically designed for the Xfce Desktop, but "
 "also can serve as an alternate file browser for other Desktop environments. "
 "It has a simple, clean two-pane design for browsing all your files."
-msgstr ""
+msgstr "ثونار متصفح ملفات مصمم خصيصا لسطح مكتب Xfce. لكن يمكن استعماله كتصفح 
ملفات بديل في بيئات مكتب أخرى. يتميز ثونار بتصميم بسيط يمكنك من تصفح جميع 
ملفاتك."
 
 #. SECURITY:
 #. - A normal active user can run thunar without elevated rights. They

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

2016-03-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch xfce-4.10
in repository xfce/thunar-volman.

commit a628c46235f33e91490d75316debc0370bf05cca
Author: Nick Schermer 
Date:   Wed Mar 2 00:30:50 2016 +0100

I18n: Update translation lt (100%).

113 translated messages.

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

diff --git a/po/lt.po b/po/lt.po
index f59d2a4..4662348 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -9,7 +9,7 @@ msgstr ""
 "Project-Id-Version: Thunar-volman\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-07-02 23:06+0200\n"
-"PO-Revision-Date: 2016-01-13 01:09+\n"
+"PO-Revision-Date: 2016-03-01 20:51+\n"
 "Last-Translator: Nick Schermer \n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/thunar-volman/language/lt/)\n"
 "MIME-Version: 1.0\n"

-- 
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] branch master updated (de66691 -> 6568ff3)

2016-03-01 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  de66691   I18n: Update translation el (100%).
   new  6568ff3   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/thunar] 02/02: I18n: Update translation lt (100%).

2016-03-01 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 2a21b4097eca7f7c7b74f5f2b5f5f08a6795fdb3
Author: Anonymous 
Date:   Wed Mar 2 00:30:26 2016 +0100

I18n: Update translation lt (100%).

738 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 2b7dd3c..7768535 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: 2016-01-31 19:32+\n"
+"PO-Revision-Date: 2016-03-01 20:46+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/thunar/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -2006,7 +2006,7 @@ msgstr "Paveikslėlių failai"
 
 #: ../thunar/thunar-renamer-dialog.c:1083
 msgid "Video Files"
-msgstr "Video failai"
+msgstr "Vaizdo failai"
 
 #. just popup the about dialog
 #: ../thunar/thunar-renamer-dialog.c:1216
@@ -3519,7 +3519,7 @@ msgstr "_Aplankai"
 
 #: ../plugins/thunar-uca/thunar-uca-editor.c:412
 msgid "_Audio Files"
-msgstr "_Audio failai"
+msgstr "_Garso failai"
 
 #: ../plugins/thunar-uca/thunar-uca-editor.c:416
 msgid "_Image Files"
@@ -3531,7 +3531,7 @@ msgstr "_Tekstiniai failai"
 
 #: ../plugins/thunar-uca/thunar-uca-editor.c:425
 msgid "_Video Files"
-msgstr "_Video failai"
+msgstr "_Vaizdo failai"
 
 #: ../plugins/thunar-uca/thunar-uca-editor.c:429
 msgid "_Other Files"

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

2016-03-01 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 4fbe934d6ddd8f5bb42a6879a92179dd01d6bdd4
Author: Anonymous 
Date:   Wed Mar 2 00:31:06 2016 +0100

I18n: Update translation lt (100%).

395 translated messages.

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

diff --git a/po/lt.po b/po/lt.po
index 04791cf..31ab260 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: 2015-09-27 18:30+0200\n"
-"PO-Revision-Date: 2016-02-17 19:15+\n"
+"PO-Revision-Date: 2016-03-01 20:54+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce4-panel/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -1566,11 +1566,11 @@ msgstr "Prideda skirtuką arba tarpą tarp skydelio 
elementų"
 
 #: ../plugins/showdesktop/showdesktop.c:210
 msgid "Restore the minimized windows"
-msgstr "Atkurti sumažintus langus"
+msgstr "Atkurti suskleistus langus"
 
 #: ../plugins/showdesktop/showdesktop.c:212
 msgid "Minimize all open windows and show the desktop"
-msgstr "Sumažinti visus atvertus langus ir rodyti darbalaukį"
+msgstr "Suskleisti visus atvertus langus ir rodyti darbalaukį"
 
 #: ../plugins/showdesktop/showdesktop.c:215
 #: ../plugins/showdesktop/showdesktop.desktop.in.in.h:1
@@ -1685,7 +1685,7 @@ msgstr "Vi_durinio mygtuko nuspaudimo veiksmas:"
 
 #: ../plugins/tasklist/tasklist-dialog.glade.h:17
 msgid "Restore minimized windows to current _workspace"
-msgstr "Atstatyti sumažintus langus į dabartinę _darbo sritį"
+msgstr "Atstatyti suskleistus langus į dabartinę _darbo sritį"
 
 #: ../plugins/tasklist/tasklist-dialog.glade.h:18
 msgid "D_raw window frame when hovering a button"
@@ -1705,7 +1705,7 @@ msgstr "Rodyti langus iš _visų ekranų"
 
 #: ../plugins/tasklist/tasklist-dialog.glade.h:23
 msgid "Show only _minimized windows"
-msgstr "Rodyti tik _sumažintus langus"
+msgstr "Rodyti tik _suskleistus langus"
 
 #: ../plugins/tasklist/tasklist-dialog.glade.h:25
 msgid "Nothing"
@@ -1717,7 +1717,7 @@ msgstr "Užverti langą"
 
 #: ../plugins/tasklist/tasklist-dialog.glade.h:27
 msgid "Minimize Window"
-msgstr "Sumažinti langą"
+msgstr "Suskleisti langą"
 
 #: ../plugins/tasklist/tasklist-widget.c:3326
 msgid "Mi_nimize All"
@@ -1725,7 +1725,7 @@ msgstr "_Sumažinti visus"
 
 #: ../plugins/tasklist/tasklist-widget.c:3335
 msgid "Un_minimize All"
-msgstr "Grąži_nti visus iš sumažinimo"
+msgstr "Grąži_nti visus iš suskleidimo"
 
 #: ../plugins/tasklist/tasklist-widget.c:3341
 msgid "Ma_ximize All"
@@ -1733,7 +1733,7 @@ msgstr "Iš_didinti visus"
 
 #: ../plugins/tasklist/tasklist-widget.c:3350
 msgid "_Unmaximize All"
-msgstr "Grąži_nti visus iš sumažinimo"
+msgstr "Grąži_nti visus iš išskleidimo"
 
 #: ../plugins/tasklist/tasklist-widget.c:3360
 msgid "_Close All"

-- 
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 xfce-4.10 updated (0a67ca3 -> 008e483)

2016-03-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  0a67ca3   I18n: Update translation oc (100%).
   new  008e483   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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


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

2016-03-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 008e48301cb4749a75411109df47732619623116
Author: Nick Schermer 
Date:   Wed Mar 2 00:31:15 2016 +0100

I18n: Update translation lt (100%).

387 translated messages.

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

diff --git a/po/lt.po b/po/lt.po
index 24a67d1..d77f5f3 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -9,7 +9,7 @@ msgstr ""
 "Project-Id-Version: Xfce4-panel\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-07-02 23:10+0200\n"
-"PO-Revision-Date: 2016-02-17 19:15+\n"
+"PO-Revision-Date: 2016-03-01 20:54+\n"
 "Last-Translator: Nick Schermer \n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce4-panel/language/lt/)\n"
 "MIME-Version: 1.0\n"

-- 
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 xfce-4.10 updated (434404e -> 30f1272)

2016-03-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  434404e   I18n: Update translation el (100%).
   new  30f1272   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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


[Xfce4-commits] [thunar-plugins/thunar-media-tags-plugin] 01/01: I18n: Update translation lt (100%).

2016-03-01 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 6568ff3d7db449677c1d3e16417cd3dcd1cca69d
Author: Anonymous 
Date:   Wed Mar 2 00:30:34 2016 +0100

I18n: Update translation lt (100%).

58 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 43f4c19..e479a06 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -4,15 +4,15 @@
 # 
 # Translators:
 # Algimantas Margevičius , 2012
-# Moo, 2015
+# Moo, 2015-2016
 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: 2015-03-12 09:52+\n"
+"PO-Revision-Date: 2016-03-01 20:48+\n"
 "Last-Translator: Moo\n"
-"Language-Team: Lithuanian 
(http://www.transifex.com/projects/p/thunar-plugins/language/lt/)\n"
+"Language-Team: Lithuanian 
(http://www.transifex.com/xfce/thunar-plugins/language/lt/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -206,7 +206,7 @@ msgstr "_Informacija"
 
 #: ../thunar-plugin/audio-tags-page.c:456
 msgid "Display more detailed information about this audio file."
-msgstr "Rodyti išsamesnę informaciją apie šį audio failą."
+msgstr "Rodyti išsamesnę informaciją apie šį garso failą."
 
 #: ../thunar-plugin/audio-tags-page.c:524
 msgid "Audio"
@@ -225,7 +225,7 @@ msgstr "Garso informacija"
 #: ../thunar-plugin/audio-tags-page.c:993
 #, c-format
 msgid "%d:%02d Minutes"
-msgstr "%d:%02d Minutės"
+msgstr "%d:%02d minutės"
 
 #: ../thunar-plugin/audio-tags-page.c:994
 #, 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%).

2016-03-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 30f12725ed241150c2259f3840a5baf0e4dc7329
Author: Nick Schermer 
Date:   Wed Mar 2 00:30:56 2016 +0100

I18n: Update translation lt (100%).

681 translated messages.

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

diff --git a/po/lt.po b/po/lt.po
index e65476d..120cab6 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -10,7 +10,7 @@ msgstr ""
 "Project-Id-Version: Thunar\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-07-02 23:03+0200\n"
-"PO-Revision-Date: 2016-01-30 23:22+\n"
+"PO-Revision-Date: 2016-03-01 20:46+\n"
 "Last-Translator: Nick Schermer \n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/thunar/language/lt/)\n"
 "MIME-Version: 1.0\n"

-- 
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 (3676c4d -> 4fbe934)

2016-03-01 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  3676c4d   I18n: Update translation oc (98%).
   new  685dae9   I18n: Update translation ar (100%).
   new  4fbe934   I18n: Update translation lt (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/ar.po | 145 +--
 po/lt.po |  16 +++
 2 files changed, 83 insertions(+), 78 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/02: I18n: Update translation ar (100%).

2016-03-01 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 685dae921d6621e26e1bc52c4eab14e066e8f314
Author: Anonymous 
Date:   Wed Mar 2 00:31:06 2016 +0100

I18n: Update translation ar (100%).

395 translated messages.

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

diff --git a/po/ar.po b/po/ar.po
index d9cf539..ff4a7b5 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -4,6 +4,7 @@
 # 
 # Translators:
 # Karim Oulad Chalha , 2013
+# Mohamed Sakhri, 2016
 # محمد الحرقان , 2012
 # Saleh Alhathal , 2004
 # Karim Oulad Chalha , 2012-2013
@@ -12,10 +13,10 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce4-panel\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-09-05 06:30+0200\n"
-"PO-Revision-Date: 2014-12-07 12:53+\n"
-"Last-Translator: عبدالله رضوان \n"
-"Language-Team: Arabic 
(http://www.transifex.com/projects/p/xfce4-panel/language/ar/)\n"
+"POT-Creation-Date: 2015-09-27 18:30+0200\n"
+"PO-Revision-Date: 2016-03-01 19:07+\n"
+"Last-Translator: Mohamed Sakhri\n"
+"Language-Team: Arabic 
(http://www.transifex.com/xfce/xfce4-panel/language/ar/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -33,7 +34,7 @@ msgid ""
 msgstr "أضف مُطْلِق جديد إلى اللوحة استناد لمعلومات لملف سطح المكتب هذا"
 
 #: ../panel-preferences.desktop.in.h:1
-#: ../panel/panel-preferences-dialog.glade.h:10 ../panel/panel-window.c:2557
+#: ../panel/panel-preferences-dialog.glade.h:10 ../panel/panel-window.c:2615
 #: ../migrate/main.c:117
 msgid "Panel"
 msgstr "لوحة"
@@ -44,13 +45,13 @@ msgstr "خصص اللوحة"
 
 #. I18N: %s is the name of the plugin
 #: ../libxfce4panel/xfce-panel-plugin.c:1032
-#: ../panel/panel-preferences-dialog.c:1159
+#: ../panel/panel-preferences-dialog.c:1190
 #, c-format
 msgid "Are you sure that you want to remove \"%s\"?"
 msgstr "متأكد أنك تريد حذف \"%s\"؟"
 
 #: ../libxfce4panel/xfce-panel-plugin.c:1037
-#: ../panel/panel-preferences-dialog.c:1162
+#: ../panel/panel-preferences-dialog.c:1193
 msgid "If you remove the item from the panel, it is permanently lost."
 msgstr "إدا قمت بحذف العنصر من اللوحة, سيتم فقدانه نهائيا."
 
@@ -64,17 +65,17 @@ msgid "Pane_l"
 msgstr "الش_ريط"
 
 #. add new items
-#: ../libxfce4panel/xfce-panel-plugin.c:1239 ../panel/panel-window.c:2569
+#: ../libxfce4panel/xfce-panel-plugin.c:1239 ../panel/panel-window.c:2627
 msgid "Add _New Items..."
 msgstr "أضف عناصر _جديدة..."
 
 #. customize panel
-#: ../libxfce4panel/xfce-panel-plugin.c:1250 ../panel/panel-window.c:2580
+#: ../libxfce4panel/xfce-panel-plugin.c:1250 ../panel/panel-window.c:2638
 msgid "Panel Pr_eferences..."
 msgstr "تفضيلات اللوحة..."
 
 #. logout item
-#: ../libxfce4panel/xfce-panel-plugin.c:1267 ../panel/panel-window.c:2608
+#: ../libxfce4panel/xfce-panel-plugin.c:1267 ../panel/panel-window.c:2666
 msgid "Log _Out"
 msgstr "تسجيل الخروج"
 
@@ -269,7 +270,7 @@ msgstr "أضف عنصر جديد"
 msgid "Please choose a panel for the new plugin:"
 msgstr "المرجوا إختيار لوحة للملحق الجديد:"
 
-#: ../panel/panel-dialogs.c:192 ../panel/panel-preferences-dialog.c:842
+#: ../panel/panel-dialogs.c:192 ../panel/panel-preferences-dialog.c:853
 #, c-format
 msgid "Panel %d"
 msgstr "لوحة %d"
@@ -314,41 +315,41 @@ msgid ""
 "permanently removed from the panel."
 msgstr "تم إعادة تشغيل الملحق اكثر من مرة في آخر %d ثانية. إذا ضغطت على تنفيذ 
سيتم إعادة تشغيله من على اللوحة وإلا سيتم حذفه نهائيا من اللوحة."
 
-#: ../panel/panel-preferences-dialog.c:481
+#: ../panel/panel-preferences-dialog.c:492
 msgid "Automatic"
 msgstr "تلقائي"
 
 #. I18N: screen name in the output selector
-#: ../panel/panel-preferences-dialog.c:500
+#: ../panel/panel-preferences-dialog.c:511
 #, c-format
 msgid "Screen %d"
 msgstr "الشاشة %d"
 
 #. I18N: monitor name in the output selector
-#: ../panel/panel-preferences-dialog.c:526
+#: ../panel/panel-preferences-dialog.c:537
 #, c-format
 msgid "Monitor %d"
 msgstr "مراقب %d"
 
-#: ../panel/panel-preferences-dialog.c:908
+#: ../panel/panel-preferences-dialog.c:919
 msgid "The panel and plugin configurations will be permanently removed"
 msgstr "سيتم حذف إعدادات اللوحة و الملحقات نهائياً"
 
-#: ../panel/panel-preferences-dialog.c:909
+#: ../panel/panel-preferences-dialog.c:920
 #, c-format
 msgid "Are you sure you want to remove panel %d?"
 msgstr "متأكد أنك تريد إزالة اللوحة %d؟"
 
 #. I18N: append (external) in the preferences dialog if the plugin
 #. * runs external
-#: ../panel/panel-preferences-dialog.c:1001
+#: ../panel/panel-preferences-dialog.c:1032
 #, c-format
 msgid "%s (external)"
 msgstr "%s (الخارجية)"
 
 #. I18N: tooltip in preferences dialog when hovering an item in the list
 #. * for external plugins
-#: ../panel/panel-preferences-dialog.c:1006
+#: ../panel/panel-preferences-dialog.c:1037

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

2016-03-01 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-volman.

commit 8155149325138b276d4ba9f3f43c41b4acb51d4e
Author: Anonymous 
Date:   Wed Mar 2 00:30:42 2016 +0100

I18n: Update translation lt (100%).

112 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 66095a7..e8579ca 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -10,7 +10,7 @@ msgstr ""
 "Project-Id-Version: Thunar-volman\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-02-26 18:30+0100\n"
-"PO-Revision-Date: 2016-01-13 01:09+\n"
+"PO-Revision-Date: 2016-03-01 20:51+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/thunar-volman/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -192,7 +192,7 @@ msgstr "Nepavyko rasti įrenginį atitinkančio tomo"
 
 #: ../thunar-volman/tvm-block-device.c:824
 msgid "Audio/Data CD"
-msgstr "Audio/Duomenų CD"
+msgstr "Garso/Duomenų CD"
 
 #: ../thunar-volman/tvm-block-device.c:825
 msgid "The CD in the drive contains both music and files"
@@ -286,7 +286,7 @@ msgstr "Įrašyti _duomenų CD"
 
 #: ../thunar-volman/tvm-run.c:205
 msgid "Burn _Audio CD"
-msgstr "Įrašyti _Audio CD"
+msgstr "Įrašyti _garso CD"
 
 #: ../thunar-volman/tvm-run.c:229
 #, c-format
@@ -409,11 +409,11 @@ msgstr "Daugialypė terpė"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:266
 msgid "Audio CDs"
-msgstr "Audio CD"
+msgstr "Garso CD"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:283
 msgid "Play _audio CDs when inserted"
-msgstr "Įdėjus _audio CD groti jį"
+msgstr "Įdėjus _garso CD groti jį"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:290
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:415
@@ -425,11 +425,11 @@ msgstr "_Komanda:"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:304
 msgid "Video CDs/DVDs"
-msgstr "Video CD/DVD"
+msgstr "Vaizdo CD/DVD"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:321
 msgid "Play _video CDs and DVDs when inserted"
-msgstr "Įdėjus groti _video CD ir DVD"
+msgstr "Įdėjus groti _vaizdo CD ir DVD"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:329
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:367

-- 
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-power-manager] branch master updated (34ace62 -> c627cf2)

2016-03-01 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-power-manager.

  from  34ace62   I18n: Update translation sl (97%).
   new  d040e71   I18n: Update translation cs (100%).
   new  c627cf2   I18n: Update translation lt (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/cs.po | 99 +++-
 po/lt.po |  4 +--
 2 files changed, 56 insertions(+), 47 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-power-manager] 01/02: I18n: Update translation cs (100%).

2016-03-01 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-power-manager.

commit d040e7146a9f5767438e6656dacbebf671fde866
Author: Petr Šimáček 
Date:   Wed Mar 2 00:31:23 2016 +0100

I18n: Update translation cs (100%).

202 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/cs.po | 99 +++-
 1 file changed, 54 insertions(+), 45 deletions(-)

diff --git a/po/cs.po b/po/cs.po
index d6ff812..0990205 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -6,14 +6,15 @@
 # Alois Nešpor , 2013-2015
 # Alois Nešpor , 2014
 # Michal Várady , 2014-2015
+# Petr Šimáček , 2016
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce4-power-manager\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-06-15 00:30+0200\n"
-"PO-Revision-Date: 2015-06-27 08:51+\n"
-"Last-Translator: Michal Várady \n"
-"Language-Team: Czech 
(http://www.transifex.com/projects/p/xfce4-power-manager/language/cs/)\n"
+"POT-Creation-Date: 2016-02-26 18:30+0100\n"
+"PO-Revision-Date: 2016-03-01 20:01+\n"
+"Last-Translator: Petr Šimáček \n"
+"Language-Team: Czech 
(http://www.transifex.com/xfce/xfce4-power-manager/language/cs/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -49,7 +50,7 @@ msgstr "Nastavení správce napájení"
 
 #. help dialog
 #: ../data/interfaces/xfpm-settings.ui.h:7
-#: ../panel-plugins/power-manager-plugin/power-manager-button.c:1102
+#: ../panel-plugins/power-manager-plugin/power-manager-button.c:1141
 msgid "_Help"
 msgstr "_Nápověda"
 
@@ -81,7 +82,7 @@ msgstr "Tlačítka"
 msgid "On battery"
 msgstr "Napájení z baterie"
 
-#: ../data/interfaces/xfpm-settings.ui.h:15 ../common/xfpm-power-common.c:353
+#: ../data/interfaces/xfpm-settings.ui.h:15 ../common/xfpm-power-common.c:358
 msgid "Plugged in"
 msgstr "Zapojeno"
 
@@ -237,7 +238,7 @@ msgstr "%"
 #: ../settings/xfpm-settings.c:986 ../settings/xfpm-settings.c:1071
 #: ../settings/xfpm-settings.c:1163 ../settings/xfpm-settings.c:1270
 #: ../settings/xfpm-settings.c:1327 ../settings/xfpm-settings.c:1379
-#: ../src/xfpm-power.c:715
+#: ../src/xfpm-power.c:714
 msgid "Suspend"
 msgstr "Režim spánku"
 
@@ -253,7 +254,7 @@ msgstr "Operace přechod do režimu spánku není podporována"
 #: ../settings/xfpm-settings.c:992 ../settings/xfpm-settings.c:1085
 #: ../settings/xfpm-settings.c:1169 ../settings/xfpm-settings.c:1276
 #: ../settings/xfpm-settings.c:1333 ../settings/xfpm-settings.c:1385
-#: ../src/xfpm-power.c:704
+#: ../src/xfpm-power.c:703
 msgid "Hibernate"
 msgstr "Hibernovat"
 
@@ -281,7 +282,7 @@ msgid "Do nothing"
 msgstr "Žádná akce"
 
 #: ../settings/xfpm-settings.c:936 ../settings/xfpm-settings.c:1282
-#: ../src/xfpm-power.c:726
+#: ../src/xfpm-power.c:725
 msgid "Shutdown"
 msgstr "Vypnout"
 
@@ -373,11 +374,11 @@ msgstr "Výrobce"
 msgid "Serial"
 msgstr "Sériové číslo"
 
-#: ../settings/xfpm-settings.c:2210
+#: ../settings/xfpm-settings.c:2211
 msgid "Check your power manager installation"
 msgstr "Zkontrolujte instalaci správce napájení"
 
-#: ../settings/xfpm-settings.c:2291
+#: ../settings/xfpm-settings.c:2294
 msgid "Devices"
 msgstr "Zařízení"
 
@@ -432,8 +433,8 @@ msgid "Built with GTK+ %d.%d.%d, linked with GTK+ %d.%d.%d."
 msgstr "Sestaveno s GTK+ %d.%d.%d, slinkováno s GTK+ %d.%d.%d."
 
 #: ../settings/xfce4-power-manager-settings.desktop.in.h:1
-#: ../src/xfpm-power.c:365 ../src/xfpm-power.c:647 ../src/xfpm-power.c:690
-#: ../src/xfpm-power.c:854 ../src/xfpm-power.c:877 ../src/xfpm-battery.c:193
+#: ../src/xfpm-power.c:364 ../src/xfpm-power.c:646 ../src/xfpm-power.c:689
+#: ../src/xfpm-power.c:853 ../src/xfpm-power.c:876 ../src/xfpm-battery.c:193
 #: ../src/xfce4-power-manager.desktop.in.h:1
 msgid "Power Manager"
 msgstr "Správce napájení"
@@ -556,63 +557,63 @@ msgstr[0] "minuta"
 msgstr[1] "minuty"
 msgstr[2] "minut"
 
-#: ../common/xfpm-power-common.c:280
+#: ../common/xfpm-power-common.c:285
 #, c-format
 msgid ""
 "%s %s\n"
 "Fully charged (%0.0f%%, %s runtime)"
 msgstr "%s %s\nPlně nabito (%0.0f%%, odhadovaná výdrž: %s)"
 
-#: ../common/xfpm-power-common.c:288
+#: ../common/xfpm-power-common.c:293
 #, c-format
 msgid ""
 "%s %s\n"
 "Fully charged (%0.0f%%)"
 msgstr "%s %s\nPlně nabito (%0.0f%%)"
 
-#: ../common/xfpm-power-common.c:298
+#: ../common/xfpm-power-common.c:303
 #, c-format
 msgid ""
 "%s %s\n"
 "Charging (%0.0f%%, %s)"
 msgstr "%s %s\nNabíjení (%0.0f%%, %s)"
 
-#: ../common/xfpm-power-common.c:306
+#: ../common/xfpm-power-common.c:311
 #, c-format
 msgid ""
 "%s %s\n"
 "Charging (%0.0f%%)"
 msgstr "%s %s\nNabíjení (%0.0f%%)"
 
-#: ../common/xfpm-power-common.c:316
+#: ../common/xfpm-power-common.c:321
 #, c-format
 msgid ""
 "%s %s\n"
 "Discharging (%0.0f%%, %s)"
 msgstr "%s %s\nVybíjení (%0.0f%%, %s)"
 
-#: ../common/xfpm-power-common.c:324
+#: ../common/xfpm-power-common.c:329
 #, c-format
 msgid ""

[Xfce4-commits] [apps/orage] branch master updated (5cfbb55 -> 00e2305)

2016-03-01 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  5cfbb55   I18n: Update translation he (100%).
   new  00e2305   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/xfce4-settings] branch master updated (0eb11ac -> 29f8d27)

2016-03-01 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  0eb11ac   I18n: Update translation sv (100%).
   new  29f8d27   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] [apps/parole] branch master updated (60c77ed -> a07d6d0)

2016-03-01 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  60c77ed   I18n: Update translation he (100%).
   new  a07d6d0   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/gigolo] branch master updated (532c018 -> 56e74ba)

2016-03-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  532c018   I18n: Update translation is (100%).
   new  56e74ba   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] [apps/parole] 01/01: I18n: Update translation lt (100%).

2016-03-01 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 a07d6d0a7b4bf921050020be3602ae4e342327b3
Author: Anonymous 
Date:   Wed Mar 2 00:32:02 2016 +0100

I18n: Update translation lt (100%).

272 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 b02d406..ca0e932 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: 2016-01-11 06:30+0100\n"
-"PO-Revision-Date: 2016-01-13 21:29+\n"
+"PO-Revision-Date: 2016-03-01 21:08+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce-apps/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -658,7 +658,7 @@ msgstr "Neįkelti įskiepių"
 
 #: ../src/main.c:243
 msgid "Set Audio-CD/VCD/DVD device path"
-msgstr "Nustatyti Audio-CD/VCD/DVD įrenginio kelią"
+msgstr "Nustatyti Garso-CD/VCD/DVD įrenginio kelią"
 
 #: ../src/main.c:244
 msgid "Start in embedded mode"
@@ -1178,7 +1178,7 @@ msgstr "Dėklo piktogramos įskiepis"
 
 #: ../src/plugins/tray/tray-provider.c:280
 msgid "Always minimize to tray when window is closed"
-msgstr "Visada užvėrus langą sumažinti į sistemos dėklą"
+msgstr "Visada užvėrus langą suskleisti į sistemos dėklą"
 
 #: ../src/plugins/tray/tray-provider.c:326
 msgid "Are you sure you want to quit?"
@@ -1190,7 +1190,7 @@ msgstr "Vietoj to, Parole gali būti suskleista į sistemos 
dėklą."
 
 #: ../src/plugins/tray/tray-provider.c:332
 msgid "Minimize to tray"
-msgstr "Sumažinti į sistemos dėklą"
+msgstr "Suskleisti į sistemos dėklą"
 
 #: ../src/plugins/tray/tray-provider.c:344
 msgid "Quit"

-- 
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] branch master updated (421c51b -> 3ab6dd9)

2016-03-01 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  421c51b   I18n: Update translation he (100%).
   new  3ab6dd9   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 | 22 +++---
 1 file changed, 11 insertions(+), 11 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%).

2016-03-01 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 3ab6dd97335542702f0da4e55cd618768c8aa08f
Author: Anonymous 
Date:   Wed Mar 2 00:32:15 2016 +0100

I18n: Update translation lt (100%).

302 translated messages.

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

diff --git a/po/lt.po b/po/lt.po
index 86e8f1f..ca3bd93 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -5,13 +5,13 @@
 # Translators:
 # Algimantas Margevičius , 2012
 # mantas , 2006
-# Moo, 2015
+# Moo, 2015-2016
 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: 2015-09-30 18:57+\n"
+"PO-Revision-Date: 2016-03-01 21:10+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce-apps/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -349,7 +349,7 @@ msgstr "Įsitikinkite jog failas tinkamas ir jūs turite 
leidimą jį pasiekti."
 
 #: ../xfburn/xfburn-compositions-notebook.c:174
 msgid "Audio composition"
-msgstr "Audio projektas"
+msgstr "Garso projektas"
 
 #: ../xfburn/xfburn-compositions-notebook.c:235
 msgid "Welcome"
@@ -770,7 +770,7 @@ msgstr "Naujas duomenų projektas"
 
 #: ../xfburn/xfburn-main-window.c:106
 msgid "New audio composition"
-msgstr "Naujas audio projektas"
+msgstr "Naujas garso projektas"
 
 #. {"load-composition", GTK_STOCK_OPEN, N_("Load composition"), NULL, N_("Load
 #. composition"),
@@ -1173,15 +1173,15 @@ msgstr "Paruošti perrašomą diską naujam įrašymui"
 
 #: ../xfburn/xfburn-welcome-tab.c:155
 msgid "_Audio CD"
-msgstr "_Audio CD"
+msgstr "_Garso CD"
 
 #: ../xfburn/xfburn-welcome-tab.c:155
 msgid "Audio CD playable in regular stereos"
-msgstr "Audio CD grojamas įprastuose grotuvuose"
+msgstr "Garso CD grojamas įprastuose grotuvuose"
 
 #: ../xfburn/xfburn-audio-composition.c:212
 msgid "What files can get burned to an audio CD?"
-msgstr "Koki failai gali būti įrašyti į audio CD?"
+msgstr "Kokie failai gali būti įrašyti į garso CD?"
 
 #: ../xfburn/xfburn-audio-composition.c:216
 msgid "Rename Artist"
@@ -1221,7 +1221,7 @@ msgstr "Failo pavadinimas"
 
 #: ../xfburn/xfburn-audio-composition.c:581
 msgid "Cannot burn audio onto a DVD."
-msgstr "Nepavyko įrašyti audio į DVD."
+msgstr "Nepavyko įrašyti garso į DVD."
 
 #: ../xfburn/xfburn-audio-composition.c:1260
 msgid "You can only have a maximum of 99 tracks."
@@ -1253,7 +1253,7 @@ msgid ""
 "compositions from different types of\n"
 "audio files, please compile with\n"
 "gstreamer support."
-msgstr "Paprastas perkoduotojas yra įmontuotas,\njam nereikia papildomų 
bibliotekų.\nBet jis gali susidoroti tik su\nnesuspaustais .wav failais.\nJei 
norite sukurti audio projektą iš\nkitų audio failų tipų, sukompiliuokite\nsu 
gstreamer palaikymu."
+msgstr "Paprastas perkoduotojas yra įmontuotas,\njam nereikia papildomų 
bibliotekų.\nBet jis gali susidoroti tik su\nnesuspaustais .wav failais.\nJei 
norite sukurti garso projektą iš\nkitų garso failų tipų, sukompiliuokite\nsu 
gstreamer palaikymu."
 
 #: ../xfburn/xfburn-transcoder-basic.c:196
 #, c-format
@@ -1263,7 +1263,7 @@ msgstr "Failas „%s“ neturi .wav plėtinio"
 #: ../xfburn/xfburn-transcoder-basic.c:201
 #, c-format
 msgid "File %s does not contain uncompressed PCM wave audio"
-msgstr "Faile „%s“ nėra nesuspausto PCM wav audio"
+msgstr "Faile „%s“ nėra nesuspausto PCM wav garso"
 
 #: ../xfburn/xfburn-transcoder-basic.c:207
 #, c-format
@@ -1297,7 +1297,7 @@ msgid ""
 "If an audio file is not recognized, make sure\n"
 "that you have the 'good','bad', and 'ugly'\n"
 "gstreamer plugin packages installed."
-msgstr "Gstreamer perkoduotojas naudoja gstreamer\nbiblioteką audio projektų 
kūrimui.\n\nJei visi reikalingi įskiepiai įdiegti, bus palaikomi\nvisi 
pagrindiniai audio failai.\nJei audio failas neatpažintas, įsitikinkite\njog 
esate įdiegę „good“,„bad“ ir „ugly“\ngstreamer įskiepių paketus."
+msgstr "Gstreamer perkoduotojas naudoja gstreamer\nbiblioteką garso projektų 
kūrimui.\n\nJei visi reikalingi įskiepiai įdiegti, bus palaikomi\nvisi 
pagrindiniai garso failai.\nJei garso failas neatpažintas, įsitikinkite\njog 
esate įdiegę „good“,„bad“ ir „ugly“\ngstreamer įskiepių paketus."
 
 #: ../xfburn/xfburn-transcoder-gst.c:699 ../xfburn/xfburn-transcoder-gst.c:729
 #, 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/xfce4-settings] 01/01: I18n: Update translation lt (100%).

2016-03-01 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 29f8d27f2c8f5b984bfcf3126d4deeafc06d5353
Author: Anonymous 
Date:   Wed Mar 2 00:31:33 2016 +0100

I18n: Update translation lt (100%).

354 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 6eb86ad..3d2be69 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -10,7 +10,7 @@ msgstr ""
 "Project-Id-Version: Xfce4-settings\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-02-06 06:30+0100\n"
-"PO-Revision-Date: 2016-01-13 01:09+\n"
+"PO-Revision-Date: 2016-03-01 20:59+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce4-settings/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -335,7 +335,7 @@ msgstr "Pasirinktiniai _DPI nustatymai:"
 msgid ""
 "Override the detected monitor resolution if fonts look too large or too "
 "small"
-msgstr "Perrašyti nustatytą ekrano raišką, jei šriftas atrodo per didelis ar 
per mažas"
+msgstr "Nustelbti nustatytą monitoriaus raišką, jei šriftas atrodo per didelis 
ar per mažas"
 
 #: ../dialogs/appearance-settings/appearance-dialog.glade.h:17
 msgid "DPI"
@@ -657,7 +657,7 @@ msgstr "Pasirinkta išvestis išjungta"
 msgid ""
 "Select a monitor to change its properties; drag it to rearrange its "
 "placement."
-msgstr "Pasirinkite ekraną, norėdami keisti jo savybes; tempkite jį, norėdami 
pakeisti jo vietą."
+msgstr "Pasirinkite monitorių, norėdami keisti jo savybes; tempkite jį, 
norėdami pakeisti jo vietą."
 
 #: ../dialogs/display-settings/main.c:2249
 #: ../dialogs/display-settings/main.c:2323

-- 
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 xfce-4.10 updated (88c66e3 -> 4c9a096)

2016-03-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  88c66e3   I18n: Update translation sv (100%).
   new  4c9a096   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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


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

2016-03-01 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 00e2305ef3e9e3db09b0b723071e2044304ee009
Author: Anonymous 
Date:   Wed Mar 2 00:31:55 2016 +0100

I18n: Update translation lt (100%).

1030 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 8f5d7e7..2670f96 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: 2016-02-17 19:22+\n"
+"PO-Revision-Date: 2016-03-01 21:03+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce-apps/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -2000,7 +2000,7 @@ msgstr "Slėpiamą"
 
 #: ../src/parameters.c:767
 msgid "Minimized"
-msgstr "Sumažintą"
+msgstr "Suskleistą"
 
 #: ../src/parameters.c:787
 msgid "On calendar window open"

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

2016-03-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 56e74baf3b716dbc0f3fe266789504d0d78d29b3
Author: Anonymous 
Date:   Wed Mar 2 00:31:48 2016 +0100

I18n: Update translation lt (100%).

142 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 da96365..159704a 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -4,13 +4,13 @@
 # 
 # Translators:
 # Algimantas Margevičius , 2012
-# Moo, 2015
+# Moo, 2015-2016
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-07-03 20:23+0200\n"
-"PO-Revision-Date: 2015-09-20 19:55+\n"
+"PO-Revision-Date: 2016-03-01 21:02+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce-apps/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -497,7 +497,7 @@ msgstr "Pranešimų srityje rodyti _būsenos piktogramą"
 
 #: ../src/preferencesdialog.c:398
 msgid "Start _minimized in the Notification Area"
-msgstr "Pranešimų srityje paleisti _sumažintą"
+msgstr "Pranešimų srityje paleisti _suskleistą"
 
 #: ../src/preferencesdialog.c:403
 msgid "Show side panel"

-- 
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%).

2016-03-01 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 a6378c443434832602ffc07c5076d924a1f6d76d
Author: Anonymous 
Date:   Wed Mar 2 00:32:26 2016 +0100

I18n: Update translation lt (100%).

283 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 f716394..c752663 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: 2013-12-27 00:31+0100\n"
-"PO-Revision-Date: 2016-01-13 21:29+\n"
+"PO-Revision-Date: 2016-03-01 21:05+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce-apps/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -901,7 +901,7 @@ msgstr "Dešinė"
 
 #: ../terminal/terminal-preferences.glade.h:54
 msgid "Move to monitor with poi_nter"
-msgstr "Perkelti į ekra_ną su pelės žymekliu"
+msgstr "Perkelti į mo_nitorių su pelės žymekliu"
 
 #: ../terminal/terminal-preferences.glade.h:55
 msgid "Position"

-- 
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 (d81dbaf -> cc71151)

2016-03-01 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  d81dbaf   I18n: Update translation he (100%).
   new  cc71151   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] [xfce/xfce4-settings] 01/01: I18n: Update translation lt (100%).

2016-03-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 4c9a09678bcdde325c0a268dbe987bee0c3a7d0a
Author: Nick Schermer 
Date:   Wed Mar 2 00:31:41 2016 +0100

I18n: Update translation lt (100%).

330 translated messages.

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

diff --git a/po/lt.po b/po/lt.po
index c9e2eaf..3d06057 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -9,7 +9,7 @@ msgstr ""
 "Project-Id-Version: Xfce4-settings\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-07-02 23:16+0200\n"
-"PO-Revision-Date: 2016-01-13 01:09+\n"
+"PO-Revision-Date: 2016-03-01 20:59+\n"
 "Last-Translator: Nick Schermer \n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce4-settings/language/lt/)\n"
 "MIME-Version: 1.0\n"

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

2016-03-01 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-power-manager.

commit c627cf27d715f597af6cb56e69dca32cf8e20a38
Author: Anonymous 
Date:   Wed Mar 2 00:31:24 2016 +0100

I18n: Update translation lt (100%).

202 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 5a9e4e3..c778677 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -10,7 +10,7 @@ msgstr ""
 "Project-Id-Version: Xfce4-power-manager\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2016-02-26 18:30+0100\n"
-"PO-Revision-Date: 2016-02-27 20:30+\n"
+"PO-Revision-Date: 2016-03-01 21:01+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce4-power-manager/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -943,7 +943,7 @@ msgid ""
 "Xfce power manager manages the power sources on the computer and the devices"
 " that can be controlled to reduce their power consumption (such as LCD "
 "brightness level, monitor sleep, CPU frequency scaling)."
-msgstr "Xfce energijos tvarkytuvė kompiuteryje valdo energijos šaltinius bei 
įrenginius, kurie gali būti valdomi, siekiant sumažinti jų energijos vartojimą 
(tokius kaip LCD ryškumo lygį, ekrano užmigdymą, procesoriaus dažnio keitimą)."
+msgstr "Xfce energijos tvarkytuvė kompiuteryje valdo energijos šaltinius bei 
įrenginius, kurie gali būti valdomi, siekiant sumažinti jų energijos vartojimą 
(tokius kaip LCD ryškumo lygį, monitoriaus užmigdymą, procesoriaus dažnio 
keitimą)."
 
 #: ../data/appdata/xfce4-power-manager.appdata.xml.in.h:2
 msgid ""

-- 
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%).

2016-03-01 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 cc71151ab9849122c0d22f6ebe3e50be37c9f7ed
Author: Anonymous 
Date:   Wed Mar 2 00:32:08 2016 +0100

I18n: Update translation lt (100%).

188 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 2aa4253..1c7d28b 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -4,13 +4,13 @@
 # 
 # Translators:
 # Algimantas Margevičius , 2012
-# Moo, 2015
+# Moo, 2015-2016
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: xfce-i...@xfce.org\n"
 "POT-Creation-Date: 2015-03-02 18:31+0100\n"
-"PO-Revision-Date: 2015-11-26 23:15+\n"
+"PO-Revision-Date: 2016-03-01 21:04+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce-apps/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -738,7 +738,7 @@ msgstr "Paleidimas"
 
 #: ../src/preferences_dialog.c:428
 msgid "Maximize window on startup when opening an image"
-msgstr "Atveriant paveikslėlį išdidinti jį"
+msgstr "Paleidus programą, kuomet atveriamas paveikslėlis, išskleisti langą"
 
 #: ../src/preferences_dialog.c:434
 msgid "Wrap around images"

-- 
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%).

2016-03-01 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 9eb28c876cd82bbe19a1be4162dd5cfbb796
Author: Anonymous 
Date:   Wed Mar 2 00:32:39 2016 +0100

I18n: Update translation lt (100%).

84 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 cf863bc..b4a97a4 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -4,13 +4,13 @@
 # 
 # Translators:
 # Algimantas Margevičius , 2012
-# Moo, 2015
+# Moo, 2015-2016
 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: 2015-09-20 20:12+\n"
+"PO-Revision-Date: 2016-03-01 21:14+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -52,7 +52,7 @@ msgstr "Išstumti „%s“"
 #: ../panel-plugin/cddrive.c:221
 #, c-format
 msgid "Eject audio %s"
-msgstr "Išstumti audio %s"
+msgstr "Išstumti garso %s"
 
 #. translation note: "Eject " (e.g. "Eject dvd")
 #: ../panel-plugin/cddrive.c:224
@@ -77,7 +77,7 @@ msgstr "„%s“"
 #: ../panel-plugin/cddrive.c:240
 #, c-format
 msgid "Audio %s"
-msgstr "Audio %s"
+msgstr "Garso %s"
 
 #: ../panel-plugin/cddrive.c:260
 #, c-format
@@ -120,7 +120,7 @@ msgstr "Išstumti „%s“ iš %s"
 #: ../panel-plugin/cddrive.c:301
 #, c-format
 msgid "Eject audio %s from %s"
-msgstr "Išstumti audio %s iš %s"
+msgstr "Išstumti garso %s iš %s"
 
 #. translation note: "Eject  from " (e.g. "Eject dvd
 #. from my-dvd-drive")
@@ -147,7 +147,7 @@ msgstr "„%s“ įrenginyje %s"
 #: ../panel-plugin/cddrive.c:319
 #, c-format
 msgid "Audio %s in %s"
-msgstr "Audio %s įrenginyje %s"
+msgstr "Garso %s įrenginyje %s"
 
 #. translation note: " in " (e.g. "dvd in cdrom1")
 #: ../panel-plugin/cddrive.c:322
@@ -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ų audio CD pavadinimą."
+msgstr "Įjungus šią parinktį, į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] [apps/xfce4-volstatus-icon] branch master updated (a79fcf2 -> 9128209)

2016-03-01 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-volstatus-icon.

  from  a79fcf2   I18n: Update translation he (100%).
   new  9128209   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/xfce4-volstatus-icon] 01/01: I18n: Update translation lt (100%).

2016-03-01 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-volstatus-icon.

commit 9128209157a080bbf033f3d014a93b4ea6ca38ef
Author: Anonymous 
Date:   Wed Mar 2 00:32:32 2016 +0100

I18n: Update translation lt (100%).

56 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 e1b1391..87fce20 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -4,13 +4,13 @@
 # 
 # Translators:
 # Algimantas Margevičius , 2012
-# Moo, 2015
+# Moo, 2015-2016
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-05-27 20:15-0700\n"
-"PO-Revision-Date: 2015-08-25 17:45+\n"
+"PO-Revision-Date: 2016-03-01 21:06+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce-apps/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -89,7 +89,7 @@ msgstr "Nežinoma klaida"
 
 #: xfce4-volstatus-icon/xfce-volstatus-dialog.c:171
 msgid "Audio CD"
-msgstr "Audio CD"
+msgstr "Garso CD"
 
 #: xfce4-volstatus-icon/xfce-volstatus-dialog.c:178
 msgid "Recordable CD"
@@ -165,7 +165,7 @@ msgstr "Diskelis"
 
 #: xfce4-volstatus-icon/xfce-volstatus-dialog.c:242
 msgid "Audio Player"
-msgstr "Audio grotuvas"
+msgstr "Garso grotuvas"
 
 #: xfce4-volstatus-icon/xfce-volstatus-dialog.c:244
 msgid "Memory Stick"

-- 
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 (3220933 -> 9e7777b)

2016-03-01 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  3220933   I18n: Add new translation he (100%).
   new  9eb   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] [apps/xfce4-terminal] branch master updated (40e30d1 -> a6378c4)

2016-03-01 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  40e30d1   I18n: Update translation he (100%).
   new  a6378c4   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] [www/www.xfce.org] 01/01: I18n: Update translation lt (100%).

2016-03-01 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 d96dabad353e39ef3e2840eaa3bba3d54689edee
Author: Anonymous 
Date:   Wed Mar 2 00:33:15 2016 +0100

I18n: Update translation lt (100%).

679 translated messages.

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

diff --git a/lib/po/lt.po b/lib/po/lt.po
index 580ac79..26fd6a3 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: 2016-02-17 19:25+\n"
+"PO-Revision-Date: 2016-03-01 21:20+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfce-www/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -77,7 +77,7 @@ msgstr "Darbalaukio tvarkytuvė"
 msgid ""
 "This program sets the background image and provides a root window menu, "
 "desktop icons or minimized icons and a windows list."
-msgstr "Ši programa nustato fono paveikslėlį ir suteikia pagrindinį lango 
meniu, darbalaukio piktogramas ar sumažintas piktogramas ir langų sąrašą."
+msgstr "Ši programa nustato fono paveikslėlį ir suteikia pagrindinį lango 
meniu, darbalaukio piktogramas ar suskleistas piktogramas ir langų sąrašą."
 
 #: projects/index.php:42 about/tour46.php:43 about/index.php:38
 #: about/tour410.php:51
@@ -631,7 +631,7 @@ msgid ""
 "also able to display icons for minimized windows on the desktop, which is "
 "quite a popular feature from the CDE world. Of course, you can disable the "
 "desktop icons altogether if you prefer a clean desktop."
-msgstr "Darbalaukio tvarkytuvė panaudoja programos Thunar bibliotekas, 
kad apdorotų, darbalaukyje esančius, programų leistukus ir įprastus 
failus/aplankus. Darbalaukio tvarkytuvė taip pat gali darbalaukyje rodyti 
sumažintų langų piktogramas, o tai yra gan populiari ypatybė iš CDE pasaulio. 
Žinoma, jeigu jūs pageidaujate švaraus darbalaukio, galite išjungti darbalaukio 
piktogramas."
+msgstr "Darbalaukio tvarkytuvė panaudoja programos Thunar bibliotekas, 
kad apdorotų, darbalaukyje esančius, programų leistukus ir įprastus 
failus/aplankus. Darbalaukio tvarkytuvė taip pat gali darbalaukyje rodyti 
suskleistų langų piktogramas, o tai yra gan populiari ypatybė iš CDE pasaulio. 
Žinoma, jeigu jūs pageidaujate švaraus darbalaukio, galite išjungti darbalaukio 
piktogramas."
 
 #: about/tour44.php:21
 msgid "Desktop Settings"
@@ -1024,7 +1024,7 @@ msgstr "Tvarko langų išdėstymą ekrane, suteikia langų 
dekoracijas ir tvarko
 msgid ""
 "Sets the background image and provides a root window menu, desktop icons or "
 "minimized icons and a windows list."
-msgstr "Nustato fono paveikslėlį ir suteikia pagrindinį lango meniu, 
darbalaukio piktogramas ar sumažintas piktogramas ir langų sąrašą."
+msgstr "Nustato fono paveikslėlį ir suteikia pagrindinį lango meniu, 
darbalaukio piktogramas ar suskleistas piktogramas ir langų sąrašą."
 
 #: about/index.php:36
 msgid ""
@@ -1266,7 +1266,7 @@ msgid ""
 "Any change made with the settings dialog will have to be confirmed within "
 "ten seconds or they will be reverted. This prevents broken video drivers "
 "from leaving your computer unusable."
-msgstr "Visi pakeitimai, padaryti nustatymų dialoge, turės būti patvirtinti 
per dešimt sekundžių arba jie bus atšaukti. Tai apsaugos nuo blogų video 
tvarkyklių, kurios padaro kompiuterį nebenaudojamu."
+msgstr "Visi pakeitimai, padaryti nustatymų dialoge, turės būti patvirtinti 
per dešimt sekundžių arba jie bus atšaukti. Tai apsaugos nuo blogų vaizdo 
tvarkyklių, kurios padaro kompiuterį nebenaudojamu."
 
 #: about/tour48.php:85
 msgid "Timed confirmation for display settings changes"
@@ -2375,11 +2375,11 @@ msgid ""
 "The desktop has a new wallpaper settings dialog with many new options and "
 "better multi-monitor support. Drag the dialog to the display or workspace "
 "where you want to change the wallpaper."
-msgstr "Darbalaukis turi naują darbalaukio fono nustatymų dialogą su daugeliu 
naujų parinkčių ir geresniu kelių ekranų palaikymu. Vilkite dialogą į ekraną ar 
darbo sritį, kurios darbalaukio foną norite keisti."
+msgstr "Darbalaukis turi naują darbalaukio fono nustatymų dialogą su daugeliu 
naujų parinkčių ir geresniu kelių monitorių palaikymu. Vilkite dialogą į ekraną 
ar darbo sritį, kurios darbalaukio foną norite keisti."
 
 #: about/tour.php:55
 msgid "Better multi-monitor support"
-msgstr "Geresnis kelių ekranų palaikymas"
+msgstr "Geresnis kelių monitorių palaikymas"
 
 #: about/tour.php:57
 msgid ""
@@ -2396,7 +2396,7 @@ msgid ""
 "Support for multi-monitor use was vastly improved in the display settings "
 "dialog. Upon connecting a new display, a quick setup popup offers some of "
 "the most-used modes for users to quickly ch

[Xfce4-commits] [xfce/xfdesktop] branch master updated (16abab8 -> 017c8ed)

2016-03-01 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  16abab8   I18n: Update translation sl (99%).
   new  017c8ed   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] [www/www.xfce.org] branch master updated (0605fcb -> d96daba)

2016-03-01 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  0605fcb   I18n: Update translation he (100%).
   new  d96daba   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 | 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/xfdesktop] branch xfce-4.10 updated (e7b7a6b -> be45a29)

2016-03-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  e7b7a6b   I18n: Update translation sl (84%).
   new  be45a29   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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


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

2016-03-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit be45a29b3bd72604488e18c5b322d8276c203ced
Author: Nick Schermer 
Date:   Wed Mar 2 00:33:28 2016 +0100

I18n: Update translation lt (100%).

213 translated messages.

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

diff --git a/po/lt.po b/po/lt.po
index 17a3c36..d9aeb4f 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: Xfdesktop\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-07-02 23:19+0200\n"
-"PO-Revision-Date: 2016-01-13 01:09+\n"
+"PO-Revision-Date: 2016-03-01 21:21+\n"
 "Last-Translator: Nick Schermer \n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfdesktop/language/lt/)\n"
 "MIME-Version: 1.0\n"

-- 
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%).

2016-03-01 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 017c8edc5e3661b3db91004fa699079849204d85
Author: Anonymous 
Date:   Wed Mar 2 00:33:22 2016 +0100

I18n: Update translation lt (100%).

222 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 8205901..a3b1953 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -5,14 +5,14 @@
 # Translators:
 # Algimantas Margevičius , 2012
 # Mantas Zapolskas , 2003
-# Moo, 2015
+# Moo, 2015-2016
 # Ričardas Vasiulis , 2010
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfdesktop\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-03-03 18:32+0100\n"
-"PO-Revision-Date: 2016-01-13 01:18+\n"
+"PO-Revision-Date: 2016-03-01 21:22+\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian 
(http://www.transifex.com/xfce/xfdesktop/language/lt/)\n"
 "MIME-Version: 1.0\n"
@@ -62,12 +62,12 @@ msgstr "%s\nTipas: %s\nDydis: %s"
 #: ../settings/main.c:716
 #, c-format
 msgid "Wallpaper for Monitor %d (%s)"
-msgstr "Darbalaukio fonas vaizduokliui %d (%s)"
+msgstr "Darbalaukio fonas monitoriui %d (%s)"
 
 #: ../settings/main.c:719
 #, c-format
 msgid "Wallpaper for Monitor %d"
-msgstr "Darbalaukio fonas vaizduokliui %d"
+msgstr "Darbalaukio fonas monitoriui %d"
 
 #: ../settings/main.c:725
 msgid "Move this dialog to the display you want to edit the settings for."
@@ -76,12 +76,12 @@ msgstr "Perkelkite šį dialogo langą į ekraną, kurio 
nustatymus norite keist
 #: ../settings/main.c:732
 #, c-format
 msgid "Wallpaper for %s on Monitor %d (%s)"
-msgstr "Darbalaukio fonas, kurį naudos %s, vaizduoklyje %d (%s)"
+msgstr "Darbalaukio fonas, kurį naudos %s, monitoriuje %d (%s)"
 
 #: ../settings/main.c:736
 #, c-format
 msgid "Wallpaper for %s on Monitor %d"
-msgstr "Darbalaukio fonas, kurį naudos %s, vaizduoklyje %d"
+msgstr "Darbalaukio fonas, kurį naudos %s, monitoriuje %d"
 
 #: ../settings/main.c:743
 msgid ""
@@ -334,7 +334,7 @@ msgstr "Kontrolės"
 
 #: ../settings/xfdesktop-settings-ui.glade.h:8
 msgid "Minimized application icons"
-msgstr "Sumažintos programų piktogramos"
+msgstr "Suskleistų programų piktogramos"
 
 #: ../settings/xfdesktop-settings-ui.glade.h:9
 msgid "File/launcher icons"

-- 
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 (cc71151 -> 235649e)

2016-03-01 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  cc71151   I18n: Update translation lt (100%).
   new  235649e   I18n: Update translation he (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/he.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


[Xfce4-commits] [apps/xfburn] branch master updated (3ab6dd9 -> 34ee1be)

2016-03-01 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  3ab6dd9   I18n: Update translation lt (100%).
   new  34ee1be   I18n: Update translation he (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/he.po | 28 ++--
 1 file changed, 14 insertions(+), 14 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 he (100%).

2016-03-01 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 34ee1bec3734010fe0aecd1744639ba05cf3689c
Author: GenghisKhan 
Date:   Wed Mar 2 06:30:55 2016 +0100

I18n: Update translation he (100%).

302 translated messages.

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

diff --git a/po/he.po b/po/he.po
index 55ca61a..057895f 100644
--- a/po/he.po
+++ b/po/he.po
@@ -13,7 +13,7 @@ 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-03-01 15:29+\n"
+"PO-Revision-Date: 2016-03-02 05:30+\n"
 "Last-Translator: GenghisKhan \n"
 "Language-Team: Hebrew 
(http://www.transifex.com/xfce/xfce-apps/language/he/)\n"
 "MIME-Version: 1.0\n"
@@ -32,7 +32,7 @@ msgstr "addr:"
 
 #: ../xfburn/xfburn-global.h:30
 msgid "Time total:"
-msgstr "זמן סה\"כ:"
+msgstr "זמן סה״כ:"
 
 #: ../xfburn/xfburn-global.h:32
 msgid "length"
@@ -84,11 +84,11 @@ msgstr "אתחול מלא"
 
 #: ../xfburn/xfburn-blank-dialog.c:75
 msgid "Quick Deformat"
-msgstr "פורמט מהיר"
+msgstr "א-פורמט מהיר"
 
 #: ../xfburn/xfburn-blank-dialog.c:76
 msgid "Full Deformat (slow)"
-msgstr "פורמט מלא (איטי)"
+msgstr "א-פורמט מלא (איטי)"
 
 #: ../xfburn/xfburn-blank-dialog.c:149
 msgid "Eject the disc"
@@ -182,7 +182,7 @@ msgstr "לא ניתן ללכוד את הכונן."
 
 #: ../xfburn/xfburn-burn-data-composition-base-dialog.c:156
 msgid "Image"
-msgstr "תמונה"
+msgstr "דמות"
 
 #: ../xfburn/xfburn-burn-data-composition-base-dialog.c:158
 msgid "Show volume name"
@@ -190,7 +190,7 @@ msgstr "הצג שם כרך"
 
 #: ../xfburn/xfburn-burn-data-composition-base-dialog.c:158
 msgid "Show a text entry for the name of the volume"
-msgstr "הצגת רשומת טקסט לייצוג שם הכרך"
+msgstr "הצג רשומת טקסט עבור השם של הכרך"
 
 #: ../xfburn/xfburn-burn-data-composition-base-dialog.c:184
 #: ../xfburn/xfburn-burn-audio-cd-composition-dialog.c:148
@@ -239,7 +239,7 @@ msgstr "_צרוב יצירה"
 #: ../xfburn/xfburn-burn-data-composition-base-dialog.c:477
 #, c-format
 msgid "Could not create destination ISO file: %s"
-msgstr "לא ניתן ליצור את קובץ ה־ISO ביעד: %s"
+msgstr "לא ניתן ליצור קובץ ISO יעד: %s"
 
 #: ../xfburn/xfburn-burn-data-composition-base-dialog.c:484
 msgid "Writing ISO..."
@@ -253,12 +253,12 @@ msgstr "אירעה שגיאה במהלך כתיבת ISO‏: %s"
 #: ../xfburn/xfburn-burn-data-composition-base-dialog.c:556
 #: ../xfburn/xfburn-burn-data-composition-base-dialog.c:562
 msgid "An error occurred in the burn backend."
-msgstr "תקלה התרחשה בצריבה."
+msgstr "אירעה שגיאה במגשר העורפי של הצריבה."
 
 #: ../xfburn/xfburn-burn-data-composition-base-dialog.c:585
 #: ../xfburn/xfburn-burn-audio-cd-composition-dialog.c:328
 msgid "The write mode is not supported currently."
-msgstr "מצב הכתיבה לא נתמך כרגע."
+msgstr "מצב הכתיבה אינו נתמך כרגע."
 
 #. could not create source
 #: ../xfburn/xfburn-burn-data-composition-base-dialog.c:667
@@ -285,7 +285,7 @@ msgstr "דמויות ISO"
 
 #: ../xfburn/xfburn-burn-image-dialog.c:233
 msgid "_Quit after success"
-msgstr "צא לאחר הצלחה"
+msgstr "_צא לאחר הצלחה"
 
 #: ../xfburn/xfburn-burn-image-dialog.c:243
 msgid "_Burn image"
@@ -293,12 +293,12 @@ msgstr "צרוב _דמות"
 
 #: ../xfburn/xfburn-burn-image-dialog.c:296
 msgid "Burn mode is not currently implemented."
-msgstr "מצב צריבה אינו מיושם כעת."
+msgstr "מצב צריבה אינו מיושם כרגע."
 
 #: ../xfburn/xfburn-burn-image-dialog.c:347
 #: ../xfburn/xfburn-burn-image-dialog.c:376
 msgid "An error occurred in the burn backend"
-msgstr "אירעה שגיאה במגשר העורפי של הצריבה."
+msgstr "אירעה שגיאה במגשר העורפי של הצריבה"
 
 #: ../xfburn/xfburn-burn-image-dialog.c:360
 msgid "Unable to determine image size."
@@ -306,7 +306,7 @@ msgstr "לא יכול לקבוע גודל דמות."
 
 #: ../xfburn/xfburn-burn-image-dialog.c:367
 msgid "Cannot open image."
-msgstr "לא ניתן לפתוח תמונה."
+msgstr "לא ניתן לפתוח דמות."
 
 #: ../xfburn/xfburn-burn-image-dialog.c:404
 msgid "Burning image..."
@@ -853,7 +853,7 @@ msgstr "צרוב דמות"
 #. G_CALLBACK (action_copy_dvd),},
 #: ../xfburn/xfburn-main-window.c:136
 msgid "Burn DVD Image"
-msgstr "צרוב תמונת DVD"
+msgstr "צרוב דמות DVD"
 
 #: ../xfburn/xfburn-main-window.c:141
 msgid "Show file browser"

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

2016-03-01 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 235649e8981a1a72f7de1fd9baf444c81f59c10b
Author: GenghisKhan 
Date:   Wed Mar 2 06:30:45 2016 +0100

I18n: Update translation he (100%).

188 translated messages.

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

diff --git a/po/he.po b/po/he.po
index 198c573..877a4f9 100644
--- a/po/he.po
+++ b/po/he.po
@@ -10,7 +10,7 @@ msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: xfce-i...@xfce.org\n"
 "POT-Creation-Date: 2015-03-02 18:31+0100\n"
-"PO-Revision-Date: 2016-03-01 13:49+\n"
+"PO-Revision-Date: 2016-03-02 05:30+\n"
 "Last-Translator: GenghisKhan \n"
 "Language-Team: Hebrew 
(http://www.transifex.com/xfce/xfce-apps/language/he/)\n"
 "MIME-Version: 1.0\n"

-- 
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