// Exported from SourceMod Translator // http://translator.mitchdempsey.com/sourcemod_plugins/241 // "Phrases" { "Only Commanders" { "en" "This feature is only available for commanders" "ru" "Эта функция доступна только для коммандиров" "es" "Esta característica solo está disponible para comandantes" "de" "Dieses Feature ist den Kommandeuren vorbehalten" } "Commander Disabled" { "en" "commander setting of sniper limits are disabled" "ru" "Лимит на выбор снайперов отключен" "es" "La configuración del límite de francotiradores del comandante está deshabilitado" "de" "Die Option, dass Kommandeure die Anzahl an Heckenschützen festlegen können, wurde deaktiviert" } "Invalid Team" { "en" "Invalid team (0 = Consort, 1 = Empire)" "ru" "Неверная выбрана команда (0 = Консирциум, 1 = Империя)" "es" "Equipo (0 = Consorte, 1 = Imperio)" "de" "Ungültiges Team (0 = Konsortium, 1 = Imperium)" } "Sniper Limit Reached" { "en" "Sniper limit reached, resetting to Assault" "es" "Límite de francotiradores alcanzado, cambiando a Asalto" "de" "Heckenschützenlimit erreicht, zu Assault zurückgesetzt" "ru" "Слишком много снайперов в команде" } "Stealth Limit Reached" { "en" "Stealth limit reached, resetting to Assault" "es" "Límite de Sigilo alcanzado, cambiando a Asalto" "de" "Tarn-Limit erreicht, Auswahl wurde auf Assault zurückgesetzt" "ru" "Слишком много снайперов в команде, был выбран класс Штурмовик." } "AntiStructure Limit Reached" { "en" "Anti-Structure limit reached, resetting to Assault" "es" "Límite de Anti-Estructuras alcanzado, cambiando a Asalto" "de" "Anti-Gebäude-Limit erreicht, Auswahl wurde auf Assault zurückgesetzt" "ru" "Слишком много экзо с осадным комплектом в команде, был выбран класс Штурмовик." } "Proper Sniper Usage" { "en" "Usage: !maxsnipers " "ru" "Используйте: !maxsnipers <количество>" "es" "Uso: !maxsnipers " "de" "Verwendung: !maxsnipers " } "Proper Stealth Usage" { "en" "Usage: !maxstealth " "ru" "Используйте: !maxstealth <количество>" "es" "Uso: !maxstealth " "de" "Verwendung: !maxstealth " } "Proper Structure Usage" { "en" "Usage: !MaxAntiStructure " "ru" "Используйте: !MaxAntiStructure <количество>" "es" "Uso: !MaxAntiStructure " "de" "Verwendung: !MaxAntiStructure " } "Set Sniper Limit" { "#format" "{1:s}" "en" "Sniper count limited to {1}" "ru" "Sniper count limited to {1}" "es" "Límite de francotiradores establecido a {1}" "de" "Sniper count limited to {1}" } "Set Stealth Limit" { "#format" "{1:s}" "en" "Stealth count limited to {1}" "ru" "Stealth count limited to {1}" "es" "Límite de Sigilo establecido a {1}" "de" "Stealth count limited to {1}" } "Set Structure Limit" { "#format" "{1:i}" "en" "Anti-Structure limited to {1} percent" "es" "Anti-Estructura limitado a {1} porciento" "ru" "Anti-Structure limited to {1} percent" "de" "Anti-Structure limited to {1} percent" } "Invalid Args" { "en" "Invalid number of arguments: " "es" "Cantidad de argumentos inválida: " "ru" "Неверные значения аргументов: <команда> <количество>" "de" "Ungültige Anzahl an Argumenten: " } }