Fix missing trailing »"« in src/gui/html/js/l10n.js.

This commit is contained in:
Frederik “Freso” S. Olesen
2015-11-30 15:43:29 +01:00
parent 0f0b0a7f99
commit 61611acb09
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -968,7 +968,7 @@ msgstr ""
#: gui/html/js/l10n.js:314
msgid ""
"Plugins can be drag and dropped from the sidebar into editors' \"load after, "
"Plugins can be drag and dropped from the sidebar into editors' \"load after\", "
"\"requirements\" and \"incompatibility\" tables."
msgstr ""
"Plugins kan trækkes og slippes fra sidebjælken ind i redigeringsvinduets "
+1 -1
View File
@@ -966,7 +966,7 @@ msgstr ""
#: resources/report/js/l10n.js:314
msgid ""
"Plugins can be drag and dropped from the sidebar into editors' \"load after, "
"Plugins can be drag and dropped from the sidebar into editors' \"load after\", "
"\"requirements\" and \"incompatibility\" tables."
msgstr ""
"Plugins können per Drag-and-Drop von der Sidebar in die Tabellen \"Lade nach"
+1 -1
View File
@@ -979,7 +979,7 @@ msgstr ""
#: resources/report/js/l10n.js:314
msgid ""
"Plugins can be drag and dropped from the sidebar into editors' \"load after, "
"Plugins can be drag and dropped from the sidebar into editors' \"load after\", "
"\"requirements\" and \"incompatibility\" tables."
msgstr ""
"Les plugins peuvent être déplacés de la barre latérale vers les panneaux "
+1 -1
View File
@@ -823,7 +823,7 @@ msgstr ""
#: resources/report/js/l10n.js:308
msgid ""
"Plugins can be drag and dropped from the sidebar into editors' \"load after, "
"Plugins can be drag and dropped from the sidebar into editors' \"load after\", "
"\"requirements\" and \"incompatibility\" tables."
msgstr ""
"플러그인은 사이드바에서 편집기로 '선행 로드', 요구 사항', '비호환성'테이블"
+2 -2
View File
@@ -973,11 +973,11 @@ msgstr ""
#: resources/report/js/l10n.js:314
msgid ""
"Plugins can be drag and dropped from the sidebar into editors' \"load after, "
"Plugins can be drag and dropped from the sidebar into editors' \"load after\", "
"\"requirements\" and \"incompatibility\" tables."
msgstr ""
"Плагины можно перетащить из боковой панели в таблицы редакторов ' \"грузить "
"после, \"требования\" и \"несовместимости\"."
"после\", \"требования\" и \"несовместимости\"."
#: resources/report/js/l10n.js:315
msgid ""
+1 -1
View File
@@ -917,7 +917,7 @@ msgstr ""
#: resources/report/js/l10n.js:314
msgid ""
"Plugins can be drag and dropped from the sidebar into editors' \"load after, "
"Plugins can be drag and dropped from the sidebar into editors' \"load after\", "
"\"requirements\" and \"incompatibility\" tables."
msgstr ""
+1 -1
View File
@@ -938,7 +938,7 @@ msgstr ""
#: resources/report/js/l10n.js:314
msgid ""
"Plugins can be drag and dropped from the sidebar into editors' \"load after, "
"Plugins can be drag and dropped from the sidebar into editors' \"load after\", "
"\"requirements\" and \"incompatibility\" tables."
msgstr ""
"插件可以从侧边栏拖动进入编辑器的\"加载在……后面,\"需求\"和\"不兼容\"表格。"
+1 -1
View File
@@ -311,7 +311,7 @@
firstRun.querySelector('li:nth-child(3)').textContent = l10n.translate("CRCs are only displayed after plugins have been loaded, either by conflict filtering, or by sorting.").fetch();
firstRun.querySelector('li:nth-child(4)').textContent = l10n.translate("Double-click a plugin in the sidebar to quickly open its metadata editor. Multiple metadata editors can be opened at once.").fetch();
firstRun.querySelector('li:nth-child(5)').textContent = l10n.translate("Plugins can be drag and dropped from the sidebar into editors' \"load after, \"requirements\" and \"incompatibility\" tables.").fetch();
firstRun.querySelector('li:nth-child(5)').textContent = l10n.translate("Plugins can be drag and dropped from the sidebar into editors' \"load after\", \"requirements\" and \"incompatibility\" tables.").fetch();
firstRun.querySelector('li:nth-child(6)').textContent = l10n.translate("Some features are disabled while there is an editor open, or while there is a sorted load order that has not been applied or discarded.").fetch();
firstRun.querySelector('li:last-child').textContent = l10n.translate("Many interface elements have tooltips. If you don't know what something is, try hovering your mouse over it to find out. Otherwise, LOOT's documentation can be accessed through the main menu.").fetch();