Last active
May 8, 2019 08:51
-
-
Save alrnz/b9ad61604cda986f32e8 to your computer and use it in GitHub Desktop.
Indexed Seach TYPO3 translation #TYPO3 #TypoScript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plugin.tx_indexedsearch { | |
_LOCAL_LANG { | |
en { | |
submit_button_label = Search | |
form_searchFor = Search for | |
searchFor = Your search for | |
pi_list_browseresults_display = Displaying results ###TAG_BEGIN###%s to %s###TAG_END### out of ###TAG_BEGIN###%s###TAG_END### | |
noResults = NO results found. | |
} | |
de { | |
pi_list_browseresults_prev = < | |
pi_list_browseresults_page = | |
pi_list_browseresults_next = > | |
backToList = Zurück zu: %s | |
submit_button_label = Search | |
form_searchFor = Suchen nach | |
searchFor = Ihre Suche nach | |
pi_list_browseresults_display = Anzeige der Ergebnisse ###TAG_BEGIN###%s bis %s###TAG_END### von insgesamt ###TAG_BEGIN###%s###TAG_END### | |
noResults = Es wurden keine Ergebnisse gefunden. | |
} | |
es { | |
submit_button_label = Buscar | |
form_searchFor = Buscar por | |
searchFor = Su búsqueda de | |
pi_list_browseresults_display = Mostrar resultados ###TAG_BEGIN###%s de %s###TAG_END### a ###TAG_BEGIN###%s###TAG_END### | |
noResults = No se han encontrado resultados. | |
} | |
fr { | |
submit_button_label = Recherche | |
form_searchFor = Rechercher | |
searchFor = Votre recherche sur | |
pi_list_browseresults_display = Affichage de résultats ###TAG_BEGIN###%s à %s###TAG_END### de ###TAG_BEGIN###%s###TAG_END### | |
noResults = Aucun résultat trouvé | |
} | |
it { | |
submit_button_label = cerca | |
form_searchFor = cerca | |
searchFor = La Vs. ricerca di | |
pi_list_browseresults_display = Mostra risultati da ###TAG_BEGIN###%s a %s###TAG_END### senza ###TAG_BEGIN###%s###TAG_END### | |
noResults = Nessun risultato trovato | |
} | |
pt { | |
submit_button_label = Buscar | |
form_searchFor = Buscar por | |
searchFor = Você pesquisou por | |
pi_list_browseresults_display = Mostrando os resultados de ###TAG_BEGIN###%s para %s###TAG_END### excluindo ###TAG_BEGIN###%s###TAG_END### | |
noResults = nenhum resultado encontrado | |
} | |
pl { | |
submit_button_label = Wyszukaj | |
form_searchFor = Wyszukaj | |
searchFor = Twoje wyszukiwanie: | |
pi_list_browseresults_display = Wyświetla wyniki od ###TAG_BEGIN###%s do %s###TAG_END### z ###TAG_BEGIN###%s###TAG_END### | |
noResults = Brak wyników | |
} | |
cn { | |
submit_button_label = 搜索 | |
form_searchFor = 搜索 | |
searchFor = 您搜索的 | |
pi_list_browseresults_display = 显示###TAG_BEGIN###%s结果中的第%s###TAG_END###到###TAG_BEGIN###%s###TAG_END###条。 | |
noResults = 没有找到相关结果。 | |
} | |
ch < .cn | |
ru { | |
submit_button_label = Поиск | |
form_searchFor = Искать | |
searchFor = Ваш поиск | |
pi_list_browseresults_display = Отображение результатов в соотношении ###TAG_BEGIN###%s к %s###TAG_END### от ###TAG_BEGIN###%s###TAG_END### | |
noResults = Результаты не найдены | |
} | |
} | |
} | |
plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang < config.sys_language_uid | |
[globalVar = GP:L = 1] | |
path_stdWrap.split.4.wrap = go to article | |
[global] | |
# de | |
[globalVar = GP:L = 2] | |
path_stdWrap.split.4.wrap = zum Artikel | |
[global] | |
# es | |
[globalVar = GP:L = 3] | |
path_stdWrap.split.4.wrap = Ir al artículo | |
[global] | |
# pt | |
[globalVar = GP:L = 4] | |
path_stdWrap.split.4.wrap = Ir para o artigo | |
[global] | |
# it | |
[globalVar = GP:L = 7] | |
path_stdWrap.split.4.wrap = Vai all’articolo | |
[global] | |
# ru | |
[globalVar = GP:L = 8] | |
path_stdWrap.split.4.wrap = Перейти к статье | |
[global] | |
# cn | |
[globalVar = GP:L = 9] | |
path_stdWrap.split.4.wrap = 阅读全文 | |
[global] | |
# pl | |
[globalVar = GP:L = 10] | |
path_stdWrap.split.4.wrap = przejdź do artykułu | |
[global] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment