dev

Warning!

You are viewing a module with translations for the Plural 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.

Open translations editor

-- <nowiki>
return {
    ["_metadata"] = {
        ["order"] = {
            "error"
        }
    },
    ["en"] = {
        ["error"] = "Error: the language code \"$1\" is not defined in the script!"
    },
    ["qqq"] = {
        ["error"] = "The error occurs if the language code is not defined in the table \"langcodes\"."
    },
    ["de"] = {
        ["error"] = "Fehler: Der Sprachcode „$1“ ist im Skript nicht definiert!"
    },
    ["ru"] = {
        ["error"] = "Ошибка: языковой код \"$1\" не задан в скрипте!"
    }
}
-- </nowiki>