[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linterna-magica-commit] [309] Fix for translatable strings, so intltool
From: |
Ivaylo Valkov |
Subject: |
[linterna-magica-commit] [309] Fix for translatable strings, so intltool-update detects them. |
Date: |
Sat, 18 Aug 2012 07:43:36 +0000 |
Revision: 309
http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=309
Author: valkov
Date: 2012-08-18 07:43:35 +0000 (Sat, 18 Aug 2012)
Log Message:
-----------
Fix for translatable strings, so intltool-update detects them. Updated
Bulgarian translation.
Modified Paths:
--------------
trunk/po/bg.po
trunk/src/lm_log.js
Modified: trunk/po/bg.po
===================================================================
--- trunk/po/bg.po 2012-08-17 11:22:27 UTC (rev 308)
+++ trunk/po/bg.po 2012-08-18 07:43:35 UTC (rev 309)
@@ -8,8 +8,8 @@
msgstr ""
"Project-Id-Version: linterna_magica svn-trunk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-08-17 14:07+0300\n"
-"PO-Revision-Date: 2012-08-17 14:10+0300\n"
+"POT-Creation-Date: 2012-08-18 10:39+0300\n"
+"PO-Revision-Date: 2012-08-18 10:41+0300\n"
"Last-Translator: Ivaylo Valkov <address@hidden>\n"
"Language-Team: Bulgarian <address@hidden>\n"
"Language: bg\n"
@@ -349,6 +349,14 @@
msgid "Switch between the Totem Vegas plugin for flash and Linterna Mágica"
msgstr "Превключване между приставката Totem Vegas и Linterna Mágica"
+#: ../src/lm_log.js:172
+msgid "Double-click to change the size"
+msgstr "Натиснете да пъти, за да промените размера"
+
+#: ../src/lm_log.js:181
+msgid "Click to change the size"
+msgstr "Натиснете, за да промените размера"
+
#: ../src/lm_log.js:188 ../src/lm_log.js:256
msgid "Linterna Mágica error and debug messages"
msgstr "Съобщения за отстраняване на грешки в Linterna Mágica"
Modified: trunk/src/lm_log.js
===================================================================
--- trunk/src/lm_log.js 2012-08-17 11:22:27 UTC (rev 308)
+++ trunk/src/lm_log.js 2012-08-18 07:43:35 UTC (rev 309)
@@ -169,7 +169,7 @@
var header = document.createElement("div");
header.setAttribute("class",
"linterna-magica-web-log-header");
- header.setAttribute('title', this._('Double-click to change the size'));
+ header.setAttribute('title', this._("Double-click to change the size"));
var p = document.createElement("p");
@@ -178,7 +178,7 @@
bug_header.setAttribute("class",
"linterna-magica-web-log-link "+
" linterna-magica-web-log-left-buttons");
- bug_header.setAttribute('title', this._('Click to change the size'));
+ bug_header.setAttribute('title', this._("Click to change the size"));
bug_header.addEventListener('click',this.change_web_log_height, false);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [linterna-magica-commit] [309] Fix for translatable strings, so intltool-update detects them.,
Ivaylo Valkov <=