diff --git a/app/views/admin/plugins.html.erb b/app/views/admin/plugins.html.erb
index c6107bc..2fb8096 100644
--- a/app/views/admin/plugins.html.erb
+++ b/app/views/admin/plugins.html.erb
@@ -51,7 +51,7 @@ $(document).ready(function(){
s.attr("title", "<%= escape_javascript l(:label_latest_compatible_version) %>: "+plugin_data.c);
}
});
- $("table.plugins td.version span.unknown").addClass("icon-help").attr("title", "Unknown plugin");
+ $("table.plugins td.version span.unknown").addClass("icon-help").attr("title", "<%= escape_javascript l(:label_unknown_plugin) %>");
},
error: function(){
$('#ajax-indicator').hide();
diff --git a/config/locales/ar.yml b/config/locales/ar.yml
index c00f318..863ab4a 100644
--- a/config/locales/ar.yml
+++ b/config/locales/ar.yml
@@ -1115,3 +1115,4 @@ ar:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/az.yml b/config/locales/az.yml
index 180bed3..e3c4237 100644
--- a/config/locales/az.yml
+++ b/config/locales/az.yml
@@ -1212,3 +1212,4 @@ az:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/bg.yml b/config/locales/bg.yml
index 1a1f4df..7068811 100644
--- a/config/locales/bg.yml
+++ b/config/locales/bg.yml
@@ -1109,3 +1109,4 @@ bg:
text_repository_identifier_info: 'Позволени са малки букви (a-z), цифри, тирета и _.
Промяна след създаването му не е възможна.'
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/bs.yml b/config/locales/bs.yml
index 1345e44..b38732c 100644
--- a/config/locales/bs.yml
+++ b/config/locales/bs.yml
@@ -1128,3 +1128,4 @@ bs:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/ca.yml b/config/locales/ca.yml
index 2028b9a..6bafe17 100644
--- a/config/locales/ca.yml
+++ b/config/locales/ca.yml
@@ -1117,3 +1117,4 @@ ca:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/cs.yml b/config/locales/cs.yml
index 8f9a9dc..3627359 100644
--- a/config/locales/cs.yml
+++ b/config/locales/cs.yml
@@ -1117,3 +1117,4 @@ cs:
label_issue_assigned_to_updated: Přiřazený uživatel aktualizován
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/da.yml b/config/locales/da.yml
index b7d65be..b438489 100644
--- a/config/locales/da.yml
+++ b/config/locales/da.yml
@@ -1132,3 +1132,4 @@ da:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/de.yml b/config/locales/de.yml
index 4d5556a..f2fbe5d 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -1124,3 +1124,4 @@ de:
warning_attachments_not_saved: "%{count} Datei(en) konnten nicht gespeichert werden."
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/el.yml b/config/locales/el.yml
index e841419..e0286cc 100644
--- a/config/locales/el.yml
+++ b/config/locales/el.yml
@@ -1115,3 +1115,4 @@ el:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml
index f82cbed..91b02ed 100644
--- a/config/locales/en-GB.yml
+++ b/config/locales/en-GB.yml
@@ -1117,3 +1117,4 @@ en-GB:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/en.yml b/config/locales/en.yml
index f374cb8..719707c 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -914,6 +914,7 @@ en:
label_custom_field_select_type: Select the type of object to which the custom field is to be attached
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
button_login: Login
button_submit: Submit
diff --git a/config/locales/es.yml b/config/locales/es.yml
index 8e6fbeb..c2c98c0 100644
--- a/config/locales/es.yml
+++ b/config/locales/es.yml
@@ -1148,3 +1148,4 @@ es:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/et.yml b/config/locales/et.yml
index e5d966d..87cf4b3 100644
--- a/config/locales/et.yml
+++ b/config/locales/et.yml
@@ -1128,3 +1128,4 @@ et:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/eu.yml b/config/locales/eu.yml
index 8c28731..1c07459 100644
--- a/config/locales/eu.yml
+++ b/config/locales/eu.yml
@@ -1116,3 +1116,4 @@ eu:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/fa.yml b/config/locales/fa.yml
index bcaf99f..1541493 100644
--- a/config/locales/fa.yml
+++ b/config/locales/fa.yml
@@ -1117,3 +1117,4 @@ fa:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/fi.yml b/config/locales/fi.yml
index 92bb96e..b53dba8 100644
--- a/config/locales/fi.yml
+++ b/config/locales/fi.yml
@@ -1136,3 +1136,4 @@ fi:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/fr.yml b/config/locales/fr.yml
index aad101f..4e05278 100644
--- a/config/locales/fr.yml
+++ b/config/locales/fr.yml
@@ -890,6 +890,7 @@ fr:
label_custom_field_select_type: Selectionner le type d'objet auquel attacher le champ personnalisé
label_check_for_updates: Vérifier les mises à jour
label_latest_compatible_version: Dernière version compatible
+ label_unknown_plugin: Plugin inconnu
button_login: Connexion
button_submit: Soumettre
diff --git a/config/locales/gl.yml b/config/locales/gl.yml
index 2f895a8..1db31c1 100644
--- a/config/locales/gl.yml
+++ b/config/locales/gl.yml
@@ -1126,3 +1126,4 @@ gl:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/he.yml b/config/locales/he.yml
index b756a37..25d1aae 100644
--- a/config/locales/he.yml
+++ b/config/locales/he.yml
@@ -1120,3 +1120,4 @@ he:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/hr.yml b/config/locales/hr.yml
index 78b55e6..81dc7de 100644
--- a/config/locales/hr.yml
+++ b/config/locales/hr.yml
@@ -1116,3 +1116,4 @@ hr:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/hu.yml b/config/locales/hu.yml
index e76c8d7..24253ac 100644
--- a/config/locales/hu.yml
+++ b/config/locales/hu.yml
@@ -1134,3 +1134,4 @@
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/id.yml b/config/locales/id.yml
index 1178676..85121bc 100644
--- a/config/locales/id.yml
+++ b/config/locales/id.yml
@@ -1119,3 +1119,4 @@ id:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/it.yml b/config/locales/it.yml
index 863c357..db96866 100644
--- a/config/locales/it.yml
+++ b/config/locales/it.yml
@@ -1114,3 +1114,4 @@ it:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/ja.yml b/config/locales/ja.yml
index 63caa50..31dcbef 100644
--- a/config/locales/ja.yml
+++ b/config/locales/ja.yml
@@ -1139,3 +1139,4 @@ ja:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/ko.yml b/config/locales/ko.yml
index efad916..635b403 100644
--- a/config/locales/ko.yml
+++ b/config/locales/ko.yml
@@ -1159,3 +1159,4 @@ ko:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/lt.yml b/config/locales/lt.yml
index 2f066f8..d82da08 100644
--- a/config/locales/lt.yml
+++ b/config/locales/lt.yml
@@ -1174,3 +1174,4 @@ lt:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/lv.yml b/config/locales/lv.yml
index 9d5b84b..de30e2e 100644
--- a/config/locales/lv.yml
+++ b/config/locales/lv.yml
@@ -1109,3 +1109,4 @@ lv:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/mk.yml b/config/locales/mk.yml
index 4643879..524d7c9 100644
--- a/config/locales/mk.yml
+++ b/config/locales/mk.yml
@@ -1115,3 +1115,4 @@ mk:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/mn.yml b/config/locales/mn.yml
index e5fa26f..8c7d180 100644
--- a/config/locales/mn.yml
+++ b/config/locales/mn.yml
@@ -1116,3 +1116,4 @@ mn:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/nl.yml b/config/locales/nl.yml
index ab25722..828f1e9 100644
--- a/config/locales/nl.yml
+++ b/config/locales/nl.yml
@@ -1094,3 +1094,4 @@ nl:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/no.yml b/config/locales/no.yml
index 881fb61..e566b5e 100644
--- a/config/locales/no.yml
+++ b/config/locales/no.yml
@@ -1105,3 +1105,4 @@
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/pl.yml b/config/locales/pl.yml
index c8aac4e..38b3464 100644
--- a/config/locales/pl.yml
+++ b/config/locales/pl.yml
@@ -1135,3 +1135,4 @@ pl:
label_issue_assigned_to_updated: Uaktualniono osobę przypisaną
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml
index 6141e39..841539f 100644
--- a/config/locales/pt-BR.yml
+++ b/config/locales/pt-BR.yml
@@ -1134,3 +1134,4 @@ pt-BR:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/pt.yml b/config/locales/pt.yml
index 74a5585..fe1258b 100644
--- a/config/locales/pt.yml
+++ b/config/locales/pt.yml
@@ -1121,3 +1121,4 @@ pt:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/ro.yml b/config/locales/ro.yml
index a10dd9e..f21553e 100644
--- a/config/locales/ro.yml
+++ b/config/locales/ro.yml
@@ -1110,3 +1110,4 @@ ro:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/ru.yml b/config/locales/ru.yml
index f9d0aa5..a382b36 100644
--- a/config/locales/ru.yml
+++ b/config/locales/ru.yml
@@ -1221,3 +1221,4 @@ ru:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/sk.yml b/config/locales/sk.yml
index f992c8e..f775872 100644
--- a/config/locales/sk.yml
+++ b/config/locales/sk.yml
@@ -1105,3 +1105,4 @@ sk:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/sl.yml b/config/locales/sl.yml
index 27978b3..eaebe80 100644
--- a/config/locales/sl.yml
+++ b/config/locales/sl.yml
@@ -1115,3 +1115,4 @@ sl:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/sq.yml b/config/locales/sq.yml
index 3e588e3..be3508a 100644
--- a/config/locales/sq.yml
+++ b/config/locales/sq.yml
@@ -1111,3 +1111,4 @@ sq:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/sr-YU.yml b/config/locales/sr-YU.yml
index 1185905..bc10c96 100644
--- a/config/locales/sr-YU.yml
+++ b/config/locales/sr-YU.yml
@@ -1117,3 +1117,4 @@ sr-YU:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/sr.yml b/config/locales/sr.yml
index f3f3081..c522003 100644
--- a/config/locales/sr.yml
+++ b/config/locales/sr.yml
@@ -1116,3 +1116,4 @@ sr:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/sv.yml b/config/locales/sv.yml
index 3497245..24e5a26 100644
--- a/config/locales/sv.yml
+++ b/config/locales/sv.yml
@@ -1153,3 +1153,4 @@ sv:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/th.yml b/config/locales/th.yml
index 7df29e4..f61fb0b 100644
--- a/config/locales/th.yml
+++ b/config/locales/th.yml
@@ -1112,3 +1112,4 @@ th:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/tr.yml b/config/locales/tr.yml
index b31c589..28a90e5 100644
--- a/config/locales/tr.yml
+++ b/config/locales/tr.yml
@@ -1124,3 +1124,4 @@ tr:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/uk.yml b/config/locales/uk.yml
index b62cd76..1b3fb26 100644
--- a/config/locales/uk.yml
+++ b/config/locales/uk.yml
@@ -1110,3 +1110,4 @@ uk:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/vi.yml b/config/locales/vi.yml
index 33ef1e9..419689f 100644
--- a/config/locales/vi.yml
+++ b/config/locales/vi.yml
@@ -1168,3 +1168,4 @@ vi:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml
index 2964278..35a8518 100644
--- a/config/locales/zh-TW.yml
+++ b/config/locales/zh-TW.yml
@@ -1192,3 +1192,4 @@
text_repository_identifier_info: '僅允許使用小寫英文字母 (a-z), 阿拉伯數字, 虛線與底線。
一旦儲存之後, 代碼便無法再次被更改。'
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin
diff --git a/config/locales/zh.yml b/config/locales/zh.yml
index 7c4cb7c..f3c1560 100644
--- a/config/locales/zh.yml
+++ b/config/locales/zh.yml
@@ -1116,3 +1116,4 @@ zh:
label_issue_assigned_to_updated: Assignee updated
label_check_for_updates: Check for updates
label_latest_compatible_version: Latest compatible version
+ label_unknown_plugin: Unknown plugin