luci-mod-admin-full: unify "Alias interface" and "Alias Interface" strings

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2018-07-22 18:20:03 +02:00
parent 1602313f5c
commit 4105c78ff9
28 changed files with 1 additions and 82 deletions

View file

@ -274,9 +274,6 @@ msgstr "Alerta"
msgid "Alias Interface"
msgstr ""
msgid "Alias interface"
msgstr ""
msgid "Alias of \"%s\""
msgstr ""

View file

@ -272,9 +272,6 @@ msgstr "Upozornění"
msgid "Alias Interface"
msgstr ""
msgid "Alias interface"
msgstr ""
msgid "Alias of \"%s\""
msgstr ""

View file

@ -271,9 +271,6 @@ msgid "Alert"
msgstr "Alarm"
msgid "Alias Interface"
msgstr ""
msgid "Alias interface"
msgstr "Alias-Schnittstelle"
msgid "Alias of \"%s\""

View file

@ -274,9 +274,6 @@ msgstr "Ειδοποίηση"
msgid "Alias Interface"
msgstr ""
msgid "Alias interface"
msgstr ""
msgid "Alias of \"%s\""
msgstr ""

View file

@ -271,9 +271,6 @@ msgstr "Alert"
msgid "Alias Interface"
msgstr ""
msgid "Alias interface"
msgstr ""
msgid "Alias of \"%s\""
msgstr ""

View file

@ -275,9 +275,6 @@ msgstr "Alerta"
msgid "Alias Interface"
msgstr ""
msgid "Alias interface"
msgstr ""
msgid "Alias of \"%s\""
msgstr ""

View file

@ -277,9 +277,6 @@ msgstr "Alerte"
msgid "Alias Interface"
msgstr ""
msgid "Alias interface"
msgstr ""
msgid "Alias of \"%s\""
msgstr ""

View file

@ -269,9 +269,6 @@ msgstr "אזעקה"
msgid "Alias Interface"
msgstr ""
msgid "Alias interface"
msgstr ""
msgid "Alias of \"%s\""
msgstr ""

View file

@ -272,9 +272,6 @@ msgstr "Riasztás"
msgid "Alias Interface"
msgstr ""
msgid "Alias interface"
msgstr ""
msgid "Alias of \"%s\""
msgstr ""

View file

@ -281,9 +281,6 @@ msgstr "Allerta"
msgid "Alias Interface"
msgstr ""
msgid "Alias interface"
msgstr ""
msgid "Alias of \"%s\""
msgstr ""

View file

@ -275,9 +275,6 @@ msgstr "警告"
msgid "Alias Interface"
msgstr ""
msgid "Alias interface"
msgstr ""
msgid "Alias of \"%s\""
msgstr ""

View file

@ -266,9 +266,6 @@ msgstr ""
msgid "Alias Interface"
msgstr ""
msgid "Alias interface"
msgstr ""
msgid "Alias of \"%s\""
msgstr ""

View file

@ -261,9 +261,6 @@ msgstr ""
msgid "Alias Interface"
msgstr ""
msgid "Alias interface"
msgstr ""
msgid "Alias of \"%s\""
msgstr ""

View file

@ -270,9 +270,6 @@ msgstr "Varsle"
msgid "Alias Interface"
msgstr ""
msgid "Alias interface"
msgstr ""
msgid "Alias of \"%s\""
msgstr ""

View file

@ -281,9 +281,6 @@ msgstr "Alarm"
msgid "Alias Interface"
msgstr "Alias Interfejsu"
msgid "Alias interface"
msgstr "Alias interfejsu"
msgid "Alias of \"%s\""
msgstr "Alias \"%s\""

View file

@ -294,9 +294,6 @@ msgstr "Alerta"
msgid "Alias Interface"
msgstr ""
msgid "Alias interface"
msgstr ""
msgid "Alias of \"%s\""
msgstr ""

View file

@ -280,9 +280,6 @@ msgstr "Alerta"
msgid "Alias Interface"
msgstr ""
msgid "Alias interface"
msgstr ""
msgid "Alias of \"%s\""
msgstr ""

View file

@ -267,9 +267,6 @@ msgstr "Alerta"
msgid "Alias Interface"
msgstr ""
msgid "Alias interface"
msgstr ""
msgid "Alias of \"%s\""
msgstr ""

View file

@ -276,9 +276,6 @@ msgstr "Тревога"
msgid "Alias Interface"
msgstr ""
msgid "Alias interface"
msgstr ""
msgid "Alias of \"%s\""
msgstr ""

View file

@ -255,9 +255,6 @@ msgstr ""
msgid "Alias Interface"
msgstr ""
msgid "Alias interface"
msgstr ""
msgid "Alias of \"%s\""
msgstr ""

View file

@ -263,9 +263,6 @@ msgstr "Varning"
msgid "Alias Interface"
msgstr ""
msgid "Alias interface"
msgstr ""
msgid "Alias of \"%s\""
msgstr ""

View file

@ -248,9 +248,6 @@ msgstr ""
msgid "Alias Interface"
msgstr ""
msgid "Alias interface"
msgstr ""
msgid "Alias of \"%s\""
msgstr ""

View file

@ -266,9 +266,6 @@ msgstr "Uyarı"
msgid "Alias Interface"
msgstr ""
msgid "Alias interface"
msgstr ""
msgid "Alias of \"%s\""
msgstr ""

View file

@ -291,9 +291,6 @@ msgstr "Тривога"
msgid "Alias Interface"
msgstr "Інтерфейс псевдоніма"
msgid "Alias interface"
msgstr "Інтерфейс псевдоніма"
msgid "Alias of \"%s\""
msgstr "Псевдонім \"%s\""

View file

@ -262,9 +262,6 @@ msgstr ""
msgid "Alias Interface"
msgstr ""
msgid "Alias interface"
msgstr ""
msgid "Alias of \"%s\""
msgstr ""

View file

@ -260,9 +260,6 @@ msgstr "警戒"
msgid "Alias Interface"
msgstr ""
msgid "Alias interface"
msgstr ""
msgid "Alias of \"%s\""
msgstr ""

View file

@ -265,9 +265,6 @@ msgstr "警示"
msgid "Alias Interface"
msgstr ""
msgid "Alias interface"
msgstr ""
msgid "Alias of \"%s\""
msgstr ""

View file

@ -94,7 +94,7 @@
if (ifc.is_dynamic)
desc = '<%:Virtual dynamic interface%>';
else if (ifc.is_alias)
desc = '<%:Alias interface%>';
desc = '<%:Alias Interface%>';
if (ifc.desc)
desc = desc ? '%s (%s)'.format(desc, ifc.desc) : ifc.desc;