summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js4
-rw-r--r--applications/luci-app-opkg/po/ca/opkg.po8
-rw-r--r--applications/luci-app-opkg/po/cs/opkg.po8
-rw-r--r--applications/luci-app-opkg/po/de/opkg.po8
-rw-r--r--applications/luci-app-opkg/po/el/opkg.po8
-rw-r--r--applications/luci-app-opkg/po/en/opkg.po4
-rw-r--r--applications/luci-app-opkg/po/es/opkg.po8
-rw-r--r--applications/luci-app-opkg/po/fr/opkg.po8
-rw-r--r--applications/luci-app-opkg/po/he/opkg.po4
-rw-r--r--applications/luci-app-opkg/po/hu/opkg.po8
-rw-r--r--applications/luci-app-opkg/po/it/opkg.po8
-rw-r--r--applications/luci-app-opkg/po/ja/opkg.po8
-rw-r--r--applications/luci-app-opkg/po/ko/opkg.po8
-rw-r--r--applications/luci-app-opkg/po/ms/opkg.po8
-rw-r--r--applications/luci-app-opkg/po/no/opkg.po8
-rw-r--r--applications/luci-app-opkg/po/pl/opkg.po8
-rw-r--r--applications/luci-app-opkg/po/pt-br/opkg.po8
-rw-r--r--applications/luci-app-opkg/po/pt/opkg.po8
-rw-r--r--applications/luci-app-opkg/po/ro/opkg.po8
-rw-r--r--applications/luci-app-opkg/po/ru/opkg.po8
-rw-r--r--applications/luci-app-opkg/po/sk/opkg.po4
-rw-r--r--applications/luci-app-opkg/po/sv/opkg.po8
-rw-r--r--applications/luci-app-opkg/po/templates/opkg.pot4
-rw-r--r--applications/luci-app-opkg/po/tr/opkg.po4
-rw-r--r--applications/luci-app-opkg/po/uk/opkg.po8
-rw-r--r--applications/luci-app-opkg/po/vi/opkg.po8
-rw-r--r--applications/luci-app-opkg/po/zh-cn/opkg.po8
-rw-r--r--applications/luci-app-opkg/po/zh-tw/opkg.po8
28 files changed, 100 insertions, 100 deletions
diff --git a/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js b/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js
index 2c0c460d1..20fbf430b 100644
--- a/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js
+++ b/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js
@@ -162,7 +162,7 @@ function display(pattern)
'class': 'btn cbi-button-negative',
'data-package': name,
'click': handleRemove
- }, _('Remove'));
+ }, _('Remove…'));
}
else {
var inst = packages.installed.pkgs[name];
@@ -737,7 +737,7 @@ function handleRemove(ev)
'data-package': name,
'class': 'btn cbi-button-negative',
'click': handleOpkg
- }, _('Remove…'))
+ }, _('Remove'))
])
])
]);
diff --git a/applications/luci-app-opkg/po/ca/opkg.po b/applications/luci-app-opkg/po/ca/opkg.po
index 8e0a701ba..b15c51684 100644
--- a/applications/luci-app-opkg/po/ca/opkg.po
+++ b/applications/luci-app-opkg/po/ca/opkg.po
@@ -193,16 +193,16 @@ msgid "Really attempt to install <em>%h</em>?"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165
-msgid "Remove"
-msgstr "Treu"
+msgid "Remove…"
+msgstr "Treu…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718
msgid "Remove package <em>%h</em>"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740
-msgid "Remove…"
-msgstr "Treu…"
+msgid "Remove"
+msgstr "Treu"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568
msgid "Require approx. %.1024mB size for %d package(s) to install."
diff --git a/applications/luci-app-opkg/po/cs/opkg.po b/applications/luci-app-opkg/po/cs/opkg.po
index 524b9b6fb..a93ddb9f2 100644
--- a/applications/luci-app-opkg/po/cs/opkg.po
+++ b/applications/luci-app-opkg/po/cs/opkg.po
@@ -187,16 +187,16 @@ msgid "Really attempt to install <em>%h</em>?"
msgstr "Opravdu se pokusíte nainstalovat <em>%h</em>?"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165
-msgid "Remove"
-msgstr "Odstranit"
+msgid "Remove…"
+msgstr "Odstranit…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718
msgid "Remove package <em>%h</em>"
msgstr "Odstraňte balíček <em>%h</em>"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740
-msgid "Remove…"
-msgstr "Odstranit…"
+msgid "Remove"
+msgstr "Odstranit"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568
msgid "Require approx. %.1024mB size for %d package(s) to install."
diff --git a/applications/luci-app-opkg/po/de/opkg.po b/applications/luci-app-opkg/po/de/opkg.po
index eb7971897..5efd9a0df 100644
--- a/applications/luci-app-opkg/po/de/opkg.po
+++ b/applications/luci-app-opkg/po/de/opkg.po
@@ -191,16 +191,16 @@ msgid "Really attempt to install <em>%h</em>?"
msgstr "Soll wirklich versucht werden, <em>%h</em> zu installieren?"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165
-msgid "Remove"
-msgstr "Entfernen"
+msgid "Remove…"
+msgstr "Entfernen…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718
msgid "Remove package <em>%h</em>"
msgstr "Paket <em>%h</em> entfernen"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740
-msgid "Remove…"
-msgstr "Entfernen…"
+msgid "Remove"
+msgstr "Entfernen"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568
msgid "Require approx. %.1024mB size for %d package(s) to install."
diff --git a/applications/luci-app-opkg/po/el/opkg.po b/applications/luci-app-opkg/po/el/opkg.po
index 3fa5a2a97..647c8e43d 100644
--- a/applications/luci-app-opkg/po/el/opkg.po
+++ b/applications/luci-app-opkg/po/el/opkg.po
@@ -193,16 +193,16 @@ msgid "Really attempt to install <em>%h</em>?"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165
-msgid "Remove"
-msgstr "Αφαίρεση"
+msgid "Remove…"
+msgstr "Αφαίρεση…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718
msgid "Remove package <em>%h</em>"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740
-msgid "Remove…"
-msgstr "Αφαίρεση…"
+msgid "Remove"
+msgstr "Αφαίρεση"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568
msgid "Require approx. %.1024mB size for %d package(s) to install."
diff --git a/applications/luci-app-opkg/po/en/opkg.po b/applications/luci-app-opkg/po/en/opkg.po
index 44d9d87f8..49422f6e1 100644
--- a/applications/luci-app-opkg/po/en/opkg.po
+++ b/applications/luci-app-opkg/po/en/opkg.po
@@ -182,7 +182,7 @@ msgid "Really attempt to install <em>%h</em>?"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165
-msgid "Remove"
+msgid "Remove…"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718
@@ -190,7 +190,7 @@ msgid "Remove package <em>%h</em>"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740
-msgid "Remove…"
+msgid "Remove"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568
diff --git a/applications/luci-app-opkg/po/es/opkg.po b/applications/luci-app-opkg/po/es/opkg.po
index 5dc936a14..aa4c5c0f1 100644
--- a/applications/luci-app-opkg/po/es/opkg.po
+++ b/applications/luci-app-opkg/po/es/opkg.po
@@ -189,16 +189,16 @@ msgid "Really attempt to install <em>%h</em>?"
msgstr "¿Realmente intentas instalar <em>%h</em>?"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165
-msgid "Remove"
-msgstr "Desinstalar"
+msgid "Remove…"
+msgstr "Desinstalar…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718
msgid "Remove package <em>%h</em>"
msgstr "Eliminar paquete <em>%h</em>"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740
-msgid "Remove…"
-msgstr ""
+msgid "Remove"
+msgstr "Desinstalar"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568
msgid "Require approx. %.1024mB size for %d package(s) to install."
diff --git a/applications/luci-app-opkg/po/fr/opkg.po b/applications/luci-app-opkg/po/fr/opkg.po
index 4c4467900..c1b014a5d 100644
--- a/applications/luci-app-opkg/po/fr/opkg.po
+++ b/applications/luci-app-opkg/po/fr/opkg.po
@@ -193,16 +193,16 @@ msgid "Really attempt to install <em>%h</em>?"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165
-msgid "Remove"
-msgstr "Désinstaller"
+msgid "Remove…"
+msgstr "Désinstaller…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718
msgid "Remove package <em>%h</em>"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740
-msgid "Remove…"
-msgstr "Désinstaller…"
+msgid "Remove"
+msgstr "Désinstaller"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568
msgid "Require approx. %.1024mB size for %d package(s) to install."
diff --git a/applications/luci-app-opkg/po/he/opkg.po b/applications/luci-app-opkg/po/he/opkg.po
index cad99287c..96cabcf3a 100644
--- a/applications/luci-app-opkg/po/he/opkg.po
+++ b/applications/luci-app-opkg/po/he/opkg.po
@@ -189,7 +189,7 @@ msgid "Really attempt to install <em>%h</em>?"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165
-msgid "Remove"
+msgid "Remove…"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718
@@ -197,7 +197,7 @@ msgid "Remove package <em>%h</em>"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740
-msgid "Remove…"
+msgid "Remove"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568
diff --git a/applications/luci-app-opkg/po/hu/opkg.po b/applications/luci-app-opkg/po/hu/opkg.po
index 8c8575bb3..038248c11 100644
--- a/applications/luci-app-opkg/po/hu/opkg.po
+++ b/applications/luci-app-opkg/po/hu/opkg.po
@@ -191,16 +191,16 @@ msgid "Really attempt to install <em>%h</em>?"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165
-msgid "Remove"
-msgstr "Eltávolítás"
+msgid "Remove…"
+msgstr "Eltávolítás…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718
msgid "Remove package <em>%h</em>"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740
-msgid "Remove…"
-msgstr "Eltávolítás…"
+msgid "Remove"
+msgstr "Eltávolítás"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568
msgid "Require approx. %.1024mB size for %d package(s) to install."
diff --git a/applications/luci-app-opkg/po/it/opkg.po b/applications/luci-app-opkg/po/it/opkg.po
index e35d09e38..1e94abfe3 100644
--- a/applications/luci-app-opkg/po/it/opkg.po
+++ b/applications/luci-app-opkg/po/it/opkg.po
@@ -193,16 +193,16 @@ msgid "Really attempt to install <em>%h</em>?"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165
-msgid "Remove"
-msgstr "Rimuovi"
+msgid "Remove…"
+msgstr "Rimuovi…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718
msgid "Remove package <em>%h</em>"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740
-msgid "Remove…"
-msgstr "Rimuovi…"
+msgid "Remove"
+msgstr "Rimuovi"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568
msgid "Require approx. %.1024mB size for %d package(s) to install."
diff --git a/applications/luci-app-opkg/po/ja/opkg.po b/applications/luci-app-opkg/po/ja/opkg.po
index c75792836..851a5bede 100644
--- a/applications/luci-app-opkg/po/ja/opkg.po
+++ b/applications/luci-app-opkg/po/ja/opkg.po
@@ -188,16 +188,16 @@ msgid "Really attempt to install <em>%h</em>?"
msgstr "<em>%h</em> のインストールを試行してもよろしいですか?"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165
-msgid "Remove"
-msgstr "削除"
+msgid "Remove…"
+msgstr "削除…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718
msgid "Remove package <em>%h</em>"
msgstr "<em>%h</em> パッケージを削除"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740
-msgid "Remove…"
-msgstr "削除…"
+msgid "Remove"
+msgstr "削除"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568
msgid "Require approx. %.1024mB size for %d package(s) to install."
diff --git a/applications/luci-app-opkg/po/ko/opkg.po b/applications/luci-app-opkg/po/ko/opkg.po
index 37c30fa25..98b4884e7 100644
--- a/applications/luci-app-opkg/po/ko/opkg.po
+++ b/applications/luci-app-opkg/po/ko/opkg.po
@@ -192,16 +192,16 @@ msgid "Really attempt to install <em>%h</em>?"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165
-msgid "Remove"
-msgstr "제거"
+msgid "Remove…"
+msgstr "제거…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718
msgid "Remove package <em>%h</em>"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740
-msgid "Remove…"
-msgstr "제거…"
+msgid "Remove"
+msgstr "제거"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568
msgid "Require approx. %.1024mB size for %d package(s) to install."
diff --git a/applications/luci-app-opkg/po/ms/opkg.po b/applications/luci-app-opkg/po/ms/opkg.po
index a4b05343e..123959f5c 100644
--- a/applications/luci-app-opkg/po/ms/opkg.po
+++ b/applications/luci-app-opkg/po/ms/opkg.po
@@ -193,16 +193,16 @@ msgid "Really attempt to install <em>%h</em>?"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165
-msgid "Remove"
-msgstr "Menghapuskan"
+msgid "Remove…"
+msgstr "Menghapuskan…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718
msgid "Remove package <em>%h</em>"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740
-msgid "Remove…"
-msgstr "Menghapuskan…"
+msgid "Remove"
+msgstr "Menghapuskan"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568
msgid "Require approx. %.1024mB size for %d package(s) to install."
diff --git a/applications/luci-app-opkg/po/no/opkg.po b/applications/luci-app-opkg/po/no/opkg.po
index d941e2ae6..26ec3833e 100644
--- a/applications/luci-app-opkg/po/no/opkg.po
+++ b/applications/luci-app-opkg/po/no/opkg.po
@@ -188,16 +188,16 @@ msgid "Really attempt to install <em>%h</em>?"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165
-msgid "Remove"
-msgstr "Avinstaller"
+msgid "Remove…"
+msgstr "Avinstaller…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718
msgid "Remove package <em>%h</em>"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740
-msgid "Remove…"
-msgstr "Avinstaller…"
+msgid "Remove"
+msgstr "Avinstaller"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568
msgid "Require approx. %.1024mB size for %d package(s) to install."
diff --git a/applications/luci-app-opkg/po/pl/opkg.po b/applications/luci-app-opkg/po/pl/opkg.po
index 7472c88b0..9e8a5e8c3 100644
--- a/applications/luci-app-opkg/po/pl/opkg.po
+++ b/applications/luci-app-opkg/po/pl/opkg.po
@@ -202,16 +202,16 @@ msgid "Really attempt to install <em>%h</em>?"
msgstr "Czy na pewno chcesz zainstalować pakiet <em>%h</em>?"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165
-msgid "Remove"
-msgstr "Usuń"
+msgid "Remove…"
+msgstr "Usuń…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718
msgid "Remove package <em>%h</em>"
msgstr "Usuń pakiet <em>%h</em>"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740
-msgid "Remove…"
-msgstr "Usuń…"
+msgid "Remove"
+msgstr "Usuń"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568
msgid "Require approx. %.1024mB size for %d package(s) to install."
diff --git a/applications/luci-app-opkg/po/pt-br/opkg.po b/applications/luci-app-opkg/po/pt-br/opkg.po
index 98cbf5c9d..3bb622645 100644
--- a/applications/luci-app-opkg/po/pt-br/opkg.po
+++ b/applications/luci-app-opkg/po/pt-br/opkg.po
@@ -194,16 +194,16 @@ msgid "Really attempt to install <em>%h</em>?"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165
-msgid "Remove"
-msgstr "Remover"
+msgid "Remove…"
+msgstr "Remover…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718
msgid "Remove package <em>%h</em>"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740
-msgid "Remove…"
-msgstr "Remover…"
+msgid "Remove"
+msgstr "Remover"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568
msgid "Require approx. %.1024mB size for %d package(s) to install."
diff --git a/applications/luci-app-opkg/po/pt/opkg.po b/applications/luci-app-opkg/po/pt/opkg.po
index 3805fbe1d..5726f02f4 100644
--- a/applications/luci-app-opkg/po/pt/opkg.po
+++ b/applications/luci-app-opkg/po/pt/opkg.po
@@ -193,16 +193,16 @@ msgid "Really attempt to install <em>%h</em>?"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165
-msgid "Remove"
-msgstr "Remover"
+msgid "Remove…"
+msgstr "Remover…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718
msgid "Remove package <em>%h</em>"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740
-msgid "Remove…"
-msgstr "Remover…"
+msgid "Remove"
+msgstr "Remover"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568
msgid "Require approx. %.1024mB size for %d package(s) to install."
diff --git a/applications/luci-app-opkg/po/ro/opkg.po b/applications/luci-app-opkg/po/ro/opkg.po
index d81f92204..7f6066566 100644
--- a/applications/luci-app-opkg/po/ro/opkg.po
+++ b/applications/luci-app-opkg/po/ro/opkg.po
@@ -192,16 +192,16 @@ msgid "Really attempt to install <em>%h</em>?"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165
-msgid "Remove"
-msgstr "Elimina"
+msgid "Remove…"
+msgstr "Elimina…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718
msgid "Remove package <em>%h</em>"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740
-msgid "Remove…"
-msgstr "Elimina…"
+msgid "Remove"
+msgstr "Elimina"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568
msgid "Require approx. %.1024mB size for %d package(s) to install."
diff --git a/applications/luci-app-opkg/po/ru/opkg.po b/applications/luci-app-opkg/po/ru/opkg.po
index 6d9ad1a91..7a1f81d0a 100644
--- a/applications/luci-app-opkg/po/ru/opkg.po
+++ b/applications/luci-app-opkg/po/ru/opkg.po
@@ -191,16 +191,16 @@ msgid "Really attempt to install <em>%h</em>?"
msgstr "Вы действительно хотите установить <em>%h</em>?"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165
-msgid "Remove"
-msgstr "Удалить"
+msgid "Remove…"
+msgstr "Удалить…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718
msgid "Remove package <em>%h</em>"
msgstr "Удалить пакет <em>%h</em>"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740
-msgid "Remove…"
-msgstr "Удалить…"
+msgid "Remove"
+msgstr "Удалить"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568
msgid "Require approx. %.1024mB size for %d package(s) to install."
diff --git a/applications/luci-app-opkg/po/sk/opkg.po b/applications/luci-app-opkg/po/sk/opkg.po
index 7f20b0042..f39e7c54d 100644
--- a/applications/luci-app-opkg/po/sk/opkg.po
+++ b/applications/luci-app-opkg/po/sk/opkg.po
@@ -178,7 +178,7 @@ msgid "Really attempt to install <em>%h</em>?"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165
-msgid "Remove"
+msgid "Remove…"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718
@@ -186,7 +186,7 @@ msgid "Remove package <em>%h</em>"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740
-msgid "Remove…"
+msgid "Remove"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568
diff --git a/applications/luci-app-opkg/po/sv/opkg.po b/applications/luci-app-opkg/po/sv/opkg.po
index 1ca223f62..488b164f7 100644
--- a/applications/luci-app-opkg/po/sv/opkg.po
+++ b/applications/luci-app-opkg/po/sv/opkg.po
@@ -191,16 +191,16 @@ msgid "Really attempt to install <em>%h</em>?"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165
-msgid "Remove"
-msgstr "Ta bort"
+msgid "Remove…"
+msgstr "Ta bort…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718
msgid "Remove package <em>%h</em>"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740
-msgid "Remove…"
-msgstr "Ta bort…"
+msgid "Remove"
+msgstr "Ta bort"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568
msgid "Require approx. %.1024mB size for %d package(s) to install."
diff --git a/applications/luci-app-opkg/po/templates/opkg.pot b/applications/luci-app-opkg/po/templates/opkg.pot
index ccd349e1c..2631ec020 100644
--- a/applications/luci-app-opkg/po/templates/opkg.pot
+++ b/applications/luci-app-opkg/po/templates/opkg.pot
@@ -170,7 +170,7 @@ msgid "Really attempt to install <em>%h</em>?"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165
-msgid "Remove"
+msgid "Remove…"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718
@@ -178,7 +178,7 @@ msgid "Remove package <em>%h</em>"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740
-msgid "Remove…"
+msgid "Remove"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568
diff --git a/applications/luci-app-opkg/po/tr/opkg.po b/applications/luci-app-opkg/po/tr/opkg.po
index efe286e30..9b6e8dabb 100644
--- a/applications/luci-app-opkg/po/tr/opkg.po
+++ b/applications/luci-app-opkg/po/tr/opkg.po
@@ -185,7 +185,7 @@ msgid "Really attempt to install <em>%h</em>?"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165
-msgid "Remove"
+msgid "Remove…"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718
@@ -193,7 +193,7 @@ msgid "Remove package <em>%h</em>"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740
-msgid "Remove…"
+msgid "Remove"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568
diff --git a/applications/luci-app-opkg/po/uk/opkg.po b/applications/luci-app-opkg/po/uk/opkg.po
index 52a209d13..554ed583a 100644
--- a/applications/luci-app-opkg/po/uk/opkg.po
+++ b/applications/luci-app-opkg/po/uk/opkg.po
@@ -185,16 +185,16 @@ msgid "Really attempt to install <em>%h</em>?"
msgstr "Дійсно спробувати інсталювати <em>%h</em>?"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165
-msgid "Remove"
-msgstr "Видалити"
+msgid "Remove…"
+msgstr "Видалити…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718
msgid "Remove package <em>%h</em>"
msgstr "Видалити пакет <em>%h</em>"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740
-msgid "Remove…"
-msgstr "Видалити…"
+msgid "Remove"
+msgstr "Видалити"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568
msgid "Require approx. %.1024mB size for %d package(s) to install."
diff --git a/applications/luci-app-opkg/po/vi/opkg.po b/applications/luci-app-opkg/po/vi/opkg.po
index 22afb4ec8..8a8ba0b59 100644
--- a/applications/luci-app-opkg/po/vi/opkg.po
+++ b/applications/luci-app-opkg/po/vi/opkg.po
@@ -192,16 +192,16 @@ msgid "Really attempt to install <em>%h</em>?"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165
-msgid "Remove"
-msgstr "Loại bỏ"
+msgid "Remove…"
+msgstr "Loại bỏ…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718
msgid "Remove package <em>%h</em>"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740
-msgid "Remove…"
-msgstr "Loại bỏ…"
+msgid "Remove"
+msgstr "Loại bỏ"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568
msgid "Require approx. %.1024mB size for %d package(s) to install."
diff --git a/applications/luci-app-opkg/po/zh-cn/opkg.po b/applications/luci-app-opkg/po/zh-cn/opkg.po
index b268aa6e2..e027dc793 100644
--- a/applications/luci-app-opkg/po/zh-cn/opkg.po
+++ b/applications/luci-app-opkg/po/zh-cn/opkg.po
@@ -185,16 +185,16 @@ msgid "Really attempt to install <em>%h</em>?"
msgstr "真的要安装 <em>%h</em> 吗?"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165
-msgid "Remove"
-msgstr "移除"
+msgid "Remove…"
+msgstr "移除…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718
msgid "Remove package <em>%h</em>"
msgstr "移除软件包 <em>%h</em>"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740
-msgid "Remove…"
-msgstr "移除…"
+msgid "Remove"
+msgstr "移除"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568
msgid "Require approx. %.1024mB size for %d package(s) to install."
diff --git a/applications/luci-app-opkg/po/zh-tw/opkg.po b/applications/luci-app-opkg/po/zh-tw/opkg.po
index 8d432af0d..7fd5d77aa 100644
--- a/applications/luci-app-opkg/po/zh-tw/opkg.po
+++ b/applications/luci-app-opkg/po/zh-tw/opkg.po
@@ -191,16 +191,16 @@ msgid "Really attempt to install <em>%h</em>?"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:165
-msgid "Remove"
-msgstr "移除"
+msgid "Remove…"
+msgstr "移除…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:718
msgid "Remove package <em>%h</em>"
msgstr ""
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:740
-msgid "Remove…"
-msgstr "移除…"
+msgid "Remove"
+msgstr "移除"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:568
msgid "Require approx. %.1024mB size for %d package(s) to install."