diff options
Diffstat (limited to 'kopete/plugins/latex')
-rw-r--r-- | kopete/plugins/latex/CMakeLists.txt | 14 | ||||
-rw-r--r-- | kopete/plugins/latex/kopete_latex.desktop | 59 | ||||
-rw-r--r-- | kopete/plugins/latex/kopete_latex_config.desktop | 57 |
3 files changed, 16 insertions, 114 deletions
diff --git a/kopete/plugins/latex/CMakeLists.txt b/kopete/plugins/latex/CMakeLists.txt index e8215b92..161b989a 100644 --- a/kopete/plugins/latex/CMakeLists.txt +++ b/kopete/plugins/latex/CMakeLists.txt @@ -26,8 +26,18 @@ link_directories( ##### other data ################################ -install( FILES kopete_latex.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) -install( FILES kopete_latex_config.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tdeconfiguredialog ) +tde_create_translated_desktop( + SOURCE kopete_latex.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR kopete-desktops +) + +tde_create_translated_desktop( + SOURCE kopete_latex_config.desktop + DESTINATION ${SERVICES_INSTALL_DIR}/tdeconfiguredialog + PO_DIR kopete-desktops +) + install( PROGRAMS kopete_latexconvert.sh DESTINATION ${BIN_INSTALL_DIR} ) install( FILES latexconfig.kcfg DESTINATION ${KCFG_INSTALL_DIR} ) install( FILES latexchatui.rc DESTINATION ${DATA_INSTALL_DIR}/kopete_latex ) diff --git a/kopete/plugins/latex/kopete_latex.desktop b/kopete/plugins/latex/kopete_latex.desktop index 1b6206aa..621bd94c 100644 --- a/kopete/plugins/latex/kopete_latex.desktop +++ b/kopete/plugins/latex/kopete_latex.desktop @@ -1,8 +1,9 @@ [Desktop Entry] Type=Service -X-Kopete-Version=1000900 Icon=latex X-TDE-ServiceTypes=Kopete/Plugin +X-Kopete-Version=1000900 + X-TDE-Library=kopete_latex X-TDE-PluginInfo-Author=Duncan Mac-Vicar X-TDE-PluginInfo-Email=duncan@kde.org @@ -13,59 +14,7 @@ X-TDE-PluginInfo-Category=Plugins X-TDE-PluginInfo-Depends= X-TDE-PluginInfo-License=GPL X-TDE-PluginInfo-EnabledByDefault=false + Name=KopeTeX -Name[bn]=কপেটেক -Name[ja]=KopeTex -Name[ne]=कोपेटेक्स -Name[sv]=Kopetex -Comment=Render Latex formulas in the chatwindow -Comment[be]=Паказваць формулы Latex у вакне гутаркі -Comment[bg]=Показване на формули на Latex в прозореца за чат -Comment[bn]=চ্যাট উইন্ডোতে লেটেক ফর্মূলা প্রদর্শন করে -Comment[bs]=Iscrtava Latex formule u chat prozoru -Comment[ca]=Representa fórmules Latex a la finestra de xat -Comment[cs]=Vykresluje vzorce LaTeXu v okně rozhovoru -Comment[da]=Viser Latex-formler i chat-vinduet -Comment[de]=Latex-Formeln in einem Chat-Fenster anzeigen -Comment[el]=Εξισώσεις Latex στο παράθυρο συνομιλίας -Comment[es]=Muestra fórmulas LaTeX en la ventana de charla -Comment[et]=LaTeXi valemite renderdamine vestlusaknas -Comment[eu]=Elkarrizketa leihoaetan Latex formulak marrazten ditu -Comment[fa]=نمایش فرمولهای Latex در پنجرۀ گفتگو -Comment[fi]=Renderöi Latex-kaavoja keskusteluikkunaan -Comment[fr]=Affichage de formules LaTeX dans la fenêtre de discussion -Comment[gl]=Debuxar as fórmulas de Laxtex na fiestra de conversa -Comment[he]=מציג נוסחאות של Latex בחלון השיחה -Comment[hu]=Latex-es képletek megjelenítése a csevegési ablakban -Comment[is]=Teikna Latex formúlur í spjallglugganum -Comment[it]=Visualizza formule latex nella finestra di chat -Comment[ja]=チャットウィンドウで LaTeX の数式を表示 -Comment[ka]=Latex ფორმულების საუბრის ფანჯარაში რენდერი -Comment[kk]=Latex формулаларын әңгіме терезесінде келтіру -Comment[km]=បង្ហាញរូបមន្ត Latex នៅក្នុងបង្អួចជជែកកំសាន្ដ -Comment[lt]=Vykdyti Latex formules pokalbių lange -Comment[mk]=Исцртува Latex формули во прозорецот за разговори -Comment[nb]=Tegn LaTeX-formler i pratevinduet -Comment[nds]=Latex-Formeln binnen dat Klöönfinster wiesen -Comment[ne]=कुराकानी सञ्झ्यालमा ल्याटेक्स सूत्र रेन्डर गर्नुहोस् -Comment[nl]=Latex-formules renderen in het gespreksvenster -Comment[nn]=Vis Latex-formlar i pratevindauget -Comment[pl]=Wyświetla wyrażenia Latexa w oknie rozmowy -Comment[pt]=Mostrar formulas de Latex na janela de conversação -Comment[pt_BR]=Renderiza fórmulas do Latex em uma janela de bate-papo -Comment[ro]=Randează formule LaTeX în fereastra de discuţii -Comment[ru]=Вставка и вывод формул Latex в окнах разговоров Kopete -Comment[se]=Sárggo LaTeX-hámuid čáttenláses -Comment[sk]=Zobrazovanie výrazov Latex v okne rozhovoru -Comment[sl]=Izris formul LaTeX v oknu za klepet -Comment[sr]=Приказ Latex формула у прозору за ћаскање -Comment[sr@Latn]=Prikaz Latex formula u prozoru za ćaskanje -Comment[sv]=Visa Latex-formler i chattfönstret -Comment[ta]= Render Latex formulas in the chatwindow -Comment[tg]=Формулаҳои Render Latex дар тирезаи чат -Comment[tr]=Sohbet penceresindeki Latex formüllerini verir -Comment[uk]=Відтворення формул Latex у вікнах розмов Kopete -Comment[zh_CN]=在聊天窗口中渲染 Latex 公式 -Comment[zh_HK]=在聊天視窗內顯示 Latex 方程式 -Comment[zh_TW]=在聊天視窗中加入 Latex 公式 +Comment=Render Latex formulas in the chatwindow diff --git a/kopete/plugins/latex/kopete_latex_config.desktop b/kopete/plugins/latex/kopete_latex_config.desktop index 673d235c..258f479b 100644 --- a/kopete/plugins/latex/kopete_latex_config.desktop +++ b/kopete/plugins/latex/kopete_latex_config.desktop @@ -10,60 +10,3 @@ X-TDE-ParentApp=kopete_latex X-TDE-ParentComponents=kopete_latex Name=Highlight -Name[ar]=تمييز -Name[bg]=Открояване -Name[bn]=গুরুত্বপূর্ণ -Name[br]=Splannadur -Name[bs]=Isticanje -Name[ca]=Ressaltat -Name[cs]=Zvýraznění -Name[cy]=Amlygu -Name[da]=Fremhæv -Name[de]=Hervorhebung -Name[el]=Τονισμός -Name[eo]=Lumaĵo -Name[es]=Resaltar -Name[et]=Esiletõstmine -Name[eu]=Nabarmendu -Name[fa]=مشخص -Name[fi]=Korostus -Name[fr]=Surlignement -Name[ga]=Aibhsiú -Name[gl]=Resaltar -Name[he]=מודגש -Name[hi]=उभारें -Name[hr]=Isticanje -Name[hu]=Kiemelés -Name[is]=Merkja -Name[it]=Evidenziazione -Name[ja]=強調 -Name[ka]=მარკირებული -Name[kk]=Ерекше -Name[km]=សំខាន់ -Name[lt]=Paryškinti -Name[mk]=Осветлување -Name[nb]=Marker -Name[nds]=Rutheven -Name[ne]=हाइलाइट -Name[nl]=Aanwijzen -Name[nn]=Marker -Name[pa]=ਉਘਾੜਨ -Name[pl]=Podświetlenie -Name[pt]=Realce -Name[pt_BR]=Destaque -Name[ro]=Evidenţiat -Name[ru]=Выделение -Name[se]=Merke -Name[sk]=Zvýrazniť -Name[sl]=Poudarjeno sporočilo -Name[sr]=Истицање -Name[sr@Latn]=Isticanje -Name[sv]=Markera -Name[ta]=முனைப்புறுத்தல் -Name[tg]=Равшаннамоӣ -Name[tr]=Vurgu -Name[uk]=Підсвічування -Name[wa]=E sorbiyance -Name[zh_CN]=突出显示 -Name[zh_HK]=加強顯示 -Name[zh_TW]=高亮度 |