/
githubmirror
/
brackets
Обзор
Документация
Войти
/
githubmirror
/
brackets
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/nls/root/strings-app.js
62 строки
3 KB
ficristo
Move most inline jslint directives to config files
12 авг 2016, 10:22
12 авг 2016, 10:22
074382a
Код
Авторство
О чём код?
/* * Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or sell copies of the Software, and to permit persons to whom the * Software is furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. * */ define({ // product-specific strings "APP_NAME" : "Brackets", // Self locales (used by Debug > Switch Language) "LOCALE_BG" : "български", "LOCALE_CS" : "čeština", "LOCALE_DA" : "Dansk", "LOCALE_DE" : "Deutsch", "LOCALE_EL" : "Ελληνικά", "LOCALE_EN" : "English (US)", "LOCALE_EN_GB" : "English (UK)", "LOCALE_ES" : "español", "LOCALE_FA_IR" : "فارسی", "LOCALE_FI" : "suomi", "LOCALE_FR" : "français", "LOCALE_GL" : "galego", "LOCALE_HR" : "hrvatski", "LOCALE_HU" : "magyar", "LOCALE_ID" : "Bahasa Indonesia", "LOCALE_IT" : "italiano", "LOCALE_JA" : "日本語", "LOCALE_KO" : "한국어", "LOCALE_LV" : "latviešu", "LOCALE_NB" : "norsk", "LOCALE_NL" : "Nederlands", "LOCALE_PL" : "polski", "LOCALE_PT_BR" : "português (BR)", "LOCALE_PT_PT" : "português (PT)", "LOCALE_RO" : "română", "LOCALE_RU" : "русский", "LOCALE_SK" : "slovenčina", "LOCALE_SR" : "Српски", "LOCALE_SV" : "svenska", "LOCALE_TR" : "Türkçe", "LOCALE_UK" : "Українська", "LOCALE_ZH_CN" : "简体中文", "LOCALE_ZH_TW" : "繁體中文" });