function cc_js_t(s) { if (s == "Brazil") { return "Бразил"; } if (s == "Canada") { return "Канада"; } if (s == "Italy") { return "Италија"; } if (s == "Creative Commons") { return "Криејтив комонс"; } if (s == "Serbia") { return "Србија"; } if (s == "Malta") { return "Малта"; } if (s == "France") { return "Франција"; } if (s == "Peru") { return "Перу"; } if (s == "Argentina") { return "Аргентина"; } if (s == "Norway") { return "Norway"; } if (s == "New Zealand") { return "New Zealand"; } if (s == "Ecuador") { return "Ecuador"; } if (s == "Czech Republic") { return "Чешка"; } if (s == "Israel") { return "Израел"; } if (s == "Australia") { return "Австралија"; } if (s == "Korea") { return "Кореја"; } if (s == "Singapore") { return "Сингапур"; } if (s == "Thailand") { return "Thailand"; } if (s == "South Africa") { return "Јужна Африка"; } if (s == "We have updated the version of your license to the most recent one available.") { return "We have updated the version of your license to the most recent one available."; } if (s == "Slovenia") { return "Словенија"; } if (s == "Guatemala") { return "Guatemala"; } if (s == "The licensor permits others to copy, distribute and transmit the work. In return, licensees may not use the work for commercial purposes — unless they get the licensor's permission.") { return "Носителот на лиценцата им дозволува на другите да го копираат, дистрибуираат и пренесуваат делото. За возврат, корисниците не смеат да го користат делото за комерцијални цели – освен ако добијат дозвола од носителот на лиценцата."; } if (s == "Noncommercial") { return "Некомерцијално"; } if (s == "Puerto Rico") { return "Puerto Rico"; } if (s == "Belgium") { return "Белгија"; } if (s == "Germany") { return "Германија"; } if (s == "We have updated the version of your license to the most recent one available in your jurisdiction.") { return "We have updated the version of your license to the most recent one available in your jurisdiction."; } if (s == "Hong Kong") { return "Hong Kong"; } if (s == "Poland") { return "Полска"; } if (s == "Spain") { return "Шпанија"; } if (s == "This ${work_type} is licensed under a Creative Commons ${license_name} License.") { return "This ${work_type} is licensed under a Creative Commons ${license_name} License."; } if (s == "Remix") { return "Remix"; } if (s == "Netherlands") { return "Холандија"; } if (s == "UK: England & Wales") { return "Велика Британија: Англија и Велс"; } if (s == "Chile") { return "Чиле"; } if (s == "Unported") { return "Unported"; } if (s == "Denmark") { return "Данска"; } if (s == "Philippines") { return "Филипини"; } if (s == "Finland") { return "Финска"; } if (s == "Macedonia") { return "Macedonia"; } if (s == "United States") { return "САД"; } if (s == "Sweden") { return "Шведска"; } if (s == "No license chosen") { return "No license chosen"; } if (s == "Croatia") { return "Хрватска"; } if (s == "Luxembourg") { return "Луксембург"; } if (s == "Japan") { return "Јапонија"; } if (s == "Switzerland") { return "Швајцарија"; } if (s == "UK: Scotland") { return "Велика Британија: Шкотска"; } if (s == "With a Creative Commons license, you keep your copyright but allow people to copy and distribute your work provided they give you credit — and only on the conditions you specify here.") { return "With a Creative Commons license, you keep your copyright but allow people to copy and distribute your work provided they give you credit — and only on the conditions you specify here."; } if (s == "Taiwan") { return "Тајван"; } if (s == "If you desire a license governed by the Copyright Law of a specific jurisdiction, please select the appropriate jurisdiction.") { return "Ако сакате лиценца којашто ќе биде во согласност со Законот за авторски права во определен правен систем, ве молиме изберете соодветен правен систем."; } if (s == "Bulgaria") { return "Бугарија"; } if (s == "Romania") { return "Романија"; } if (s == "Licensor permits others to make derivative works") { return "Licensor permits others to make derivative works"; } if (s == "Portugal") { return "Португалија"; } if (s == "Mexico") { return "Мексико"; } if (s == "work") { return "дело"; } if (s == "India") { return "Индија"; } if (s == "China Mainland") { return "Кина"; } if (s == "Malaysia") { return "Малезија"; } if (s == "Austria") { return "Австрија"; } if (s == "Colombia") { return "Колумбија"; } if (s == "Greece") { return "Greece"; } if (s == "Hungary") { return "Унгарија"; } if (s == "Share Alike") { return "Сподели под исти услови"; } if (s == "The licensor permits others to distribute derivative works only under the same license or one compatible with the one that governs the licensor's work.") { return "Носителот на лиценцата дозволува умножување на адаптирани дела само под истата лиценца под која е лиценцирано делото."; } alert("Falling off the end."); return s; }