Privileges

* add individual pages and corresponding articles
 * yes the sql-update was forgotten
This commit is contained in:
Sarjuuk
2017-03-20 23:41:23 +01:00
parent 90a31ac99f
commit 85e1accebc
10 changed files with 95 additions and 72 deletions

View File

@@ -44,9 +44,10 @@ class Lang
foreach ($lang as $k => $v)
self::$$k = $v;
// *cough* .. reuse-hack
// *cough* .. reuse-hacks (because copy-pastaing text for 5 locales sucks)
self::$item['cat'][2] = [self::$item['cat'][2], self::$spell['weaponSubClass']];
self::$item['cat'][2][1][14] .= ' ('.self::$item['cat'][2][0].')';
self::$main['moreTitles']['privilege'] = self::$privileges['_privileges'];
}
public static function __callStatic($prop, $args)

View File

@@ -152,9 +152,6 @@ $lang = array(
'commenting-and-you' => "Wie man Kommentare schreibt", 'modelviewer' => "Modellviewer", 'screenshots-tips-tricks' => "Screenshots: Tipps & Tricks",
'stat-weighting' => "Gewichtung von Werten", 'talent-calculator' => "Talentrechner", 'item-comparison' => "Gegenstandsvergleich",
'profiler' => "Profiler", 'markup-guide' => "Markup Guide"
),
'privilege' => array(
)
)
),
@@ -520,6 +517,7 @@ $lang = array(
'privilege' => "Privileg",
'privileges' => "Privilegien",
'requiredRep' => "Benötigter Ruf",
'reqPoints' => "Dieses Privileg benötigt <b>%s</b> Rufpunkte.",
'_privileges' => array(
null, "Kommentare einsenden", "Webseitenexterne Links einsenden", null,
"Kein CAPTCHA", "Kommentarbewertungen zählen mehr", null, null,

View File

@@ -147,9 +147,6 @@ $lang = array(
'commenting-and-you' => "Commenting and You", 'modelviewer' => "Model Viewer", 'screenshots-tips-tricks' => "Screenshots: Tips & Tricks",
'stat-weighting' => "Stat Weighting", 'talent-calculator' => "Talent Calculator", 'item-comparison' => "Item Comparison",
'profiler' => "Profiler", 'markup-guide' => "Markup Guide"
),
'privilege' => array(
)
)
),
@@ -515,6 +512,7 @@ $lang = array(
'privilege' => "Privilege",
'privileges' => "Privileges",
'requiredRep' => "Reputation Required",
'reqPoints' => "This privilege requires <b>%s</b> reputation points.",
'_privileges' => array(
null, "Post comments", "Post external links", null,
"No CAPTCHAs", "Comment votes worth more", null, null,

View File

@@ -152,9 +152,6 @@ $lang = array(
'commenting-and-you' => "Los comentarios y tú", 'modelviewer' => "Visualizador de modelos", 'screenshots-tips-tricks' => "Capturas de pantalla: Sugerencias y trucos",
'stat-weighting' => "Medición de atributos", 'talent-calculator' => "Calculadora de talentos", 'item-comparison' => "Comparación de objetos",
'profiler' => "Perfiles", 'markup-guide' => "Margen de Guia"
),
'privilege' => array(
)
)
),
@@ -521,6 +518,7 @@ $lang = array(
'privilege' => "Privilegio",
'privileges' => "Privilegios",
'requiredRep' => "Reputación requerida",
'reqPoints' => "Este privilegio necesita <b>%s</b> puntos de reputación.",
'_privileges' => array(
null, "Escribir comentarios", "Escribir enlaces externos", null,
"Sin CAPTCHAs", "Los votos de comentario valen más", null, null,

View File

@@ -152,9 +152,6 @@ $lang = array(
'commenting-and-you' => "Le guide du commentaire", 'modelviewer' => "Visionneuse 3D", 'screenshots-tips-tricks' => "Captures d'écran : Trucs et astuces",
'stat-weighting' => "Échelles de valeurs", 'talent-calculator' => "Calculateur de talents", 'item-comparison' => "Comparaison d'objets",
'profiler' => "Profiler", 'markup-guide' => "Markup Guide"
),
'privilege' => array(
)
)
),
@@ -520,6 +517,7 @@ $lang = array(
'privilege' => "Privilège",
'privileges' => "Privilèges",
'requiredRep' => "Réputation Requise",
'reqPoints' => "Ce privilège requiert <b>%s</b> points de réputation.",
'_privileges' => array(
null, "Poster des commentaires", "Poster des liens externes", null,
"Pas de CAPTCHA", "Les votes des commentaires ont plus de valeur",null, null,

View File

@@ -152,9 +152,6 @@ $lang = array(
'commenting-and-you' => "Комментарии и Вы", 'modelviewer' => "3D просмотр", 'screenshots-tips-tricks' => "Скриншоты: Секреты мастерства",
'stat-weighting' => "Значимость характеристик", 'talent-calculator' => "Расчёт талантов", 'item-comparison' => "Сравнение предметов",
'profiler' => "Профили персонажей", 'markup-guide' => "Markup Guide"
),
'privilege' => array(
)
)
),
@@ -520,6 +517,7 @@ $lang = array(
'privilege' => "Привилегия",
'privileges' => "Привилегии",
'requiredRep' => "Необходима репутация",
'reqPoints' => "Для этой привилегии требуется <b>%s</b> очков репутации.",
'_privileges' => array(
null, "Оставлять комментарии", "Оставлять внешние ссылки", null,
"Нет CAPTCHA", "Более сильные голоса", null, null,