linterna-magica-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linterna-magica-commit] [238] Mark a string as translatable.


From: Ivaylo Valkov
Subject: [linterna-magica-commit] [238] Mark a string as translatable.
Date: Sun, 08 Jan 2012 19:58:13 +0000

Revision: 238
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=238
Author:   valkov
Date:     2012-01-08 19:58:12 +0000 (Sun, 08 Jan 2012)
Log Message:
-----------
Mark a string as translatable.

Modified Paths:
--------------
    trunk/src/lm_site_tedcom.js

Modified: trunk/src/lm_site_tedcom.js
===================================================================
--- trunk/src/lm_site_tedcom.js 2012-01-08 19:56:47 UTC (rev 237)
+++ trunk/src/lm_site_tedcom.js 2012-01-08 19:58:12 UTC (rev 238)
@@ -3,7 +3,7 @@
 //
 //  This file is part of Linterna Mágica
 //
-//  Copyright (C) 2010, 2011  Ivaylo Valkov <address@hidden>
+//  Copyright (C) 2010, 2011, 2012  Ivaylo Valkov <address@hidden>
 //  Copyright (C) 2010  Anton Katsarov <address@hidden>
 //
 //  The JavaScript code in this page (or file) is free software: you
@@ -87,7 +87,9 @@
        // Make some labels just in case the match does not work
        if (!label)
        {
-           label = "Link "+lnk+1;
+           // Translators: This is a label for HD link. It is
+           // followed by a number.
+           label = this._("Link")+" "+lnk+1;
        }
        else
        {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]