Guides/Fixups

* fix urls in user menu
 * strip anchors from tooltip title
 * prevent line breaks in description
 * make only in english info popup modular
This commit is contained in:
Sarjuuk
2023-05-11 14:37:34 +02:00
parent 0e9ca3ff90
commit bc3ba23162
12 changed files with 35 additions and 14 deletions

View File

@@ -3,6 +3,7 @@
class Lang
{
private static $timeUnits;
private static $lang;
private static $main;
private static $account;
private static $user;

View File

@@ -16,6 +16,7 @@ $lang = array(
'pl' => ["Jahre", "Monate", "Wochen", "Tage", "Stunden", "Minuten", "Sekunden", "Millisekunden"],
'ab' => ["J.", "M.", "W.", "Tag", "Std.", "Min.", "Sek.", "Ms."]
),
'lang' => ['Englisch', null, 'Französisch', 'Deutsch', 'Chinesisch', null, 'Spanisch', null, 'Russisch'],
'main' => array(
'name' => "Name",
'link' => "Link",
@@ -99,7 +100,7 @@ $lang = array(
),
// article & infobox
'englishOnly' => "Diese Seite ist nur in <b>Englisch</b> verfügbar.",
'langOnly' => "Diese Seite ist nur in <b>%s</b> verfügbar.",
// calculators
'preset' => "Vorlage",

View File

@@ -16,6 +16,7 @@ $lang = array(
'pl' => ["years", "months", "weeks", "days", "hours", "minutes", "seconds", "milliseconds"],
'ab' => ["yr", "mo", "wk", "day", "hr", "min", "sec", "ms"]
),
'lang' => ['English', null, 'French', 'German', 'Chinese', null, 'Spanish', null, 'Russian'],
'main' => array(
'name' => "name",
'link' => "Link",
@@ -99,7 +100,7 @@ $lang = array(
),
// article & infobox
'englishOnly' => "This page is only available in <b>English</b>.",
'langOnly' => "This page is only available in <b>%s</b>.",
// calculators
'preset' => "Preset",

View File

@@ -16,6 +16,7 @@ $lang = array(
'pl' => ["años", "meses", "semanas", "dias", "horas", "minutos", "segundos", "milisegundos"],
'ab' => ["año", "mes", "sem", "", "h", "min", "seg", "ms"]
),
'lang' => ['inglés', null, 'francés', 'alemán', 'chino', null, 'español', null, 'ruso'],
'main' => array(
'name' => "nombre",
'link' => "Enlace",
@@ -99,7 +100,7 @@ $lang = array(
),
// article & infobox
'englishOnly' => "Esta página sólo está disponible en <b>inglés</b>.",
'langOnly' => "Esta página sólo está disponible en <b>%s</b>.",
// calculators
'preset' => "Predet.",

View File

@@ -16,6 +16,7 @@ $lang = array(
'pl' => ["années", "mois", "semaines", "jours", "heures", "minutes", "secondes", "millisecondes"],
'ab' => ["an", "mo", "sem", "jour", "h", "min", "s", "ms"]
),
'lang' => ['anglais', null, 'français', 'allemand', 'chinois', null, 'espagnol', null, 'russe'],
'main' => array(
'name' => "nom",
'link' => "Lien",
@@ -99,7 +100,7 @@ $lang = array(
),
// article & infobox
'englishOnly' => "Cette page n'est disponible qu'en <b>anglais</b> pour le moment.",
'langOnly' => "Cette page n'est disponible qu'en <b>%s</b> pour le moment.",
// calculators
'preset' => "Prédéterminée",

View File

@@ -16,6 +16,7 @@ $lang = array(
'pl' => ["годы", "месяцы", "недели", "дн.", "часы", "мин", "секунды", "миллисекундах"],
'ab' => ["г.", "мес.", "нед.", "дн", "ч.", "мин", "сек.", "мс"]
),
'lang' => ["английском", null, "французском", "немецком", "китайском", null, "испанском", null, "русском"],
'main' => array(
'name' => "название",
'link' => "Ссылка",
@@ -99,7 +100,7 @@ $lang = array(
),
// article & infobox
'englishOnly' => "Эта страница доступна только на <b>английском</b> языке.",
'langOnly' => "Эта страница доступна только на <b>%s</b> языке.",
// calculators
'preset' => "Готовая таблица",

View File

@@ -16,6 +16,7 @@ $lang = array(
'pl' => ["", "", "", "", "小时", "分钟", "", "毫秒"],
'ab' => ["", "", "", "", "小时", "分钟", "", "毫秒"]
),
'lang' => ['英语', null, '法语', '德语', '中文', null, '西班牙语', null, '俄语'],
'main' => array(
'name' => "名字",
'link' => "链接",
@@ -99,7 +100,7 @@ $lang = array(
),
// article & infobox
'englishOnly' => "该页面仅以<b>英语</b>提供。",
'langOnly' => "该页面仅以<b>%s</b>提供。",
// calculators
'preset' => "预设",