[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linterna-magica-commit] [278] Mark the HD links labels in Vimeo as tran
From: |
Ivaylo Valkov |
Subject: |
[linterna-magica-commit] [278] Mark the HD links labels in Vimeo as translatable |
Date: |
Sun, 27 May 2012 15:25:18 +0000 |
Revision: 278
http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=278
Author: valkov
Date: 2012-05-27 15:25:18 +0000 (Sun, 27 May 2012)
Log Message:
-----------
Mark the HD links labels in Vimeo as translatable
Modified Paths:
--------------
trunk/src/lm_site_vimeo.js
Modified: trunk/src/lm_site_vimeo.js
===================================================================
--- trunk/src/lm_site_vimeo.js 2012-05-27 15:12:55 UTC (rev 277)
+++ trunk/src/lm_site_vimeo.js 2012-05-27 15:25:18 UTC (rev 278)
@@ -204,13 +204,13 @@
var hd_link = new Object();
// Translate?
- hd_link.label = "Low quality";
+ hd_link.label = this._("Low quality");
hd_link.url = object_data.link;
object_data.hd_links.unshift(hd_link);
hd_link = new Object();
// Translate?
- hd_link.label = "High quality";
+ hd_link.label = this._("High quality");
hd_link.url = object_data.link.replace(/q=sd/, "q=hd");
object_data.hd_links.unshift(hd_link);
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [linterna-magica-commit] [278] Mark the HD links labels in Vimeo as translatable,
Ivaylo Valkov <=