Warning!
You are viewing a module with translations for the Lua banner module. It is not advised to edit this page manually. Instead, use the translations editor. Only edit this page directly if there's something that has to be done that the translation editor cannot do, or if the translation editor misbehaved. In these cases, it would also help if you leave a message on the I18nEdit talk page about your issue.
Upon editing this page without the translations editor you will be warned by the abuse filter and your edits will be tagged.
See also
-- <nowiki>
return {
["_metadata"] = {
["order"] = {
"error",
"header",
"header-module",
"header-user",
"logo_alt",
"lua_link",
"wishtext"
}
},
["en"] = {
["error"] = "Error: No modules specified",
["header"] = "This template uses [[$1|Lua]]:",
["header-module"] = "This module depends on:",
["header-user"] = "This user template uses [[$1|Lua]]:",
["logo_alt"] = "Lua logo",
["lua_link"] = "wikipedia:Lua",
["wishtext"] = "This template should be converted to [[$1|Lua]]."
},
["de"] = {
["error"] = "Fehler: Kein Modul angegeben",
["header"] = "Diese Vorlage verwendet [[$1|Lua]]:",
["header-module"] = "Dieses Modul basiert auf:",
["header-user"] = "Diese Benutzervorlage verwendet [[$1|Lua]]:",
["logo_alt"] = "Lua Logo",
["lua_link"] = "wikipedia:de:Lua",
["wishtext"] = "Diese Vorlage sollte zu [[$1|Lua]] umgewandelt werden."
},
["fr"] = {
["error"] = "Erreur : Aucun module spécifié",
["header"] = "Ce modèle utilise du [[$1|Lua]] :",
["header-module"] = "Ce module dépend de :",
["header-user"] = "Ce modèle utilisateur utilise du [[$1|Lua]] :",
["logo_alt"] = "Logo du Lua",
["lua_link"] = "wikipedia:fr:Lua",
["wishtext"] = "Ce modèle devrait être converti en [[$1|Lua]]."
},
["hi"] = {
["error"] = "त्रुटि: कोई मॉड्यूल निश्चित नहीं किया गया है",
["header"] = "यह साँचा [[$1|लुआ]] का इस्तेमाल करता है:",
["header-module"] = "यह मॉड्यूल इनपर निर्भर है:",
["header-user"] = "यह सदस्य साँचा [[$1|लुआ]] का इस्तेमाल करता है:",
["logo_alt"] = "लुआ का लोगो",
["lua_link"] = "wikipedia:hi:लुआ (प्रोग्रामन भाषा)",
["wishtext"] = "इस साँचे को [[$1|लुआ]] में बदला जाना चाहिए।"
},
["ru"] = {
["error"] = "Ошибка: не указано ни одного модуля",
["header"] = "Этот шаблон использует [[$1|Lua]]:",
["header-module"] = "Этот модуль зависит от:",
["header-user"] = "Этот шаблон пользователя использует [[$1|Lua]]:",
["logo_alt"] = "Логотип Lua",
["lua_link"] = "wikipedia:ru:Lua",
["wishtext"] = "Этот шаблон должен быть сконвертирован в [[$1|Lua]]."
},
["tr"] = {
["error"] = "Hata: Belirtilen modül yok",
["header"] = "Bu şablon [[$1|Lua]] kullanılır:",
["header-module"] = "Bu modül şunlara bağlıdır:",
["header-user"] = "Bu kullanıcı şablonu [[$1|Lua]] kullanır:",
["logo_alt"] = "Lua logosu",
["lua_link"] = "wikipedia:tr:Lua (programlama dili)",
["wishtext"] = "Bu şablon [[$1|Lua]]'ya dönüştürülmelidir."
}
}
-- </nowiki>