first commit
22
Resources/Css/Backend/indexingconfigurationselectorfield.css
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
table.tx_meilisearch-TCEforms {
|
||||
background: none;
|
||||
}
|
||||
|
||||
table.tx_meilisearch-TCEforms a {
|
||||
display: none;
|
||||
}
|
||||
|
||||
table.tx_meilisearch-TCEforms table.typo3-TCEforms-select-checkbox tbody {
|
||||
display: table-row-group;
|
||||
}
|
||||
|
||||
|
||||
/* scheduler layout fixes */
|
||||
.tx_scheduler_mod1 .extra_fields_tx_meilisearch_scheduler_ReIndexTask table.typo3-TCEforms {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.tx_scheduler_mod1 .extra_fields_tx_meilisearch_scheduler_ReIndexTask .tx_meilisearch-TCEforms td {
|
||||
padding-left: 0;
|
||||
}
|
433
Resources/Css/JQueryUi/jquery-ui.custom.css
vendored
Normal file
@@ -0,0 +1,433 @@
|
||||
/*!
|
||||
* jQuery UI CSS Framework 1.8.21
|
||||
*
|
||||
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Theming/API
|
||||
*/
|
||||
|
||||
/* Layout helpers
|
||||
----------------------------------*/
|
||||
.ui-helper-hidden { display: none; }
|
||||
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
|
||||
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
|
||||
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
|
||||
.ui-helper-clearfix:after { clear: both; }
|
||||
.ui-helper-clearfix { zoom: 1; }
|
||||
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
|
||||
|
||||
|
||||
/* Interaction Cues
|
||||
----------------------------------*/
|
||||
.ui-state-disabled { cursor: default !important; }
|
||||
|
||||
|
||||
/* Icons
|
||||
----------------------------------*/
|
||||
|
||||
/* states and images */
|
||||
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
|
||||
|
||||
|
||||
/* Misc visuals
|
||||
----------------------------------*/
|
||||
|
||||
/* Overlays */
|
||||
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
||||
|
||||
|
||||
/*!
|
||||
* jQuery UI CSS Framework 1.8.21
|
||||
*
|
||||
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Theming/API
|
||||
*
|
||||
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=segoe%20ui,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=1px&bgColorHeader=ece8da&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=100&borderColorHeader=d4ccb0&fcHeader=433f38&iconColorHeader=847e71&bgColorContent=f7f7f7&bgTextureContent=04_highlight_hard.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=312e25&iconColorContent=808080&bgColorDefault=f18f0b&bgTextureDefault=04_highlight_hard.png&bgImgOpacityDefault=15&borderColorDefault=f18f0b&fcDefault=ffffff&iconColorDefault=eeeeee&bgColorHover=f18f0b&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=25&borderColorHover=f18f0b&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=fafaf4&bgTextureActive=04_highlight_hard.png&bgImgOpacityActive=100&borderColorActive=d4ccb0&fcActive=cd5c0a&iconColorActive=e3a345&bgColorHighlight=fcf0ba&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=e8e1b5&fcHighlight=363636&iconColorHighlight=e3a345&bgColorError=ffedad&bgTextureError=03_highlight_soft.png&bgImgOpacityError=95&borderColorError=e3a345&fcError=cd5c0a&iconColorError=cd0a0a&bgColorOverlay=2b2922&bgTextureOverlay=05_inset_soft.png&bgImgOpacityOverlay=15&opacityOverlay=90&bgColorShadow=cccccc&bgTextureShadow=04_highlight_hard.png&bgImgOpacityShadow=95&opacityShadow=20&thicknessShadow=12px&offsetTopShadow=-12px&offsetLeftShadow=-12px&cornerRadiusShadow=10px
|
||||
*/
|
||||
|
||||
|
||||
/* Component containers
|
||||
----------------------------------*/
|
||||
.ui-widget { font-family: segoe ui, Arial, sans-serif; font-size: 1.1em; }
|
||||
.ui-widget .ui-widget { font-size: 1em; }
|
||||
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: segoe ui, Arial, sans-serif; font-size: 1em; }
|
||||
.ui-widget-content { border: 1px solid #dddddd; background: #f7f7f7 url(../../Images/JQueryUi/ui-bg_highlight-hard_100_f7f7f7_1x100.png) 50% top repeat-x; color: #312e25; }
|
||||
.ui-widget-content a { color: #312e25; }
|
||||
.ui-widget-header { border: 1px solid #d4ccb0; background: #ece8da url(../../Images/JQueryUi/ui-bg_gloss-wave_100_ece8da_500x100.png) 50% 50% repeat-x; color: #433f38; font-weight: bold; }
|
||||
.ui-widget-header a { color: #433f38; }
|
||||
|
||||
/* Interaction states
|
||||
----------------------------------*/
|
||||
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #f18f0b; background: #f18f0b url(../../Images/JQueryUi/ui-bg_highlight-hard_15_f18f0b_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
|
||||
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff; text-decoration: none; }
|
||||
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #f18f0b; background: #f18f0b url(../../Images/JQueryUi/ui-bg_highlight-soft_25_f18f0b_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
|
||||
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
|
||||
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #d4ccb0; background: #fafaf4 url(../../Images/JQueryUi/ui-bg_highlight-hard_100_fafaf4_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #cd5c0a; }
|
||||
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #cd5c0a; text-decoration: none; }
|
||||
.ui-widget :active { outline: none; }
|
||||
|
||||
/* Interaction Cues
|
||||
----------------------------------*/
|
||||
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #e8e1b5; background: #fcf0ba url(../../Images/JQueryUi/ui-bg_glass_55_fcf0ba_1x400.png) 50% 50% repeat-x; color: #363636; }
|
||||
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
|
||||
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #e3a345; background: #ffedad url(../../Images/JQueryUi/ui-bg_highlight-soft_95_ffedad_1x100.png) 50% top repeat-x; color: #cd5c0a; }
|
||||
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd5c0a; }
|
||||
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd5c0a; }
|
||||
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
|
||||
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
|
||||
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
|
||||
|
||||
/* Icons
|
||||
----------------------------------*/
|
||||
|
||||
/* states and images */
|
||||
.ui-icon { width: 16px; height: 16px; background-image: url(../../Images/JQueryUi/ui-icons_808080_256x240.png); }
|
||||
.ui-widget-content .ui-icon {background-image: url(../../Images/JQueryUi/ui-icons_808080_256x240.png); }
|
||||
.ui-widget-header .ui-icon {background-image: url(../../Images/JQueryUi/ui-icons_847e71_256x240.png); }
|
||||
.ui-state-default .ui-icon { background-image: url(../../Images/JQueryUi/ui-icons_eeeeee_256x240.png); }
|
||||
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../../Images/JQueryUi/ui-icons_ffffff_256x240.png); }
|
||||
.ui-state-active .ui-icon {background-image: url(../../Images/JQueryUi/ui-icons_e3a345_256x240.png); }
|
||||
.ui-state-highlight .ui-icon {background-image: url(../../Images/JQueryUi/ui-icons_e3a345_256x240.png); }
|
||||
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../../Images/JQueryUi/ui-icons_cd0a0a_256x240.png); }
|
||||
|
||||
/* positioning */
|
||||
.ui-icon-carat-1-n { background-position: 0 0; }
|
||||
.ui-icon-carat-1-ne { background-position: -16px 0; }
|
||||
.ui-icon-carat-1-e { background-position: -32px 0; }
|
||||
.ui-icon-carat-1-se { background-position: -48px 0; }
|
||||
.ui-icon-carat-1-s { background-position: -64px 0; }
|
||||
.ui-icon-carat-1-sw { background-position: -80px 0; }
|
||||
.ui-icon-carat-1-w { background-position: -96px 0; }
|
||||
.ui-icon-carat-1-nw { background-position: -112px 0; }
|
||||
.ui-icon-carat-2-n-s { background-position: -128px 0; }
|
||||
.ui-icon-carat-2-e-w { background-position: -144px 0; }
|
||||
.ui-icon-triangle-1-n { background-position: 0 -16px; }
|
||||
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
|
||||
.ui-icon-triangle-1-e { background-position: -32px -16px; }
|
||||
.ui-icon-triangle-1-se { background-position: -48px -16px; }
|
||||
.ui-icon-triangle-1-s { background-position: -64px -16px; }
|
||||
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
|
||||
.ui-icon-triangle-1-w { background-position: -96px -16px; }
|
||||
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
|
||||
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
|
||||
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
|
||||
.ui-icon-arrow-1-n { background-position: 0 -32px; }
|
||||
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
|
||||
.ui-icon-arrow-1-e { background-position: -32px -32px; }
|
||||
.ui-icon-arrow-1-se { background-position: -48px -32px; }
|
||||
.ui-icon-arrow-1-s { background-position: -64px -32px; }
|
||||
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
|
||||
.ui-icon-arrow-1-w { background-position: -96px -32px; }
|
||||
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
|
||||
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
|
||||
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
|
||||
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
|
||||
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
|
||||
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
|
||||
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
|
||||
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
|
||||
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
|
||||
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
|
||||
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
|
||||
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
|
||||
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
|
||||
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
|
||||
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
|
||||
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
|
||||
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
|
||||
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
|
||||
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
|
||||
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
|
||||
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
|
||||
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
|
||||
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
|
||||
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
|
||||
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
|
||||
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
|
||||
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
|
||||
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
|
||||
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
|
||||
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
|
||||
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
|
||||
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
|
||||
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
|
||||
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
|
||||
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
|
||||
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
|
||||
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
|
||||
.ui-icon-arrow-4 { background-position: 0 -80px; }
|
||||
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
|
||||
.ui-icon-extlink { background-position: -32px -80px; }
|
||||
.ui-icon-newwin { background-position: -48px -80px; }
|
||||
.ui-icon-refresh { background-position: -64px -80px; }
|
||||
.ui-icon-shuffle { background-position: -80px -80px; }
|
||||
.ui-icon-transfer-e-w { background-position: -96px -80px; }
|
||||
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
|
||||
.ui-icon-folder-collapsed { background-position: 0 -96px; }
|
||||
.ui-icon-folder-open { background-position: -16px -96px; }
|
||||
.ui-icon-document { background-position: -32px -96px; }
|
||||
.ui-icon-document-b { background-position: -48px -96px; }
|
||||
.ui-icon-note { background-position: -64px -96px; }
|
||||
.ui-icon-mail-closed { background-position: -80px -96px; }
|
||||
.ui-icon-mail-open { background-position: -96px -96px; }
|
||||
.ui-icon-suitcase { background-position: -112px -96px; }
|
||||
.ui-icon-comment { background-position: -128px -96px; }
|
||||
.ui-icon-person { background-position: -144px -96px; }
|
||||
.ui-icon-print { background-position: -160px -96px; }
|
||||
.ui-icon-trash { background-position: -176px -96px; }
|
||||
.ui-icon-locked { background-position: -192px -96px; }
|
||||
.ui-icon-unlocked { background-position: -208px -96px; }
|
||||
.ui-icon-bookmark { background-position: -224px -96px; }
|
||||
.ui-icon-tag { background-position: -240px -96px; }
|
||||
.ui-icon-home { background-position: 0 -112px; }
|
||||
.ui-icon-flag { background-position: -16px -112px; }
|
||||
.ui-icon-calendar { background-position: -32px -112px; }
|
||||
.ui-icon-cart { background-position: -48px -112px; }
|
||||
.ui-icon-pencil { background-position: -64px -112px; }
|
||||
.ui-icon-clock { background-position: -80px -112px; }
|
||||
.ui-icon-disk { background-position: -96px -112px; }
|
||||
.ui-icon-calculator { background-position: -112px -112px; }
|
||||
.ui-icon-zoomin { background-position: -128px -112px; }
|
||||
.ui-icon-zoomout { background-position: -144px -112px; }
|
||||
.ui-icon-search { background-position: -160px -112px; }
|
||||
.ui-icon-wrench { background-position: -176px -112px; }
|
||||
.ui-icon-gear { background-position: -192px -112px; }
|
||||
.ui-icon-heart { background-position: -208px -112px; }
|
||||
.ui-icon-star { background-position: -224px -112px; }
|
||||
.ui-icon-link { background-position: -240px -112px; }
|
||||
.ui-icon-cancel { background-position: 0 -128px; }
|
||||
.ui-icon-plus { background-position: -16px -128px; }
|
||||
.ui-icon-plusthick { background-position: -32px -128px; }
|
||||
.ui-icon-minus { background-position: -48px -128px; }
|
||||
.ui-icon-minusthick { background-position: -64px -128px; }
|
||||
.ui-icon-close { background-position: -80px -128px; }
|
||||
.ui-icon-closethick { background-position: -96px -128px; }
|
||||
.ui-icon-key { background-position: -112px -128px; }
|
||||
.ui-icon-lightbulb { background-position: -128px -128px; }
|
||||
.ui-icon-scissors { background-position: -144px -128px; }
|
||||
.ui-icon-clipboard { background-position: -160px -128px; }
|
||||
.ui-icon-copy { background-position: -176px -128px; }
|
||||
.ui-icon-contact { background-position: -192px -128px; }
|
||||
.ui-icon-image { background-position: -208px -128px; }
|
||||
.ui-icon-video { background-position: -224px -128px; }
|
||||
.ui-icon-script { background-position: -240px -128px; }
|
||||
.ui-icon-alert { background-position: 0 -144px; }
|
||||
.ui-icon-info { background-position: -16px -144px; }
|
||||
.ui-icon-notice { background-position: -32px -144px; }
|
||||
.ui-icon-help { background-position: -48px -144px; }
|
||||
.ui-icon-check { background-position: -64px -144px; }
|
||||
.ui-icon-bullet { background-position: -80px -144px; }
|
||||
.ui-icon-radio-off { background-position: -96px -144px; }
|
||||
.ui-icon-radio-on { background-position: -112px -144px; }
|
||||
.ui-icon-pin-w { background-position: -128px -144px; }
|
||||
.ui-icon-pin-s { background-position: -144px -144px; }
|
||||
.ui-icon-play { background-position: 0 -160px; }
|
||||
.ui-icon-pause { background-position: -16px -160px; }
|
||||
.ui-icon-seek-next { background-position: -32px -160px; }
|
||||
.ui-icon-seek-prev { background-position: -48px -160px; }
|
||||
.ui-icon-seek-end { background-position: -64px -160px; }
|
||||
.ui-icon-seek-start { background-position: -80px -160px; }
|
||||
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
||||
.ui-icon-seek-first { background-position: -80px -160px; }
|
||||
.ui-icon-stop { background-position: -96px -160px; }
|
||||
.ui-icon-eject { background-position: -112px -160px; }
|
||||
.ui-icon-volume-off { background-position: -128px -160px; }
|
||||
.ui-icon-volume-on { background-position: -144px -160px; }
|
||||
.ui-icon-power { background-position: 0 -176px; }
|
||||
.ui-icon-signal-diag { background-position: -16px -176px; }
|
||||
.ui-icon-signal { background-position: -32px -176px; }
|
||||
.ui-icon-battery-0 { background-position: -48px -176px; }
|
||||
.ui-icon-battery-1 { background-position: -64px -176px; }
|
||||
.ui-icon-battery-2 { background-position: -80px -176px; }
|
||||
.ui-icon-battery-3 { background-position: -96px -176px; }
|
||||
.ui-icon-circle-plus { background-position: 0 -192px; }
|
||||
.ui-icon-circle-minus { background-position: -16px -192px; }
|
||||
.ui-icon-circle-close { background-position: -32px -192px; }
|
||||
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
|
||||
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
|
||||
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
|
||||
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
|
||||
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
|
||||
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
|
||||
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
|
||||
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
|
||||
.ui-icon-circle-zoomin { background-position: -176px -192px; }
|
||||
.ui-icon-circle-zoomout { background-position: -192px -192px; }
|
||||
.ui-icon-circle-check { background-position: -208px -192px; }
|
||||
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
|
||||
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
|
||||
.ui-icon-circlesmall-close { background-position: -32px -208px; }
|
||||
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
|
||||
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
|
||||
.ui-icon-squaresmall-close { background-position: -80px -208px; }
|
||||
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
|
||||
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
|
||||
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
||||
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
||||
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
||||
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
||||
|
||||
|
||||
/* Misc visuals
|
||||
----------------------------------*/
|
||||
|
||||
/* Corner radius */
|
||||
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 1px; -webkit-border-top-left-radius: 1px; -khtml-border-top-left-radius: 1px; border-top-left-radius: 1px; }
|
||||
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 1px; -webkit-border-top-right-radius: 1px; -khtml-border-top-right-radius: 1px; border-top-right-radius: 1px; }
|
||||
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 1px; -webkit-border-bottom-left-radius: 1px; -khtml-border-bottom-left-radius: 1px; border-bottom-left-radius: 1px; }
|
||||
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 1px; -webkit-border-bottom-right-radius: 1px; -khtml-border-bottom-right-radius: 1px; border-bottom-right-radius: 1px; }
|
||||
|
||||
/* Overlays */
|
||||
.ui-widget-overlay { background: #2b2922 url(../../Images/JQueryUi/ui-bg_inset-soft_15_2b2922_1x100.png) 50% bottom repeat-x; opacity: .90;filter:Alpha(Opacity=90); }
|
||||
.ui-widget-shadow { margin: -12px 0 0 -12px; padding: 12px; background: #cccccc url(../../Images/JQueryUi/ui-bg_highlight-hard_95_cccccc_1x100.png) 50% top repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 10px; -khtml-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }/*!
|
||||
* jQuery UI Autocomplete 1.8.21
|
||||
*
|
||||
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Autocomplete#theming
|
||||
*/
|
||||
.ui-autocomplete { position: absolute; cursor: default; }
|
||||
.ui-autocomplete li {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
/* workarounds */
|
||||
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
|
||||
|
||||
/*
|
||||
* jQuery UI Menu 1.8.21
|
||||
*
|
||||
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Menu#theming
|
||||
*/
|
||||
.ui-menu {
|
||||
list-style:none;
|
||||
padding: 2px;
|
||||
margin: 0;
|
||||
display:block;
|
||||
float: left;
|
||||
}
|
||||
.ui-menu .ui-menu {
|
||||
margin-top: -3px;
|
||||
}
|
||||
.ui-menu .ui-menu-item {
|
||||
margin:0;
|
||||
padding: 0;
|
||||
zoom: 1;
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 100%;
|
||||
}
|
||||
.ui-menu .ui-menu-item a {
|
||||
text-decoration:none;
|
||||
display:block;
|
||||
padding:.2em .4em;
|
||||
line-height:1.5;
|
||||
zoom:1;
|
||||
}
|
||||
.ui-menu .ui-menu-item a.ui-state-hover,
|
||||
.ui-menu .ui-menu-item a.ui-state-active {
|
||||
font-weight: normal;
|
||||
margin: -1px;
|
||||
}
|
||||
/*!
|
||||
* jQuery UI Slider 1.8.21
|
||||
*
|
||||
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Slider#theming
|
||||
*/
|
||||
.ui-slider { position: relative; text-align: left; }
|
||||
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
|
||||
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
|
||||
|
||||
.ui-slider-horizontal { height: .8em; }
|
||||
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
|
||||
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
|
||||
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
|
||||
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
|
||||
|
||||
.ui-slider-vertical { width: .8em; height: 100px; }
|
||||
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
|
||||
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
|
||||
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
|
||||
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*!
|
||||
* jQuery UI Datepicker 1.8.21
|
||||
*
|
||||
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* http://docs.jquery.com/UI/Datepicker#theming
|
||||
*/
|
||||
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
|
||||
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
|
||||
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
|
||||
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
|
||||
.ui-datepicker .ui-datepicker-prev { left:2px; }
|
||||
.ui-datepicker .ui-datepicker-next { right:2px; }
|
||||
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
|
||||
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
|
||||
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
|
||||
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
|
||||
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
|
||||
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
|
||||
.ui-datepicker select.ui-datepicker-month,
|
||||
.ui-datepicker select.ui-datepicker-year { width: 49%;}
|
||||
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
|
||||
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
|
||||
.ui-datepicker td { border: 0; padding: 1px; }
|
||||
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
|
||||
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
|
||||
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
|
||||
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
|
||||
|
||||
/* with multiple calendars */
|
||||
.ui-datepicker.ui-datepicker-multi { width:auto; }
|
||||
.ui-datepicker-multi .ui-datepicker-group { float:left; }
|
||||
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
|
||||
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
|
||||
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
|
||||
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
|
||||
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
|
||||
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
|
||||
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
|
||||
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }
|
||||
|
||||
/* RTL support */
|
||||
.ui-datepicker-rtl { direction: rtl; }
|
||||
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
|
||||
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
|
||||
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
|
||||
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
|
||||
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
||||
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
||||
|
||||
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
|
||||
.ui-datepicker-cover {
|
||||
display: none; /*sorry for IE5*/
|
||||
display/**/: block; /*sorry for IE5*/
|
||||
position: absolute; /*must have*/
|
||||
z-index: -1; /*must have*/
|
||||
filter: mask(); /*must have*/
|
||||
top: -4px; /*must have*/
|
||||
left: -4px; /*must have*/
|
||||
width: 200px; /*must have*/
|
||||
height: 200px; /*must have*/
|
||||
}
|
34
Resources/Css/ModAdmin/index.css
Normal file
@@ -0,0 +1,34 @@
|
||||
|
||||
.docheader-funcmenu select {
|
||||
max-width: 500px;
|
||||
}
|
||||
|
||||
.tx_meilisearch_mod-admin h3 {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.tx_meilisearch_mod-admin fieldset {
|
||||
padding: 10px;
|
||||
margin-top: 10px;
|
||||
|
||||
border: none;
|
||||
border-top: 2px solid #aaa;
|
||||
}
|
||||
|
||||
.tx_meilisearch_mod-admin legend {
|
||||
position: relative;
|
||||
bottom: 2px;
|
||||
padding: 0 10px;
|
||||
|
||||
font-size: 12px;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.tx_meilisearch_mod-admin hr {
|
||||
border: none;
|
||||
border-bottom: 1px solid #cdcdcd;
|
||||
}
|
||||
|
||||
.tx_meilisearch_mod-admin hr.double {
|
||||
border-width: 2px;
|
||||
}
|
29
Resources/Css/Report/index.css
Normal file
@@ -0,0 +1,29 @@
|
||||
#typo3-inner-docbody p {
|
||||
margin: 7px 0;
|
||||
}
|
||||
|
||||
table.tx_meilisearch_index_list {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.tx_meilisearch_index_list td {
|
||||
padding: 2px 4px;
|
||||
vertical-align: middle;
|
||||
height: 20px;
|
||||
font-size: 11px;
|
||||
border-bottom: 1px solid #dee0e1;
|
||||
}
|
||||
|
||||
.tx_meilisearch_index_list .bgColor2 td {
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#tx-solr-connection {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#tx-solr-connection select {
|
||||
max-width: 300px;
|
||||
}
|
BIN
Resources/Images/JQueryUi/ui-anim_basic_16x16.gif
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
Resources/Images/JQueryUi/ui-bg_glass_55_fcf0ba_1x400.png
Normal file
After Width: | Height: | Size: 131 B |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 85 B |
After Width: | Height: | Size: 97 B |
BIN
Resources/Images/JQueryUi/ui-bg_highlight-hard_15_f18f0b_1x100.png
Executable file
After Width: | Height: | Size: 125 B |
After Width: | Height: | Size: 105 B |
BIN
Resources/Images/JQueryUi/ui-bg_highlight-soft_25_f18f0b_1x100.png
Executable file
After Width: | Height: | Size: 122 B |
After Width: | Height: | Size: 130 B |
BIN
Resources/Images/JQueryUi/ui-bg_inset-soft_15_2b2922_1x100.png
Normal file
After Width: | Height: | Size: 119 B |
BIN
Resources/Images/JQueryUi/ui-icons_808080_256x240.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
Resources/Images/JQueryUi/ui-icons_847e71_256x240.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
Resources/Images/JQueryUi/ui-icons_cd0a0a_256x240.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
Resources/Images/JQueryUi/ui-icons_d9a55e_256x240.png
Executable file
After Width: | Height: | Size: 5.2 KiB |
BIN
Resources/Images/JQueryUi/ui-icons_e3a345_256x240.png
Executable file
After Width: | Height: | Size: 4.3 KiB |
BIN
Resources/Images/JQueryUi/ui-icons_eeeeee_256x240.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
Resources/Images/JQueryUi/ui-icons_ffffff_256x240.png
Executable file
After Width: | Height: | Size: 4.3 KiB |
2
Resources/Private/.htaccess
Normal file
@@ -0,0 +1,2 @@
|
||||
Order deny,allow
|
||||
deny from all
|
2
Resources/Private/Install/.htaccess
Normal file
@@ -0,0 +1,2 @@
|
||||
Order deny,allow
|
||||
deny from all
|
260
Resources/Private/Install/install-solr.sh
Executable file
@@ -0,0 +1,260 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
clear
|
||||
|
||||
SCRIPTPATH=$( cd $(dirname $0) ; pwd -P )
|
||||
EXTENSION_ROOTPATH="$SCRIPTPATH/../../../"
|
||||
|
||||
SOLR_VERSION=8.8.1
|
||||
JAVA_VERSION=11
|
||||
SOLR_INSTALL_DIR="/opt/solr"
|
||||
SOLR_HOST="127.0.0.1"
|
||||
SOLR_PORT=8983
|
||||
TESTING=0
|
||||
|
||||
APACHE_MIRROR="http://mirror.dkd.de/apache/"
|
||||
APACHE_ARCHIVE="http://archive.apache.org/dist/"
|
||||
|
||||
# ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----
|
||||
|
||||
progressfilt ()
|
||||
{
|
||||
local flag=false c count cr=$'\r' nl=$'\n'
|
||||
while IFS='' read -d '' -rn 1 c
|
||||
do
|
||||
if $flag
|
||||
then
|
||||
printf '%c' "$c"
|
||||
else
|
||||
if [[ $c != $cr && $c != $nl ]]
|
||||
then
|
||||
count=0
|
||||
else
|
||||
((count++))
|
||||
if ((count > 1))
|
||||
then
|
||||
flag=true
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
# check whether a given resource is available on a mirror
|
||||
# if the resource is found it will download from the mirror
|
||||
# it the resource is not found it will download from Apache archive
|
||||
apachedownload ()
|
||||
{
|
||||
# test mirror
|
||||
wget -q --spider "$APACHE_MIRROR$1"
|
||||
|
||||
if [ $? -eq "0" ]
|
||||
then
|
||||
# download from mirror
|
||||
wget --progress=bar:force "$APACHE_MIRROR$1" 2>&1 | progressfilt
|
||||
else
|
||||
# download from archive
|
||||
wget --progress=bar:force "$APACHE_ARCHIVE$1" 2>&1 | progressfilt
|
||||
fi
|
||||
}
|
||||
|
||||
# ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----
|
||||
|
||||
# color echo http://www.faqs.org/docs/abs/HTML/colorizing.html
|
||||
|
||||
black="\033[30m"
|
||||
red="\033[31m"
|
||||
green="\033[32m"
|
||||
yellow="\033[33m"
|
||||
blue="\033[34m"
|
||||
magenta="\033[35m"
|
||||
cyan="\033[36m"
|
||||
white="\033[37m"
|
||||
|
||||
|
||||
# Color-echo, Argument $1 = message, Argument $2 = color
|
||||
cecho ()
|
||||
{
|
||||
local default_msg="No message passed."
|
||||
|
||||
# Defaults to default message.
|
||||
message=${1:-$default_msg}
|
||||
|
||||
# Defaults to black, if not specified.
|
||||
color=${2:-$black}
|
||||
|
||||
echo -e "$color$message"
|
||||
|
||||
# Reset text attributes to normal + without clearing screen.
|
||||
tput sgr0
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
# ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----
|
||||
|
||||
while getopts :d:t FLAG; do
|
||||
case $FLAG in
|
||||
d)
|
||||
SOLR_INSTALL_DIR=$OPTARG
|
||||
;;
|
||||
t)
|
||||
TESTING=1
|
||||
;;
|
||||
\?) #unrecognized option - show help
|
||||
exit 2
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
if [ $TESTING -eq "1" ]; then
|
||||
INSTALL_MODE="CI Testing"
|
||||
# during testing we use an own custom port
|
||||
SOLR_PORT=8999
|
||||
else
|
||||
INSTALL_MODE="Development"
|
||||
fi
|
||||
|
||||
cecho "####################################################################" $red
|
||||
cecho "# This script should be used for development only! #" $red
|
||||
cecho "# #" $red
|
||||
cecho "# It contains no: #" $red
|
||||
cecho "# - Security Updates #" $red
|
||||
cecho "# - Init Scripts #" $red
|
||||
cecho "# - Upgrade possibilities #" $red
|
||||
cecho "# #" $red
|
||||
cecho "####################################################################" $red
|
||||
|
||||
cecho "Starting installation of Apache Solr with the following settings:" $green
|
||||
cecho "Install Mode: ${INSTALL_MODE} " $green
|
||||
cecho "Solr Version: ${SOLR_VERSION} " $green
|
||||
cecho "Installation Path: ${SOLR_INSTALL_DIR} " $green
|
||||
cecho "Port: ${SOLR_PORT} " $green
|
||||
|
||||
# ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----
|
||||
|
||||
cecho "Checking requirements." $green
|
||||
|
||||
PASSALLCHECKS=1
|
||||
|
||||
if [ ! -w "$(dirname $SOLR_INSTALL_DIR)" ]
|
||||
then
|
||||
cecho "ERROR parent directory: ($(dirname $SOLR_INSTALL_DIR)) of install path ($SOLR_INSTALL_DIR) is not writeable." $red
|
||||
PASSALLCHECKS=0
|
||||
fi
|
||||
|
||||
wget --version > /dev/null 2>&1
|
||||
CHECK=$?
|
||||
if [ $CHECK -ne "0" ]
|
||||
then
|
||||
cecho "ERROR couldn't find wget." $red
|
||||
PASSALLCHECKS=0
|
||||
fi
|
||||
|
||||
java -version > /dev/null 2>&1
|
||||
CHECK=$?
|
||||
if [ $CHECK -ne "0" ]
|
||||
then
|
||||
cecho "ERROR couldn't find Java (Oracle Java is recommended)." $red
|
||||
PASSALLCHECKS=0
|
||||
fi
|
||||
|
||||
JAVA_VERSION_INSTALLED=$(java -version 2>&1 | grep -Eom1 "[._0-9]{5,}")
|
||||
JAVA_MAJOR_VERSION_INSTALLED=${JAVA_VERSION_INSTALLED%%\.*}
|
||||
|
||||
# check if java uses the old version number like 1.7.0_11
|
||||
if [ -n "$JAVA_MAJOR_VERSION_INSTALLED" ] && [ $JAVA_MAJOR_VERSION_INSTALLED -eq 1 ]
|
||||
then
|
||||
# extract the main Java version from 1.7.0_11 => 7
|
||||
JAVA_MAJOR_VERSION_INSTALLED=${JAVA_VERSION_INSTALLED:2:1}
|
||||
fi
|
||||
|
||||
|
||||
# check if java version is equal or higher then required
|
||||
if [ -n "$JAVA_VERSION_INSTALLED" ] && [ $JAVA_MAJOR_VERSION_INSTALLED -lt $JAVA_VERSION ]
|
||||
then
|
||||
cecho "You have installed Java version $JAVA_MAJOR_VERSION_INSTALLED. Please install Java $JAVA_VERSION or newer." $red
|
||||
PASSALLCHECKS=0
|
||||
fi
|
||||
|
||||
ping -c 1 mirror.dkd.de > /dev/null 2>&1
|
||||
CHECK=$?
|
||||
if [ $CHECK -ne "0" ]
|
||||
then
|
||||
cecho "ERROR couldn't ping Apache download mirror, try again using wget" $yellow
|
||||
wget -q --spider http://mirror.dkd.de/apache/
|
||||
if [ $? -ne "0" ]
|
||||
then
|
||||
cecho "ERROR Also couldn't reach the Apache download mirror using wget. Please check your internet connection." $red
|
||||
PASSALLCHECKS=0
|
||||
fi
|
||||
fi
|
||||
|
||||
tar --version > /dev/null 2>&1
|
||||
CHECK=$?
|
||||
if [ $CHECK -ne "0" ]
|
||||
then
|
||||
cecho "ERROR: couldn't find tar." $red
|
||||
PASSALLCHECKS=0
|
||||
fi
|
||||
|
||||
|
||||
if [ $PASSALLCHECKS -eq "0" ]
|
||||
then
|
||||
cecho "Please install all missing requirements or fix any other errors listed above and try again." $red
|
||||
exit 1
|
||||
else
|
||||
cecho "All requirements met, starting to install Solr." $green
|
||||
fi
|
||||
|
||||
# ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----
|
||||
|
||||
mkdir $SOLR_INSTALL_DIR
|
||||
cd $SOLR_INSTALL_DIR
|
||||
|
||||
cecho "Getting Apache Solr $SOLR_VERSION" $green
|
||||
|
||||
# download to downloads folder to be able to cache the file there
|
||||
if [ ! -f downloads/solr-$SOLR_VERSION.tgz ]; then
|
||||
cecho "Starting download" $green
|
||||
|
||||
mkdir downloads
|
||||
cd downloads
|
||||
apachedownload lucene/solr/$SOLR_VERSION/solr-$SOLR_VERSION.tgz
|
||||
cd ..
|
||||
else
|
||||
cecho "Restore from cache" $green
|
||||
fi
|
||||
|
||||
cecho "Extracting downloaded solr $SOLR_VERSION" $green
|
||||
tar -C $SOLR_INSTALL_DIR --extract --file "$SOLR_INSTALL_DIR/downloads/solr-$SOLR_VERSION.tgz" --strip-components=1
|
||||
|
||||
cecho "Adjusting solr configuration" $green
|
||||
sed -i -e "s/#SOLR_PORT=8983/SOLR_PORT=$SOLR_PORT/" "$SOLR_INSTALL_DIR/bin/solr.in.sh"
|
||||
sed -i -e "s/#SOLR_HOST=\"192.168.1.1\"/SOLR_HOST=\"$SOLR_HOST\"/" "$SOLR_INSTALL_DIR/bin/solr.in.sh"
|
||||
sed -i -e '/-Dsolr.clustering.enabled=true/ a SOLR_OPTS="$SOLR_OPTS -Dsun.net.inetaddr.ttl=60 -Dsun.net.inetaddr.negative.ttl=60 -Djetty.host=$SOLR_HOST"' "$SOLR_INSTALL_DIR/bin/solr.in.sh"
|
||||
|
||||
cecho "Remove default configsets" $green
|
||||
rm -fR ${SOLR_INSTALL_DIR}/server/solr/configsets
|
||||
|
||||
cecho "Copy configsets" $green
|
||||
cp -r ${EXTENSION_ROOTPATH}/Resources/Private/Solr/configsets ${SOLR_INSTALL_DIR}/server/solr
|
||||
|
||||
cecho "Copy copy solr.xml" $green
|
||||
cp ${EXTENSION_ROOTPATH}/Resources/Private/Solr/solr.xml ${SOLR_INSTALL_DIR}/server/solr/solr.xml
|
||||
|
||||
cecho "Create default cores" $green
|
||||
cp -r ${EXTENSION_ROOTPATH}/Resources/Private/Solr/cores ${SOLR_INSTALL_DIR}/server/solr
|
||||
|
||||
cecho "Setting environment" $green
|
||||
source $SOLR_INSTALL_DIR/bin/solr.in.sh
|
||||
|
||||
cecho "Starting solr" $green
|
||||
$SOLR_INSTALL_DIR/bin/solr start
|
||||
|
||||
if [ $TESTING -eq "1" ]; then
|
||||
cecho "Keeping download to cache it for next build" $green
|
||||
else
|
||||
cecho "Cleanup download" green
|
||||
rm $SOLR_INSTALL_DIR/downloads/solr-$SOLR_VERSION.tgz
|
||||
fi
|
133
Resources/Private/Language/cn.locallang.xlf
Normal file
@@ -0,0 +1,133 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<xliff version="1.0">
|
||||
<file source-language="en" target-language="cn" datatype="plaintext" original="messages" date="2015-12-23T10:35:41Z" product-name="solr">
|
||||
<header/>
|
||||
<body>
|
||||
<!-- From PluginResults|PluginSearch|PluginFrequentSearches/locallang.xlf -->
|
||||
<trans-unit id="searchUnavailable" xml:space="preserve" approved="yes">
|
||||
<source>Search is currently not available.</source>
|
||||
<target>搜索功能目前不可用。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="searchFailed" xml:space="preserve" approved="yes">
|
||||
<source>We're sorry. The request you tried to make could not be processed.</source>
|
||||
<target>非常抱歉。您尝试的操作请求无法执行。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="searchWord" xml:space="preserve" approved="yes">
|
||||
<source>Search Term</source>
|
||||
<target>搜索术语</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="didYouMean" xml:space="preserve" approved="yes">
|
||||
<source>Did you mean</source>
|
||||
<target>您想要</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="submit" xml:space="preserve" approved="yes">
|
||||
<source>Search</source>
|
||||
<target>搜索</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sorting_sortBy" xml:space="preserve" approved="yes">
|
||||
<source>Sort by</source>
|
||||
<target>排序依据</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_narrowSearch" xml:space="preserve" approved="yes">
|
||||
<source>Narrow Search</source>
|
||||
<target>缩小搜索范围</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_resultsNarrowedBy" xml:space="preserve" approved="yes">
|
||||
<source>Search narrowed by</source>
|
||||
<target>缩小搜索范围根据</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_showMore" xml:space="preserve" approved="yes">
|
||||
<source>Show more</source>
|
||||
<target>显示更多</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_showFewer" xml:space="preserve" approved="yes">
|
||||
<source>Show fewer</source>
|
||||
<target>显示更少</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_removeAllFilters" xml:space="preserve" approved="yes">
|
||||
<source>Remove all filters</source>
|
||||
<target>删除所有过滤器</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_range" xml:space="preserve" approved="yes">
|
||||
<source>Displaying results @resultsFrom to @resultsTo of @resultsTotal.</source>
|
||||
<target>显示搜索结果中的第 @resultsFrom 条到第 @resultsTo 条 (共 @resultsTotal 条)。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_found" xml:space="preserve" approved="yes">
|
||||
<source>Found @resultsTotal results in @resultsTime milliseconds.</source>
|
||||
<target>找到相关结果共 @resultsTotal 条,用时 @resultsTime 毫秒。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_found.singular" xml:space="preserve" approved="yes">
|
||||
<source>Found 1 result in @resultsTime milliseconds.</source>
|
||||
<target>找到相关结果共 1 条,用时 @resultsTime 毫秒。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_searched_for" xml:space="preserve" approved="yes">
|
||||
<source>Searched for "@searchWord".</source>
|
||||
<target>搜索"@searchWord"</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="no_results_nothing_found" xml:space="preserve" approved="yes">
|
||||
<source>Nothing found for "@searchWord".</source>
|
||||
<target>没有找到任何关于"@searchWord"</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="no_results_showing_results_suggestion" xml:space="preserve" approved="yes">
|
||||
<source>Showing results for "@suggestedWord".</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="no_results_search_for_original" xml:space="preserve" approved="yes">
|
||||
<source>Search instead for "@searchWord".</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="lastSearches" xml:space="preserve" approved="yes">
|
||||
<source>Last searches</source>
|
||||
<target>上次搜索</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="frequentSearches" xml:space="preserve" approved="yes">
|
||||
<source>Frequent searches</source>
|
||||
<target>常见搜索</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="relevance" xml:space="preserve" approved="yes">
|
||||
<source>Relevance</source>
|
||||
<target>关联内容</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sponsored" xml:space="preserve" approved="yes">
|
||||
<source>Sponsored</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="file_mimetype" xml:space="preserve" approved="yes">
|
||||
<source>File type</source>
|
||||
<target>文件类型</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="file_referenced" xml:space="preserve" approved="yes">
|
||||
<source>Referenced at</source>
|
||||
<target>参考地址</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_per_page" xml:space="preserve" approved="yes">
|
||||
<source>Results per page:</source>
|
||||
<target>每页的结果:</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="error_errors" xml:space="preserve" approved="yes">
|
||||
<source>We're sorry, there were some errors:</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="error_emptyQuery" xml:space="preserve" approved="yes">
|
||||
<source>Please enter your search term in the box above.</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_first" xml:space="preserve" approved="yes">
|
||||
<source>First</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_prev" xml:space="preserve" approved="yes">
|
||||
<source>Previous</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_next" xml:space="preserve" approved="yes">
|
||||
<source>Next</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_last" xml:space="preserve" approved="yes">
|
||||
<source>Last</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
218
Resources/Private/Language/de.locallang.xlf
Normal file
@@ -0,0 +1,218 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<xliff version="1.0">
|
||||
<file source-language="en" target-language="de" datatype="plaintext" original="messages" date="2015-12-23T10:36:54Z" product-name="solr">
|
||||
<header/>
|
||||
<body>
|
||||
<!-- From ModuleScheduler/locallang.xlf //-->
|
||||
<trans-unit id="reindex_title" xml:space="preserve" approved="yes">
|
||||
<source>Force Re-Indexing of a site</source>
|
||||
<target>Re-Indexierung der Seite erzwingen</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="reindex_description" xml:space="preserve" approved="yes">
|
||||
<source>Purges the Solr Index and initializes the Index Queue of a site.</source>
|
||||
<target>Leert den solr index und initialisiert die Index Queue einer Seite.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="indexqueueworker_title" xml:space="preserve" approved="yes">
|
||||
<source>Index Queue Worker</source>
|
||||
<target>Index Queue Worker</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="indexqueueworker_description" xml:space="preserve" approved="yes">
|
||||
<source>Processes the items in the Index Queue and sends them to Solr.</source>
|
||||
<target>Verarbeitet einen Item in der Index Queue und sendet ihn an den Solr Server.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="indexqueueworker_field_documentsToIndexLimit" xml:space="preserve" approved="yes">
|
||||
<source>Number of documents to index</source>
|
||||
<target>Anzahl der zu indexierenden Dokumente</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="indexqueueworker_field_forcedWebRoot" xml:space="preserve">
|
||||
<source>Forced webroot (only needed when webroot is not PATH_site)</source>
|
||||
<target>Forced webroot (Nur notwendig wenn webroot von PATH_site abweicht)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="field_host" xml:space="preserve" approved="yes">
|
||||
<source>Solr Host</source>
|
||||
<target>Solr host</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="field_port" xml:space="preserve" approved="yes">
|
||||
<source>Solr Port</source>
|
||||
<target>Solr Port</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="field_path" xml:space="preserve" approved="yes">
|
||||
<source>Solr Path</source>
|
||||
<target>Solr Pfad</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="field_server" xml:space="preserve" approved="yes">
|
||||
<source>Solr Server</source>
|
||||
<target>Solr Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="field_site" xml:space="preserve" approved="yes">
|
||||
<source>Site</source>
|
||||
<target>Webseite</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="optimizer_title" xml:space="preserve" approved="yes">
|
||||
<source></source>
|
||||
<target>Optimieren</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="optimizer_description" xml:space="preserve" approved="yes">
|
||||
<source></source>
|
||||
<target>Optimiert den Solr Index</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="commit_title" xml:space="preserve" approved="yes">
|
||||
<source></source>
|
||||
<target>Commit Solr index</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="commit_description" xml:space="preserve" approved="yes">
|
||||
<source></source>
|
||||
<target>Macht Änderungen am Solr Index sichtbar</target>
|
||||
</trans-unit>
|
||||
|
||||
<!-- From PluginResults|PluginSearch|PluginFrequentSearches/locallang.xlf -->
|
||||
|
||||
<trans-unit id="searchUnavailable" xml:space="preserve" approved="yes">
|
||||
<source>Search is currently not available.</source>
|
||||
<target>Die Suche steht im Moment nicht zur Verfügung.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="searchFailed" xml:space="preserve" approved="yes">
|
||||
<source>We're sorry. The request you tried to make could not be processed.</source>
|
||||
<target>Es tut uns leid. Ihre Suchanfrage konnte nicht verarbeitet werden.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="searchWord" xml:space="preserve" approved="yes">
|
||||
<source>Search Term</source>
|
||||
<target>Suchbegriff</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="didYouMean" xml:space="preserve" approved="yes">
|
||||
<source>Did you mean</source>
|
||||
<target>Meinten Sie</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="submit" xml:space="preserve" approved="yes">
|
||||
<source>Search</source>
|
||||
<target>Suche</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sorting_sortBy" xml:space="preserve" approved="yes">
|
||||
<source>Sort by</source>
|
||||
<target>Sortieren nach</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_narrowSearch" xml:space="preserve" approved="yes">
|
||||
<source>Narrow Search</source>
|
||||
<target>Suchfilter</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_resultsNarrowedBy" xml:space="preserve" approved="yes">
|
||||
<source>Search narrowed by</source>
|
||||
<target>Aktive Filter</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_showMore" xml:space="preserve" approved="yes">
|
||||
<source>Show more</source>
|
||||
<target>Mehr zeigen</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_showFewer" xml:space="preserve" approved="yes">
|
||||
<source>Show fewer</source>
|
||||
<target>Weniger zeigen</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_removeAllFilters" xml:space="preserve" approved="yes">
|
||||
<source>Remove all filters</source>
|
||||
<target>Alle Filter entfernen</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_filter" xml:space="preserve" approved="yes">
|
||||
<source>Filter</source>
|
||||
<target>Filtern</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_range" xml:space="preserve" approved="yes">
|
||||
<source>Displaying results @resultsFrom to @resultsTo of @resultsTotal.</source>
|
||||
<target>Zeige Ergebnisse @resultsFrom bis @resultsTo von @resultsTotal.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_found" xml:space="preserve" approved="yes">
|
||||
<source>Found @resultsTotal results in @resultsTime milliseconds.</source>
|
||||
<target>Es wurden @resultsTotal Ergebnisse in @resultsTime Millisekunden gefunden.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_found.singular" xml:space="preserve" approved="yes">
|
||||
<source>Found 1 result in @resultsTime milliseconds.</source>
|
||||
<target>Es wurde 1 Ergebnis in @resultsTime Millisekunden gefunden.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_searched_for" xml:space="preserve" approved="yes">
|
||||
<source>Searched for "@searchWord".</source>
|
||||
<target>Gesucht nach "@searchWord".</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="no_results_nothing_found" xml:space="preserve" approved="yes">
|
||||
<source>Nothing found for "@searchWord".</source>
|
||||
<target>Nichts gefunden für "@searchWord".</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="no_results_showing_results_suggestion" xml:space="preserve" approved="yes">
|
||||
<source>Showing results for "@suggestedWord".</source>
|
||||
<target>Ergebnisse für "@suggestedWord".</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="no_results_search_for_original" xml:space="preserve" approved="yes">
|
||||
<source>Search instead for "@searchWord".</source>
|
||||
<target>Stattdessen suchen nach "@searchWord".</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="lastSearches" xml:space="preserve" approved="yes">
|
||||
<source>Last searches</source>
|
||||
<target>Letzte Suchanfragen</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="frequentSearches" xml:space="preserve" approved="yes">
|
||||
<source>Frequent searches</source>
|
||||
<target>Häufige Suchanfragen</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="relevance" xml:space="preserve" approved="yes">
|
||||
<source>Relevance</source>
|
||||
<target>Relevanz</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sponsored" xml:space="preserve" approved="yes">
|
||||
<source>Sponsored</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="file_mimetype" xml:space="preserve" approved="yes">
|
||||
<source>File type</source>
|
||||
<target>Dateityp</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="file_referenced" xml:space="preserve" approved="yes">
|
||||
<source>Referenced at</source>
|
||||
<target>Verlinkt bei</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_per_page" xml:space="preserve" approved="yes">
|
||||
<source>Results per page:</source>
|
||||
<target>Ergebnisse pro Seite:</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="error_errors" xml:space="preserve" approved="yes">
|
||||
<source>We're sorry, there were some errors:</source>
|
||||
<target>Es tut uns leid, es gab einige Fehler:</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="error_emptyQuery" xml:space="preserve" approved="yes">
|
||||
<source>Please enter your search term in the box above.</source>
|
||||
<target>Bitte geben Sie ihr Suchwort in das Suchfeld ein.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_first" xml:space="preserve" approved="yes">
|
||||
<source>First</source>
|
||||
<target>Erste</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_prev" xml:space="preserve" approved="yes">
|
||||
<source>Previous</source>
|
||||
<target>Vorherige</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_next" xml:space="preserve" approved="yes">
|
||||
<source>Next</source>
|
||||
<target>Nächste</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_last" xml:space="preserve" approved="yes">
|
||||
<source>Last</source>
|
||||
<target>Letzte</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="suggest_header" xml:space="preserve">
|
||||
<source>Top Results</source>
|
||||
<target>Top Treffer</target>
|
||||
</trans-unit>
|
||||
|
||||
<!-- From locallang_db.xlf -->
|
||||
<trans-unit id="tt_content.list_type_pi_frequentsearches" xml:space="preserve" approved="yes">
|
||||
<source>Search: Frequent Searches</source>
|
||||
<target>Suche: Häufige Suchen</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tt_content.list_type_pi_results" xml:space="preserve" approved="yes">
|
||||
<source>Search: Form, Result, Additional Components</source>
|
||||
<target>Suche: Formular, Ergebnisse, weitere Komponenten</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tt_content.list_type_pi_search" xml:space="preserve" approved="yes">
|
||||
<source>Search: Form only</source>
|
||||
<target>Suche: Nur Suchformular</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
165
Resources/Private/Language/dk.locallang.xlf
Normal file
@@ -0,0 +1,165 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<xliff version="1.0">
|
||||
<file source-language="en" target-language="dk" datatype="plaintext" original="messages" date="2015-12-23T10:36:54Z" product-name="solr">
|
||||
<header/>
|
||||
<body>
|
||||
<!-- From ModuleReports/locallang.xlf //-->
|
||||
<trans-unit id="index_title" xml:space="preserve" approved="yes">
|
||||
<source>Apache Solr Index</source>
|
||||
<target>Apache Solr Index</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="index_description" xml:space="preserve" approved="yes">
|
||||
<source>View the number of documents and fields in your index</source>
|
||||
<target>Se antallet af dokumenter og felter i dit index</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="statistics_title" xml:space="preserve" approved="yes">
|
||||
<source>Apache Solr Statistics</source>
|
||||
<target>Apache Solr Statistik</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="statistics_description" xml:space="preserve" approved="yes">
|
||||
<source>Provides several Solr usage statistics</source>
|
||||
<target>Viser adskillige Solr-anvendelsesstatistikker</target>
|
||||
</trans-unit>
|
||||
|
||||
<!-- From PluginResults|PluginSearch|PluginFrequentSearches/locallang.xlf -->
|
||||
<trans-unit id="searchUnavailable" xml:space="preserve" approved="yes">
|
||||
<source>Search is currently not available.</source>
|
||||
<target>Søgning er ikke tilgængelig på nuværende tidspunkt.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="searchFailed" xml:space="preserve" approved="yes">
|
||||
<source>We're sorry. The request you tried to make could not be processed.</source>
|
||||
<target>Vi beklager. Forespørgslen kunne ikke udføres.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="searchWord" xml:space="preserve" approved="yes">
|
||||
<source>Search Term</source>
|
||||
<target>Søgeord</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="didYouMean" xml:space="preserve" approved="yes">
|
||||
<source>Did you mean</source>
|
||||
<target>Mente du</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="submit" xml:space="preserve" approved="yes">
|
||||
<source>Search</source>
|
||||
<target>Søg</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sorting_sortBy" xml:space="preserve" approved="yes">
|
||||
<source>Sort by</source>
|
||||
<target>Sortér efter</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_narrowSearch" xml:space="preserve" approved="yes">
|
||||
<source>Narrow Search</source>
|
||||
<target>Begræns søgning</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_resultsNarrowedBy" xml:space="preserve" approved="yes">
|
||||
<source>Search narrowed by</source>
|
||||
<target>Valgte begrænsninger</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_showMore" xml:space="preserve" approved="yes">
|
||||
<source>Show more</source>
|
||||
<target>Vis flere</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_showFewer" xml:space="preserve" approved="yes">
|
||||
<source>Show fewer</source>
|
||||
<target>Vis færre</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_removeAllFilters" xml:space="preserve" approved="yes">
|
||||
<source>Remove all filters</source>
|
||||
<target>Fjern alle begrænsninger</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_range" xml:space="preserve" approved="yes">
|
||||
<source>Displaying results @resultsFrom to @resultsTo of @resultsTotal.</source>
|
||||
<target>Viser resultat @resultsFrom til @resultsTo af ialt @resultsTotal.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_found" xml:space="preserve" approved="yes">
|
||||
<source>Found @resultsTotal results in @resultsTime milliseconds.</source>
|
||||
<target>Fandt @resultsTotal resultater på @resultsTime milisekunder.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_found.singular" xml:space="preserve" approved="yes">
|
||||
<source>Found 1 result in @resultsTime milliseconds.</source>
|
||||
<target>Fandt 1 resultater på @resultsTime milisekunder.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_searched_for" xml:space="preserve" approved="yes">
|
||||
<source>Searched for "@searchWord".</source>
|
||||
<target>Søgte efter "@searchWord".</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="no_results_nothing_found" xml:space="preserve" approved="yes">
|
||||
<source>Nothing found for "@searchWord".</source>
|
||||
<target>Intet fundet for søgeord "@searchWord".</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="no_results_showing_results_suggestion" xml:space="preserve" approved="yes">
|
||||
<source>Showing results for "@suggestedWord".</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="no_results_search_for_original" xml:space="preserve" approved="yes">
|
||||
<source>Search instead for "@searchWord".</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="lastSearches" xml:space="preserve" approved="yes">
|
||||
<source>Last searches</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="frequentSearches" xml:space="preserve" approved="yes">
|
||||
<source>Frequent searches</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="relevance" xml:space="preserve" approved="yes">
|
||||
<source>Relevance</source>
|
||||
<target>Relevans</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sponsored" xml:space="preserve" approved="yes">
|
||||
<source>Sponsored</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="file_mimetype" xml:space="preserve" approved="yes">
|
||||
<source>File type</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="file_referenced" xml:space="preserve" approved="yes">
|
||||
<source>Referenced at</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_per_page" xml:space="preserve" approved="yes">
|
||||
<source>Results per page:</source>
|
||||
<target>Resultater per side:</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="error_errors" xml:space="preserve" approved="yes">
|
||||
<source>We're sorry, there were some errors:</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="error_emptyQuery" xml:space="preserve" approved="yes">
|
||||
<source>Please enter your search term in the box above.</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_first" xml:space="preserve" approved="yes">
|
||||
<source>First</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_prev" xml:space="preserve" approved="yes">
|
||||
<source>Previous</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_next" xml:space="preserve" approved="yes">
|
||||
<source>Next</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_last" xml:space="preserve" approved="yes">
|
||||
<source>Last</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
|
||||
<!-- From locallang_db.xlf -->
|
||||
<trans-unit id="tt_content.list_type_pi_frequentsearches" xml:space="preserve" approved="yes">
|
||||
<source>Search: Frequent Searches</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tt_content.list_type_pi_results" xml:space="preserve" approved="yes">
|
||||
<source>Search: Form, Result, Additional Components</source>
|
||||
<target>Søg: Søgeformular, Resultater, Yderligere komponenter</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tt_content.list_type_pi_search" xml:space="preserve" approved="yes">
|
||||
<source>Search: Form only</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
222
Resources/Private/Language/fr.locallang.xlf
Normal file
@@ -0,0 +1,222 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<xliff version="1.0">
|
||||
<file source-language="en" target-language="fr" datatype="plaintext" original="messages" date="2015-12-23T10:34:18Z" product-name="solr">
|
||||
<header/>
|
||||
<body>
|
||||
<!-- From Backend/locallang.xlf //-->
|
||||
<trans-unit id="module_indexinspector" xml:space="preserve" approved="yes">
|
||||
<source>Search Index Inspector</source>
|
||||
<target>Inspecteur de l'index de recherche</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="plugin_results" xml:space="preserve" approved="yes">
|
||||
<source>Search</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="plugin_results_description" xml:space="preserve" approved="yes">
|
||||
<source>A search form and results list.</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
|
||||
<!-- From ModuleReports/locallang.xlf //-->
|
||||
<trans-unit id="index_title" xml:space="preserve" approved="yes">
|
||||
<source>Apache Solr Index</source>
|
||||
<target>Index d'Apache Solr</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="index_description" xml:space="preserve" approved="yes">
|
||||
<source>View the number of documents and fields in your index</source>
|
||||
<target>Visualisez le nombre de documents et de champs de votre index</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="statistics_title" xml:space="preserve" approved="yes">
|
||||
<source>Apache Solr Statistics</source>
|
||||
<target>Statistiques d'Apache Solr</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="statistics_description" xml:space="preserve" approved="yes">
|
||||
<source>Provides several Solr usage statistics</source>
|
||||
<target>Fourni plusieurs statistiques d'usage de Solr</target>
|
||||
</trans-unit>
|
||||
|
||||
<!-- From ModuleScheduler/locallang.xlf //-->
|
||||
<trans-unit id="reindex_title" xml:space="preserve" approved="yes">
|
||||
<source>Force Re-Indexing of a site</source>
|
||||
<target>Force la réindexation d'un site</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="reindex_description" xml:space="preserve" approved="yes">
|
||||
<source>Purges the Solr Index and initializes the Index Queue of a site.</source>
|
||||
<target>Purge l'index de Solr et initialise la file d'attente d'indexation d'un site.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="indexqueueworker_title" xml:space="preserve" approved="yes">
|
||||
<source>Index Queue Worker</source>
|
||||
<target>Tâche de traitement de la file d'indexation.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="indexqueueworker_description" xml:space="preserve" approved="yes">
|
||||
<source>Processes the items in the Index Queue and sends them to Solr.</source>
|
||||
<target>Traite les élément de la file d'attente et les envoie à Solr.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="indexqueueworker_field_documentsToIndexLimit" xml:space="preserve" approved="yes">
|
||||
<source>Number of documents to index</source>
|
||||
<target>Nombre de documents à indexer</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="field_host" xml:space="preserve" approved="yes">
|
||||
<source>Solr Host</source>
|
||||
<target>Hôte Solr</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="field_port" xml:space="preserve" approved="yes">
|
||||
<source>Solr Port</source>
|
||||
<target>Port Solr</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="field_path" xml:space="preserve" approved="yes">
|
||||
<source>Solr Path</source>
|
||||
<target>URI Solr</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="field_server" xml:space="preserve" approved="yes">
|
||||
<source>Solr Server</source>
|
||||
<target>Serveur Solr</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="field_site" xml:space="preserve" approved="yes">
|
||||
<source>Site</source>
|
||||
<target>Site</target>
|
||||
</trans-unit>
|
||||
|
||||
<!-- From PluginResults|PluginSearch|PluginFrequentSearches/locallang.xlf -->
|
||||
<trans-unit id="searchUnavailable" xml:space="preserve" approved="yes">
|
||||
<source>Search is currently not available.</source>
|
||||
<target>La recherche est actuellement indisponible.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="searchFailed" xml:space="preserve" approved="yes">
|
||||
<source>We're sorry. The request you tried to make could not be processed.</source>
|
||||
<target>Désolé. Votre demande n'a pas pu être traitée.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="searchWord" xml:space="preserve" approved="yes">
|
||||
<source>Search Term</source>
|
||||
<target>Critère de recherche</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="didYouMean" xml:space="preserve" approved="yes">
|
||||
<source>Did you mean</source>
|
||||
<target>Pensiez-vous à</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="submit" xml:space="preserve" approved="yes">
|
||||
<source>Search</source>
|
||||
<target>Recherche</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sorting_sortBy" xml:space="preserve" approved="yes">
|
||||
<source>Sort by</source>
|
||||
<target>Trier par</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_narrowSearch" xml:space="preserve" approved="yes">
|
||||
<source>Narrow Search</source>
|
||||
<target>Filtre de résultats</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_resultsNarrowedBy" xml:space="preserve" approved="yes">
|
||||
<source>Search narrowed by</source>
|
||||
<target>Filtres actifs</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_showMore" xml:space="preserve" approved="yes">
|
||||
<source>Show more</source>
|
||||
<target>Afficher plus</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_showFewer" xml:space="preserve" approved="yes">
|
||||
<source>Show fewer</source>
|
||||
<target>Afficher moins</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_removeAllFilters" xml:space="preserve" approved="yes">
|
||||
<source>Remove all filters</source>
|
||||
<target>Retirer tous les filtres</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_range" xml:space="preserve" approved="yes">
|
||||
<source>Displaying results @resultsFrom to @resultsTo of @resultsTotal.</source>
|
||||
<target>Affiche les résultats de @resultsFrom à @resultsTo sur @resultsTotal.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_found" xml:space="preserve" approved="yes">
|
||||
<source>Found @resultsTotal results in @resultsTime milliseconds.</source>
|
||||
<target>@resultsTotal résultats ont été trouvés en @resultsTime millisecondes.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_found.singular" xml:space="preserve" approved="yes">
|
||||
<source>Found 1 result in @resultsTime milliseconds.</source>
|
||||
<target>1 résultats ont été trouvés en @resultsTime millisecondes.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_searched_for" xml:space="preserve" approved="yes">
|
||||
<source>Searched for "@searchWord".</source>
|
||||
<target>Recherche de "@searchWord".</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="no_results_nothing_found" xml:space="preserve" approved="yes">
|
||||
<source>Nothing found for "@searchWord".</source>
|
||||
<target>Rien trouvé pour "@searchWord".</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="no_results_showing_results_suggestion" xml:space="preserve" approved="yes">
|
||||
<source>Showing results for "@suggestedWord".</source>
|
||||
<target>Affichage des résultats pour "@suggestedWord".</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="no_results_search_for_original" xml:space="preserve" approved="yes">
|
||||
<source>Search instead for "@searchWord".</source>
|
||||
<target>Chercher "@searchWord" à la place.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="lastSearches" xml:space="preserve" approved="yes">
|
||||
<source>Last searches</source>
|
||||
<target>Dernières recherches</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="frequentSearches" xml:space="preserve" approved="yes">
|
||||
<source>Frequent searches</source>
|
||||
<target>Recherches fréquentes</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="relevance" xml:space="preserve" approved="yes">
|
||||
<source>Relevance</source>
|
||||
<target>Pertinence</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sponsored" xml:space="preserve" approved="yes">
|
||||
<source>Sponsored</source>
|
||||
<target>Sponsorisé</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="file_mimetype" xml:space="preserve" approved="yes">
|
||||
<source>File type</source>
|
||||
<target>Type de fichier</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="file_referenced" xml:space="preserve" approved="yes">
|
||||
<source>Referenced at</source>
|
||||
<target>Référencé par</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_per_page" xml:space="preserve" approved="yes">
|
||||
<source>Results per page:</source>
|
||||
<target>Résultats par page:</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="error_errors" xml:space="preserve" approved="yes">
|
||||
<source>We're sorry, there were some errors:</source>
|
||||
<target>Veuillez nous excuser, des erreurs sont survenues :</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="error_emptyQuery" xml:space="preserve" approved="yes">
|
||||
<source>Please enter your search term in the box above.</source>
|
||||
<target>Veuillez remplir les termes de recherche dans le champ ci-dessus.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_first" xml:space="preserve" approved="yes">
|
||||
<source>First</source>
|
||||
<target>Premier</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_prev" xml:space="preserve" approved="yes">
|
||||
<source>Previous</source>
|
||||
<target>Précédent</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_next" xml:space="preserve" approved="yes">
|
||||
<source>Next</source>
|
||||
<target>Suivant</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_last" xml:space="preserve" approved="yes">
|
||||
<source>Last</source>
|
||||
<target>Dernier</target>
|
||||
</trans-unit>
|
||||
|
||||
<!-- From locallang_db.xlf -->
|
||||
<trans-unit id="tt_content.list_type_pi_frequentsearches" xml:space="preserve" approved="yes">
|
||||
<source>Search: Frequent Searches</source>
|
||||
<target>Rechercher: Recherches fréquentes</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tt_content.list_type_pi_results" xml:space="preserve" approved="yes">
|
||||
<source>Search: Form, Result, Additional Components</source>
|
||||
<target>Rechercher: Formulaire, Résultats, Composants additionnels</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tt_content.list_type_pi_search" xml:space="preserve" approved="yes">
|
||||
<source>Search: Form only</source>
|
||||
<target>Rechercher: Formulaire seul</target>
|
||||
</trans-unit>
|
||||
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
134
Resources/Private/Language/it.locallang.xlf
Normal file
@@ -0,0 +1,134 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<xliff version="1.0">
|
||||
<file source-language="en" target-language="it" datatype="plaintext" original="messages" date="2015-12-23T10:35:41Z" product-name="solr">
|
||||
<header/>
|
||||
<body>
|
||||
|
||||
<!-- From PluginResults|PluginSearch|PluginFrequentSearches/locallang.xlf -->
|
||||
<trans-unit id="searchUnavailable" xml:space="preserve" approved="yes">
|
||||
<source>Search is currently not available.</source>
|
||||
<target>La ricerca non è al momento disponibile.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="searchFailed" xml:space="preserve" approved="yes">
|
||||
<source>We're sorry. The request you tried to make could not be processed.</source>
|
||||
<target>Errore. Impossibile elaborare la query di ricerca.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="searchWord" xml:space="preserve" approved="yes">
|
||||
<source>Search Term</source>
|
||||
<target>Termine di ricerca</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="didYouMean" xml:space="preserve" approved="yes">
|
||||
<source>Did you mean</source>
|
||||
<target>Forse cercavi:</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="submit" xml:space="preserve" approved="yes">
|
||||
<source>Search</source>
|
||||
<target>Ricerca</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sorting_sortBy" xml:space="preserve" approved="yes">
|
||||
<source>Sort by</source>
|
||||
<target>Ordina</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_narrowSearch" xml:space="preserve" approved="yes">
|
||||
<source>Narrow Search</source>
|
||||
<target>Filtro di ricerca</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_resultsNarrowedBy" xml:space="preserve" approved="yes">
|
||||
<source>Search narrowed by</source>
|
||||
<target>Filtro attivo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_showMore" xml:space="preserve" approved="yes">
|
||||
<source>Show more</source>
|
||||
<target>Espandi</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_showFewer" xml:space="preserve" approved="yes">
|
||||
<source>Show fewer</source>
|
||||
<target>Riduci</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_removeAllFilters" xml:space="preserve" approved="yes">
|
||||
<source>Remove all filters</source>
|
||||
<target>Rimuovi tutti i filtri</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_range" xml:space="preserve" approved="yes">
|
||||
<source>Displaying results @resultsFrom to @resultsTo of @resultsTotal.</source>
|
||||
<target>Mostra risultati @resultsFrom a @resultsTo di @resultsTotal.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_found" xml:space="preserve" approved="yes">
|
||||
<source>Found @resultsTotal results in @resultsTime milliseconds.</source>
|
||||
<target>@resultsTotal risultati trovati in @resultsTime millisecondi.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_found.singular" xml:space="preserve" approved="yes">
|
||||
<source>Found 1 result in @resultsTime milliseconds.</source>
|
||||
<target>1 risultati trovati in @resultsTime millisecondi.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_searched_for" xml:space="preserve" approved="yes">
|
||||
<source>Searched for "@searchWord".</source>
|
||||
<target>Eseguita ricerca di "@searchWord".</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="no_results_nothing_found" xml:space="preserve" approved="yes">
|
||||
<source>Nothing found for "@searchWord".</source>
|
||||
<target>La ricerca di "@searchWord" non ha prodotto risultati in nessun documento.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="no_results_showing_results_suggestion" xml:space="preserve" approved="yes">
|
||||
<source>Showing results for "@suggestedWord".</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="no_results_search_for_original" xml:space="preserve" approved="yes">
|
||||
<source>Search instead for "@searchWord".</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="lastSearches" xml:space="preserve" approved="yes">
|
||||
<source>Last searches</source>
|
||||
<target>Ultime ricerche</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="frequentSearches" xml:space="preserve" approved="yes">
|
||||
<source>Frequent searches</source>
|
||||
<target>Ricerche più frequenti</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="relevance" xml:space="preserve" approved="yes">
|
||||
<source>Relevance</source>
|
||||
<target>Rilevanza</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sponsored" xml:space="preserve" approved="yes">
|
||||
<source>Sponsored</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="file_mimetype" xml:space="preserve" approved="yes">
|
||||
<source>File type</source>
|
||||
<target>Tipo di file</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="file_referenced" xml:space="preserve" approved="yes">
|
||||
<source>Referenced at</source>
|
||||
<target>Link a</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_per_page" xml:space="preserve" approved="yes">
|
||||
<source>Results per page:</source>
|
||||
<target>Risultati per pagina:</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="error_errors" xml:space="preserve" approved="yes">
|
||||
<source>We're sorry, there were some errors:</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="error_emptyQuery" xml:space="preserve" approved="yes">
|
||||
<source>Please enter your search term in the box above.</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_first" xml:space="preserve" approved="yes">
|
||||
<source>First</source>
|
||||
<target>Pagina iniziale</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_prev" xml:space="preserve" approved="yes">
|
||||
<source>Previous</source>
|
||||
<target>Indietro</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_next" xml:space="preserve" approved="yes">
|
||||
<source>Next</source>
|
||||
<target>Avanti</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_last" xml:space="preserve" approved="yes">
|
||||
<source>Last</source>
|
||||
<target>Ultima pagina</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
133
Resources/Private/Language/jp.locallang.xlf
Normal file
@@ -0,0 +1,133 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<xliff version="1.0">
|
||||
<file source-language="en" target-language="jp" datatype="plaintext" original="messages" date="2015-12-23T10:35:41Z" product-name="solr">
|
||||
<header/>
|
||||
<body>
|
||||
<!-- From PluginResults|PluginSearch|PluginFrequentSearches/locallang.xlf -->
|
||||
<trans-unit id="searchUnavailable" xml:space="preserve" approved="yes">
|
||||
<source>Search is currently not available.</source>
|
||||
<target>検索は現在使用できません。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="searchFailed" xml:space="preserve" approved="yes">
|
||||
<source>We're sorry. The request you tried to make could not be processed.</source>
|
||||
<target>申し訳ありません。実行しようとした要求は処理できません。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="searchWord" xml:space="preserve" approved="yes">
|
||||
<source>Search Term</source>
|
||||
<target>検索語句</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="didYouMean" xml:space="preserve" approved="yes">
|
||||
<source>Did you mean</source>
|
||||
<target>検索語句の候補</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="submit" xml:space="preserve" approved="yes">
|
||||
<source>Search</source>
|
||||
<target>検索</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sorting_sortBy" xml:space="preserve" approved="yes">
|
||||
<source>Sort by</source>
|
||||
<target>並び替え項目</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_narrowSearch" xml:space="preserve" approved="yes">
|
||||
<source>Narrow Search</source>
|
||||
<target>絞り込み検索</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_resultsNarrowedBy" xml:space="preserve" approved="yes">
|
||||
<source>Search narrowed by</source>
|
||||
<target>絞り込み結果</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_showMore" xml:space="preserve" approved="yes">
|
||||
<source>Show more</source>
|
||||
<target>表示数を増やす</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_showFewer" xml:space="preserve" approved="yes">
|
||||
<source>Show fewer</source>
|
||||
<target>表示数を減らす</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_removeAllFilters" xml:space="preserve" approved="yes">
|
||||
<source>Remove all filters</source>
|
||||
<target>フィルタをすべて削除</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_range" xml:space="preserve" approved="yes">
|
||||
<source>Displaying results @resultsFrom to @resultsTo of @resultsTotal.</source>
|
||||
<target>@resultsTotal の結果のうち、 @resultsFrom から @resultsTo までを表示します。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_found" xml:space="preserve" approved="yes">
|
||||
<source>Found @resultsTotal results in @resultsTime milliseconds.</source>
|
||||
<target>@resultsTime ミリ秒で @resultsTotal の結果が見つかりました。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_found.singular" xml:space="preserve" approved="yes">
|
||||
<source>Found 1 results in @resultsTime milliseconds.</source>
|
||||
<target>@resultsTime ミリ秒で 1 の結果が見つかりました。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_searched_for" xml:space="preserve" approved="yes">
|
||||
<source>Searched for "@searchWord".</source>
|
||||
<target>"@searchWord" を検索しました。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="no_results_nothing_found" xml:space="preserve" approved="yes">
|
||||
<source>Nothing found for "@searchWord".</source>
|
||||
<target>"@searchWord" が見つかりません。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="no_results_showing_results_suggestion" xml:space="preserve" approved="yes">
|
||||
<source>Showing results for "@suggestedWord".</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="no_results_search_for_original" xml:space="preserve" approved="yes">
|
||||
<source>Search instead for "@searchWord".</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="lastSearches" xml:space="preserve" approved="yes">
|
||||
<source>Last searches</source>
|
||||
<target>前の検索</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="frequentSearches" xml:space="preserve" approved="yes">
|
||||
<source>Frequent searches</source>
|
||||
<target>共通検索</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="relevance" xml:space="preserve" approved="yes">
|
||||
<source>Relevance</source>
|
||||
<target>関連</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sponsored" xml:space="preserve" approved="yes">
|
||||
<source>Sponsored</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="file_mimetype" xml:space="preserve" approved="yes">
|
||||
<source>File type</source>
|
||||
<target>ファイルの種類</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="file_referenced" xml:space="preserve" approved="yes">
|
||||
<source>Referenced at</source>
|
||||
<target>参照元</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_per_page" xml:space="preserve" approved="yes">
|
||||
<source>Results per page:</source>
|
||||
<target>ページ毎の結果:</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="error_errors" xml:space="preserve" approved="yes">
|
||||
<source>We're sorry, there were some errors:</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="error_emptyQuery" xml:space="preserve" approved="yes">
|
||||
<source>Please enter your search term in the box above.</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_first" xml:space="preserve" approved="yes">
|
||||
<source>First</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_prev" xml:space="preserve" approved="yes">
|
||||
<source>Previous</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_next" xml:space="preserve" approved="yes">
|
||||
<source>Next</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_last" xml:space="preserve" approved="yes">
|
||||
<source>Last</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
133
Resources/Private/Language/kr.locallang.xlf
Normal file
@@ -0,0 +1,133 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<xliff version="1.0">
|
||||
<file source-language="en" target-language="kr" datatype="plaintext" original="messages" date="2015-12-23T10:35:41Z" product-name="solr">
|
||||
<header/>
|
||||
<body>
|
||||
<!-- From PluginResults|PluginSearch|PluginFrequentSearches/locallang.xlf -->
|
||||
<trans-unit id="searchUnavailable" xml:space="preserve" approved="yes">
|
||||
<source>Search is currently not available.</source>
|
||||
<target>지금 검색할 수 없습니다.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="searchFailed" xml:space="preserve" approved="yes">
|
||||
<source>We're sorry. The request you tried to make could not be processed.</source>
|
||||
<target>죄송합니다. 요청한 것을 처리할 수 없습니다.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="searchWord" xml:space="preserve" approved="yes">
|
||||
<source>Search Term</source>
|
||||
<target>검색어</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="didYouMean" xml:space="preserve" approved="yes">
|
||||
<source>Did you mean</source>
|
||||
<target>로 검색하겠습니까?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="submit" xml:space="preserve" approved="yes">
|
||||
<source>Search</source>
|
||||
<target>검색</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sorting_sortBy" xml:space="preserve" approved="yes">
|
||||
<source>Sort by</source>
|
||||
<target>분류</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_narrowSearch" xml:space="preserve" approved="yes">
|
||||
<source>Narrow Search</source>
|
||||
<target>상세 검색</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_resultsNarrowedBy" xml:space="preserve" approved="yes">
|
||||
<source>Search narrowed by</source>
|
||||
<target>상세 검색 결과</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_showMore" xml:space="preserve" approved="yes">
|
||||
<source>Show more</source>
|
||||
<target>더 많이 보이기</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_showFewer" xml:space="preserve" approved="yes">
|
||||
<source>Show fewer</source>
|
||||
<target>더 적게 보이기</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_removeAllFilters" xml:space="preserve" approved="yes">
|
||||
<source>Remove all filters</source>
|
||||
<target>모든 필터 제거</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_range" xml:space="preserve" approved="yes">
|
||||
<source>Displaying results @resultsFrom to @resultsTo of @resultsTotal.</source>
|
||||
<target>@resultsTotal의 @resultsFrom에서 @resultsTo까지의 결과.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_found" xml:space="preserve" approved="yes">
|
||||
<source>Found @resultsTotal results in @resultsTime milliseconds.</source>
|
||||
<target>@resultsTime 1,000분의 1초 동안에 @resultsTotal 검색 결과</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_found.singular" xml:space="preserve" approved="yes">
|
||||
<source>Found 1 results in @resultsTime milliseconds.</source>
|
||||
<target>@resultsTime 1,000분의 1초 동안에 1 검색 결과</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_searched_for" xml:space="preserve" approved="yes">
|
||||
<source>Searched for "@searchWord".</source>
|
||||
<target>"@searchWord"에 대한 검색내용.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="no_results_nothing_found" xml:space="preserve" approved="yes">
|
||||
<source>Nothing found for "@searchWord".</source>
|
||||
<target>"@searchWord"에 대한 검색내용 없음.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="no_results_showing_results_suggestion" xml:space="preserve" approved="yes">
|
||||
<source>Showing results for "@suggestedWord".</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="no_results_search_for_original" xml:space="preserve" approved="yes">
|
||||
<source>Search instead for "@searchWord".</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="lastSearches" xml:space="preserve" approved="yes">
|
||||
<source>Last searches</source>
|
||||
<target>이전 검색</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="frequentSearches" xml:space="preserve" approved="yes">
|
||||
<source>Frequent searches</source>
|
||||
<target>일반 검색</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="relevance" xml:space="preserve" approved="yes">
|
||||
<source>Relevance</source>
|
||||
<target>적합성</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sponsored" xml:space="preserve" approved="yes">
|
||||
<source>Sponsored</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="file_mimetype" xml:space="preserve" approved="yes">
|
||||
<source>File type</source>
|
||||
<target>파일 유형</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="file_referenced" xml:space="preserve" approved="yes">
|
||||
<source>Referenced at</source>
|
||||
<target>에서 참조</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_per_page" xml:space="preserve" approved="yes">
|
||||
<source>Results per page:</source>
|
||||
<target>페이지 당 결과:</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="error_errors" xml:space="preserve" approved="yes">
|
||||
<source>We're sorry, there were some errors:</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="error_emptyQuery" xml:space="preserve" approved="yes">
|
||||
<source>Please enter your search term in the box above.</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_first" xml:space="preserve" approved="yes">
|
||||
<source>First</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_prev" xml:space="preserve" approved="yes">
|
||||
<source>Previous</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_next" xml:space="preserve" approved="yes">
|
||||
<source>Next</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_last" xml:space="preserve" approved="yes">
|
||||
<source>Last</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
361
Resources/Private/Language/locallang.xlf
Normal file
@@ -0,0 +1,361 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<xliff version="1.0">
|
||||
<file source-language="en" datatype="plaintext" original="messages" date="2015-03-30T11:42:09Z">
|
||||
<header>
|
||||
<generator>LFEditor</generator>
|
||||
</header>
|
||||
<body>
|
||||
|
||||
<trans-unit id="cache_initialize_solr_connections" xml:space="preserve">
|
||||
<source>Initialize Solr connections</source>
|
||||
</trans-unit>
|
||||
|
||||
<!-- Index Administration -->
|
||||
<trans-unit id="solr.backend.index_administration.description" xml:space="preserve">
|
||||
<source>The Index Administration Module is responsible for emptying the cores(deleting documents) on Solr Server and index queues in TYPO3 CMS. </source>
|
||||
</trans-unit>
|
||||
|
||||
<trans-unit id="solr.backend.index_administration.index_emptied_all" xml:space="preserve">
|
||||
<source>Index emptied for Site "%s" (%s).</source>
|
||||
</trans-unit>
|
||||
|
||||
<trans-unit id="solr.backend.index_administration.success.queue_emptied" xml:space="preserve">
|
||||
<source>Index Queue emptied for Site "%s".</source>
|
||||
</trans-unit>
|
||||
|
||||
<trans-unit id="solr.backend.index_administration.error.on_empty_index" xml:space="preserve">
|
||||
<source>An error occurred while trying to delete documents from the index: %s</source>
|
||||
</trans-unit>
|
||||
<!-- End: Index Maintenance -->
|
||||
|
||||
|
||||
<!-- From Backend/locallang.xlf //-->
|
||||
<trans-unit id="module_indexinspector" xml:space="preserve">
|
||||
<source>Search Index Inspector</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="plugin_results" xml:space="preserve">
|
||||
<source>Search</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="plugin_results_description" xml:space="preserve">
|
||||
<source>A search form and results list.</source>
|
||||
</trans-unit>
|
||||
|
||||
<!-- Backend Components -->
|
||||
<!-- SiteSelector -->
|
||||
<trans-unit id="siteselector_switched_successfully" xml:space="preserve">
|
||||
<source>Successfully switched to Site "%s".</source>
|
||||
</trans-unit>
|
||||
|
||||
<trans-unit id="siteselector_switched_to_first_available_site" xml:space="preserve">
|
||||
<source>The previously selected Site "%s" does not exist or the indexing for that Site was disabled. Switched to "%s", which was the first available one.</source>
|
||||
</trans-unit>
|
||||
|
||||
<trans-unit id="siteselector_site_does_not_exist_anymore" xml:space="preserve">
|
||||
<source>Couldn't switch to the Site "%s". This site does not exist anymore or the indexing for that Site was disabled. Switched to the first available Site "%s".</source>
|
||||
</trans-unit>
|
||||
|
||||
<!-- CoreSelector -->
|
||||
<trans-unit id="coreselector_switched_to_default_core" xml:space="preserve">
|
||||
<source>The previously selected core "%s" is not available in "%s" site, therefore switched to default core "%s".</source>
|
||||
</trans-unit>
|
||||
|
||||
<trans-unit id="coreselector_switched_successfully" xml:space="preserve">
|
||||
<source>Successfully switched to core "%s".</source>
|
||||
</trans-unit>
|
||||
<!-- End: Backend Components -->
|
||||
|
||||
<!-- From ModuleAdministration/locallang.xlf //-->
|
||||
<trans-unit id="mlang_labels_tablabel" xml:space="preserve">
|
||||
<source>Apache Solr Search Administration</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mlang_labels_tabdescr" xml:space="preserve">
|
||||
<source>Allows you to manage Apache Solr from TYPO3.<br /><em>Access for 'admin' users only!</em></source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mlang_tabs_tab" xml:space="preserve">
|
||||
<source>Search</source>
|
||||
</trans-unit>
|
||||
|
||||
<!-- From ModuleReports/locallang.xlf //-->
|
||||
<trans-unit id="index_title" xml:space="preserve">
|
||||
<source>Apache Solr Index</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="index_description" xml:space="preserve">
|
||||
<source>View the number of documents and fields in your index</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="statistics_title" xml:space="preserve">
|
||||
<source>Apache Solr Statistics</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="statistics_description" xml:space="preserve">
|
||||
<source>Provides several Solr usage statistics</source>
|
||||
</trans-unit>
|
||||
|
||||
<!-- From ModuleScheduler/locallang.xlf //-->
|
||||
<trans-unit id="reindex_title" xml:space="preserve">
|
||||
<source>Force Re-Indexing of a site</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="reindex_description" xml:space="preserve">
|
||||
<source>Purges the Solr Index and initializes the Index Queue of a site.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="indexqueueworker_title" xml:space="preserve">
|
||||
<source>Index Queue Worker</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="indexqueueworker_description" xml:space="preserve">
|
||||
<source>Processes the items in the Index Queue and sends them to Solr.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="indexqueueworker_field_documentsToIndexLimit" xml:space="preserve">
|
||||
<source>Number of documents to index</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="indexqueueworker_field_forcedWebRoot" xml:space="preserve">
|
||||
<source>Forced webroot (only needed when webroot is not PATH_site)</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="field_host" xml:space="preserve">
|
||||
<source>Solr Host</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="field_port" xml:space="preserve">
|
||||
<source>Solr Port</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="field_path" xml:space="preserve">
|
||||
<source>Solr Path</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="field_server" xml:space="preserve">
|
||||
<source>Solr Server</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="field_site" xml:space="preserve">
|
||||
<source>Site</source>
|
||||
</trans-unit>
|
||||
|
||||
<!-- From PluginResults|PluginSearch|PluginFrequentSearches/locallang.xlf -->
|
||||
<trans-unit id="searchUnavailable" xml:space="preserve">
|
||||
<source>Search is currently not available.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="searchFailed" xml:space="preserve">
|
||||
<source>We're sorry. The request you tried to make could not be processed.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="searchWord" xml:space="preserve">
|
||||
<source>Search Term</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="didYouMean" xml:space="preserve">
|
||||
<source>Did you mean</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="submit" xml:space="preserve">
|
||||
<source>Search</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sorting_sortBy" xml:space="preserve">
|
||||
<source>Sort by</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_narrowSearch" xml:space="preserve">
|
||||
<source>Narrow Search</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_resultsNarrowedBy" xml:space="preserve">
|
||||
<source>Search narrowed by</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_showMore" xml:space="preserve">
|
||||
<source>Show more</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_showFewer" xml:space="preserve">
|
||||
<source>Show fewer</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_removeAllFilters" xml:space="preserve">
|
||||
<source>Remove all filters</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_filter" xml:space="preserve">
|
||||
<source>Filter</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_range" xml:space="preserve">
|
||||
<source>Displaying results @resultsFrom to @resultsTo of @resultsTotal.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_found" xml:space="preserve">
|
||||
<source>Found @resultsTotal results in @resultsTime milliseconds.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_found.singular" xml:space="preserve">
|
||||
<source>Found 1 result in @resultsTime milliseconds.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_searched_for" xml:space="preserve">
|
||||
<source>Searched for "@searchWord".</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="no_results_nothing_found" xml:space="preserve">
|
||||
<source>Nothing found for "@searchWord".</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="no_results_showing_results_suggestion" xml:space="preserve">
|
||||
<source>Showing results for "@suggestedWord".</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="no_results_search_for_original" xml:space="preserve">
|
||||
<source>Search instead for "@searchWord".</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="lastSearches" xml:space="preserve">
|
||||
<source>Last searches</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="frequentSearches" xml:space="preserve">
|
||||
<source>Frequent searches</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="relevance" xml:space="preserve">
|
||||
<source>Relevance</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sponsored" xml:space="preserve">
|
||||
<source>Sponsored</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="file_mimetype" xml:space="preserve">
|
||||
<source>File type</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="file_referenced" xml:space="preserve">
|
||||
<source>Referenced at</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_per_page" xml:space="preserve">
|
||||
<source>Results per page:</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="error_errors" xml:space="preserve">
|
||||
<source>We're sorry, there were some errors:</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="error_emptyQuery" xml:space="preserve">
|
||||
<source>Please enter your search term in the box above.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_first" xml:space="preserve">
|
||||
<source>First</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_prev" xml:space="preserve">
|
||||
<source>Previous</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_next" xml:space="preserve">
|
||||
<source>Next</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_last" xml:space="preserve">
|
||||
<source>Last</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="suggest_header" xml:space="preserve">
|
||||
<source>Top Results</source>
|
||||
</trans-unit>
|
||||
<!-- From locallang.xlf -->
|
||||
<trans-unit id="solr.backend.index_queue_module.description" xml:space="preserve">
|
||||
<source>The Index Queue manages content indexing. Content enters the Index Queue by initialization below or when new content is created based on configuration. Items in the Index Queue are indexed newest changes first until all items in the queue have been indexed.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.index_queue_module.errors.reset_button" xml:space="preserve">
|
||||
<source>Reset errors</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.index_queue_module.errors.headline" xml:space="preserve">
|
||||
<source>Indexing Errors</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.index_queue_module.errors.id" xml:space="preserve">
|
||||
<source>ID</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.index_queue_module.errors.item_type" xml:space="preserve">
|
||||
<source>Item Type</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.index_queue_module.errors.item_uid" xml:space="preserve">
|
||||
<source>Item UID</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.index_queue_module.errors.show_button" xml:space="preserve">
|
||||
<source>Show error</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.index_queue_module.flashmessage.error.index_manual" xml:space="preserve">
|
||||
<source>An error occurred while indexing manual from the backend.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.index_queue_module.flashmessage.error.reset_errors" xml:space="preserve">
|
||||
<source>An error occurred while resetting the error log in the index queue.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.index_queue_module.flashmessage.error.single_item_not_requeued" xml:space="preserve">
|
||||
<source>Single item was not requeued.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.index_queue_module.flashmessage.initialize.no_selection" xml:space="preserve">
|
||||
<source>No indexing configurations selected.</source>
|
||||
</trans-unit>
|
||||
|
||||
<trans-unit id="solr.backend.index_queue_module.flashmessage.initialize.success" xml:space="preserve">
|
||||
<source>Initialized indexing configurations: %s</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.index_queue_module.flashmessage.initialize.title" xml:space="preserve">
|
||||
<source>Index Queue initialized</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.index_queue_module.flashmessage.not_initialized.title" xml:space="preserve">
|
||||
<source>Index Queue not initialized</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.index_queue_module.flashmessage.success.reset_errors" xml:space="preserve">
|
||||
<source>All errors have been reset.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.index_queue_module.flashmessage.success.index_manual" xml:space="preserve">
|
||||
<source>Indexing from the backend was successfully finished.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.index_queue_module.flashmessage.success.single_item_was_requeued" xml:space="preserve">
|
||||
<source>Single item was successfully marked for reindexing.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.index_queue_module.flashmessage.title" xml:space="preserve">
|
||||
<source>Index Queue</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.index_queue_module.flashmessage.index_manual" xml:space="preserve">
|
||||
<source>Manual Indexing</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.index_queue_module.help" xml:space="preserve">
|
||||
<source>Initializing the Index Queue is the most complete way to force re-indexing, or to build the Index Queue for the first time. The Index Queue Worker scheduler task will then index the items listed in the Index Queue.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.index_queue_module.status.errors" xml:space="preserve">
|
||||
<source> Errors</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.index_queue_module.status.header" xml:space="preserve">
|
||||
<source>Indexing Progress</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.index_queue_module.status.indexed" xml:space="preserve">
|
||||
<source> Indexed</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.index_queue_module.status.pending" xml:space="preserve">
|
||||
<source> Pending</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.index_queue_module.header_init" xml:space="preserve">
|
||||
<source>Index Queue Initialization</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.index_queue_module.header_status" xml:space="preserve">
|
||||
<source>Index Queue Status</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.index_queue_module.button.clear_index_queue" xml:space="preserve">
|
||||
<source>Clear Index Queue</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.index_queue_module.back" xml:space="preserve">
|
||||
<source>Go back</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.index_queue_module.flashmessage.error.no_queue_item_for_queue_error" xml:space="preserve">
|
||||
<source>No valid queue item passed to show the error information!</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.index_queue_module.error_details" xml:space="preserve">
|
||||
<source>Error details for queue item</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.index_queue_module.index_now" xml:space="preserve">
|
||||
<source>Index now</source>
|
||||
</trans-unit>
|
||||
|
||||
<!-- From locallang_db.xlf -->
|
||||
<trans-unit id="tt_content.list_type_pi_frequentsearches" xml:space="preserve">
|
||||
<source>Search: Frequent Searches</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="tt_content.list_type_pi_results" xml:space="preserve">
|
||||
<source>Search: Form, Result, Additional Components</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="tt_content.list_type_pi_search" xml:space="preserve">
|
||||
<source>Search: Form only</source>
|
||||
</trans-unit>
|
||||
|
||||
<trans-unit id="solr.backend.search_statistics_module.item_phrase" xml:space="preserve">
|
||||
<source>Phrase</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.search_statistics_module.item_count" xml:space="preserve">
|
||||
<source>Number of Queries</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.search_statistics_module.results" xml:space="preserve">
|
||||
<source>Number of Results (Average)</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.search_statistics_module.percentage" xml:space="preserve">
|
||||
<source>Percentage</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.search_statistics_module.no_records_found" xml:space="preserve">
|
||||
<source>No records found. Did you enabled 'plugin.tx_meilisearch.statistics = 1' in the typoscript configuration of your site?</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.search_statistics_module.top_search_phrases" xml:space="preserve">
|
||||
<source>Top 5 Search Phrases</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.search_statistics_module.top_search_phrases_without_hits" xml:space="preserve">
|
||||
<source>Top 5 Search Phrases Without Hits</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="solr.backend.search_statistics_module.search_phrases_header" xml:space="preserve">
|
||||
<source>Search Phrase Statistics</source>
|
||||
</trans-unit>
|
||||
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
17
Resources/Private/Language/locallang_mod.xlf
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<xliff version="1.0">
|
||||
<file source-language="en" datatype="plaintext" original="messages" date="2014-06-02T11:48:40Z" product-name="solr">
|
||||
<header/>
|
||||
<body>
|
||||
<trans-unit id="mlang_tabs_tab" xml:space="preserve">
|
||||
<source>Apache Solr</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mlang_labels_tablabel" xml:space="preserve">
|
||||
<source>Administrate solr</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mlang_labels_tabdescr" xml:space="preserve">
|
||||
<source>This module provides submodules to maintain solr functionality.</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
17
Resources/Private/Language/locallang_mod_coreoptimize.xlf
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<xliff version="1.0">
|
||||
<file source-language="en" datatype="plaintext" original="messages" date="2014-06-02T11:48:40Z" product-name="solr">
|
||||
<header/>
|
||||
<body>
|
||||
<trans-unit id="mlang_tabs_tab" xml:space="preserve">
|
||||
<source>Core Optimization</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mlang_labels_tablabel" xml:space="preserve">
|
||||
<source>Maintain synonyms and stopwords</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mlang_labels_tabdescr" xml:space="preserve">
|
||||
<source>This module allows you to optimize the cores, you can maintain synonyms and stopwords to improve the search results.</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
17
Resources/Private/Language/locallang_mod_indexadmin.xlf
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<xliff version="1.0">
|
||||
<file source-language="en" datatype="plaintext" original="messages" date="2014-06-02T11:48:40Z" product-name="solr">
|
||||
<header/>
|
||||
<body>
|
||||
<trans-unit id="mlang_tabs_tab" xml:space="preserve">
|
||||
<source>Index Administration</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mlang_labels_tablabel" xml:space="preserve">
|
||||
<source>Administrate your solr system</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mlang_labels_tabdescr" xml:space="preserve">
|
||||
<source>This module allows you to do admin operations on the index (e.g. clear the index queue or clean the solr server).</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
17
Resources/Private/Language/locallang_mod_indexqueue.xlf
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<xliff version="1.0">
|
||||
<file source-language="en" datatype="plaintext" original="messages" date="2014-06-02T11:48:40Z" product-name="solr">
|
||||
<header/>
|
||||
<body>
|
||||
<trans-unit id="mlang_tabs_tab" xml:space="preserve">
|
||||
<source>Index Queue</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mlang_labels_tablabel" xml:space="preserve">
|
||||
<source>Allows to check the status of the index queue</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mlang_labels_tabdescr" xml:space="preserve">
|
||||
<source>This module allows you to check the state of the index queue and reQueue items.</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
17
Resources/Private/Language/locallang_mod_info.xlf
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<xliff version="1.0">
|
||||
<file source-language="en" datatype="plaintext" original="messages" date="2014-06-02T11:48:40Z" product-name="solr">
|
||||
<header/>
|
||||
<body>
|
||||
<trans-unit id="mlang_tabs_tab" xml:space="preserve">
|
||||
<source>Info</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mlang_labels_tablabel" xml:space="preserve">
|
||||
<source>Get information from your search usage and data</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mlang_labels_tabdescr" xml:space="preserve">
|
||||
<source>This module allows you to get information (statistics, used fields, connection details) from the core.</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
195
Resources/Private/Language/nl.locallang.xlf
Normal file
@@ -0,0 +1,195 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<xliff version="1.0">
|
||||
<file source-language="en" target-language="nl" datatype="plaintext" original="messages" date="2015-12-23T10:38:14Z" product-name="solr">
|
||||
<header/>
|
||||
<body>
|
||||
<!-- From ModuleScheduler/nl.locallang.xlf //-->
|
||||
<trans-unit id="reindex_title" xml:space="preserve" approved="yes">
|
||||
<source>Force Re-Indexing of a site</source>
|
||||
<target>Forceer herindexering van een website</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="reindex_description" xml:space="preserve" approved="yes">
|
||||
<source>Purges the Solr Index and initializes the Index Queue of a site.</source>
|
||||
<target>Leegt de Solr index en initialiseert de Index Wachtrij van een website.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="indexqueueworker_title" xml:space="preserve" approved="yes">
|
||||
<source>Index Queue Worker</source>
|
||||
<target>Index Wachtrij Taak</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="indexqueueworker_description" xml:space="preserve" approved="yes">
|
||||
<source>Processes the items in the Index Queue and sends them to Solr.</source>
|
||||
<target>Verwerkt de documenten in de Index Wachtrij en verstuurt deze naar Solr.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="indexqueueworker_field_documentsToIndexLimit" xml:space="preserve" approved="yes">
|
||||
<source>Number of documents to index</source>
|
||||
<target>Aantal te indexeren documenten</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="indexqueueworker_field_forcedWebRoot" xml:space="preserve">
|
||||
<source>Forced webroot (only needed when webroot is not PATH_site)</source>
|
||||
<target>Geforceerde webroot (alleen nodig als de webroot anders is dan PATH_site)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="field_host" xml:space="preserve" approved="yes">
|
||||
<source>Solr Host</source>
|
||||
<target>Solr host</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="field_port" xml:space="preserve" approved="yes">
|
||||
<source>Solr Port</source>
|
||||
<target>Solr poort</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="field_path" xml:space="preserve" approved="yes">
|
||||
<source>Solr Path</source>
|
||||
<target>Solr pad</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="field_server" xml:space="preserve" approved="yes">
|
||||
<source>Solr Server</source>
|
||||
<target>Solr server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="field_site" xml:space="preserve" approved="yes">
|
||||
<source>Site</source>
|
||||
<target>Website</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="optimizer_title" xml:space="preserve" approved="yes">
|
||||
<source></source>
|
||||
<target>Optimaliseer Solr index</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="optimizer_description" xml:space="preserve" approved="yes">
|
||||
<source></source>
|
||||
<target>Voert een OPTIMIZE commando uit op de Solr index. Hoort een keer per dag uitgevoerd te worden voor websites met lage activiteit. Website met hoge activiteit kunnen dit vaker uitvoeren. Pas op, deze taak kan een aantal seconden in beslag nemen bij grote indexes.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="commit_title" xml:space="preserve" approved="yes">
|
||||
<source></source>
|
||||
<target>Commit Solr index</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="commit_description" xml:space="preserve" approved="yes">
|
||||
<source></source>
|
||||
<target>Voert een COMMIT commando uit op de Solr index. Kan tussen de een keer per minuut en ieder uur uitgevoerd worden. Deze taak hoort korter te duren dan het OPTIMIZE commando welke ook een COMMIT uitvoert voor het OPTIMIZE commando.</target>
|
||||
</trans-unit>
|
||||
|
||||
<!-- From PluginResults|PluginSearch|PluginFrequentSearches/nl.locallang.xlf -->
|
||||
<trans-unit id="searchUnavailable" xml:space="preserve" approved="yes">
|
||||
<source>Search is currently not available.</source>
|
||||
<target>Zoeken is op dit moment niet beschikbaar.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="searchFailed" xml:space="preserve" approved="yes">
|
||||
<source>We're sorry. The request you tried to make could not be processed.</source>
|
||||
<target>Het spijt ons. Uw verzoek kon niet worden verwerkt.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="searchWord" xml:space="preserve" approved="yes">
|
||||
<source>Search Term</source>
|
||||
<target>Zoekwoord</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="didYouMean" xml:space="preserve" approved="yes">
|
||||
<source>Did you mean</source>
|
||||
<target>Bedoelde u</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="submit" xml:space="preserve" approved="yes">
|
||||
<source>Search</source>
|
||||
<target>Zoek</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sorting_sortBy" xml:space="preserve" approved="yes">
|
||||
<source>Sort by</source>
|
||||
<target>Sorteer op</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_narrowSearch" xml:space="preserve" approved="yes">
|
||||
<source>Narrow Search</source>
|
||||
<target>Resultaat verfijnen</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_resultsNarrowedBy" xml:space="preserve" approved="yes">
|
||||
<source>Search narrowed by</source>
|
||||
<target>Resultaat verfijnd op</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_showMore" xml:space="preserve" approved="yes">
|
||||
<source>Show more</source>
|
||||
<target>Toon meer</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_showFewer" xml:space="preserve" approved="yes">
|
||||
<source>Show fewer</source>
|
||||
<target>Toon minder</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_removeAllFilters" xml:space="preserve" approved="yes">
|
||||
<source>Remove all filters</source>
|
||||
<target>Verwijder alle filters</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_range" xml:space="preserve" approved="yes">
|
||||
<source>Displaying results @resultsFrom to @resultsTo of @resultsTotal.</source>
|
||||
<target>Resultaat @resultsFrom tot @resultsTo van @resultsTotal.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_found" xml:space="preserve" approved="yes">
|
||||
<source>Found @resultsTotal results in @resultsTime milliseconds.</source>
|
||||
<target>Gevonden: @resultsTotal resultaten in @resultsTime milliseconden.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_found.singular" xml:space="preserve" approved="yes">
|
||||
<source>Found 1 results in @resultsTime milliseconds.</source>
|
||||
<target>Gevonden: 1 resultaten in @resultsTime milliseconden.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_searched_for" xml:space="preserve" approved="yes">
|
||||
<source>Searched for "@searchWord".</source>
|
||||
<target>Gezocht naar "@searchWord".</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="no_results_nothing_found" xml:space="preserve" approved="yes">
|
||||
<source>Nothing found for "@searchWord".</source>
|
||||
<target>Niets gevonden voor "@searchWord".</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="no_results_showing_results_suggestion" xml:space="preserve" approved="yes">
|
||||
^ <source>Showing results for "@suggestedWord".</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="no_results_search_for_original" xml:space="preserve" approved="yes">
|
||||
<source>Search instead for "@searchWord".</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="lastSearches" xml:space="preserve" approved="yes">
|
||||
<source>Last searches</source>
|
||||
<target>Laatste zoekopdrachten</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="frequentSearches" xml:space="preserve" approved="yes">
|
||||
<source>Frequent searches</source>
|
||||
<target>Vaak gezocht</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="relevance" xml:space="preserve" approved="yes">
|
||||
<source>Relevance</source>
|
||||
<target>Relevantie</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sponsored" xml:space="preserve" approved="yes">
|
||||
<source>Sponsored</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="file_mimetype" xml:space="preserve" approved="yes">
|
||||
<source>File type</source>
|
||||
<target>Bestandstype</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="file_referenced" xml:space="preserve" approved="yes">
|
||||
<source>Referenced at</source>
|
||||
<target>Geplaatst op</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_per_page" xml:space="preserve" approved="yes">
|
||||
<source>Results per page:</source>
|
||||
<target>Resultaten per pagina:</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="error_errors" xml:space="preserve" approved="yes">
|
||||
<source>We're sorry, there were some errors:</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="error_emptyQuery" xml:space="preserve" approved="yes">
|
||||
<source>Please enter your search term in the box above.</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_first" xml:space="preserve" approved="yes">
|
||||
<source>First</source>
|
||||
<target>Eerste</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_prev" xml:space="preserve" approved="yes">
|
||||
<source>Previous</source>
|
||||
<target>Vorige</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_next" xml:space="preserve" approved="yes">
|
||||
<source>Next</source>
|
||||
<target>Volgende</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_last" xml:space="preserve" approved="yes">
|
||||
<source>Last</source>
|
||||
<target>Laatste</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
133
Resources/Private/Language/pl.locallang.xlf
Normal file
@@ -0,0 +1,133 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<xliff version="1.0">
|
||||
<file source-language="en" target-language="pl" datatype="plaintext" original="messages" date="2015-12-23T10:35:41Z" product-name="solr">
|
||||
<header/>
|
||||
<body>
|
||||
<!-- From PluginResults|PluginSearch|PluginFrequentSearches/pl.locallang.xlf -->
|
||||
<trans-unit id="searchUnavailable" xml:space="preserve" approved="yes">
|
||||
<source>Search is currently not available.</source>
|
||||
<target>Wyszukiwarka nie jest w tej chwili dostępna.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="searchFailed" xml:space="preserve" approved="yes">
|
||||
<source>We're sorry. The request you tried to make could not be processed.</source>
|
||||
<target>Przykro nam bardzo, ale Twoje wyszukiwanie nie może zostać zrealizowane.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="searchWord" xml:space="preserve" approved="yes">
|
||||
<source>Search Term</source>
|
||||
<target>Wyszukiwana treść</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="didYouMean" xml:space="preserve" approved="yes">
|
||||
<source>Did you mean</source>
|
||||
<target>Czy masz na myśli</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="submit" xml:space="preserve" approved="yes">
|
||||
<source>Search</source>
|
||||
<target>Szukaj</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sorting_sortBy" xml:space="preserve" approved="yes">
|
||||
<source>Sort by</source>
|
||||
<target>Sortuj wg.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_narrowSearch" xml:space="preserve" approved="yes">
|
||||
<source>Narrow Search</source>
|
||||
<target>Zawęź wyniki</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_resultsNarrowedBy" xml:space="preserve" approved="yes">
|
||||
<source>Search narrowed by</source>
|
||||
<target>Zawężone przez</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_showMore" xml:space="preserve" approved="yes">
|
||||
<source>Show more</source>
|
||||
<target>Pokaż więcej</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_showFewer" xml:space="preserve" approved="yes">
|
||||
<source>Show fewer</source>
|
||||
<target>Pokaż mniej</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="faceting_removeAllFilters" xml:space="preserve" approved="yes">
|
||||
<source>Remove all filters</source>
|
||||
<target>Usuń wszystkie filtry</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_range" xml:space="preserve" approved="yes">
|
||||
<source>Displaying results @resultsFrom to @resultsTo of @resultsTotal.</source>
|
||||
<target>Pokazuję wyniki od @resultsFrom do @resultsTo z @resultsTotal.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_found" xml:space="preserve" approved="yes">
|
||||
<source>Found @resultsTotal results in @resultsTime milliseconds.</source>
|
||||
<target>Rezultatów: @resultsTotal, czas wyszukiwania @resultsTime milisekund.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_found.singular" xml:space="preserve" approved="yes">
|
||||
<source>Found 1 results in @resultsTime milliseconds.</source>
|
||||
<target>Rezultatów: 1, czas wyszukiwania @resultsTime milisekund.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_searched_for" xml:space="preserve" approved="yes">
|
||||
<source>Searched for "@searchWord".</source>
|
||||
<target>Szukaliśmy "@searchWord".</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="no_results_nothing_found" xml:space="preserve" approved="yes">
|
||||
<source>Nothing found for "@searchWord".</source>
|
||||
<target>Nie znaleziono "@searchWord".</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="no_results_showing_results_suggestion" xml:space="preserve" approved="yes">
|
||||
<source>Showing results for "@suggestedWord".</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="no_results_search_for_original" xml:space="preserve" approved="yes">
|
||||
<source>Search instead for "@searchWord".</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="lastSearches" xml:space="preserve" approved="yes">
|
||||
<source>Last searches</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="frequentSearches" xml:space="preserve" approved="yes">
|
||||
<source>Frequent searches</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="relevance" xml:space="preserve" approved="yes">
|
||||
<source>Relevance</source>
|
||||
<target>Waga</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sponsored" xml:space="preserve" approved="yes">
|
||||
<source>Sponsored</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="file_mimetype" xml:space="preserve" approved="yes">
|
||||
<source>File type</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="file_referenced" xml:space="preserve" approved="yes">
|
||||
<source>Referenced at</source>
|
||||
<target></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="results_per_page" xml:space="preserve" approved="yes">
|
||||
<source>Results per page:</source>
|
||||
<target>Wyników na stronę:</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="error_errors" xml:space="preserve" approved="yes">
|
||||
<source>We're sorry, there were some errors:</source>
|
||||
<target>Przykro nam, natknęliśmy się na błędy:</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="error_emptyQuery" xml:space="preserve" approved="yes">
|
||||
<source>Please enter your search term in the box above.</source>
|
||||
<target>Wpisz słowa kluczowe w polu powyżej.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_first" xml:space="preserve" approved="yes">
|
||||
<source>First</source>
|
||||
<target>Pierwsza</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_prev" xml:space="preserve" approved="yes">
|
||||
<source>Previous</source>
|
||||
<target>Poprzednia</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_next" xml:space="preserve" approved="yes">
|
||||
<source>Next</source>
|
||||
<target>Następna</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pagebrowser_last" xml:space="preserve" approved="yes">
|
||||
<source>Last</source>
|
||||
<target>Ostatnia</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
10
Resources/Private/Layouts/Backend/WithPageTree.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<f:if condition="{can_not_proceed}">
|
||||
<f:then>
|
||||
<f:render partial="Backend/NoSiteAvailable" arguments="{_all}"/>
|
||||
</f:then>
|
||||
<f:else>
|
||||
|
||||
<f:render partial="Backend/FlashMessages" />
|
||||
<f:render section="Main"/>
|
||||
</f:else>
|
||||
</f:if>
|
1
Resources/Private/Layouts/Facet.html
Normal file
@@ -0,0 +1 @@
|
||||
<f:render section="Facet" />
|
8
Resources/Private/Layouts/Fullwidth.html
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
<div class="tx_meilisearch container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<f:render section="content" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
7
Resources/Private/Layouts/Split.html
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
<div class="tx_meilisearch container">
|
||||
<div class="row">
|
||||
<div class="col-md-3"><f:render section="extra" /></div>
|
||||
<div class="col-md-9"><f:render section="content" /></div>
|
||||
</div>
|
||||
</div>
|
@@ -0,0 +1,56 @@
|
||||
|
||||
<f:if condition="{indexFieldsInfoForCore.noError}">
|
||||
|
||||
<f:if condition="{indexFieldsInfoForCore.coreMetrics.numberOfDocuments}">
|
||||
<f:then>
|
||||
<div class="row core-metrics">
|
||||
<div class="col-md-4">
|
||||
<div class="well text-center">
|
||||
<p>{indexFieldsInfoForCore.coreMetrics.numberOfDocuments}</p>
|
||||
<h3>Documents</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="well text-center">
|
||||
<p>{indexFieldsInfoForCore.coreMetrics.numberOfDeletedDocuments}</p>
|
||||
|
||||
<h3>Deleted Documents</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="well text-center">
|
||||
<p>{indexFieldsInfoForCore.coreMetrics.numberOfFields}</p>
|
||||
<h3>Fields</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<table class="table table-condensed table-hover table-striped">
|
||||
<thead>
|
||||
<tr class="t3-row-header">
|
||||
<th>Field Name</th>
|
||||
<th>Index Field Type</th>
|
||||
<th># Documents</th>
|
||||
<th>Distinct Terms</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<f:for each="{indexFieldsInfoForCore.fields}" as="field">
|
||||
<tr>
|
||||
<td>{field.name}</td>
|
||||
<td>{field.type}</td>
|
||||
<td>{field.docs}</td>
|
||||
<td>{field.terms}</td>
|
||||
</tr>
|
||||
</f:for>
|
||||
</tbody>
|
||||
</table>
|
||||
</f:then>
|
||||
|
||||
<f:else>
|
||||
<div class="well">
|
||||
<p>Your index in "{indexFieldsInfoForCore.corePath}" is empty.</p>
|
||||
</div>
|
||||
</f:else>
|
||||
</f:if>
|
||||
</f:if>
|
@@ -0,0 +1,51 @@
|
||||
{namespace solr=WapplerSystems\Meilisearch\ViewHelpers\Backend}
|
||||
|
||||
<f:if condition="{document}">
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">
|
||||
<a href="#panel-group4document-id-{document.fields._version_}" data-toggle="collapse">Title: {document.fields.title}</a>
|
||||
<a href="#panel-group4document-id-{document.fields._version_}" title="Collapse table" class="pull-right" data-toggle="collapse">
|
||||
<core:icon identifier="actions-view-list-expand" size="small"/><f:comment><!-- @todo: make Icon toggable between actions-view-list-collapse/actions-view-list-expand --></f:comment>
|
||||
</a>
|
||||
</h3>
|
||||
</div>
|
||||
<div id="panel-group4document-id-{document.fields._version_}" class="panel-collapse collapse {f:if(condition: '{documentsCount} < 2', then: 'in', else: '')}">
|
||||
<div class="panel-body">
|
||||
<table class="table table-condensed table-hover table-striped">
|
||||
<thead><tr><th>Fieldname</th><th>Value</th></tr></thead>
|
||||
<tbody id="document-tbody-pid-{document.fields.uid}">
|
||||
<f:render section="Rows" arguments="{tableRows: document.fields, document: document}"/>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</f:if>
|
||||
|
||||
<f:section name="Rows">
|
||||
<f:for each="{tableRows}" key="tableRowFiledName" as="tableRowValue" >
|
||||
<tr>
|
||||
<th scope="row">{tableRowFiledName}</th>
|
||||
<solr:isString value="{tableRowValue}">
|
||||
<f:then>
|
||||
<td>{tableRowValue}</td>
|
||||
</f:then>
|
||||
<f:else>
|
||||
<td>
|
||||
<f:render section="SubTable" arguments="{tableRows: tableRowValue}"/>
|
||||
</td>
|
||||
</f:else>
|
||||
</solr:isString>
|
||||
</tr>
|
||||
</f:for>
|
||||
</f:section>
|
||||
|
||||
<f:section name="SubTable">
|
||||
<table class="table table-condensed table-hover table-striped table-bordered">
|
||||
<thead><tr><th>Fieldname</th><th>Value</th></tr></thead>
|
||||
<tbody>
|
||||
<f:render section="Rows" arguments="{tableRows: tableRows}"/>
|
||||
</tbody>
|
||||
</table>
|
||||
</f:section>
|
1
Resources/Private/Partials/Backend/FlashMessages.html
Normal file
@@ -0,0 +1 @@
|
||||
<f:flashMessages />
|
34
Resources/Private/Partials/Backend/NoSiteAvailable.html
Normal file
@@ -0,0 +1,34 @@
|
||||
<f:if condition="{showSelectOtherPage}">
|
||||
<f:then>
|
||||
<f:be.infobox title="No site could be found." state="3">
|
||||
<p>Please choose other page in the page tree, which has solr configured.</p>
|
||||
</f:be.infobox>
|
||||
</f:then>
|
||||
|
||||
<f:else>
|
||||
<p>When all of these steps are done check this module again.</p>
|
||||
|
||||
<f:be.infobox title="There is no site configured for your solr extension!" state="3">
|
||||
<p>Please check the following:</p>
|
||||
<p>If you want to use solr with the TYPO3 site configuration:</p>
|
||||
|
||||
<ul>
|
||||
<li>Your site has a page, marked as root page.</li>
|
||||
<li>Configure EXT:meilisearch with the TYPO3 site module.</li>
|
||||
<li>Check the reports module if any solr error is shown.</li>
|
||||
</ul>
|
||||
|
||||
<hr />
|
||||
<p><strong>OR</strong></p>
|
||||
<hr />
|
||||
<p>If you want to use solr with the legacy configuration (domain record and typoscript of EXTCONF setup):</p>
|
||||
<ul>
|
||||
<li>Your site has a domain configured, please create a domain record on the root page, or configure it in "TYPO3_CONF_VARS|EXTCONF|solr|sites|###rootPageId###|domains"</li>
|
||||
<li>Your site has a page, marked as root page.</li>
|
||||
<li>Your page has included the solr typoscript configuration.</li>
|
||||
<li>You've initialized the solr connections in the backend with the menu item "Initialize solr connections"</li>
|
||||
<li>Afterwards please check if the reports module is showing any errors.</li>
|
||||
</ul>
|
||||
</f:be.infobox>
|
||||
</f:else>
|
||||
</f:if>
|
9
Resources/Private/Partials/Facets/Default.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
|
||||
xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
||||
xmlns:s="http://typo3.org/ns/ApacheSolrForTypo3/Solr/ViewHelpers"
|
||||
data-namespace-typo3-fluid="true"
|
||||
>
|
||||
|
||||
<em>Unknown facet type for {facet.name}</em>
|
||||
|
||||
</html>
|
30
Resources/Private/Partials/Facets/Hierarchy.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
|
||||
xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
||||
xmlns:s="http://typo3.org/ns/ApacheSolrForTypo3/Solr/ViewHelpers"
|
||||
data-namespace-typo3-fluid="true"
|
||||
>
|
||||
|
||||
<f:section name="hierarchyTree">
|
||||
<f:for each="{node.childNodes}" as="childNode" iteration="iteration">
|
||||
<div class="facet-option{f:if(condition:'{iteration.index} > 9', then:' tx-solr-facet-hidden')} list-group-item" data-facet-item-value="{childNode.value}">
|
||||
<a class="facet solr-ajaxified" href="{s:uri.facet.addFacetItem(facet: facet, facetItem: childNode)}">{childNode.label}</a>
|
||||
<span class="facet-result-count badge">{childNode.documentCount}</span>
|
||||
</div>
|
||||
<f:if condition="{childNode.childNodes}">
|
||||
<div class="list-group-item list-group"><f:render section="hierarchyTree" arguments="{node: childNode, facet: facet}" /></div>
|
||||
</f:if>
|
||||
</f:for>
|
||||
</f:section>
|
||||
|
||||
<div class="panel">
|
||||
<div class="panel-heading">
|
||||
<h3 class="facet-label panel-title">
|
||||
<span class="glyphicon glyphicon-filter"></span>
|
||||
<a data-toggle="collapse" data-parent="#facet-accordion{facet.name}" href="#facet{facet.name}">{facet.label}</a>
|
||||
</h3>
|
||||
</div>
|
||||
<div class="facet-option-list facet-type-hierarchy fluidfacet list-group panel-collapse collapse" data-facet-name="{facet.name}" data-facet-label="{facet.label}" id="facet{facet.name}">
|
||||
<f:render section="hierarchyTree" arguments="{node: facet, facet: facet}" />
|
||||
</div>
|
||||
</div>
|
||||
</html>
|
32
Resources/Private/Partials/Facets/Options.html
Normal file
@@ -0,0 +1,32 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
|
||||
xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
||||
xmlns:s="http://typo3.org/ns/ApacheSolrForTypo3/Solr/ViewHelpers"
|
||||
data-namespace-typo3-fluid="true"
|
||||
>
|
||||
|
||||
|
||||
<div class="panel">
|
||||
<div class="panel-heading">
|
||||
<h3 class="facet-label panel-title">
|
||||
<span class="glyphicon glyphicon-filter"></span>
|
||||
<a data-toggle="collapse" data-parent="#facet-accordion{facet.name}" href="#facet{facet.name}">{facet.label}</a>
|
||||
</h3>
|
||||
</div>
|
||||
<div class="facet-option-list facet-type-options fluidfacet list-group panel-collapse collapse" data-facet-name="{facet.name}" data-facet-label="{facet.label}" id="facet{facet.name}">
|
||||
<f:for each="{facet.options}" as="option" iteration="iteration">
|
||||
<div class="list-group-item facet-option{f:if(condition:'{iteration.index} > 9', then:' tx-solr-facet-hidden')}" data-facet-item-value="{option.value}">
|
||||
<a class="facet solr-ajaxified" href="{s:uri.facet.addFacetItem(facet: facet, facetItem: option)}">{option.label}</a> <span class="facet-result-count badge">{option.documentCount}</span>
|
||||
</div>
|
||||
</f:for>
|
||||
<f:if condition="{facet.options -> f:count()} > 10">
|
||||
<div class="list-group-item">
|
||||
<a href="#" class="tx-solr-facet-show-all" data-label-more="{s:translate(key:'faceting_showMore', extensionName:'solr')}" data-label-less="{s:translate(key:'faceting_showFewer', extensionName:'solr')}">
|
||||
<s:translate key="faceting_showMore" extensionName="solr">Show more</s:translate>
|
||||
</a>
|
||||
</div>
|
||||
</f:if>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</html>
|
40
Resources/Private/Partials/Facets/OptionsFiltered.html
Normal file
@@ -0,0 +1,40 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
|
||||
xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
||||
xmlns:s="http://typo3.org/ns/ApacheSolrForTypo3/Solr/ViewHelpers"
|
||||
data-namespace-typo3-fluid="true"
|
||||
>
|
||||
|
||||
|
||||
<div class="panel">
|
||||
<div class="panel-heading">
|
||||
<h3 class="facet-label panel-title">
|
||||
<span class="glyphicon glyphicon-filter"></span>
|
||||
<a data-toggle="collapse" data-parent="#facet-accordion{facet.name}" href="#facet{facet.name}">{facet.label}</a>
|
||||
</h3>
|
||||
</div>
|
||||
|
||||
<div class="panel-collapse collapse" id="facet{facet.name}">
|
||||
<div class="form-group">
|
||||
<input id="facetfilter{facet.name}" class="form-control facet-filter-box" type="search" placeholder="{s:translate(key: 'faceting_filter', default: 'Filter')}..." />
|
||||
</div>
|
||||
|
||||
<div class="facet-option-list facet-type-options fluidfacet list-group" data-facet-name="{facet.name}" data-facet-label="{facet.label}" id="facet-data{facet.name}">
|
||||
<f:for each="{facet.options}" as="option" iteration="iteration">
|
||||
<div class="list-group-item facet-filter-item facet-option{f:if(condition:'{iteration.index} > 9', then:' tx-solr-facet-hidden')}" data-facet-item-value="{option.value}">
|
||||
<a class="facet solr-ajaxified" href="{s:uri.facet.addFacetItem(facet: facet, facetItem: option)}">{option.label}</a> <span class="facet-result-count badge">{option.documentCount}</span>
|
||||
</div>
|
||||
</f:for>
|
||||
<f:if condition="{facet.options -> f:count()} > 10">
|
||||
<div class="list-group-item">
|
||||
<a href="#" class="tx-solr-facet-show-all" data-label-more="{s:translate(key:'faceting_showMore', extensionName:'solr')}" data-label-less="{s:translate(key:'faceting_showFewer', extensionName:'solr')}">
|
||||
<s:translate key="faceting_showMore" extensionName="solr">Show more</s:translate>
|
||||
</a>
|
||||
</div>
|
||||
</f:if>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</html>
|
50
Resources/Private/Partials/Facets/OptionsPrefixGrouped.html
Normal file
@@ -0,0 +1,50 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
|
||||
xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
||||
xmlns:s="http://typo3.org/ns/ApacheSolrForTypo3/Solr/ViewHelpers"
|
||||
data-namespace-typo3-fluid="true"
|
||||
>
|
||||
|
||||
|
||||
<div class="panel">
|
||||
<div class="panel-heading">
|
||||
<h3 class="facet-label panel-title">
|
||||
<span class="glyphicon glyphicon-filter"></span>
|
||||
<a data-toggle="collapse" data-parent="#facet-accordion{facet.name}" href="#facet{facet.name}">{facet.label}</a>
|
||||
</h3>
|
||||
</div>
|
||||
<div class="facet-option-list facet-type-options fluidfacet panel-collapse collapse" data-facet-name="{facet.name}" data-facet-label="{facet.label}" id="facet{facet.name}">
|
||||
<s:facet.options.group.prefix.labelPrefixes options="{facet.options}" length="1" sortBy="alpha">
|
||||
|
||||
<!-- build tabs-->
|
||||
<ul class="nav nav-tabs prefixgroup-tabs" role="tablist">
|
||||
<f:for each="{prefixes}" iteration="iteration" as="prefix">
|
||||
<li role="presentation" class="{f:if(condition:'{iteration.index} == 0', then:'active')}"><a href="#tab_{prefix}" aria-controls="tab_{prefix}" role="tab" data-toggle="tab">{prefix}</a></li>
|
||||
</f:for>
|
||||
</ul>
|
||||
|
||||
<!-- build tab contents -->
|
||||
<div class="tab-content">
|
||||
<f:for each="{prefixes}" iteration="iteration" as="prefix">
|
||||
{key}
|
||||
<div role="tabpanel" class="tab-pane panel{f:if(condition:'{iteration.index} == 0', then:' active')}" id="tab_{prefix}">
|
||||
<s:facet.options.group.prefix.labelFilter options="{facet.options}" prefix="{prefix}">
|
||||
<div class="list-group">
|
||||
<f:for each="{filteredOptions}" as="option">
|
||||
<div class="facet-option list-group-item" data-facet-item-value="{option.value}">
|
||||
<a class="facet solr-ajaxified" href="{s:uri.facet.addFacetItem(facet: facet, facetItem: option)}">{option.label}</a>
|
||||
<span class="facet-result-count badge">
|
||||
{option.documentCount}
|
||||
</span>
|
||||
</div>
|
||||
</f:for>
|
||||
</div>
|
||||
</s:facet.options.group.prefix.labelFilter>
|
||||
</div>
|
||||
</f:for>
|
||||
</div>
|
||||
|
||||
</s:facet.options.group.prefix.labelPrefixes>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</html>
|
29
Resources/Private/Partials/Facets/OptionsSinglemode.html
Normal file
@@ -0,0 +1,29 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
|
||||
xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
||||
xmlns:s="http://typo3.org/ns/ApacheSolrForTypo3/Solr/ViewHelpers"
|
||||
data-namespace-typo3-fluid="true"
|
||||
>
|
||||
|
||||
<div class="panel">
|
||||
<div class="panel-heading">
|
||||
<h3 class="facet-label panel-title">
|
||||
<span class="glyphicon glyphicon-filter"></span>
|
||||
<a data-toggle="collapse" data-parent="#facet-accordion{facet.name}" href="#facet{facet.name}">{facet.label}</a>
|
||||
</h3>
|
||||
</div>
|
||||
<div class="facet-option-list facet-type-options fluidfacet list-group panel-collapse collapse" data-facet-name="{facet.name}" data-facet-label="{facet.label}" id="facet{facet.name}">
|
||||
<f:for each="{facet.options}" as="option" iteration="iteration">
|
||||
<div class="list-group-item facet-option{f:if(condition:'{iteration.index} > 9', then:' tx-solr-facet-hidden')}" data-facet-item-value="{option.value}">
|
||||
<a class="facet solr-ajaxified" href="{s:uri.facet.setFacetItem(facet: facet, facetItem: option)}">{option.label}</a> <span class="facet-result-count">({option.documentCount})</span>
|
||||
</div>
|
||||
</f:for>
|
||||
<f:if condition="{facet.options -> f:count()} > 10">
|
||||
<div class="list-group-item">
|
||||
<a href="#" class="tx-solr-facet-show-all" data-label-more="{s:translate(key:'faceting_showMore', extensionName:'solr')}" data-label-less="{s:translate(key:'faceting_showFewer', extensionName:'solr')}">
|
||||
<s:translate key="faceting_showMore" extensionName="solr">Show more</s:translate>
|
||||
</a>
|
||||
</div>
|
||||
</f:if>
|
||||
</div>
|
||||
</div>
|
||||
</html>
|
41
Resources/Private/Partials/Facets/OptionsToggle.html
Normal file
@@ -0,0 +1,41 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
|
||||
xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
||||
xmlns:s="http://typo3.org/ns/ApacheSolrForTypo3/Solr/ViewHelpers"
|
||||
data-namespace-typo3-fluid="true"
|
||||
>
|
||||
|
||||
<div class="panel">
|
||||
<div class="panel-heading">
|
||||
<h3 class="facet-label panel-title">
|
||||
<span class="glyphicon glyphicon-filter"></span>
|
||||
<a data-toggle="collapse" data-parent="#facet-accordion{facet.name}" href="#facet{facet.name}">{facet.label}</a>
|
||||
</h3>
|
||||
</div>
|
||||
<div class="facet-option-list facet-type-options fluidfacet list-group panel-collapse collapse" data-facet-name="{facet.name}" data-facet-label="{facet.label}" id="facet{facet.name}">
|
||||
<f:for each="{facet.options}" as="option" iteration="iteration">
|
||||
<f:if condition="{option.selected}">
|
||||
<f:then>
|
||||
<div class="list-group-item facet-option{f:if(condition:'{iteration.index} > 9', then:' tx-solr-facet-hidden')}" data-facet-item-value="{option.value}">
|
||||
<a class="facet solr-ajaxified active" href="{s:uri.facet.removeFacetItem(facet: facet, facetItem: option)}">{option.label}</a>
|
||||
<span class="facet-result-count badge">{option.documentCount}</span>
|
||||
</div>
|
||||
</f:then>
|
||||
<f:else>
|
||||
<div class="list-group-item facet-option{f:if(condition:'{iteration.index} > 9', then:' tx-solr-facet-hidden')}" data-facet-item-value="{option.value}">
|
||||
<a class="facet solr-ajaxified" href="{s:uri.facet.addFacetItem(facet: facet, facetItem: option)}">{option.label}</a>
|
||||
<span class="facet-result-count badge">{option.documentCount}</span>
|
||||
</div>
|
||||
</f:else>
|
||||
</f:if>
|
||||
|
||||
</f:for>
|
||||
<f:if condition="{facet.options -> f:count()} > 10">
|
||||
<div class="list-group-item">
|
||||
<a href="#" class="tx-solr-facet-show-all" data-label-more="{s:translate(key:'faceting_showMore', extensionName:'solr')}" data-label-less="{s:translate(key:'faceting_showFewer', extensionName:'solr')}">
|
||||
<s:translate key="faceting_showMore" extensionName="solr">Show more</s:translate>
|
||||
</a>
|
||||
</div>
|
||||
</f:if>
|
||||
</div>
|
||||
</div>
|
||||
</html>
|
41
Resources/Private/Partials/Facets/RangeDate.html
Normal file
@@ -0,0 +1,41 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
|
||||
xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
||||
xmlns:s="http://typo3.org/ns/ApacheSolrForTypo3/Solr/ViewHelpers"
|
||||
data-namespace-typo3-fluid="true"
|
||||
>
|
||||
|
||||
<div class="panel">
|
||||
<div class="panel-heading">
|
||||
<h3 class="facet-label panel-title">
|
||||
<span class="glyphicon glyphicon-filter"></span>
|
||||
<a data-toggle="collapse" data-parent="#facet-accordion{facet.name}" href="#facet{facet.name}">{facet.label}</a>
|
||||
</h3>
|
||||
</div>
|
||||
|
||||
<div class="panel-collapse collapse" id="facet{facet.name}">
|
||||
<div class="facet-option-list fluidfacet facet-type-dateRange"
|
||||
data-facet-name="{facet.name}"
|
||||
data-facet-label="{facet.label}"
|
||||
data-range-min="{facet.range.startInResponse}"
|
||||
data-range-max="{facet.range.endInResponse}"
|
||||
data-range-min-selected="{facet.range.startRequested}"
|
||||
data-range-max-selected="{facet.range.endRequested}"
|
||||
data-range-gap="{facet.range.gap}"
|
||||
data-facet-url="{s:uri.facet.setFacetItem(facet: facet, facetItemValue: '___FROM___-___TO___')}"
|
||||
>
|
||||
<input type="hidden" value="{s:uri.facet.addFacetItem(facet: facet, facetItemValue: '___FROM___-___TO___')}" id="created_url">
|
||||
|
||||
<div class="row panel">
|
||||
<div class="col-sm-6">
|
||||
<input type="text" class="dateselector form-control" id="start_date_created">
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<input type="text" class="dateselector form-control" id="end_date_created">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</html>
|
36
Resources/Private/Partials/Facets/RangeNumeric.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
|
||||
xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
||||
xmlns:s="http://typo3.org/ns/ApacheSolrForTypo3/Solr/ViewHelpers"
|
||||
data-namespace-typo3-fluid="true"
|
||||
>
|
||||
|
||||
<div class="panel">
|
||||
<div class="panel-heading">
|
||||
<h3 class="facet-label panel-title">
|
||||
<span class="glyphicon glyphicon-filter"></span>
|
||||
<a data-toggle="collapse" data-parent="#facet-accordion{facet.name}" href="#facet{facet.name}">{facet.label}</a>
|
||||
</h3>
|
||||
</div>
|
||||
|
||||
<div class="panel-collapse collapse" id="facet{facet.name}">
|
||||
<div class="fluidfacet facet-type-numericRange-data"
|
||||
data-facet-name="{facet.name}"
|
||||
data-facet-label="{facet.label}"
|
||||
data-range-min="{facet.range.startInResponse}"
|
||||
data-range-max="{facet.range.endInResponse}"
|
||||
data-range-min-selected="{facet.range.startRequested}"
|
||||
data-range-max-selected="{facet.range.endRequested}"
|
||||
data-range-gap="{facet.range.gap}"
|
||||
data-facet-url="{s:uri.facet.setFacetItem(facet: facet, facetItemValue: '___FROM___-___TO___')}"
|
||||
>
|
||||
</div>
|
||||
<div id="facet-{facet.name}-value">
|
||||
<f:if condition="{facet.isUsed}">
|
||||
<f:then>{facet.range.startRequested} - {facet.range.endRequested}</f:then>
|
||||
<f:else>{facet.range.startInResponse} - {facet.range.endInResponse}</f:else>
|
||||
</f:if>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</html>
|
30
Resources/Private/Partials/Facets/Rootline.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
|
||||
xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
||||
xmlns:s="http://typo3.org/ns/ApacheSolrForTypo3/Solr/ViewHelpers"
|
||||
data-namespace-typo3-fluid="true"
|
||||
>
|
||||
|
||||
<f:section name="hierarchyTree">
|
||||
<f:for each="{node.childNodes}" as="childNode" iteration="iteration">
|
||||
<div class="facet-option{f:if(condition:'{iteration.index} > 9', then:' tx-solr-facet-hidden')} list-group-item" data-facet-item-value="{childNode.value}">
|
||||
<a class="facet solr-ajaxified" href="{s:uri.facet.addFacetItem(facet: facet, facetItem: childNode)}"><f:cObject typoscriptObjectPath="lib.tx_meilisearch.pagetitle">{childNode.label}</f:cObject></a>
|
||||
<span class="facet-result-count badge">{childNode.documentCount}</span>
|
||||
</div>
|
||||
<f:if condition="{childNode.childNodes}">
|
||||
<div class="list-group-item list-group"><f:render section="hierarchyTree" arguments="{node: childNode, facet: facet}" /></div>
|
||||
</f:if>
|
||||
</f:for>
|
||||
</f:section>
|
||||
|
||||
<div class="panel">
|
||||
<div class="panel-heading">
|
||||
<h3 class="facet-label panel-title">
|
||||
<span class="glyphicon glyphicon-filter"></span>
|
||||
<a data-toggle="collapse" data-parent="#facet-accordion{facet.name}" href="#facet{facet.name}">{facet.label}</a>
|
||||
</h3>
|
||||
</div>
|
||||
<div class="facet-option-list facet-type-hierarchy fluidfacet list-group panel-collapse collapse" data-facet-name="{facet.name}" data-facet-label="{facet.label}" id="facet{facet.name}">
|
||||
<f:render section="hierarchyTree" arguments="{node: facet, facet: facet}" />
|
||||
</div>
|
||||
</div>
|
||||
</html>
|
48
Resources/Private/Partials/Result/Document.html
Normal file
@@ -0,0 +1,48 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
|
||||
xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
||||
xmlns:s="http://typo3.org/ns/ApacheSolrForTypo3/Solr/ViewHelpers">
|
||||
|
||||
<f:section name="Document">
|
||||
|
||||
<div class="list-group-item search-result results-entry{f:if(condition:document.isElevated, then: ' results-elevated')}"
|
||||
data-document-score="{document.score}"
|
||||
data-document-id="{document.id}"
|
||||
data-document-url="{document.url}"
|
||||
>
|
||||
<f:if condition="{document.isElevated}">
|
||||
<div class="results-elevated-label"><s:translate key="sponsored"/></div>
|
||||
</f:if>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-10">
|
||||
<h3 class="results-topic"><a href="{s:uri.result.addSearchWordList(url:document.url, searchWords:resultSet.usedQuery.query)}">{document.title}</a></h3>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<f:render partial="Result/RelevanceBar" section="RelevanceBar" arguments="{resultSet:resultSet, document:document}" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="results-teaser">
|
||||
<p class="result-content">{s:document.highlightResult(resultSet:resultSet, document:document, fieldName:'content')}</p>
|
||||
<f:if condition="{document.type} == 'tx_meilisearch_file'">
|
||||
<p>
|
||||
<s:translate key="file_mimetype" />: {document.fileMimeType}<br />
|
||||
<s:translate key="file_referenced" />:
|
||||
|
||||
<ul class="references">
|
||||
<f:if condition="{document.fileReferenceUrl}">
|
||||
<li><f:link.typolink title="{document.fileReferenceTitle}" parameter="{document.fileReferenceUrl}">{document.fileReferenceTitle}</f:link.typolink></li>
|
||||
</f:if>
|
||||
<f:if condition="{document.variants}">
|
||||
<f:for each="{document.variants}" as="variant">
|
||||
<li><f:link.typolink title="{variant.fileReferenceTitle}" parameter="{variant.fileReferenceUrl}">{variant.fileReferenceTitle}</f:link.typolink></li>
|
||||
</f:for>
|
||||
</f:if>
|
||||
</ul>
|
||||
</p>
|
||||
</f:if>
|
||||
<s:debug.documentScoreAnalyzer document="{document}" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</f:section>
|
22
Resources/Private/Partials/Result/Facets.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
|
||||
xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
||||
xmlns:s="http://typo3.org/ns/ApacheSolrForTypo3/Solr/ViewHelpers">
|
||||
|
||||
<f:section name="Facets">
|
||||
<div id="tx-solr-faceting">
|
||||
<s:facet.area.group groupName="main" facets="{resultSet.facets.available}">
|
||||
<div class="facet-area-main">
|
||||
<div class="solr-facets-available secondaryContentSection">
|
||||
<div class="facets">
|
||||
<f:for each="{areaFacets}" as="facet">
|
||||
<div class="facet facet-type facet-type-{facet.type} panel-group" id="facet-accordion-{facet.name}">
|
||||
<f:render partial="Facets/{facet.partialName}" arguments="{resultSet:resultSet, facet:facet}"/>
|
||||
</div>
|
||||
</f:for>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</s:facet.area.group>
|
||||
</div>
|
||||
|
||||
</f:section>
|
23
Resources/Private/Partials/Result/FacetsActive.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
|
||||
xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
||||
xmlns:s="http://typo3.org/ns/ApacheSolrForTypo3/Solr/ViewHelpers">
|
||||
|
||||
<f:section name="FacetsActive">
|
||||
<f:if condition="{resultSet.facets.used -> f:count()}">
|
||||
<div id="tx-solr-facets-in-use">
|
||||
<s:translate key="faceting_resultsNarrowedBy">Narrowed by</s:translate>:
|
||||
<f:for each="{resultSet.facets.used}" as="facet">
|
||||
<f:for each="{facet.allFacetItems.selected}" as="item">
|
||||
<a href="{s:uri.facet.removeFacetItem(facet: facet, facetItem: item)}" class="facet remove-facet-option solr-ajaxified btn btn-circle">
|
||||
{facet.label}: {item.label}
|
||||
<i class="glyphicon glyphicon-remove"></i>
|
||||
</a>
|
||||
</f:for>
|
||||
</f:for>
|
||||
<a href="{s:uri.facet.removeAllFacets()}" class="solr-ajaxified btn btn-circle">
|
||||
<s:translate key="faceting_removeAllFilters">Remove all filters</s:translate>
|
||||
<i class="glyphicon glyphicon-remove"></i>
|
||||
</a>
|
||||
</div>
|
||||
</f:if>
|
||||
</f:section>
|
19
Resources/Private/Partials/Result/PerPage.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
|
||||
xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
||||
xmlns:s="http://typo3.org/ns/ApacheSolrForTypo3/Solr/ViewHelpers">
|
||||
|
||||
<f:section name="PerPage">
|
||||
<div id="results-per-page">
|
||||
<form method="post" action="{s:uri.search.currentSearch()}">
|
||||
<s:translate key="results_per_page">Per page:</s:translate>
|
||||
<select name="{resultSet.usedSearchRequest.argumentNameSpace}[resultsPerPage]" onchange="this.form.submit()">
|
||||
<f:for each="{resultSet.usedSearchRequest.contextTypoScriptConfiguration.searchResultsPerPageSwitchOptionsAsArray}" as="availablePerPage">
|
||||
<f:if condition="{availablePerPage}=={resultSet.usedResultsPerPage}">
|
||||
<f:then><option selected="selected" value="{availablePerPage}">{availablePerPage}</option></f:then>
|
||||
<f:else><option value="{availablePerPage}">{availablePerPage}</option></f:else>
|
||||
</f:if>
|
||||
</f:for>
|
||||
</select>
|
||||
</form>
|
||||
</div>
|
||||
</f:section>
|
18
Resources/Private/Partials/Result/RelevanceBar.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
|
||||
xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
||||
xmlns:s="http://typo3.org/ns/ApacheSolrForTypo3/Solr/ViewHelpers">
|
||||
|
||||
<f:section name="RelevanceBar">
|
||||
|
||||
<div class="relevance hidden-xs">
|
||||
<s:translate key="relevance" />:
|
||||
<div class="progress" style="max-width: 100px; height: 5px;">
|
||||
<div class="progress-bar" role="progressbar" aria-valuenow="{s:document.relevance(resultSet:resultSet, document:document)}" aria-valuemin="0" aria-valuemax="100" style="width: {s:document.relevance(resultSet:resultSet, document:document)}%;">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</f:section>
|
||||
|
||||
</html>
|
48
Resources/Private/Partials/Result/Sorting.html
Normal file
@@ -0,0 +1,48 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
|
||||
xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
||||
xmlns:s="http://typo3.org/ns/ApacheSolrForTypo3/Solr/ViewHelpers">
|
||||
|
||||
<f:section name="Sorting">
|
||||
<div id="tx-solr-sorting" class="secondaryContentSection dropdown">
|
||||
<button class="btn btn-default dropdown-toggle" type="button" id="sortDropDown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
|
||||
<span class=" glyphicon glyphicon-sort"></span>
|
||||
<s:translate key="sorting_sortBy">Sorting</s:translate>
|
||||
<span class="caret"></span>
|
||||
</button>
|
||||
<ul class="dropdown-menu" aria-labelledby="sortDropDown">
|
||||
<f:for each="{resultSet.sortings}" as="sorting">
|
||||
|
||||
<f:if condition="{sorting.isResetOption}">
|
||||
<f:then>
|
||||
<li>
|
||||
<a href="{s:uri.sorting.removeSorting()}" class="solr-ajaxified">{sorting.label}</a>
|
||||
</li>
|
||||
</f:then>
|
||||
|
||||
<f:else>
|
||||
<f:if condition="{sorting.selected}">
|
||||
<f:then>
|
||||
<li class="active">
|
||||
<a href="{s:uri.sorting.setSorting(sortingName: sorting.name, sortingDirection: sorting.oppositeDirection)}" class="solr-ajaxified">
|
||||
<f:if condition="{sorting.isAscDirection}">
|
||||
<f:then><span class=" glyphicon glyphicon-arrow-up pull-right"></span></f:then>
|
||||
<f:else><span class=" glyphicon glyphicon-arrow-down pull-right"></span></f:else>
|
||||
</f:if>
|
||||
<span>{sorting.label}</span>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
</f:then>
|
||||
<f:else>
|
||||
<li>
|
||||
<a href="{s:uri.sorting.setSorting(sortingName: sorting.name, sortingDirection: sorting.direction)}" class="solr-ajaxified">{sorting.label}</a>
|
||||
</li>
|
||||
</f:else>
|
||||
</f:if>
|
||||
</f:else>
|
||||
</f:if>
|
||||
|
||||
</f:for>
|
||||
</ul>
|
||||
</div>
|
||||
</f:section>
|
32
Resources/Private/Partials/Search/Form.html
Normal file
@@ -0,0 +1,32 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
|
||||
xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
||||
xmlns:s="http://typo3.org/ns/ApacheSolrForTypo3/Solr/ViewHelpers">
|
||||
|
||||
<f:section name="Form">
|
||||
|
||||
<div class="tx-solr-search-form">
|
||||
<s:searchForm id="tx-solr-search-form-pi-results" additionalFilters="{additionalFilters}" suggestHeader="{s:translate(key:'suggest_header',default:'Top Results')}">
|
||||
<div class="input-group">
|
||||
<f:for each="{existingParameters}" key="name" as="value">
|
||||
<f:form.hidden name="{pluginNamespace}{name}" value="{value}" />
|
||||
</f:for>
|
||||
|
||||
<f:if condition="{addPageAndLanguageId}">
|
||||
<input type="hidden" name="L" value="{languageUid}" />
|
||||
<input type="hidden" name="id" value="{pageUid}" />
|
||||
</f:if>
|
||||
|
||||
<input type="text" class="tx-solr-q js-solr-q tx-solr-suggest tx-solr-suggest-focus form-control" name="{pluginNamespace}[q]" value="{q}" />
|
||||
<span class="input-group-btn">
|
||||
<button class="btn btn-default tx-solr-submit" type="submit">
|
||||
<span class=" glyphicon glyphicon-search"></span>
|
||||
<span>
|
||||
<s:translate key="submit">Search</s:translate>
|
||||
</span>
|
||||
</button>
|
||||
</span>
|
||||
</div>
|
||||
</s:searchForm>
|
||||
</div>
|
||||
|
||||
</f:section>
|
34
Resources/Private/Partials/Search/FrequentlySearched.html
Normal file
@@ -0,0 +1,34 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
|
||||
xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
||||
xmlns:s="http://typo3.org/ns/ApacheSolrForTypo3/Solr/ViewHelpers">
|
||||
|
||||
<f:section name="FrequentlySearched">
|
||||
|
||||
<s:widget.frequentlySearched>
|
||||
<f:if condition="{frequentSearches}">
|
||||
<div id="tx-solr-frequent-searches" class="secondaryContentSection panel">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">
|
||||
<span class="glyphicon glyphicon-fire"></span>
|
||||
<a data-toggle="collapse" data-parent="#accordion" href="#frequendSearches"><s:translate key="frequentSearches">Frequently searched</s:translate></a>
|
||||
</h3>
|
||||
</div>
|
||||
<div class="list-group panel-collapse collapse" id="frequendSearches">
|
||||
<div class="panel-body">
|
||||
<ul>
|
||||
<f:for each="{frequentSearches}" as="searchedForInfo">
|
||||
<li class="{searchedForInfo.class}">
|
||||
<a href="{s:uri.search.startNewSearch(queryString: searchedForInfo.q)}" class="solr-ajaxified">{searchedForInfo.q}</a>
|
||||
</li>
|
||||
</f:for>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</f:if>
|
||||
</s:widget.frequentlySearched>
|
||||
|
||||
</f:section>
|
||||
|
||||
</html>
|
35
Resources/Private/Partials/Search/LastSearches.html
Normal file
@@ -0,0 +1,35 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
|
||||
xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
||||
xmlns:s="http://typo3.org/ns/ApacheSolrForTypo3/Solr/ViewHelpers">
|
||||
|
||||
<f:section name="LastSearches">
|
||||
|
||||
<s:widget.lastSearches>
|
||||
<f:if condition="{lastSearches}">
|
||||
|
||||
<div id="tx-solr-lastsearches" class="secondaryContentSection panel">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">
|
||||
<span class="glyphicon glyphicon-time"></span>
|
||||
<a data-toggle="collapse" data-parent="#accordion" href="#lastSearches">
|
||||
<s:translate key="lastSearches">Last searches</s:translate>
|
||||
</a>
|
||||
</h3>
|
||||
</div>
|
||||
<div class="list-group panel-collapse collapse" id="lastSearches">
|
||||
<div class="panel-body">
|
||||
<f:for each="{lastSearches}" as="searchedFor">
|
||||
<li class="list-group-item">
|
||||
<a href="{s:uri.search.startNewSearch(queryString: searchedFor)}" class="solr-ajaxified">{searchedFor}</a>
|
||||
</li>
|
||||
</f:for>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</f:if>
|
||||
</s:widget.lastSearches>
|
||||
|
||||
</f:section>
|
||||
|
||||
</html>
|
12
Resources/Private/Php/ComposerLibraries/composer.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"config": {
|
||||
"platform": {
|
||||
"php": "7.2"
|
||||
},
|
||||
"classmap-authoritative": true,
|
||||
"prepend-autoloader": false
|
||||
},
|
||||
"require": {
|
||||
"solarium/solarium": ">=6.0 <7.0"
|
||||
}
|
||||
}
|
417
Resources/Private/Php/ComposerLibraries/composer.lock
generated
Normal file
@@ -0,0 +1,417 @@
|
||||
{
|
||||
"_readme": [
|
||||
"This file locks the dependencies of your project to a known state",
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "8c8944e29c97a909e2bdb2d6b69c552f",
|
||||
"packages": [
|
||||
{
|
||||
"name": "psr/event-dispatcher",
|
||||
"version": "1.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/php-fig/event-dispatcher.git",
|
||||
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
|
||||
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.2.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Psr\\EventDispatcher\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "PHP-FIG",
|
||||
"homepage": "http://www.php-fig.org/"
|
||||
}
|
||||
],
|
||||
"description": "Standard interfaces for event handling.",
|
||||
"keywords": [
|
||||
"events",
|
||||
"psr",
|
||||
"psr-14"
|
||||
],
|
||||
"time": "2019-01-08T18:20:26+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psr/http-client",
|
||||
"version": "1.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/php-fig/http-client.git",
|
||||
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
||||
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.0 || ^8.0",
|
||||
"psr/http-message": "^1.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Psr\\Http\\Client\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "PHP-FIG",
|
||||
"homepage": "http://www.php-fig.org/"
|
||||
}
|
||||
],
|
||||
"description": "Common interface for HTTP clients",
|
||||
"homepage": "https://github.com/php-fig/http-client",
|
||||
"keywords": [
|
||||
"http",
|
||||
"http-client",
|
||||
"psr",
|
||||
"psr-18"
|
||||
],
|
||||
"time": "2020-06-29T06:28:15+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psr/http-factory",
|
||||
"version": "1.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/php-fig/http-factory.git",
|
||||
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
||||
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.0.0",
|
||||
"psr/http-message": "^1.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Psr\\Http\\Message\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "PHP-FIG",
|
||||
"homepage": "http://www.php-fig.org/"
|
||||
}
|
||||
],
|
||||
"description": "Common interfaces for PSR-7 HTTP message factories",
|
||||
"keywords": [
|
||||
"factory",
|
||||
"http",
|
||||
"message",
|
||||
"psr",
|
||||
"psr-17",
|
||||
"psr-7",
|
||||
"request",
|
||||
"response"
|
||||
],
|
||||
"time": "2019-04-30T12:38:16+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psr/http-message",
|
||||
"version": "1.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/php-fig/http-message.git",
|
||||
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
||||
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Psr\\Http\\Message\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "PHP-FIG",
|
||||
"homepage": "http://www.php-fig.org/"
|
||||
}
|
||||
],
|
||||
"description": "Common interface for HTTP messages",
|
||||
"homepage": "https://github.com/php-fig/http-message",
|
||||
"keywords": [
|
||||
"http",
|
||||
"http-message",
|
||||
"psr",
|
||||
"psr-7",
|
||||
"request",
|
||||
"response"
|
||||
],
|
||||
"time": "2016-08-06T14:39:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "solarium/solarium",
|
||||
"version": "6.0.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/solariumphp/solarium.git",
|
||||
"reference": "efdbb4c3cad33fbb8ac971f45405f5c1856b506b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/solariumphp/solarium/zipball/efdbb4c3cad33fbb8ac971f45405f5c1856b506b",
|
||||
"reference": "efdbb4c3cad33fbb8ac971f45405f5c1856b506b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-json": "*",
|
||||
"php": "^7.2 || ^8.0",
|
||||
"psr/event-dispatcher": "^1.0",
|
||||
"psr/http-client": "^1.0",
|
||||
"psr/http-factory": "^1.0",
|
||||
"symfony/event-dispatcher-contracts": "^1.0 || ^2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"escapestudios/symfony2-coding-standard": "^3.11",
|
||||
"guzzlehttp/guzzle": "^7.2",
|
||||
"nyholm/psr7": "^1.2",
|
||||
"php-http/guzzle7-adapter": "^0.1",
|
||||
"phpstan/extension-installer": "^1.0",
|
||||
"phpstan/phpstan": "^0.12",
|
||||
"phpstan/phpstan-phpunit": "^0.12",
|
||||
"phpunit/phpunit": "^8.5 || ^9.4",
|
||||
"roave/security-advisories": "dev-master",
|
||||
"symfony/event-dispatcher": "^4.3 || ^5.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Solarium\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"BSD-3-Clause"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "See GitHub contributors",
|
||||
"homepage": "https://github.com/solariumphp/solarium/contributors"
|
||||
}
|
||||
],
|
||||
"description": "PHP Solr client",
|
||||
"homepage": "http://www.solarium-project.org",
|
||||
"keywords": [
|
||||
"php",
|
||||
"search",
|
||||
"solr"
|
||||
],
|
||||
"time": "2020-11-05T17:28:49+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/event-dispatcher",
|
||||
"version": "v3.3.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/event-dispatcher.git",
|
||||
"reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/67535f1e3fd662bdc68d7ba317c93eecd973617e",
|
||||
"reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.5.9"
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/dependency-injection": "<3.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"psr/log": "~1.0",
|
||||
"symfony/config": "~2.8|~3.0",
|
||||
"symfony/dependency-injection": "~3.3",
|
||||
"symfony/expression-language": "~2.8|~3.0",
|
||||
"symfony/stopwatch": "~2.8|~3.0"
|
||||
},
|
||||
"suggest": {
|
||||
"symfony/dependency-injection": "",
|
||||
"symfony/http-kernel": ""
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "3.3-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Symfony\\Component\\EventDispatcher\\": ""
|
||||
},
|
||||
"exclude-from-classmap": [
|
||||
"/Tests/"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Fabien Potencier",
|
||||
"email": "fabien@symfony.com"
|
||||
},
|
||||
{
|
||||
"name": "Symfony Community",
|
||||
"homepage": "https://symfony.com/contributors"
|
||||
}
|
||||
],
|
||||
"description": "Symfony EventDispatcher Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2017-06-09T14:53:08+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/event-dispatcher-contracts",
|
||||
"version": "v1.1.9",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
|
||||
"reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/84e23fdcd2517bf37aecbd16967e83f0caee25a7",
|
||||
"reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.1.3"
|
||||
},
|
||||
"suggest": {
|
||||
"psr/event-dispatcher": "",
|
||||
"symfony/event-dispatcher-implementation": ""
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.1-dev"
|
||||
},
|
||||
"thanks": {
|
||||
"name": "symfony/contracts",
|
||||
"url": "https://github.com/symfony/contracts"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Symfony\\Contracts\\EventDispatcher\\": ""
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Nicolas Grekas",
|
||||
"email": "p@tchwork.com"
|
||||
},
|
||||
{
|
||||
"name": "Symfony Community",
|
||||
"homepage": "https://symfony.com/contributors"
|
||||
}
|
||||
],
|
||||
"description": "Generic abstractions related to dispatching event",
|
||||
"homepage": "https://symfony.com",
|
||||
"keywords": [
|
||||
"abstractions",
|
||||
"contracts",
|
||||
"decoupling",
|
||||
"interfaces",
|
||||
"interoperability",
|
||||
"standards"
|
||||
],
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://symfony.com/sponsor",
|
||||
"type": "custom"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/fabpot",
|
||||
"type": "github"
|
||||
},
|
||||
{
|
||||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-07-06T13:19:58+00:00"
|
||||
}
|
||||
],
|
||||
"packages-dev": [],
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": [],
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": [],
|
||||
"platform-dev": [],
|
||||
"platform-overrides": {
|
||||
"php": "7.2"
|
||||
},
|
||||
"plugin-api-version": "1.1.0"
|
||||
}
|
BIN
Resources/Private/Php/strptime/license.pdf
Normal file
170
Resources/Private/Php/strptime/strptime.php
Normal file
@@ -0,0 +1,170 @@
|
||||
<?php
|
||||
/*
|
||||
* This work of Lionel SAURON (http://sauron.lionel.free.fr:80) is licensed under the
|
||||
* Creative Commons Attribution 2.0 France License.
|
||||
*
|
||||
* To view a copy of this license, visit http://creativecommons.org/licenses/by/2.0/fr/
|
||||
* or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.
|
||||
*/
|
||||
|
||||
if (!function_exists('strptime')) {
|
||||
|
||||
/**
|
||||
* Parse a time/date generated with strftime().
|
||||
*
|
||||
* This function is the same as the original one defined by PHP (Linux/Unix only),
|
||||
* but now you can use it on Windows too.
|
||||
* Limitation : Only this format can be parsed %S, %M, %H, %d, %m, %Y
|
||||
*
|
||||
* @author Lionel SAURON
|
||||
* @version 1.0
|
||||
* @public
|
||||
*
|
||||
* @param $sDate (string) The string to parse (e.g. returned from strftime()).
|
||||
* @param $sFormat (string) The format used in date (e.g. the same as used in strftime()).
|
||||
* @return (array) Returns an array with the <code>$sDate</code> parsed, or <code>false</code> on error.
|
||||
*/
|
||||
function strptime($sDate, $sFormat)
|
||||
{
|
||||
$aResult = array(
|
||||
'tm_sec' => 0,
|
||||
'tm_min' => 0,
|
||||
'tm_hour' => 0,
|
||||
'tm_mday' => 1,
|
||||
'tm_mon' => 0,
|
||||
'tm_year' => 0,
|
||||
'tm_wday' => 0,
|
||||
'tm_yday' => 0,
|
||||
'unparsed' => $sDate,
|
||||
);
|
||||
|
||||
while ($sFormat != "") {
|
||||
// ===== Search a %x element, Check the static string before the %x =====
|
||||
$nIdxFound = strpos($sFormat, '%');
|
||||
if ($nIdxFound === false) {
|
||||
|
||||
// There is no more format. Check the last static string.
|
||||
$aResult['unparsed'] = ($sFormat == $sDate) ? "" : $sDate;
|
||||
break;
|
||||
}
|
||||
|
||||
$sFormatBefore = substr($sFormat, 0, $nIdxFound);
|
||||
$sDateBefore = substr($sDate, 0, $nIdxFound);
|
||||
|
||||
if ($sFormatBefore != $sDateBefore) {
|
||||
break;
|
||||
}
|
||||
|
||||
// ===== Read the value of the %x found =====
|
||||
$sFormat = substr($sFormat, $nIdxFound);
|
||||
$sDate = substr($sDate, $nIdxFound);
|
||||
|
||||
$aResult['unparsed'] = $sDate;
|
||||
|
||||
$sFormatCurrent = substr($sFormat, 0, 2);
|
||||
$sFormatAfter = substr($sFormat, 2);
|
||||
|
||||
$nValue = -1;
|
||||
$sDateAfter = "";
|
||||
|
||||
switch ($sFormatCurrent) {
|
||||
case '%S': // Seconds after the minute (0-59)
|
||||
|
||||
sscanf($sDate, "%2d%[^\\n]", $nValue, $sDateAfter);
|
||||
|
||||
if (($nValue < 0) || ($nValue > 59)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
$aResult['tm_sec'] = $nValue;
|
||||
break;
|
||||
|
||||
// ----------
|
||||
case '%M': // Minutes after the hour (0-59)
|
||||
sscanf($sDate, "%2d%[^\\n]", $nValue, $sDateAfter);
|
||||
|
||||
if (($nValue < 0) || ($nValue > 59)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
$aResult['tm_min'] = $nValue;
|
||||
break;
|
||||
|
||||
// ----------
|
||||
case '%H': // Hour since midnight (0-23)
|
||||
sscanf($sDate, "%2d%[^\\n]", $nValue, $sDateAfter);
|
||||
|
||||
if (($nValue < 0) || ($nValue > 23)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
$aResult['tm_hour'] = $nValue;
|
||||
break;
|
||||
|
||||
// ----------
|
||||
case '%d': // Day of the month (1-31)
|
||||
sscanf($sDate, "%2d%[^\\n]", $nValue, $sDateAfter);
|
||||
|
||||
if (($nValue < 1) || ($nValue > 31)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
$aResult['tm_mday'] = $nValue;
|
||||
break;
|
||||
|
||||
// ----------
|
||||
case '%m': // Months since January (0-11)
|
||||
sscanf($sDate, "%2d%[^\\n]", $nValue, $sDateAfter);
|
||||
|
||||
if (($nValue < 1) || ($nValue > 12)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
$aResult['tm_mon'] = ($nValue - 1);
|
||||
break;
|
||||
|
||||
// ----------
|
||||
case '%Y': // Years since 1900
|
||||
sscanf($sDate, "%4d%[^\\n]", $nValue, $sDateAfter);
|
||||
|
||||
if ($nValue < 1900) {
|
||||
return false;
|
||||
}
|
||||
|
||||
$aResult['tm_year'] = ($nValue - 1900);
|
||||
break;
|
||||
|
||||
// ----------
|
||||
default:
|
||||
break 2; // Break Switch and while
|
||||
|
||||
} // END of case format
|
||||
|
||||
// ===== Next please =====
|
||||
$sFormat = $sFormatAfter;
|
||||
$sDate = $sDateAfter;
|
||||
|
||||
$aResult['unparsed'] = $sDate;
|
||||
} // END of while($sFormat != "")
|
||||
|
||||
// ===== Create the other value of the result array =====
|
||||
$nParsedDateTimestamp = mktime($aResult['tm_hour'], $aResult['tm_min'],
|
||||
$aResult['tm_sec'],
|
||||
$aResult['tm_mon'] + 1, $aResult['tm_mday'],
|
||||
$aResult['tm_year'] + 1900);
|
||||
|
||||
// Before PHP 5.1 return -1 when error
|
||||
if (($nParsedDateTimestamp === false)
|
||||
|| ($nParsedDateTimestamp === -1)
|
||||
) {
|
||||
return false;
|
||||
}
|
||||
|
||||
$aResult['tm_wday'] = (int)strftime("%w",
|
||||
$nParsedDateTimestamp); // Days since Sunday (0-6)
|
||||
$aResult['tm_yday'] = (strftime("%j",
|
||||
$nParsedDateTimestamp) - 1); // Days since January 1 (0-365)
|
||||
|
||||
return $aResult;
|
||||
} // END of function
|
||||
}
|
@@ -0,0 +1,127 @@
|
||||
{
|
||||
"initArgs": {
|
||||
"ignoreCase": true
|
||||
},
|
||||
"initializedOn": "2014-04-29T23:08:57.000Z",
|
||||
"managedList": [
|
||||
"من",
|
||||
"ومن",
|
||||
"منها",
|
||||
"منه",
|
||||
"في",
|
||||
"وفي",
|
||||
"فيها",
|
||||
"فيه",
|
||||
"و",
|
||||
"ف",
|
||||
"ثم",
|
||||
"او",
|
||||
"أو",
|
||||
"ب",
|
||||
"بها",
|
||||
"به",
|
||||
"ا",
|
||||
"أ",
|
||||
"اى",
|
||||
"اي",
|
||||
"أي",
|
||||
"أى",
|
||||
"لا",
|
||||
"ولا",
|
||||
"الا",
|
||||
"ألا",
|
||||
"إلا",
|
||||
"لكن",
|
||||
"ما",
|
||||
"وما",
|
||||
"كما",
|
||||
"فما",
|
||||
"عن",
|
||||
"مع",
|
||||
"اذا",
|
||||
"إذا",
|
||||
"ان",
|
||||
"أن",
|
||||
"إن",
|
||||
"انها",
|
||||
"أنها",
|
||||
"إنها",
|
||||
"انه",
|
||||
"أنه",
|
||||
"إنه",
|
||||
"بان",
|
||||
"بأن",
|
||||
"فان",
|
||||
"فأن",
|
||||
"وان",
|
||||
"وأن",
|
||||
"وإن",
|
||||
"التى",
|
||||
"التي",
|
||||
"الذى",
|
||||
"الذي",
|
||||
"الذين",
|
||||
"الى",
|
||||
"الي",
|
||||
"إلى",
|
||||
"إلي",
|
||||
"على",
|
||||
"عليها",
|
||||
"عليه",
|
||||
"اما",
|
||||
"أما",
|
||||
"إما",
|
||||
"ايضا",
|
||||
"أيضا",
|
||||
"كل",
|
||||
"وكل",
|
||||
"لم",
|
||||
"ولم",
|
||||
"لن",
|
||||
"ولن",
|
||||
"هى",
|
||||
"هي",
|
||||
"هو",
|
||||
"وهى",
|
||||
"وهي",
|
||||
"وهو",
|
||||
"فهى",
|
||||
"فهي",
|
||||
"فهو",
|
||||
"انت",
|
||||
"أنت",
|
||||
"لك",
|
||||
"لها",
|
||||
"له",
|
||||
"هذه",
|
||||
"هذا",
|
||||
"تلك",
|
||||
"ذلك",
|
||||
"هناك",
|
||||
"كانت",
|
||||
"كان",
|
||||
"يكون",
|
||||
"تكون",
|
||||
"وكانت",
|
||||
"وكان",
|
||||
"غير",
|
||||
"بعض",
|
||||
"قد",
|
||||
"نحو",
|
||||
"بين",
|
||||
"بينما",
|
||||
"منذ",
|
||||
"ضمن",
|
||||
"حيث",
|
||||
"الان",
|
||||
"الآن",
|
||||
"خلال",
|
||||
"بعد",
|
||||
"قبل",
|
||||
"حتى",
|
||||
"عند",
|
||||
"عندما",
|
||||
"لدى",
|
||||
"جميع"
|
||||
]
|
||||
}
|
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"initArgs": {
|
||||
"ignoreCase": true
|
||||
},
|
||||
"initializedOn": "2014-04-29T23:08:58.000Z",
|
||||
"managedList": [
|
||||
"այդ",
|
||||
"այլ",
|
||||
"այն",
|
||||
"այս",
|
||||
"դու",
|
||||
"դուք",
|
||||
"եմ",
|
||||
"են",
|
||||
"ենք",
|
||||
"ես",
|
||||
"եք",
|
||||
"է",
|
||||
"էի",
|
||||
"էին",
|
||||
"էինք",
|
||||
"էիր",
|
||||
"էիք",
|
||||
"էր",
|
||||
"ըստ",
|
||||
"թ",
|
||||
"ի",
|
||||
"ին",
|
||||
"իսկ",
|
||||
"իր",
|
||||
"կամ",
|
||||
"համար",
|
||||
"հետ",
|
||||
"հետո",
|
||||
"մենք",
|
||||
"մեջ",
|
||||
"մի",
|
||||
"ն",
|
||||
"նա",
|
||||
"նաև",
|
||||
"նրա",
|
||||
"նրանք",
|
||||
"որ",
|
||||
"որը",
|
||||
"որոնք",
|
||||
"որպես",
|
||||
"ու",
|
||||
"ում",
|
||||
"պիտի",
|
||||
"վրա",
|
||||
"և"
|
||||
]
|
||||
}
|
@@ -0,0 +1,106 @@
|
||||
{
|
||||
"initArgs": {
|
||||
"ignoreCase": true
|
||||
},
|
||||
"initializedOn": "2014-04-29T23:08:58.000Z",
|
||||
"managedList": [
|
||||
"al",
|
||||
"anitz",
|
||||
"arabera",
|
||||
"asko",
|
||||
"baina",
|
||||
"bat",
|
||||
"batean",
|
||||
"batek",
|
||||
"bati",
|
||||
"batzuei",
|
||||
"batzuek",
|
||||
"batzuetan",
|
||||
"batzuk",
|
||||
"bera",
|
||||
"beraiek",
|
||||
"berau",
|
||||
"berauek",
|
||||
"bere",
|
||||
"berori",
|
||||
"beroriek",
|
||||
"beste",
|
||||
"bezala",
|
||||
"da",
|
||||
"dago",
|
||||
"dira",
|
||||
"ditu",
|
||||
"du",
|
||||
"dute",
|
||||
"edo",
|
||||
"egin",
|
||||
"ere",
|
||||
"eta",
|
||||
"eurak",
|
||||
"ez",
|
||||
"gainera",
|
||||
"gu",
|
||||
"gutxi",
|
||||
"guzti",
|
||||
"haiei",
|
||||
"haiek",
|
||||
"haietan",
|
||||
"hainbeste",
|
||||
"hala",
|
||||
"han",
|
||||
"handik",
|
||||
"hango",
|
||||
"hara",
|
||||
"hari",
|
||||
"hark",
|
||||
"hartan",
|
||||
"hau",
|
||||
"hauei",
|
||||
"hauek",
|
||||
"hauetan",
|
||||
"hemen",
|
||||
"hemendik",
|
||||
"hemengo",
|
||||
"hi",
|
||||
"hona",
|
||||
"honek",
|
||||
"honela",
|
||||
"honetan",
|
||||
"honi",
|
||||
"hor",
|
||||
"hori",
|
||||
"horiei",
|
||||
"horiek",
|
||||
"horietan",
|
||||
"horko",
|
||||
"horra",
|
||||
"horrek",
|
||||
"horrela",
|
||||
"horretan",
|
||||
"horri",
|
||||
"hortik",
|
||||
"hura",
|
||||
"izan",
|
||||
"ni",
|
||||
"noiz",
|
||||
"nola",
|
||||
"non",
|
||||
"nondik",
|
||||
"nongo",
|
||||
"nor",
|
||||
"nora",
|
||||
"ze",
|
||||
"zein",
|
||||
"zen",
|
||||
"zenbait",
|
||||
"zenbat",
|
||||
"zer",
|
||||
"zergatik",
|
||||
"ziren",
|
||||
"zituen",
|
||||
"zu",
|
||||
"zuek",
|
||||
"zuen",
|
||||
"zuten"
|
||||
]
|
||||
}
|
@@ -0,0 +1,136 @@
|
||||
{
|
||||
"initArgs": {
|
||||
"ignoreCase": true
|
||||
},
|
||||
"initializedOn": "2014-04-29T23:08:58.000Z",
|
||||
"managedList": [
|
||||
"a",
|
||||
"ainda",
|
||||
"alem",
|
||||
"ambas",
|
||||
"ambos",
|
||||
"antes",
|
||||
"ao",
|
||||
"aonde",
|
||||
"aos",
|
||||
"apos",
|
||||
"aquele",
|
||||
"aqueles",
|
||||
"as",
|
||||
"assim",
|
||||
"com",
|
||||
"como",
|
||||
"contra",
|
||||
"contudo",
|
||||
"cuja",
|
||||
"cujas",
|
||||
"cujo",
|
||||
"cujos",
|
||||
"da",
|
||||
"das",
|
||||
"de",
|
||||
"dela",
|
||||
"dele",
|
||||
"deles",
|
||||
"demais",
|
||||
"depois",
|
||||
"desde",
|
||||
"desta",
|
||||
"deste",
|
||||
"dispoe",
|
||||
"dispoem",
|
||||
"diversa",
|
||||
"diversas",
|
||||
"diversos",
|
||||
"do",
|
||||
"dos",
|
||||
"durante",
|
||||
"e",
|
||||
"ela",
|
||||
"elas",
|
||||
"ele",
|
||||
"eles",
|
||||
"em",
|
||||
"entao",
|
||||
"entre",
|
||||
"essa",
|
||||
"essas",
|
||||
"esse",
|
||||
"esses",
|
||||
"esta",
|
||||
"estas",
|
||||
"este",
|
||||
"estes",
|
||||
"ha",
|
||||
"isso",
|
||||
"isto",
|
||||
"logo",
|
||||
"mais",
|
||||
"mas",
|
||||
"mediante",
|
||||
"menos",
|
||||
"mesma",
|
||||
"mesmas",
|
||||
"mesmo",
|
||||
"mesmos",
|
||||
"na",
|
||||
"nas",
|
||||
"nao",
|
||||
"nas",
|
||||
"nem",
|
||||
"nesse",
|
||||
"neste",
|
||||
"nos",
|
||||
"o",
|
||||
"os",
|
||||
"ou",
|
||||
"outra",
|
||||
"outras",
|
||||
"outro",
|
||||
"outros",
|
||||
"pelas",
|
||||
"pelas",
|
||||
"pelo",
|
||||
"pelos",
|
||||
"perante",
|
||||
"pois",
|
||||
"por",
|
||||
"porque",
|
||||
"portanto",
|
||||
"proprio",
|
||||
"propios",
|
||||
"quais",
|
||||
"qual",
|
||||
"qualquer",
|
||||
"quando",
|
||||
"quanto",
|
||||
"que",
|
||||
"quem",
|
||||
"quer",
|
||||
"se",
|
||||
"seja",
|
||||
"sem",
|
||||
"sendo",
|
||||
"seu",
|
||||
"seus",
|
||||
"sob",
|
||||
"sobre",
|
||||
"sua",
|
||||
"suas",
|
||||
"tal",
|
||||
"tambem",
|
||||
"teu",
|
||||
"teus",
|
||||
"toda",
|
||||
"todas",
|
||||
"todo",
|
||||
"todos",
|
||||
"tua",
|
||||
"tuas",
|
||||
"tudo",
|
||||
"um",
|
||||
"uma",
|
||||
"umas",
|
||||
"uns"
|
||||
]
|
||||
}
|
@@ -0,0 +1,198 @@
|
||||
{
|
||||
"initArgs": {
|
||||
"ignoreCase": true
|
||||
},
|
||||
"initializedOn": "2014-04-29T23:08:58.000Z",
|
||||
"managedList": [
|
||||
"а",
|
||||
"аз",
|
||||
"ако",
|
||||
"ала",
|
||||
"бе",
|
||||
"без",
|
||||
"беше",
|
||||
"би",
|
||||
"бил",
|
||||
"била",
|
||||
"били",
|
||||
"било",
|
||||
"близо",
|
||||
"бъдат",
|
||||
"бъде",
|
||||
"бяха",
|
||||
"в",
|
||||
"вас",
|
||||
"ваш",
|
||||
"ваша",
|
||||
"вероятно",
|
||||
"вече",
|
||||
"взема",
|
||||
"ви",
|
||||
"вие",
|
||||
"винаги",
|
||||
"все",
|
||||
"всеки",
|
||||
"всички",
|
||||
"всичко",
|
||||
"всяка",
|
||||
"във",
|
||||
"въпреки",
|
||||
"върху",
|
||||
"г",
|
||||
"ги",
|
||||
"главно",
|
||||
"го",
|
||||
"д",
|
||||
"да",
|
||||
"дали",
|
||||
"до",
|
||||
"докато",
|
||||
"докога",
|
||||
"дори",
|
||||
"досега",
|
||||
"доста",
|
||||
"е",
|
||||
"едва",
|
||||
"един",
|
||||
"ето",
|
||||
"за",
|
||||
"зад",
|
||||
"заедно",
|
||||
"заради",
|
||||
"засега",
|
||||
"затова",
|
||||
"защо",
|
||||
"защото",
|
||||
"и",
|
||||
"из",
|
||||
"или",
|
||||
"им",
|
||||
"има",
|
||||
"имат",
|
||||
"иска",
|
||||
"й",
|
||||
"каза",
|
||||
"как",
|
||||
"каква",
|
||||
"какво",
|
||||
"както",
|
||||
"какъв",
|
||||
"като",
|
||||
"кога",
|
||||
"когато",
|
||||
"което",
|
||||
"които",
|
||||
"кой",
|
||||
"който",
|
||||
"колко",
|
||||
"която",
|
||||
"къде",
|
||||
"където",
|
||||
"към",
|
||||
"ли",
|
||||
"м",
|
||||
"ме",
|
||||
"между",
|
||||
"мен",
|
||||
"ми",
|
||||
"мнозина",
|
||||
"мога",
|
||||
"могат",
|
||||
"може",
|
||||
"моля",
|
||||
"момента",
|
||||
"му",
|
||||
"н",
|
||||
"на",
|
||||
"над",
|
||||
"назад",
|
||||
"най",
|
||||
"направи",
|
||||
"напред",
|
||||
"например",
|
||||
"нас",
|
||||
"не",
|
||||
"него",
|
||||
"нея",
|
||||
"ни",
|
||||
"ние",
|
||||
"никой",
|
||||
"нито",
|
||||
"но",
|
||||
"някои",
|
||||
"някой",
|
||||
"няма",
|
||||
"обаче",
|
||||
"около",
|
||||
"освен",
|
||||
"особено",
|
||||
"от",
|
||||
"отгоре",
|
||||
"отново",
|
||||
"още",
|
||||
"пак",
|
||||
"по",
|
||||
"повече",
|
||||
"повечето",
|
||||
"под",
|
||||
"поне",
|
||||
"поради",
|
||||
"после",
|
||||
"почти",
|
||||
"прави",
|
||||
"пред",
|
||||
"преди",
|
||||
"през",
|
||||
"при",
|
||||
"пък",
|
||||
"първо",
|
||||
"с",
|
||||
"са",
|
||||
"само",
|
||||
"се",
|
||||
"сега",
|
||||
"си",
|
||||
"скоро",
|
||||
"след",
|
||||
"сме",
|
||||
"според",
|
||||
"сред",
|
||||
"срещу",
|
||||
"сте",
|
||||
"съм",
|
||||
"със",
|
||||
"също",
|
||||
"т",
|
||||
"тази",
|
||||
"така",
|
||||
"такива",
|
||||
"такъв",
|
||||
"там",
|
||||
"твой",
|
||||
"те",
|
||||
"тези",
|
||||
"ти",
|
||||
"тн",
|
||||
"то",
|
||||
"това",
|
||||
"тогава",
|
||||
"този",
|
||||
"той",
|
||||
"толкова",
|
||||
"точно",
|
||||
"трябва",
|
||||
"тук",
|
||||
"тъй",
|
||||
"тя",
|
||||
"тях",
|
||||
"у",
|
||||
"харесва",
|
||||
"ч",
|
||||
"че",
|
||||
"често",
|
||||
"чрез",
|
||||
"ще",
|
||||
"щом",
|
||||
"я"
|
||||
]
|
||||
}
|
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"initArgs": {
|
||||
"ignoreCase": true
|
||||
},
|
||||
"initializedOn": "2014-04-29T23:08:58.000Z",
|
||||
"managedList": [
|
||||
|
||||
]
|
||||
}
|
@@ -0,0 +1,227 @@
|
||||
{
|
||||
"initArgs": {
|
||||
"ignoreCase": true
|
||||
},
|
||||
"initializedOn": "2014-04-29T23:08:58.000Z",
|
||||
"managedList": [
|
||||
"a",
|
||||
"abans",
|
||||
"ací",
|
||||
"ah",
|
||||
"així",
|
||||
"això",
|
||||
"al",
|
||||
"als",
|
||||
"aleshores",
|
||||
"algun",
|
||||
"alguna",
|
||||
"algunes",
|
||||
"alguns",
|
||||
"alhora",
|
||||
"allà",
|
||||
"allí",
|
||||
"allò",
|
||||
"altra",
|
||||
"altre",
|
||||
"altres",
|
||||
"amb",
|
||||
"ambdós",
|
||||
"ambdues",
|
||||
"apa",
|
||||
"aquell",
|
||||
"aquella",
|
||||
"aquelles",
|
||||
"aquells",
|
||||
"aquest",
|
||||
"aquesta",
|
||||
"aquestes",
|
||||
"aquests",
|
||||
"aquí",
|
||||
"baix",
|
||||
"cada",
|
||||
"cadascú",
|
||||
"cadascuna",
|
||||
"cadascunes",
|
||||
"cadascuns",
|
||||
"com",
|
||||
"contra",
|
||||
"d'un",
|
||||
"d'una",
|
||||
"d'unes",
|
||||
"d'uns",
|
||||
"dalt",
|
||||
"de",
|
||||
"del",
|
||||
"dels",
|
||||
"des",
|
||||
"després",
|
||||
"dins",
|
||||
"dintre",
|
||||
"donat",
|
||||
"doncs",
|
||||
"durant",
|
||||
"e",
|
||||
"eh",
|
||||
"el",
|
||||
"els",
|
||||
"em",
|
||||
"en",
|
||||
"encara",
|
||||
"ens",
|
||||
"entre",
|
||||
"érem",
|
||||
"eren",
|
||||
"éreu",
|
||||
"es",
|
||||
"és",
|
||||
"esta",
|
||||
"està",
|
||||
"estàvem",
|
||||
"estaven",
|
||||
"estàveu",
|
||||
"esteu",
|
||||
"et",
|
||||
"etc",
|
||||
"ets",
|
||||
"fins",
|
||||
"fora",
|
||||
"gairebé",
|
||||
"ha",
|
||||
"han",
|
||||
"has",
|
||||
"havia",
|
||||
"he",
|
||||
"hem",
|
||||
"heu",
|
||||
"hi",
|
||||
"ho",
|
||||
"i",
|
||||
"igual",
|
||||
"iguals",
|
||||
"ja",
|
||||
"l'hi",
|
||||
"la",
|
||||
"les",
|
||||
"li",
|
||||
"li'n",
|
||||
"llavors",
|
||||
"m'he",
|
||||
"ma",
|
||||
"mal",
|
||||
"malgrat",
|
||||
"mateix",
|
||||
"mateixa",
|
||||
"mateixes",
|
||||
"mateixos",
|
||||
"me",
|
||||
"mentre",
|
||||
"més",
|
||||
"meu",
|
||||
"meus",
|
||||
"meva",
|
||||
"meves",
|
||||
"molt",
|
||||
"molta",
|
||||
"moltes",
|
||||
"molts",
|
||||
"mon",
|
||||
"mons",
|
||||
"n'he",
|
||||
"n'hi",
|
||||
"ne",
|
||||
"ni",
|
||||
"no",
|
||||
"nogensmenys",
|
||||
"només",
|
||||
"nosaltres",
|
||||
"nostra",
|
||||
"nostre",
|
||||
"nostres",
|
||||
"o",
|
||||
"oh",
|
||||
"oi",
|
||||
"on",
|
||||
"pas",
|
||||
"pel",
|
||||
"pels",
|
||||
"per",
|
||||
"però",
|
||||
"perquè",
|
||||
"poc",
|
||||
"poca",
|
||||
"pocs",
|
||||
"poques",
|
||||
"potser",
|
||||
"propi",
|
||||
"qual",
|
||||
"quals",
|
||||
"quan",
|
||||
"quant",
|
||||
"que",
|
||||
"què",
|
||||
"quelcom",
|
||||
"qui",
|
||||
"quin",
|
||||
"quina",
|
||||
"quines",
|
||||
"quins",
|
||||
"s'ha",
|
||||
"s'han",
|
||||
"sa",
|
||||
"semblant",
|
||||
"semblants",
|
||||
"ses",
|
||||
"seu",
|
||||
"seus",
|
||||
"seva",
|
||||
"seva",
|
||||
"seves",
|
||||
"si",
|
||||
"sobre",
|
||||
"sobretot",
|
||||
"sóc",
|
||||
"solament",
|
||||
"sols",
|
||||
"son",
|
||||
"són",
|
||||
"sons",
|
||||
"sota",
|
||||
"sou",
|
||||
"t'ha",
|
||||
"t'han",
|
||||
"t'he",
|
||||
"ta",
|
||||
"tal",
|
||||
"també",
|
||||
"tampoc",
|
||||
"tan",
|
||||
"tant",
|
||||
"tanta",
|
||||
"tantes",
|
||||
"teu",
|
||||
"teus",
|
||||
"teva",
|
||||
"teves",
|
||||
"ton",
|
||||
"tons",
|
||||
"tot",
|
||||
"tota",
|
||||
"totes",
|
||||
"tots",
|
||||
"un",
|
||||
"una",
|
||||
"unes",
|
||||
"uns",
|
||||
"us",
|
||||
"va",
|
||||
"vaig",
|
||||
"vam",
|
||||
"van",
|
||||
"vas",
|
||||
"veu",
|
||||
"vosaltres",
|
||||
"vostra",
|
||||
"vostre",
|
||||
"vostres"
|
||||
]
|
||||
}
|
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"initArgs": {
|
||||
"ignoreCase": true
|
||||
},
|
||||
"initializedOn": "2014-04-29T23:08:58.000Z",
|
||||
"managedList": [
|
||||
|
||||
]
|
||||
}
|
@@ -0,0 +1,180 @@
|
||||
{
|
||||
"initArgs": {
|
||||
"ignoreCase": true
|
||||
},
|
||||
"initializedOn": "2014-04-29T23:08:58.000Z",
|
||||
"managedList": [
|
||||
"a",
|
||||
"s",
|
||||
"k",
|
||||
"o",
|
||||
"i",
|
||||
"u",
|
||||
"v",
|
||||
"z",
|
||||
"dnes",
|
||||
"cz",
|
||||
"tímto",
|
||||
"budeš",
|
||||
"budem",
|
||||
"byli",
|
||||
"jseš",
|
||||
"můj",
|
||||
"svým",
|
||||
"ta",
|
||||
"tomto",
|
||||
"tohle",
|
||||
"tuto",
|
||||
"tyto",
|
||||
"jej",
|
||||
"zda",
|
||||
"proč",
|
||||
"máte",
|
||||
"tato",
|
||||
"kam",
|
||||
"tohoto",
|
||||
"kdo",
|
||||
"kteří",
|
||||
"mi",
|
||||
"nám",
|
||||
"tom",
|
||||
"tomuto",
|
||||
"mít",
|
||||
"nic",
|
||||
"proto",
|
||||
"kterou",
|
||||
"byla",
|
||||
"toho",
|
||||
"protože",
|
||||
"asi",
|
||||
"ho",
|
||||
"naši",
|
||||
"napište",
|
||||
"re",
|
||||
"což",
|
||||
"tím",
|
||||
"takže",
|
||||
"svých",
|
||||
"její",
|
||||
"svými",
|
||||
"jste",
|
||||
"aj",
|
||||
"tu",
|
||||
"tedy",
|
||||
"teto",
|
||||
"bylo",
|
||||
"kde",
|
||||
"ke",
|
||||
"pravé",
|
||||
"ji",
|
||||
"nad",
|
||||
"nejsou",
|
||||
"či",
|
||||
"pod",
|
||||
"téma",
|
||||
"mezi",
|
||||
"přes",
|
||||
"ty",
|
||||
"pak",
|
||||
"vám",
|
||||
"ani",
|
||||
"když",
|
||||
"však",
|
||||
"neg",
|
||||
"jsem",
|
||||
"tento",
|
||||
"článku",
|
||||
"články",
|
||||
"aby",
|
||||
"jsme",
|
||||
"před",
|
||||
"pta",
|
||||
"jejich",
|
||||
"byl",
|
||||
"ještě",
|
||||
"až",
|
||||
"bez",
|
||||
"také",
|
||||
"pouze",
|
||||
"první",
|
||||
"vaše",
|
||||
"která",
|
||||
"nás",
|
||||
"nový",
|
||||
"tipy",
|
||||
"pokud",
|
||||
"může",
|
||||
"strana",
|
||||
"jeho",
|
||||
"své",
|
||||
"jiné",
|
||||
"zprávy",
|
||||
"nové",
|
||||
"není",
|
||||
"vás",
|
||||
"jen",
|
||||
"podle",
|
||||
"zde",
|
||||
"už",
|
||||
"být",
|
||||
"více",
|
||||
"bude",
|
||||
"již",
|
||||
"než",
|
||||
"který",
|
||||
"by",
|
||||
"které",
|
||||
"co",
|
||||
"nebo",
|
||||
"ten",
|
||||
"tak",
|
||||
"má",
|
||||
"při",
|
||||
"od",
|
||||
"po",
|
||||
"jsou",
|
||||
"jak",
|
||||
"další",
|
||||
"ale",
|
||||
"si",
|
||||
"se",
|
||||
"ve",
|
||||
"to",
|
||||
"jako",
|
||||
"za",
|
||||
"zpět",
|
||||
"ze",
|
||||
"do",
|
||||
"pro",
|
||||
"je",
|
||||
"na",
|
||||
"atd",
|
||||
"atp",
|
||||
"jakmile",
|
||||
"přičemž",
|
||||
"já",
|
||||
"on",
|
||||
"ona",
|
||||
"ono",
|
||||
"oni",
|
||||
"ony",
|
||||
"my",
|
||||
"vy",
|
||||
"jí",
|
||||
"ji",
|
||||
"mě",
|
||||
"mne",
|
||||
"jemu",
|
||||
"tomu",
|
||||
"těm",
|
||||
"těmu",
|
||||
"němu",
|
||||
"němuž",
|
||||
"jehož",
|
||||
"jíž",
|
||||
"jelikož",
|
||||
"jež",
|
||||
"jakož",
|
||||
"načež"
|
||||
]
|
||||
}
|
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"initArgs": {
|
||||
"ignoreCase": true
|
||||
},
|
||||
"initializedOn": "2014-04-29T23:08:58.000Z",
|
||||
"managedList": [
|
||||
"og",
|
||||
"i",
|
||||
"jeg",
|
||||
"det",
|
||||
"at",
|
||||
"en",
|
||||
"den",
|
||||
"til",
|
||||
"er",
|
||||
"som",
|
||||
"på",
|
||||
"de",
|
||||
"med",
|
||||
"han",
|
||||
"af",
|
||||
"for",
|
||||
"ikke",
|
||||
"der",
|
||||
"var",
|
||||
"mig",
|
||||
"sig",
|
||||
"men",
|
||||
"et",
|
||||
"har",
|
||||
"om",
|
||||
"vi",
|
||||
"min",
|
||||
"havde",
|
||||
"ham",
|
||||
"hun",
|
||||
"nu",
|
||||
"over",
|
||||
"da",
|
||||
"fra",
|
||||
"du",
|
||||
"ud",
|
||||
"sin",
|
||||
"dem",
|
||||
"os",
|
||||
"op",
|
||||
"man",
|
||||
"hans",
|
||||
"hvor",
|
||||
"eller",
|
||||
"hvad",
|
||||
"skal",
|
||||
"selv",
|
||||
"her",
|
||||
"alle",
|
||||
"vil",
|
||||
"blev",
|
||||
"kunne",
|
||||
"ind",
|
||||
"når",
|
||||
"være",
|
||||
"dog",
|
||||
"noget",
|
||||
"ville",
|
||||
"jo",
|
||||
"deres",
|
||||
"efter",
|
||||
"ned",
|
||||
"skulle",
|
||||
"denne",
|
||||
"end",
|
||||
"dette",
|
||||
"mit",
|
||||
"også",
|
||||
"under",
|
||||
"have",
|
||||
"dig",
|
||||
"anden",
|
||||
"hende",
|
||||
"mine",
|
||||
"alt",
|
||||
"meget",
|
||||
"sit",
|
||||
"sine",
|
||||
"vor",
|
||||
"mod",
|
||||
"disse",
|
||||
"hvis",
|
||||
"din",
|
||||
"nogle",
|
||||
"hos",
|
||||
"blive",
|
||||
"mange",
|
||||
"ad",
|
||||
"bliver",
|
||||
"hendes",
|
||||
"været",
|
||||
"thi",
|
||||
"jer",
|
||||
"sådan"
|
||||
]
|
||||
}
|
@@ -0,0 +1,109 @@
|
||||
{
|
||||
"initArgs": {
|
||||
"ignoreCase": true
|
||||
},
|
||||
"initializedOn": "2014-04-29T23:08:58.000Z",
|
||||
"managedList": [
|
||||
"de",
|
||||
"en",
|
||||
"van",
|
||||
"ik",
|
||||
"te",
|
||||
"dat",
|
||||
"die",
|
||||
"in",
|
||||
"een",
|
||||
"hij",
|
||||
"het",
|
||||
"niet",
|
||||
"zijn",
|
||||
"is",
|
||||
"was",
|
||||
"op",
|
||||
"aan",
|
||||
"met",
|
||||
"als",
|
||||
"voor",
|
||||
"had",
|
||||
"er",
|
||||
"maar",
|
||||
"om",
|
||||
"hem",
|
||||
"dan",
|
||||
"zou",
|
||||
"of",
|
||||
"wat",
|
||||
"mijn",
|
||||
"men",
|
||||
"dit",
|
||||
"zo",
|
||||
"door",
|
||||
"over",
|
||||
"ze",
|
||||
"zich",
|
||||
"bij",
|
||||
"ook",
|
||||
"tot",
|
||||
"je",
|
||||
"mij",
|
||||
"uit",
|
||||
"der",
|
||||
"daar",
|
||||
"haar",
|
||||
"naar",
|
||||
"heb",
|
||||
"hoe",
|
||||
"heeft",
|
||||
"hebben",
|
||||
"deze",
|
||||
"u",
|
||||
"want",
|
||||
"nog",
|
||||
"zal",
|
||||
"me",
|
||||
"zij",
|
||||
"nu",
|
||||
"ge",
|
||||
"geen",
|
||||
"omdat",
|
||||
"iets",
|
||||
"worden",
|
||||
"toch",
|
||||
"al",
|
||||
"waren",
|
||||
"veel",
|
||||
"meer",
|
||||
"doen",
|
||||
"toen",
|
||||
"moet",
|
||||
"ben",
|
||||
"zonder",
|
||||
"kan",
|
||||
"hun",
|
||||
"dus",
|
||||
"alles",
|
||||
"onder",
|
||||
"ja",
|
||||
"eens",
|
||||
"hier",
|
||||
"wie",
|
||||
"werd",
|
||||
"altijd",
|
||||
"doch",
|
||||
"wordt",
|
||||
"wezen",
|
||||
"kunnen",
|
||||
"ons",
|
||||
"zelf",
|
||||
"tegen",
|
||||
"na",
|
||||
"reeds",
|
||||
"wil",
|
||||
"kon",
|
||||
"niets",
|
||||
"uw",
|
||||
"iemand",
|
||||
"geweest",
|
||||
"andere"
|
||||
]
|
||||
}
|
@@ -0,0 +1,182 @@
|
||||
{
|
||||
"initArgs": {
|
||||
"ignoreCase": true
|
||||
},
|
||||
"initializedOn": "2014-04-29T23:08:58.000Z",
|
||||
"managedList": [
|
||||
"i",
|
||||
"me",
|
||||
"my",
|
||||
"myself",
|
||||
"we",
|
||||
"us",
|
||||
"our",
|
||||
"ours",
|
||||
"ourselves",
|
||||
"you",
|
||||
"your",
|
||||
"yours",
|
||||
"yourself",
|
||||
"yourselves",
|
||||
"he",
|
||||
"him",
|
||||
"his",
|
||||
"himself",
|
||||
"she",
|
||||
"her",
|
||||
"hers",
|
||||
"herself",
|
||||
"it",
|
||||
"its",
|
||||
"itself",
|
||||
"they",
|
||||
"them",
|
||||
"their",
|
||||
"theirs",
|
||||
"themselves",
|
||||
"what",
|
||||
"which",
|
||||
"who",
|
||||
"whom",
|
||||
"this",
|
||||
"that",
|
||||
"these",
|
||||
"those",
|
||||
"am",
|
||||
"is",
|
||||
"are",
|
||||
"was",
|
||||
"were",
|
||||
"be",
|
||||
"been",
|
||||
"being",
|
||||
"have",
|
||||
"has",
|
||||
"had",
|
||||
"having",
|
||||
"do",
|
||||
"does",
|
||||
"did",
|
||||
"doing",
|
||||
"would",
|
||||
"should",
|
||||
"could",
|
||||
"ought",
|
||||
"i'm",
|
||||
"you're",
|
||||
"he's",
|
||||
"she's",
|
||||
"it's",
|
||||
"we're",
|
||||
"they're",
|
||||
"i've",
|
||||
"you've",
|
||||
"we've",
|
||||
"they've",
|
||||
"i'd",
|
||||
"you'd",
|
||||
"he'd",
|
||||
"she'd",
|
||||
"we'd",
|
||||
"they'd",
|
||||
"i'll",
|
||||
"you'll",
|
||||
"he'll",
|
||||
"she'll",
|
||||
"we'll",
|
||||
"they'll",
|
||||
"isn't",
|
||||
"aren't",
|
||||
"wasn't",
|
||||
"weren't",
|
||||
"hasn't",
|
||||
"haven't",
|
||||
"hadn't",
|
||||
"doesn't",
|
||||
"don't",
|
||||
"didn't",
|
||||
"won't",
|
||||
"wouldn't",
|
||||
"shan't",
|
||||
"shouldn't",
|
||||
"can't",
|
||||
"cannot",
|
||||
"couldn't",
|
||||
"mustn't",
|
||||
"let's",
|
||||
"that's",
|
||||
"who's",
|
||||
"what's",
|
||||
"here's",
|
||||
"there's",
|
||||
"when's",
|
||||
"where's",
|
||||
"why's",
|
||||
"how's",
|
||||
"an",
|
||||
"the",
|
||||
"and",
|
||||
"but",
|
||||
"if",
|
||||
"or",
|
||||
"because",
|
||||
"as",
|
||||
"until",
|
||||
"while",
|
||||
"of",
|
||||
"at",
|
||||
"by",
|
||||
"for",
|
||||
"with",
|
||||
"about",
|
||||
"against",
|
||||
"between",
|
||||
"into",
|
||||
"through",
|
||||
"during",
|
||||
"before",
|
||||
"after",
|
||||
"above",
|
||||
"below",
|
||||
"to",
|
||||
"from",
|
||||
"up",
|
||||
"down",
|
||||
"in",
|
||||
"out",
|
||||
"on",
|
||||
"off",
|
||||
"over",
|
||||
"under",
|
||||
"again",
|
||||
"further",
|
||||
"then",
|
||||
"once",
|
||||
"here",
|
||||
"there",
|
||||
"when",
|
||||
"where",
|
||||
"why",
|
||||
"how",
|
||||
"all",
|
||||
"any",
|
||||
"both",
|
||||
"each",
|
||||
"few",
|
||||
"more",
|
||||
"most",
|
||||
"other",
|
||||
"some",
|
||||
"such",
|
||||
"no",
|
||||
"nor",
|
||||
"not",
|
||||
"only",
|
||||
"own",
|
||||
"same",
|
||||
"so",
|
||||
"than",
|
||||
"too",
|
||||
"very"
|
||||
]
|
||||
}
|
@@ -0,0 +1,243 @@
|
||||
{
|
||||
"initArgs": {
|
||||
"ignoreCase": true
|
||||
},
|
||||
"initializedOn": "2014-04-29T23:08:58.000Z",
|
||||
"managedList": [
|
||||
"olla",
|
||||
"olen",
|
||||
"olet",
|
||||
"on",
|
||||
"olemme",
|
||||
"olette",
|
||||
"ovat",
|
||||
"ole",
|
||||
"oli",
|
||||
"olisi",
|
||||
"olisit",
|
||||
"olisin",
|
||||
"olisimme",
|
||||
"olisitte",
|
||||
"olisivat",
|
||||
"olit",
|
||||
"olin",
|
||||
"olimme",
|
||||
"olitte",
|
||||
"olivat",
|
||||
"ollut",
|
||||
"olleet",
|
||||
"en",
|
||||
"et",
|
||||
"ei",
|
||||
"emme",
|
||||
"ette",
|
||||
"eivät",
|
||||
"minä",
|
||||
"minun",
|
||||
"minut",
|
||||
"minua",
|
||||
"minussa",
|
||||
"minusta",
|
||||
"minuun",
|
||||
"minulla",
|
||||
"minulta",
|
||||
"minulle",
|
||||
"sinä",
|
||||
"sinun",
|
||||
"sinut",
|
||||
"sinua",
|
||||
"sinussa",
|
||||
"sinusta",
|
||||
"sinuun",
|
||||
"sinulla",
|
||||
"sinulta",
|
||||
"sinulle",
|
||||
"hän",
|
||||
"hänen",
|
||||
"hänet",
|
||||
"häntä",
|
||||
"hänessä",
|
||||
"hänestä",
|
||||
"häneen",
|
||||
"hänellä",
|
||||
"häneltä",
|
||||
"hänelle",
|
||||
"me",
|
||||
"meidän",
|
||||
"meidät",
|
||||
"meitä",
|
||||
"meissä",
|
||||
"meistä",
|
||||
"meihin",
|
||||
"meillä",
|
||||
"meiltä",
|
||||
"meille",
|
||||
"te",
|
||||
"teidän",
|
||||
"teidät",
|
||||
"teitä",
|
||||
"teissä",
|
||||
"teistä",
|
||||
"teihin",
|
||||
"teillä",
|
||||
"teiltä",
|
||||
"teille",
|
||||
"he",
|
||||
"heidän",
|
||||
"heidät",
|
||||
"heitä",
|
||||
"heissä",
|
||||
"heistä",
|
||||
"heihin",
|
||||
"heillä",
|
||||
"heiltä",
|
||||
"heille",
|
||||
"tämä",
|
||||
"tämän",
|
||||
"tätä",
|
||||
"tässä",
|
||||
"tästä",
|
||||
"tähän",
|
||||
"tallä",
|
||||
"tältä",
|
||||
"tälle",
|
||||
"tänä",
|
||||
"täksi",
|
||||
"tuo",
|
||||
"tuon",
|
||||
"tuotä",
|
||||
"tuossa",
|
||||
"tuosta",
|
||||
"tuohon",
|
||||
"tuolla",
|
||||
"tuolta",
|
||||
"tuolle",
|
||||
"tuona",
|
||||
"tuoksi",
|
||||
"se",
|
||||
"sen",
|
||||
"sitä",
|
||||
"siinä",
|
||||
"siitä",
|
||||
"siihen",
|
||||
"sillä",
|
||||
"siltä",
|
||||
"sille",
|
||||
"sinä",
|
||||
"siksi",
|
||||
"nämä",
|
||||
"näiden",
|
||||
"näitä",
|
||||
"näissä",
|
||||
"näistä",
|
||||
"näihin",
|
||||
"näillä",
|
||||
"näiltä",
|
||||
"näille",
|
||||
"näinä",
|
||||
"näiksi",
|
||||
"nuo",
|
||||
"noiden",
|
||||
"noita",
|
||||
"noissa",
|
||||
"noista",
|
||||
"noihin",
|
||||
"noilla",
|
||||
"noilta",
|
||||
"noille",
|
||||
"noina",
|
||||
"noiksi",
|
||||
"ne",
|
||||
"niiden",
|
||||
"niitä",
|
||||
"niissä",
|
||||
"niistä",
|
||||
"niihin",
|
||||
"niillä",
|
||||
"niiltä",
|
||||
"niille",
|
||||
"niinä",
|
||||
"niiksi",
|
||||
"kuka",
|
||||
"kenen",
|
||||
"kenet",
|
||||
"ketä",
|
||||
"kenessä",
|
||||
"kenestä",
|
||||
"keneen",
|
||||
"kenellä",
|
||||
"keneltä",
|
||||
"kenelle",
|
||||
"kenenä",
|
||||
"keneksi",
|
||||
"ketkä",
|
||||
"keiden",
|
||||
"ketkä",
|
||||
"keitä",
|
||||
"keissä",
|
||||
"keistä",
|
||||
"keihin",
|
||||
"keillä",
|
||||
"keiltä",
|
||||
"keille",
|
||||
"keinä",
|
||||
"keiksi",
|
||||
"mikä",
|
||||
"minkä",
|
||||
"minkä",
|
||||
"mitä",
|
||||
"missä",
|
||||
"mistä",
|
||||
"mihin",
|
||||
"millä",
|
||||
"miltä",
|
||||
"mille",
|
||||
"minä",
|
||||
"miksi",
|
||||
"mitkä",
|
||||
"joka",
|
||||
"jonka",
|
||||
"jota",
|
||||
"jossa",
|
||||
"josta",
|
||||
"johon",
|
||||
"jolla",
|
||||
"jolta",
|
||||
"jolle",
|
||||
"jona",
|
||||
"joksi",
|
||||
"jotka",
|
||||
"joiden",
|
||||
"joita",
|
||||
"joissa",
|
||||
"joista",
|
||||
"joihin",
|
||||
"joilla",
|
||||
"joilta",
|
||||
"joille",
|
||||
"joina",
|
||||
"joiksi",
|
||||
"että",
|
||||
"ja",
|
||||
"jos",
|
||||
"koska",
|
||||
"kuin",
|
||||
"mutta",
|
||||
"niin",
|
||||
"sekä",
|
||||
"sillä",
|
||||
"tai",
|
||||
"vaan",
|
||||
"vai",
|
||||
"vaikka",
|
||||
"kanssa",
|
||||
"mukaan",
|
||||
"noin",
|
||||
"poikki",
|
||||
"yli",
|
||||
"kun",
|
||||
"niin",
|
||||
"nyt",
|
||||
"itse"
|
||||
]
|
||||
}
|
@@ -0,0 +1,171 @@
|
||||
{
|
||||
"initArgs": {
|
||||
"ignoreCase": true
|
||||
},
|
||||
"initializedOn": "2014-04-29T23:08:58.000Z",
|
||||
"managedList": [
|
||||
"au",
|
||||
"aux",
|
||||
"avec",
|
||||
"ce",
|
||||
"ces",
|
||||
"dans",
|
||||
"de",
|
||||
"des",
|
||||
"du",
|
||||
"elle",
|
||||
"en",
|
||||
"et",
|
||||
"eux",
|
||||
"il",
|
||||
"je",
|
||||
"la",
|
||||
"le",
|
||||
"leur",
|
||||
"lui",
|
||||
"ma",
|
||||
"mais",
|
||||
"me",
|
||||
"même",
|
||||
"mes",
|
||||
"moi",
|
||||
"mon",
|
||||
"ne",
|
||||
"nos",
|
||||
"notre",
|
||||
"nous",
|
||||
"on",
|
||||
"ou",
|
||||
"par",
|
||||
"pas",
|
||||
"pour",
|
||||
"qu",
|
||||
"que",
|
||||
"qui",
|
||||
"sa",
|
||||
"se",
|
||||
"ses",
|
||||
"son",
|
||||
"sur",
|
||||
"ta",
|
||||
"te",
|
||||
"tes",
|
||||
"toi",
|
||||
"ton",
|
||||
"tu",
|
||||
"un",
|
||||
"une",
|
||||
"vos",
|
||||
"votre",
|
||||
"vous",
|
||||
"c",
|
||||
"d",
|
||||
"j",
|
||||
"l",
|
||||
"à",
|
||||
"m",
|
||||
"n",
|
||||
"s",
|
||||
"t",
|
||||
"y",
|
||||
"été",
|
||||
"étée",
|
||||
"étées",
|
||||
"étés",
|
||||
"étant",
|
||||
"suis",
|
||||
"es",
|
||||
"est",
|
||||
"sommes",
|
||||
"êtes",
|
||||
"sont",
|
||||
"serai",
|
||||
"seras",
|
||||
"sera",
|
||||
"serons",
|
||||
"serez",
|
||||
"seront",
|
||||
"serais",
|
||||
"serait",
|
||||
"serions",
|
||||
"seriez",
|
||||
"seraient",
|
||||
"étais",
|
||||
"était",
|
||||
"étions",
|
||||
"étiez",
|
||||
"étaient",
|
||||
"fus",
|
||||
"fut",
|
||||
"fûmes",
|
||||
"fûtes",
|
||||
"furent",
|
||||
"sois",
|
||||
"soit",
|
||||
"soyons",
|
||||
"soyez",
|
||||
"soient",
|
||||
"fusse",
|
||||
"fusses",
|
||||
"fût",
|
||||
"fussions",
|
||||
"fussiez",
|
||||
"fussent",
|
||||
"ayant",
|
||||
"eu",
|
||||
"eue",
|
||||
"eues",
|
||||
"eus",
|
||||
"ai",
|
||||
"as",
|
||||
"avons",
|
||||
"avez",
|
||||
"ont",
|
||||
"aurai",
|
||||
"auras",
|
||||
"aura",
|
||||
"aurons",
|
||||
"aurez",
|
||||
"auront",
|
||||
"aurais",
|
||||
"aurait",
|
||||
"aurions",
|
||||
"auriez",
|
||||
"auraient",
|
||||
"avais",
|
||||
"avait",
|
||||
"avions",
|
||||
"aviez",
|
||||
"avaient",
|
||||
"eut",
|
||||
"eûmes",
|
||||
"eûtes",
|
||||
"eurent",
|
||||
"aie",
|
||||
"aies",
|
||||
"ait",
|
||||
"ayons",
|
||||
"ayez",
|
||||
"aient",
|
||||
"eusse",
|
||||
"eusses",
|
||||
"eût",
|
||||
"eussions",
|
||||
"eussiez",
|
||||
"eussent",
|
||||
"ceci",
|
||||
"celà",
|
||||
"cet",
|
||||
"cette",
|
||||
"ici",
|
||||
"ils",
|
||||
"les",
|
||||
"leurs",
|
||||
"quel",
|
||||
"quels",
|
||||
"quelle",
|
||||
"quelles",
|
||||
"sans",
|
||||
"soi"
|
||||
]
|
||||
}
|
@@ -0,0 +1,168 @@
|
||||
{
|
||||
"initArgs": {
|
||||
"ignoreCase": true
|
||||
},
|
||||
"initializedOn": "2014-04-29T23:08:58.000Z",
|
||||
"managedList": [
|
||||
"a",
|
||||
"aínda",
|
||||
"alí",
|
||||
"aquel",
|
||||
"aquela",
|
||||
"aquelas",
|
||||
"aqueles",
|
||||
"aquilo",
|
||||
"aquí",
|
||||
"ao",
|
||||
"aos",
|
||||
"as",
|
||||
"así",
|
||||
"á",
|
||||
"ben",
|
||||
"cando",
|
||||
"che",
|
||||
"co",
|
||||
"coa",
|
||||
"comigo",
|
||||
"con",
|
||||
"connosco",
|
||||
"contigo",
|
||||
"convosco",
|
||||
"coas",
|
||||
"cos",
|
||||
"cun",
|
||||
"cuns",
|
||||
"cunha",
|
||||
"cunhas",
|
||||
"da",
|
||||
"dalgunha",
|
||||
"dalgunhas",
|
||||
"dalgún",
|
||||
"dalgúns",
|
||||
"das",
|
||||
"de",
|
||||
"del",
|
||||
"dela",
|
||||
"delas",
|
||||
"deles",
|
||||
"desde",
|
||||
"deste",
|
||||
"do",
|
||||
"dos",
|
||||
"dun",
|
||||
"duns",
|
||||
"dunha",
|
||||
"dunhas",
|
||||
"e",
|
||||
"el",
|
||||
"ela",
|
||||
"elas",
|
||||
"eles",
|
||||
"en",
|
||||
"era",
|
||||
"eran",
|
||||
"esa",
|
||||
"esas",
|
||||
"ese",
|
||||
"eses",
|
||||
"esta",
|
||||
"estar",
|
||||
"estaba",
|
||||
"está",
|
||||
"están",
|
||||
"este",
|
||||
"estes",
|
||||
"estiven",
|
||||
"estou",
|
||||
"eu",
|
||||
"é",
|
||||
"facer",
|
||||
"foi",
|
||||
"foron",
|
||||
"fun",
|
||||
"había",
|
||||
"hai",
|
||||
"iso",
|
||||
"isto",
|
||||
"la",
|
||||
"las",
|
||||
"lle",
|
||||
"lles",
|
||||
"lo",
|
||||
"los",
|
||||
"mais",
|
||||
"me",
|
||||
"meu",
|
||||
"meus",
|
||||
"min",
|
||||
"miña",
|
||||
"miñas",
|
||||
"moi",
|
||||
"na",
|
||||
"nas",
|
||||
"neste",
|
||||
"nin",
|
||||
"no",
|
||||
"non",
|
||||
"nos",
|
||||
"nosa",
|
||||
"nosas",
|
||||
"noso",
|
||||
"nosos",
|
||||
"nós",
|
||||
"nun",
|
||||
"nunha",
|
||||
"nuns",
|
||||
"nunhas",
|
||||
"o",
|
||||
"os",
|
||||
"ou",
|
||||
"ó",
|
||||
"ós",
|
||||
"para",
|
||||
"pero",
|
||||
"pode",
|
||||
"pois",
|
||||
"pola",
|
||||
"polas",
|
||||
"polo",
|
||||
"polos",
|
||||
"por",
|
||||
"que",
|
||||
"se",
|
||||
"senón",
|
||||
"ser",
|
||||
"seu",
|
||||
"seus",
|
||||
"sexa",
|
||||
"sido",
|
||||
"sobre",
|
||||
"súa",
|
||||
"súas",
|
||||
"tamén",
|
||||
"tan",
|
||||
"te",
|
||||
"ten",
|
||||
"teñen",
|
||||
"teño",
|
||||
"ter",
|
||||
"teu",
|
||||
"teus",
|
||||
"ti",
|
||||
"tido",
|
||||
"tiña",
|
||||
"tiven",
|
||||
"túa",
|
||||
"túas",
|
||||
"un",
|
||||
"unha",
|
||||
"unhas",
|
||||
"uns",
|
||||
"vos",
|
||||
"vosa",
|
||||
"vosas",
|
||||
"voso",
|
||||
"vosos",
|
||||
"vós"
|
||||
]
|
||||
}
|
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"initArgs": {
|
||||
"ignoreCase": true
|
||||
},
|
||||
"initializedOn": "2014-04-29T23:08:58.000Z",
|
||||
"managedList": [
|
||||
|
||||
]
|
||||
}
|
@@ -0,0 +1,239 @@
|
||||
{
|
||||
"initArgs": {
|
||||
"ignoreCase": true
|
||||
},
|
||||
"initializedOn": "2014-04-29T23:08:58.000Z",
|
||||
"managedList": [
|
||||
"aber",
|
||||
"alle",
|
||||
"allem",
|
||||
"allen",
|
||||
"aller",
|
||||
"alles",
|
||||
"als",
|
||||
"also",
|
||||
"am",
|
||||
"an",
|
||||
"ander",
|
||||
"andere",
|
||||
"anderem",
|
||||
"anderen",
|
||||
"anderer",
|
||||
"anderes",
|
||||
"anderm",
|
||||
"andern",
|
||||
"anderr",
|
||||
"anders",
|
||||
"auch",
|
||||
"auf",
|
||||
"aus",
|
||||
"bei",
|
||||
"bin",
|
||||
"bis",
|
||||
"bist",
|
||||
"da",
|
||||
"damit",
|
||||
"dann",
|
||||
"der",
|
||||
"den",
|
||||
"des",
|
||||
"dem",
|
||||
"die",
|
||||
"das",
|
||||
"daß",
|
||||
"derselbe",
|
||||
"derselben",
|
||||
"denselben",
|
||||
"desselben",
|
||||
"demselben",
|
||||
"dieselbe",
|
||||
"dieselben",
|
||||
"dasselbe",
|
||||
"dazu",
|
||||
"dein",
|
||||
"deine",
|
||||
"deinem",
|
||||
"deinen",
|
||||
"deiner",
|
||||
"deines",
|
||||
"denn",
|
||||
"derer",
|
||||
"dessen",
|
||||
"dich",
|
||||
"dir",
|
||||
"du",
|
||||
"dies",
|
||||
"diese",
|
||||
"diesem",
|
||||
"diesen",
|
||||
"dieser",
|
||||
"dieses",
|
||||
"doch",
|
||||
"dort",
|
||||
"durch",
|
||||
"ein",
|
||||
"eine",
|
||||
"einem",
|
||||
"einen",
|
||||
"einer",
|
||||
"eines",
|
||||
"einig",
|
||||
"einige",
|
||||
"einigem",
|
||||
"einigen",
|
||||
"einiger",
|
||||
"einiges",
|
||||
"einmal",
|
||||
"er",
|
||||
"ihn",
|
||||
"ihm",
|
||||
"es",
|
||||
"etwas",
|
||||
"euer",
|
||||
"eure",
|
||||
"eurem",
|
||||
"euren",
|
||||
"eurer",
|
||||
"eures",
|
||||
"für",
|
||||
"gegen",
|
||||
"gewesen",
|
||||
"hab",
|
||||
"habe",
|
||||
"haben",
|
||||
"hat",
|
||||
"hatte",
|
||||
"hatten",
|
||||
"hier",
|
||||
"hin",
|
||||
"hinter",
|
||||
"ich",
|
||||
"mich",
|
||||
"mir",
|
||||
"ihr",
|
||||
"ihre",
|
||||
"ihrem",
|
||||
"ihren",
|
||||
"ihrer",
|
||||
"ihres",
|
||||
"euch",
|
||||
"im",
|
||||
"in",
|
||||
"indem",
|
||||
"ins",
|
||||
"ist",
|
||||
"jede",
|
||||
"jedem",
|
||||
"jeden",
|
||||
"jeder",
|
||||
"jedes",
|
||||
"jene",
|
||||
"jenem",
|
||||
"jenen",
|
||||
"jener",
|
||||
"jenes",
|
||||
"jetzt",
|
||||
"kann",
|
||||
"kein",
|
||||
"keine",
|
||||
"keinem",
|
||||
"keinen",
|
||||
"keiner",
|
||||
"keines",
|
||||
"können",
|
||||
"könnte",
|
||||
"machen",
|
||||
"man",
|
||||
"manche",
|
||||
"manchem",
|
||||
"manchen",
|
||||
"mancher",
|
||||
"manches",
|
||||
"mein",
|
||||
"meine",
|
||||
"meinem",
|
||||
"meinen",
|
||||
"meiner",
|
||||
"meines",
|
||||
"mit",
|
||||
"muss",
|
||||
"musste",
|
||||
"nach",
|
||||
"nicht",
|
||||
"nichts",
|
||||
"noch",
|
||||
"nun",
|
||||
"nur",
|
||||
"ob",
|
||||
"oder",
|
||||
"ohne",
|
||||
"sehr",
|
||||
"sein",
|
||||
"seine",
|
||||
"seinem",
|
||||
"seinen",
|
||||
"seiner",
|
||||
"seines",
|
||||
"selbst",
|
||||
"sich",
|
||||
"sie",
|
||||
"ihnen",
|
||||
"sind",
|
||||
"so",
|
||||
"solche",
|
||||
"solchem",
|
||||
"solchen",
|
||||
"solcher",
|
||||
"solches",
|
||||
"soll",
|
||||
"sollte",
|
||||
"sondern",
|
||||
"sonst",
|
||||
"über",
|
||||
"um",
|
||||
"und",
|
||||
"uns",
|
||||
"unse",
|
||||
"unsem",
|
||||
"unsen",
|
||||
"unser",
|
||||
"unses",
|
||||
"unter",
|
||||
"viel",
|
||||
"vom",
|
||||
"von",
|
||||
"vor",
|
||||
"während",
|
||||
"war",
|
||||
"waren",
|
||||
"warst",
|
||||
"was",
|
||||
"weg",
|
||||
"weil",
|
||||
"weiter",
|
||||
"welche",
|
||||
"welchem",
|
||||
"welchen",
|
||||
"welcher",
|
||||
"welches",
|
||||
"wenn",
|
||||
"werde",
|
||||
"werden",
|
||||
"wie",
|
||||
"wieder",
|
||||
"will",
|
||||
"wir",
|
||||
"wird",
|
||||
"wirst",
|
||||
"wo",
|
||||
"wollen",
|
||||
"wollte",
|
||||
"würde",
|
||||
"würden",
|
||||
"zu",
|
||||
"zum",
|
||||
"zur",
|
||||
"zwar",
|
||||
"zwischen"
|
||||
]
|
||||
}
|
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"initArgs": {
|
||||
"ignoreCase": true
|
||||
},
|
||||
"initializedOn": "2014-04-29T23:08:58.000Z",
|
||||
"managedList": [
|
||||
"ο",
|
||||
"η",
|
||||
"το",
|
||||
"οι",
|
||||
"τα",
|
||||
"του",
|
||||
"τησ",
|
||||
"των",
|
||||
"τον",
|
||||
"την",
|
||||
"και",
|
||||
"κι",
|
||||
"κ",
|
||||
"ειμαι",
|
||||
"εισαι",
|
||||
"ειναι",
|
||||
"ειμαστε",
|
||||
"ειστε",
|
||||
"στο",
|
||||
"στον",
|
||||
"στη",
|
||||
"στην",
|
||||
"μα",
|
||||
"αλλα",
|
||||
"απο",
|
||||
"για",
|
||||
"προσ",
|
||||
"με",
|
||||
"σε",
|
||||
"ωσ",
|
||||
"παρα",
|
||||
"αντι",
|
||||
"κατα",
|
||||
"μετα",
|
||||
"θα",
|
||||
"να",
|
||||
"δε",
|
||||
"δεν",
|
||||
"μη",
|
||||
"μην",
|
||||
"επι",
|
||||
"ενω",
|
||||
"εαν",
|
||||
"αν",
|
||||
"τοτε",
|
||||
"που",
|
||||
"πωσ",
|
||||
"ποιοσ",
|
||||
"ποια",
|
||||
"ποιο",
|
||||
"ποιοι",
|
||||
"ποιεσ",
|
||||
"ποιων",
|
||||
"ποιουσ",
|
||||
"αυτοσ",
|
||||
"αυτη",
|
||||
"αυτο",
|
||||
"αυτοι",
|
||||
"αυτων",
|
||||
"αυτουσ",
|
||||
"αυτεσ",
|
||||
"αυτα",
|
||||
"εκεινοσ",
|
||||
"εκεινη",
|
||||
"εκεινο",
|
||||
"εκεινοι",
|
||||
"εκεινεσ",
|
||||
"εκεινα",
|
||||
"εκεινων",
|
||||
"εκεινουσ",
|
||||
"οπωσ",
|
||||
"ομωσ",
|
||||
"ισωσ",
|
||||
"οσο",
|
||||
"οτι"
|
||||
]
|
||||
}
|
@@ -0,0 +1,235 @@
|
||||
{
|
||||
"initArgs": {
|
||||
"ignoreCase": true
|
||||
},
|
||||
"initializedOn": "2014-04-29T23:08:58.000Z",
|
||||
"managedList": [
|
||||
"अंदर",
|
||||
"अत",
|
||||
"अपना",
|
||||
"अपनी",
|
||||
"अपने",
|
||||
"अभी",
|
||||
"आदि",
|
||||
"आप",
|
||||
"इत्यादि",
|
||||
"इन",
|
||||
"इनका",
|
||||
"इन्हीं",
|
||||
"इन्हें",
|
||||
"इन्हों",
|
||||
"इस",
|
||||
"इसका",
|
||||
"इसकी",
|
||||
"इसके",
|
||||
"इसमें",
|
||||
"इसी",
|
||||
"इसे",
|
||||
"उन",
|
||||
"उनका",
|
||||
"उनकी",
|
||||
"उनके",
|
||||
"उनको",
|
||||
"उन्हीं",
|
||||
"उन्हें",
|
||||
"उन्हों",
|
||||
"उस",
|
||||
"उसके",
|
||||
"उसी",
|
||||
"उसे",
|
||||
"एक",
|
||||
"एवं",
|
||||
"एस",
|
||||
"ऐसे",
|
||||
"और",
|
||||
"कई",
|
||||
"कर",
|
||||
"करता",
|
||||
"करते",
|
||||
"करना",
|
||||
"करने",
|
||||
"करें",
|
||||
"कहते",
|
||||
"कहा",
|
||||
"का",
|
||||
"काफ़ी",
|
||||
"कि",
|
||||
"कितना",
|
||||
"किन्हें",
|
||||
"किन्हों",
|
||||
"किया",
|
||||
"किर",
|
||||
"किस",
|
||||
"किसी",
|
||||
"किसे",
|
||||
"की",
|
||||
"कुछ",
|
||||
"कुल",
|
||||
"के",
|
||||
"को",
|
||||
"कोई",
|
||||
"कौन",
|
||||
"कौनसा",
|
||||
"गया",
|
||||
"घर",
|
||||
"जब",
|
||||
"जहाँ",
|
||||
"जा",
|
||||
"जितना",
|
||||
"जिन",
|
||||
"जिन्हें",
|
||||
"जिन्हों",
|
||||
"जिस",
|
||||
"जिसे",
|
||||
"जीधर",
|
||||
"जैसा",
|
||||
"जैसे",
|
||||
"जो",
|
||||
"तक",
|
||||
"तब",
|
||||
"तरह",
|
||||
"तिन",
|
||||
"तिन्हें",
|
||||
"तिन्हों",
|
||||
"तिस",
|
||||
"तिसे",
|
||||
"तो",
|
||||
"था",
|
||||
"थी",
|
||||
"थे",
|
||||
"दबारा",
|
||||
"दिया",
|
||||
"दुसरा",
|
||||
"दूसरे",
|
||||
"दो",
|
||||
"द्वारा",
|
||||
"न",
|
||||
"नहीं",
|
||||
"ना",
|
||||
"निहायत",
|
||||
"नीचे",
|
||||
"ने",
|
||||
"पर",
|
||||
"पर",
|
||||
"पहले",
|
||||
"पूरा",
|
||||
"पे",
|
||||
"फिर",
|
||||
"बनी",
|
||||
"बही",
|
||||
"बहुत",
|
||||
"बाद",
|
||||
"बाला",
|
||||
"बिलकुल",
|
||||
"भी",
|
||||
"भीतर",
|
||||
"मगर",
|
||||
"मानो",
|
||||
"मे",
|
||||
"में",
|
||||
"यदि",
|
||||
"यह",
|
||||
"यहाँ",
|
||||
"यही",
|
||||
"या",
|
||||
"यिह",
|
||||
"ये",
|
||||
"रखें",
|
||||
"रहा",
|
||||
"रहे",
|
||||
"ऱ्वासा",
|
||||
"लिए",
|
||||
"लिये",
|
||||
"लेकिन",
|
||||
"व",
|
||||
"वर्ग",
|
||||
"वह",
|
||||
"वह",
|
||||
"वहाँ",
|
||||
"वहीं",
|
||||
"वाले",
|
||||
"वुह",
|
||||
"वे",
|
||||
"वग़ैरह",
|
||||
"संग",
|
||||
"सकता",
|
||||
"सकते",
|
||||
"सबसे",
|
||||
"सभी",
|
||||
"साथ",
|
||||
"साबुत",
|
||||
"साभ",
|
||||
"सारा",
|
||||
"से",
|
||||
"सो",
|
||||
"ही",
|
||||
"हुआ",
|
||||
"हुई",
|
||||
"हुए",
|
||||
"है",
|
||||
"हैं",
|
||||
"हो",
|
||||
"होता",
|
||||
"होती",
|
||||
"होते",
|
||||
"होना",
|
||||
"होने",
|
||||
"अपनि",
|
||||
"जेसे",
|
||||
"होति",
|
||||
"सभि",
|
||||
"तिंहों",
|
||||
"इंहों",
|
||||
"दवारा",
|
||||
"इसि",
|
||||
"किंहें",
|
||||
"थि",
|
||||
"उंहों",
|
||||
"ओर",
|
||||
"जिंहें",
|
||||
"वहिं",
|
||||
"अभि",
|
||||
"बनि",
|
||||
"हि",
|
||||
"उंहिं",
|
||||
"उंहें",
|
||||
"हें",
|
||||
"वगेरह",
|
||||
"एसे",
|
||||
"रवासा",
|
||||
"कोन",
|
||||
"निचे",
|
||||
"काफि",
|
||||
"उसि",
|
||||
"पुरा",
|
||||
"भितर",
|
||||
"हे",
|
||||
"बहि",
|
||||
"वहां",
|
||||
"कोइ",
|
||||
"यहां",
|
||||
"जिंहों",
|
||||
"तिंहें",
|
||||
"किसि",
|
||||
"कइ",
|
||||
"यहि",
|
||||
"इंहिं",
|
||||
"जिधर",
|
||||
"इंहें",
|
||||
"अदि",
|
||||
"इतयादि",
|
||||
"हुइ",
|
||||
"कोनसा",
|
||||
"इसकि",
|
||||
"दुसरे",
|
||||
"जहां",
|
||||
"अप",
|
||||
"किंहों",
|
||||
"उनकि",
|
||||
"भि",
|
||||
"वरग",
|
||||
"हुअ",
|
||||
"जेसा",
|
||||
"नहिं"
|
||||
]
|
||||
}
|
@@ -0,0 +1,207 @@
|
||||
{
|
||||
"initArgs": {
|
||||
"ignoreCase": true
|
||||
},
|
||||
"initializedOn": "2014-04-29T23:08:58.000Z",
|
||||
"managedList": [
|
||||
"a",
|
||||
"ahogy",
|
||||
"ahol",
|
||||
"aki",
|
||||
"akik",
|
||||
"akkor",
|
||||
"alatt",
|
||||
"által",
|
||||
"általában",
|
||||
"amely",
|
||||
"amelyek",
|
||||
"amelyekben",
|
||||
"amelyeket",
|
||||
"amelyet",
|
||||
"amelynek",
|
||||
"ami",
|
||||
"amit",
|
||||
"amolyan",
|
||||
"amíg",
|
||||
"amikor",
|
||||
"át",
|
||||
"abban",
|
||||
"ahhoz",
|
||||
"annak",
|
||||
"arra",
|
||||
"arról",
|
||||
"az",
|
||||
"azok",
|
||||
"azon",
|
||||
"azt",
|
||||
"azzal",
|
||||
"azért",
|
||||
"aztán",
|
||||
"azután",
|
||||
"azonban",
|
||||
"bár",
|
||||
"be",
|
||||
"belül",
|
||||
"benne",
|
||||
"cikk",
|
||||
"cikkek",
|
||||
"cikkeket",
|
||||
"csak",
|
||||
"de",
|
||||
"e",
|
||||
"eddig",
|
||||
"egész",
|
||||
"egy",
|
||||
"egyes",
|
||||
"egyetlen",
|
||||
"egyéb",
|
||||
"egyik",
|
||||
"egyre",
|
||||
"ekkor",
|
||||
"el",
|
||||
"elég",
|
||||
"ellen",
|
||||
"elő",
|
||||
"először",
|
||||
"előtt",
|
||||
"első",
|
||||
"én",
|
||||
"éppen",
|
||||
"ebben",
|
||||
"ehhez",
|
||||
"emilyen",
|
||||
"ennek",
|
||||
"erre",
|
||||
"ez",
|
||||
"ezt",
|
||||
"ezek",
|
||||
"ezen",
|
||||
"ezzel",
|
||||
"ezért",
|
||||
"és",
|
||||
"fel",
|
||||
"felé",
|
||||
"hanem",
|
||||
"hiszen",
|
||||
"hogy",
|
||||
"hogyan",
|
||||
"igen",
|
||||
"így",
|
||||
"illetve",
|
||||
"ill.",
|
||||
"ill",
|
||||
"ilyen",
|
||||
"ilyenkor",
|
||||
"ison",
|
||||
"ismét",
|
||||
"itt",
|
||||
"jó",
|
||||
"jól",
|
||||
"jobban",
|
||||
"kell",
|
||||
"kellett",
|
||||
"keresztül",
|
||||
"keressünk",
|
||||
"ki",
|
||||
"kívül",
|
||||
"között",
|
||||
"közül",
|
||||
"legalább",
|
||||
"lehet",
|
||||
"lehetett",
|
||||
"legyen",
|
||||
"lenne",
|
||||
"lenni",
|
||||
"lesz",
|
||||
"lett",
|
||||
"maga",
|
||||
"magát",
|
||||
"majd",
|
||||
"majd",
|
||||
"már",
|
||||
"más",
|
||||
"másik",
|
||||
"meg",
|
||||
"még",
|
||||
"mellett",
|
||||
"mert",
|
||||
"mely",
|
||||
"melyek",
|
||||
"mi",
|
||||
"mit",
|
||||
"míg",
|
||||
"miért",
|
||||
"milyen",
|
||||
"mikor",
|
||||
"minden",
|
||||
"mindent",
|
||||
"mindenki",
|
||||
"mindig",
|
||||
"mint",
|
||||
"mintha",
|
||||
"mivel",
|
||||
"most",
|
||||
"nagy",
|
||||
"nagyobb",
|
||||
"nagyon",
|
||||
"ne",
|
||||
"néha",
|
||||
"nekem",
|
||||
"neki",
|
||||
"nem",
|
||||
"néhány",
|
||||
"nélkül",
|
||||
"nincs",
|
||||
"olyan",
|
||||
"ott",
|
||||
"össze",
|
||||
"ő",
|
||||
"ők",
|
||||
"őket",
|
||||
"pedig",
|
||||
"persze",
|
||||
"rá",
|
||||
"s",
|
||||
"saját",
|
||||
"sem",
|
||||
"semmi",
|
||||
"sok",
|
||||
"sokat",
|
||||
"sokkal",
|
||||
"számára",
|
||||
"szemben",
|
||||
"szerint",
|
||||
"szinte",
|
||||
"talán",
|
||||
"tehát",
|
||||
"teljes",
|
||||
"tovább",
|
||||
"továbbá",
|
||||
"több",
|
||||
"úgy",
|
||||
"ugyanis",
|
||||
"új",
|
||||
"újabb",
|
||||
"újra",
|
||||
"után",
|
||||
"utána",
|
||||
"utolsó",
|
||||
"vagy",
|
||||
"vagyis",
|
||||
"valaki",
|
||||
"valami",
|
||||
"valamint",
|
||||
"való",
|
||||
"vagyok",
|
||||
"van",
|
||||
"vannak",
|
||||
"volt",
|
||||
"voltam",
|
||||
"voltak",
|
||||
"voltunk",
|
||||
"vissza",
|
||||
"vele",
|
||||
"viszont",
|
||||
"volna"
|
||||
]
|
||||
}
|
@@ -0,0 +1,365 @@
|
||||
{
|
||||
"initArgs": {
|
||||
"ignoreCase": true
|
||||
},
|
||||
"initializedOn": "2014-04-29T23:08:58.000Z",
|
||||
"managedList": [
|
||||
"ada",
|
||||
"adanya",
|
||||
"adalah",
|
||||
"adapun",
|
||||
"agak",
|
||||
"agaknya",
|
||||
"agar",
|
||||
"akan",
|
||||
"akankah",
|
||||
"akhirnya",
|
||||
"aku",
|
||||
"akulah",
|
||||
"amat",
|
||||
"amatlah",
|
||||
"anda",
|
||||
"andalah",
|
||||
"antar",
|
||||
"diantaranya",
|
||||
"antara",
|
||||
"antaranya",
|
||||
"diantara",
|
||||
"apa",
|
||||
"apaan",
|
||||
"mengapa",
|
||||
"apabila",
|
||||
"apakah",
|
||||
"apalagi",
|
||||
"apatah",
|
||||
"atau",
|
||||
"ataukah",
|
||||
"ataupun",
|
||||
"bagai",
|
||||
"bagaikan",
|
||||
"sebagai",
|
||||
"sebagainya",
|
||||
"bagaimana",
|
||||
"bagaimanapun",
|
||||
"sebagaimana",
|
||||
"bagaimanakah",
|
||||
"bagi",
|
||||
"bahkan",
|
||||
"bahwa",
|
||||
"bahwasanya",
|
||||
"sebaliknya",
|
||||
"banyak",
|
||||
"sebanyak",
|
||||
"beberapa",
|
||||
"seberapa",
|
||||
"begini",
|
||||
"beginian",
|
||||
"beginikah",
|
||||
"beginilah",
|
||||
"sebegini",
|
||||
"begitu",
|
||||
"begitukah",
|
||||
"begitulah",
|
||||
"begitupun",
|
||||
"sebegitu",
|
||||
"belum",
|
||||
"belumlah",
|
||||
"sebelum",
|
||||
"sebelumnya",
|
||||
"sebenarnya",
|
||||
"berapa",
|
||||
"berapakah",
|
||||
"berapalah",
|
||||
"berapapun",
|
||||
"betulkah",
|
||||
"sebetulnya",
|
||||
"biasa",
|
||||
"biasanya",
|
||||
"bila",
|
||||
"bilakah",
|
||||
"bisa",
|
||||
"bisakah",
|
||||
"sebisanya",
|
||||
"boleh",
|
||||
"bolehkah",
|
||||
"bolehlah",
|
||||
"buat",
|
||||
"bukan",
|
||||
"bukankah",
|
||||
"bukanlah",
|
||||
"bukannya",
|
||||
"cuma",
|
||||
"percuma",
|
||||
"dahulu",
|
||||
"dalam",
|
||||
"dan",
|
||||
"dapat",
|
||||
"dari",
|
||||
"daripada",
|
||||
"dekat",
|
||||
"demi",
|
||||
"demikian",
|
||||
"demikianlah",
|
||||
"sedemikian",
|
||||
"dengan",
|
||||
"depan",
|
||||
"di",
|
||||
"dia",
|
||||
"dialah",
|
||||
"dini",
|
||||
"diri",
|
||||
"dirinya",
|
||||
"terdiri",
|
||||
"dong",
|
||||
"dulu",
|
||||
"enggak",
|
||||
"enggaknya",
|
||||
"entah",
|
||||
"entahlah",
|
||||
"terhadap",
|
||||
"terhadapnya",
|
||||
"hal",
|
||||
"hampir",
|
||||
"hanya",
|
||||
"hanyalah",
|
||||
"harus",
|
||||
"haruslah",
|
||||
"harusnya",
|
||||
"seharusnya",
|
||||
"hendak",
|
||||
"hendaklah",
|
||||
"hendaknya",
|
||||
"hingga",
|
||||
"sehingga",
|
||||
"ia",
|
||||
"ialah",
|
||||
"ibarat",
|
||||
"ingin",
|
||||
"inginkah",
|
||||
"inginkan",
|
||||
"ini",
|
||||
"inikah",
|
||||
"inilah",
|
||||
"itu",
|
||||
"itukah",
|
||||
"itulah",
|
||||
"jangan",
|
||||
"jangankan",
|
||||
"janganlah",
|
||||
"jika",
|
||||
"jikalau",
|
||||
"juga",
|
||||
"justru",
|
||||
"kala",
|
||||
"kalau",
|
||||
"kalaulah",
|
||||
"kalaupun",
|
||||
"kalian",
|
||||
"kami",
|
||||
"kamilah",
|
||||
"kamu",
|
||||
"kamulah",
|
||||
"kan",
|
||||
"kapan",
|
||||
"kapankah",
|
||||
"kapanpun",
|
||||
"dikarenakan",
|
||||
"karena",
|
||||
"karenanya",
|
||||
"ke",
|
||||
"kecil",
|
||||
"kemudian",
|
||||
"kenapa",
|
||||
"kepada",
|
||||
"kepadanya",
|
||||
"ketika",
|
||||
"seketika",
|
||||
"khususnya",
|
||||
"kini",
|
||||
"kinilah",
|
||||
"kiranya",
|
||||
"sekiranya",
|
||||
"kita",
|
||||
"kitalah",
|
||||
"kok",
|
||||
"lagi",
|
||||
"lagian",
|
||||
"selagi",
|
||||
"lah",
|
||||
"lain",
|
||||
"lainnya",
|
||||
"melainkan",
|
||||
"selaku",
|
||||
"lalu",
|
||||
"melalui",
|
||||
"terlalu",
|
||||
"lama",
|
||||
"lamanya",
|
||||
"selama",
|
||||
"selama",
|
||||
"selamanya",
|
||||
"lebih",
|
||||
"terlebih",
|
||||
"bermacam",
|
||||
"macam",
|
||||
"semacam",
|
||||
"maka",
|
||||
"makanya",
|
||||
"makin",
|
||||
"malah",
|
||||
"malahan",
|
||||
"mampu",
|
||||
"mampukah",
|
||||
"mana",
|
||||
"manakala",
|
||||
"manalagi",
|
||||
"masih",
|
||||
"masihkah",
|
||||
"semasih",
|
||||
"masing",
|
||||
"mau",
|
||||
"maupun",
|
||||
"semaunya",
|
||||
"memang",
|
||||
"mereka",
|
||||
"merekalah",
|
||||
"meski",
|
||||
"meskipun",
|
||||
"semula",
|
||||
"mungkin",
|
||||
"mungkinkah",
|
||||
"nah",
|
||||
"namun",
|
||||
"nanti",
|
||||
"nantinya",
|
||||
"nyaris",
|
||||
"oleh",
|
||||
"olehnya",
|
||||
"seorang",
|
||||
"seseorang",
|
||||
"pada",
|
||||
"padanya",
|
||||
"padahal",
|
||||
"paling",
|
||||
"sepanjang",
|
||||
"pantas",
|
||||
"sepantasnya",
|
||||
"sepantasnyalah",
|
||||
"para",
|
||||
"pasti",
|
||||
"pastilah",
|
||||
"per",
|
||||
"pernah",
|
||||
"pula",
|
||||
"pun",
|
||||
"merupakan",
|
||||
"rupanya",
|
||||
"serupa",
|
||||
"saat",
|
||||
"saatnya",
|
||||
"sesaat",
|
||||
"saja",
|
||||
"sajalah",
|
||||
"saling",
|
||||
"bersama",
|
||||
"sama",
|
||||
"sesama",
|
||||
"sambil",
|
||||
"sampai",
|
||||
"sana",
|
||||
"sangat",
|
||||
"sangatlah",
|
||||
"saya",
|
||||
"sayalah",
|
||||
"se",
|
||||
"sebab",
|
||||
"sebabnya",
|
||||
"sebuah",
|
||||
"tersebut",
|
||||
"tersebutlah",
|
||||
"sedang",
|
||||
"sedangkan",
|
||||
"sedikit",
|
||||
"sedikitnya",
|
||||
"segala",
|
||||
"segalanya",
|
||||
"segera",
|
||||
"sesegera",
|
||||
"sejak",
|
||||
"sejenak",
|
||||
"sekali",
|
||||
"sekalian",
|
||||
"sekalipun",
|
||||
"sesekali",
|
||||
"sekaligus",
|
||||
"sekarang",
|
||||
"sekarang",
|
||||
"sekitar",
|
||||
"sekitarnya",
|
||||
"sela",
|
||||
"selain",
|
||||
"selalu",
|
||||
"seluruh",
|
||||
"seluruhnya",
|
||||
"semakin",
|
||||
"sementara",
|
||||
"sempat",
|
||||
"semua",
|
||||
"semuanya",
|
||||
"sendiri",
|
||||
"sendirinya",
|
||||
"seolah",
|
||||
"seperti",
|
||||
"sepertinya",
|
||||
"sering",
|
||||
"seringnya",
|
||||
"serta",
|
||||
"siapa",
|
||||
"siapakah",
|
||||
"siapapun",
|
||||
"disini",
|
||||
"disinilah",
|
||||
"sini",
|
||||
"sinilah",
|
||||
"sesuatu",
|
||||
"sesuatunya",
|
||||
"suatu",
|
||||
"sesudah",
|
||||
"sesudahnya",
|
||||
"sudah",
|
||||
"sudahkah",
|
||||
"sudahlah",
|
||||
"supaya",
|
||||
"tadi",
|
||||
"tadinya",
|
||||
"tak",
|
||||
"tanpa",
|
||||
"setelah",
|
||||
"telah",
|
||||
"tentang",
|
||||
"tentu",
|
||||
"tentulah",
|
||||
"tentunya",
|
||||
"tertentu",
|
||||
"seterusnya",
|
||||
"tapi",
|
||||
"tetapi",
|
||||
"setiap",
|
||||
"tiap",
|
||||
"setidaknya",
|
||||
"tidak",
|
||||
"tidakkah",
|
||||
"tidaklah",
|
||||
"toh",
|
||||
"waduh",
|
||||
"wah",
|
||||
"wahai",
|
||||
"sewaktu",
|
||||
"walau",
|
||||
"walaupun",
|
||||
"wong",
|
||||
"yaitu",
|
||||
"yakni",
|
||||
"yang"
|
||||
]
|
||||
}
|
@@ -0,0 +1,182 @@
|
||||
{
|
||||
"initArgs": {
|
||||
"ignoreCase": true
|
||||
},
|
||||
"initializedOn": "2014-04-29T23:08:58.000Z",
|
||||
"managedList": [
|
||||
"i",
|
||||
"me",
|
||||
"my",
|
||||
"myself",
|
||||
"we",
|
||||
"us",
|
||||
"our",
|
||||
"ours",
|
||||
"ourselves",
|
||||
"you",
|
||||
"your",
|
||||
"yours",
|
||||
"yourself",
|
||||
"yourselves",
|
||||
"he",
|
||||
"him",
|
||||
"his",
|
||||
"himself",
|
||||
"she",
|
||||
"her",
|
||||
"hers",
|
||||
"herself",
|
||||
"it",
|
||||
"its",
|
||||
"itself",
|
||||
"they",
|
||||
"them",
|
||||
"their",
|
||||
"theirs",
|
||||
"themselves",
|
||||
"what",
|
||||
"which",
|
||||
"who",
|
||||
"whom",
|
||||
"this",
|
||||
"that",
|
||||
"these",
|
||||
"those",
|
||||
"am",
|
||||
"is",
|
||||
"are",
|
||||
"was",
|
||||
"were",
|
||||
"be",
|
||||
"been",
|
||||
"being",
|
||||
"have",
|
||||
"has",
|
||||
"had",
|
||||
"having",
|
||||
"do",
|
||||
"does",
|
||||
"did",
|
||||
"doing",
|
||||
"would",
|
||||
"should",
|
||||
"could",
|
||||
"ought",
|
||||
"i'm",
|
||||
"you're",
|
||||
"he's",
|
||||
"she's",
|
||||
"it's",
|
||||
"we're",
|
||||
"they're",
|
||||
"i've",
|
||||
"you've",
|
||||
"we've",
|
||||
"they've",
|
||||
"i'd",
|
||||
"you'd",
|
||||
"he'd",
|
||||
"she'd",
|
||||
"we'd",
|
||||
"they'd",
|
||||
"i'll",
|
||||
"you'll",
|
||||
"he'll",
|
||||
"she'll",
|
||||
"we'll",
|
||||
"they'll",
|
||||
"isn't",
|
||||
"aren't",
|
||||
"wasn't",
|
||||
"weren't",
|
||||
"hasn't",
|
||||
"haven't",
|
||||
"hadn't",
|
||||
"doesn't",
|
||||
"don't",
|
||||
"didn't",
|
||||
"won't",
|
||||
"wouldn't",
|
||||
"shan't",
|
||||
"shouldn't",
|
||||
"can't",
|
||||
"cannot",
|
||||
"couldn't",
|
||||
"mustn't",
|
||||
"let's",
|
||||
"that's",
|
||||
"who's",
|
||||
"what's",
|
||||
"here's",
|
||||
"there's",
|
||||
"when's",
|
||||
"where's",
|
||||
"why's",
|
||||
"how's",
|
||||
"an",
|
||||
"the",
|
||||
"and",
|
||||
"but",
|
||||
"if",
|
||||
"or",
|
||||
"because",
|
||||
"as",
|
||||
"until",
|
||||
"while",
|
||||
"of",
|
||||
"at",
|
||||
"by",
|
||||
"for",
|
||||
"with",
|
||||
"about",
|
||||
"against",
|
||||
"between",
|
||||
"into",
|
||||
"through",
|
||||
"during",
|
||||
"before",
|
||||
"after",
|
||||
"above",
|
||||
"below",
|
||||
"to",
|
||||
"from",
|
||||
"up",
|
||||
"down",
|
||||
"in",
|
||||
"out",
|
||||
"on",
|
||||
"off",
|
||||
"over",
|
||||
"under",
|
||||
"again",
|
||||
"further",
|
||||
"then",
|
||||
"once",
|
||||
"here",
|
||||
"there",
|
||||
"when",
|
||||
"where",
|
||||
"why",
|
||||
"how",
|
||||
"all",
|
||||
"any",
|
||||
"both",
|
||||
"each",
|
||||
"few",
|
||||
"more",
|
||||
"most",
|
||||
"other",
|
||||
"some",
|
||||
"such",
|
||||
"no",
|
||||
"nor",
|
||||
"not",
|
||||
"only",
|
||||
"own",
|
||||
"same",
|
||||
"so",
|
||||
"than",
|
||||
"too",
|
||||
"very"
|
||||
]
|
||||
}
|
@@ -0,0 +1,287 @@
|
||||
{
|
||||
"initArgs": {
|
||||
"ignoreCase": true
|
||||
},
|
||||
"initializedOn": "2014-04-29T23:08:58.000Z",
|
||||
"managedList": [
|
||||
"ad",
|
||||
"al",
|
||||
"allo",
|
||||
"ai",
|
||||
"agli",
|
||||
"all",
|
||||
"agl",
|
||||
"alla",
|
||||
"alle",
|
||||
"con",
|
||||
"col",
|
||||
"coi",
|
||||
"da",
|
||||
"dal",
|
||||
"dallo",
|
||||
"dai",
|
||||
"dagli",
|
||||
"dall",
|
||||
"dagl",
|
||||
"dalla",
|
||||
"dalle",
|
||||
"di",
|
||||
"del",
|
||||
"dello",
|
||||
"dei",
|
||||
"degli",
|
||||
"dell",
|
||||
"degl",
|
||||
"della",
|
||||
"delle",
|
||||
"in",
|
||||
"nel",
|
||||
"nello",
|
||||
"nei",
|
||||
"negli",
|
||||
"nell",
|
||||
"negl",
|
||||
"nella",
|
||||
"nelle",
|
||||
"su",
|
||||
"sul",
|
||||
"sullo",
|
||||
"sui",
|
||||
"sugli",
|
||||
"sull",
|
||||
"sugl",
|
||||
"sulla",
|
||||
"sulle",
|
||||
"per",
|
||||
"tra",
|
||||
"contro",
|
||||
"io",
|
||||
"tu",
|
||||
"lui",
|
||||
"lei",
|
||||
"noi",
|
||||
"voi",
|
||||
"loro",
|
||||
"mio",
|
||||
"mia",
|
||||
"miei",
|
||||
"mie",
|
||||
"tuo",
|
||||
"tua",
|
||||
"tuoi",
|
||||
"tue",
|
||||
"suo",
|
||||
"sua",
|
||||
"suoi",
|
||||
"sue",
|
||||
"nostro",
|
||||
"nostra",
|
||||
"nostri",
|
||||
"nostre",
|
||||
"vostro",
|
||||
"vostra",
|
||||
"vostri",
|
||||
"vostre",
|
||||
"mi",
|
||||
"ti",
|
||||
"ci",
|
||||
"vi",
|
||||
"lo",
|
||||
"la",
|
||||
"li",
|
||||
"le",
|
||||
"gli",
|
||||
"ne",
|
||||
"il",
|
||||
"un",
|
||||
"uno",
|
||||
"una",
|
||||
"ma",
|
||||
"ed",
|
||||
"se",
|
||||
"perché",
|
||||
"anche",
|
||||
"come",
|
||||
"dov",
|
||||
"dove",
|
||||
"che",
|
||||
"chi",
|
||||
"cui",
|
||||
"non",
|
||||
"più",
|
||||
"quale",
|
||||
"quanto",
|
||||
"quanti",
|
||||
"quanta",
|
||||
"quante",
|
||||
"quello",
|
||||
"quelli",
|
||||
"quella",
|
||||
"quelle",
|
||||
"questo",
|
||||
"questi",
|
||||
"questa",
|
||||
"queste",
|
||||
"si",
|
||||
"tutto",
|
||||
"tutti",
|
||||
"a",
|
||||
"c",
|
||||
"e",
|
||||
"i",
|
||||
"l",
|
||||
"o",
|
||||
"ho",
|
||||
"hai",
|
||||
"ha",
|
||||
"abbiamo",
|
||||
"avete",
|
||||
"hanno",
|
||||
"abbia",
|
||||
"abbiate",
|
||||
"abbiano",
|
||||
"avrò",
|
||||
"avrai",
|
||||
"avrà",
|
||||
"avremo",
|
||||
"avrete",
|
||||
"avranno",
|
||||
"avrei",
|
||||
"avresti",
|
||||
"avrebbe",
|
||||
"avremmo",
|
||||
"avreste",
|
||||
"avrebbero",
|
||||
"avevo",
|
||||
"avevi",
|
||||
"aveva",
|
||||
"avevamo",
|
||||
"avevate",
|
||||
"avevano",
|
||||
"ebbi",
|
||||
"avesti",
|
||||
"ebbe",
|
||||
"avemmo",
|
||||
"aveste",
|
||||
"ebbero",
|
||||
"avessi",
|
||||
"avesse",
|
||||
"avessimo",
|
||||
"avessero",
|
||||
"avendo",
|
||||
"avuto",
|
||||
"avuta",
|
||||
"avuti",
|
||||
"avute",
|
||||
"sono",
|
||||
"sei",
|
||||
"è",
|
||||
"siamo",
|
||||
"siete",
|
||||
"sia",
|
||||
"siate",
|
||||
"siano",
|
||||
"sarò",
|
||||
"sarai",
|
||||
"sarà",
|
||||
"saremo",
|
||||
"sarete",
|
||||
"saranno",
|
||||
"sarei",
|
||||
"saresti",
|
||||
"sarebbe",
|
||||
"saremmo",
|
||||
"sareste",
|
||||
"sarebbero",
|
||||
"ero",
|
||||
"eri",
|
||||
"era",
|
||||
"eravamo",
|
||||
"eravate",
|
||||
"erano",
|
||||
"fui",
|
||||
"fosti",
|
||||
"fu",
|
||||
"fummo",
|
||||
"foste",
|
||||
"furono",
|
||||
"fossi",
|
||||
"fosse",
|
||||
"fossimo",
|
||||
"fossero",
|
||||
"essendo",
|
||||
"faccio",
|
||||
"fai",
|
||||
"facciamo",
|
||||
"fanno",
|
||||
"faccia",
|
||||
"facciate",
|
||||
"facciano",
|
||||
"farò",
|
||||
"farai",
|
||||
"farà",
|
||||
"faremo",
|
||||
"farete",
|
||||
"faranno",
|
||||
"farei",
|
||||
"faresti",
|
||||
"farebbe",
|
||||
"faremmo",
|
||||
"fareste",
|
||||
"farebbero",
|
||||
"facevo",
|
||||
"facevi",
|
||||
"faceva",
|
||||
"facevamo",
|
||||
"facevate",
|
||||
"facevano",
|
||||
"feci",
|
||||
"facesti",
|
||||
"fece",
|
||||
"facemmo",
|
||||
"faceste",
|
||||
"fecero",
|
||||
"facessi",
|
||||
"facesse",
|
||||
"facessimo",
|
||||
"facessero",
|
||||
"facendo",
|
||||
"sto",
|
||||
"stai",
|
||||
"sta",
|
||||
"stiamo",
|
||||
"stanno",
|
||||
"stia",
|
||||
"stiate",
|
||||
"stiano",
|
||||
"starò",
|
||||
"starai",
|
||||
"starà",
|
||||
"staremo",
|
||||
"starete",
|
||||
"staranno",
|
||||
"starei",
|
||||
"staresti",
|
||||
"starebbe",
|
||||
"staremmo",
|
||||
"stareste",
|
||||
"starebbero",
|
||||
"stavo",
|
||||
"stavi",
|
||||
"stava",
|
||||
"stavamo",
|
||||
"stavate",
|
||||
"stavano",
|
||||
"stetti",
|
||||
"stesti",
|
||||
"stette",
|
||||
"stemmo",
|
||||
"steste",
|
||||
"stettero",
|
||||
"stessi",
|
||||
"stesse",
|
||||
"stessimo",
|
||||
"stessero",
|
||||
"stando"
|
||||
]
|
||||
}
|
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"initArgs": {
|
||||
"ignoreCase": true
|
||||
},
|
||||
"initializedOn": "2014-04-29T23:08:58.000Z",
|
||||
"managedList": [
|
||||
|
||||
]
|
||||
}
|
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"initArgs": {
|
||||
"ignoreCase": true
|
||||
},
|
||||
"initializedOn": "2014-04-29T23:08:58.000Z",
|
||||
"managedList": [
|
||||
|
||||
]
|
||||
}
|
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"initArgs": {
|
||||
"ignoreCase": true
|
||||
},
|
||||
"initializedOn": "2014-04-29T23:08:58.000Z",
|
||||
"managedList": [
|
||||
|
||||
]
|
||||
}
|
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"initArgs": {
|
||||
"ignoreCase": true
|
||||
},
|
||||
"initializedOn": "2014-04-29T23:08:58.000Z",
|
||||
"managedList": [
|
||||
|
||||
]
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"initArgs": {
|
||||
"ignoreCase": true
|
||||
},
|
||||
"initializedOn": "2014-04-29T23:08:58.000Z",
|
||||
"managedList": [
|
||||
]
|
||||
}
|
@@ -0,0 +1,184 @@
|
||||
{
|
||||
"initArgs": {
|
||||
"ignoreCase": true
|
||||
},
|
||||
"initializedOn": "2014-04-29T23:08:58.000Z",
|
||||
"managedList": [
|
||||
"og",
|
||||
"i",
|
||||
"jeg",
|
||||
"det",
|
||||
"at",
|
||||
"en",
|
||||
"et",
|
||||
"den",
|
||||
"til",
|
||||
"er",
|
||||
"som",
|
||||
"på",
|
||||
"de",
|
||||
"med",
|
||||
"han",
|
||||
"av",
|
||||
"ikke",
|
||||
"ikkje",
|
||||
"der",
|
||||
"så",
|
||||
"var",
|
||||
"meg",
|
||||
"seg",
|
||||
"men",
|
||||
"ett",
|
||||
"har",
|
||||
"om",
|
||||
"vi",
|
||||
"min",
|
||||
"mitt",
|
||||
"ha",
|
||||
"hadde",
|
||||
"hun",
|
||||
"nå",
|
||||
"over",
|
||||
"da",
|
||||
"ved",
|
||||
"fra",
|
||||
"du",
|
||||
"ut",
|
||||
"sin",
|
||||
"dem",
|
||||
"oss",
|
||||
"opp",
|
||||
"man",
|
||||
"kan",
|
||||
"hans",
|
||||
"hvor",
|
||||
"eller",
|
||||
"hva",
|
||||
"skal",
|
||||
"selv",
|
||||
"sjøl",
|
||||
"her",
|
||||
"alle",
|
||||
"vil",
|
||||
"bli",
|
||||
"ble",
|
||||
"blei",
|
||||
"blitt",
|
||||
"kunne",
|
||||
"inn",
|
||||
"når",
|
||||
"være",
|
||||
"kom",
|
||||
"noen",
|
||||
"noe",
|
||||
"ville",
|
||||
"dere",
|
||||
"som",
|
||||
"deres",
|
||||
"kun",
|
||||
"ja",
|
||||
"etter",
|
||||
"ned",
|
||||
"skulle",
|
||||
"denne",
|
||||
"for",
|
||||
"deg",
|
||||
"si",
|
||||
"sine",
|
||||
"sitt",
|
||||
"mot",
|
||||
"å",
|
||||
"meget",
|
||||
"hvorfor",
|
||||
"dette",
|
||||
"disse",
|
||||
"uten",
|
||||
"hvordan",
|
||||
"ingen",
|
||||
"din",
|
||||
"ditt",
|
||||
"blir",
|
||||
"samme",
|
||||
"hvilken",
|
||||
"hvilke",
|
||||
"sånn",
|
||||
"inni",
|
||||
"mellom",
|
||||
"vår",
|
||||
"hver",
|
||||
"hvem",
|
||||
"vors",
|
||||
"hvis",
|
||||
"både",
|
||||
"bare",
|
||||
"enn",
|
||||
"fordi",
|
||||
"før",
|
||||
"mange",
|
||||
"også",
|
||||
"slik",
|
||||
"vært",
|
||||
"være",
|
||||
"båe",
|
||||
"begge",
|
||||
"siden",
|
||||
"dykk",
|
||||
"dykkar",
|
||||
"dei",
|
||||
"deira",
|
||||
"deires",
|
||||
"deim",
|
||||
"di",
|
||||
"då",
|
||||
"eg",
|
||||
"ein",
|
||||
"eit",
|
||||
"eitt",
|
||||
"elles",
|
||||
"honom",
|
||||
"hjå",
|
||||
"ho",
|
||||
"hoe",
|
||||
"henne",
|
||||
"hennar",
|
||||
"hennes",
|
||||
"hoss",
|
||||
"hossen",
|
||||
"ikkje",
|
||||
"ingi",
|
||||
"inkje",
|
||||
"korleis",
|
||||
"korso",
|
||||
"kva",
|
||||
"kvar",
|
||||
"kvarhelst",
|
||||
"kven",
|
||||
"kvi",
|
||||
"kvifor",
|
||||
"me",
|
||||
"medan",
|
||||
"mi",
|
||||
"mine",
|
||||
"mykje",
|
||||
"no",
|
||||
"nokon",
|
||||
"noka",
|
||||
"nokor",
|
||||
"noko",
|
||||
"nokre",
|
||||
"si",
|
||||
"sia",
|
||||
"sidan",
|
||||
"so",
|
||||
"somt",
|
||||
"somme",
|
||||
"um",
|
||||
"upp",
|
||||
"vere",
|
||||
"vore",
|
||||
"verte",
|
||||
"vort",
|
||||
"varte",
|
||||
"vart"
|
||||
]
|
||||
}
|
@@ -0,0 +1,316 @@
|
||||
{
|
||||
"initArgs": {
|
||||
"ignoreCase": true
|
||||
},
|
||||
"initializedOn": "2014-04-29T23:08:58.000Z",
|
||||
"managedList": [
|
||||
"انان",
|
||||
"نداشته",
|
||||
"سراسر",
|
||||
"خياه",
|
||||
"ايشان",
|
||||
"وي",
|
||||
"تاكنون",
|
||||
"بيشتري",
|
||||
"دوم",
|
||||
"پس",
|
||||
"ناشي",
|
||||
"وگو",
|
||||
"يا",
|
||||
"داشتند",
|
||||
"سپس",
|
||||
"هنگام",
|
||||
"هرگز",
|
||||
"پنج",
|
||||
"نشان",
|
||||
"امسال",
|
||||
"ديگر",
|
||||
"گروهي",
|
||||
"شدند",
|
||||
"چطور",
|
||||
"ده",
|
||||
"و",
|
||||
"دو",
|
||||
"نخستين",
|
||||
"ولي",
|
||||
"چرا",
|
||||
"چه",
|
||||
"وسط",
|
||||
"ه",
|
||||
"كدام",
|
||||
"قابل",
|
||||
"يك",
|
||||
"رفت",
|
||||
"هفت",
|
||||
"همچنين",
|
||||
"در",
|
||||
"هزار",
|
||||
"بله",
|
||||
"بلي",
|
||||
"شايد",
|
||||
"اما",
|
||||
"شناسي",
|
||||
"گرفته",
|
||||
"دهد",
|
||||
"داشته",
|
||||
"دانست",
|
||||
"داشتن",
|
||||
"خواهيم",
|
||||
"ميليارد",
|
||||
"وقتيكه",
|
||||
"امد",
|
||||
"خواهد",
|
||||
"جز",
|
||||
"اورده",
|
||||
"شده",
|
||||
"بلكه",
|
||||
"خدمات",
|
||||
"شدن",
|
||||
"برخي",
|
||||
"نبود",
|
||||
"بسياري",
|
||||
"جلوگيري",
|
||||
"حق",
|
||||
"كردند",
|
||||
"نوعي",
|
||||
"بعري",
|
||||
"نكرده",
|
||||
"نظير",
|
||||
"نبايد",
|
||||
"بوده",
|
||||
"بودن",
|
||||
"داد",
|
||||
"اورد",
|
||||
"هست",
|
||||
"جايي",
|
||||
"شود",
|
||||
"دنبال",
|
||||
"داده",
|
||||
"بايد",
|
||||
"سابق",
|
||||
"هيچ",
|
||||
"همان",
|
||||
"انجا",
|
||||
"كمتر",
|
||||
"كجاست",
|
||||
"گردد",
|
||||
"كسي",
|
||||
"تر",
|
||||
"مردم",
|
||||
"تان",
|
||||
"دادن",
|
||||
"بودند",
|
||||
"سري",
|
||||
"جدا",
|
||||
"ندارند",
|
||||
"مگر",
|
||||
"يكديگر",
|
||||
"دارد",
|
||||
"دهند",
|
||||
"بنابراين",
|
||||
"هنگامي",
|
||||
"سمت",
|
||||
"جا",
|
||||
"انچه",
|
||||
"خود",
|
||||
"دادند",
|
||||
"زياد",
|
||||
"دارند",
|
||||
"اثر",
|
||||
"بدون",
|
||||
"بهترين",
|
||||
"بيشتر",
|
||||
"البته",
|
||||
"به",
|
||||
"براساس",
|
||||
"بيرون",
|
||||
"كرد",
|
||||
"بعضي",
|
||||
"گرفت",
|
||||
"توي",
|
||||
"اي",
|
||||
"ميليون",
|
||||
"او",
|
||||
"جريان",
|
||||
"تول",
|
||||
"بر",
|
||||
"مانند",
|
||||
"برابر",
|
||||
"باشيم",
|
||||
"مدتي",
|
||||
"گويند",
|
||||
"اكنون",
|
||||
"تا",
|
||||
"تنها",
|
||||
"جديد",
|
||||
"چند",
|
||||
"بي",
|
||||
"نشده",
|
||||
"كردن",
|
||||
"كردم",
|
||||
"گويد",
|
||||
"كرده",
|
||||
"كنيم",
|
||||
"نمي",
|
||||
"نزد",
|
||||
"روي",
|
||||
"قصد",
|
||||
"فقط",
|
||||
"بالاي",
|
||||
"ديگران",
|
||||
"اين",
|
||||
"ديروز",
|
||||
"توسط",
|
||||
"سوم",
|
||||
"ايم",
|
||||
"دانند",
|
||||
"سوي",
|
||||
"استفاده",
|
||||
"شما",
|
||||
"كنار",
|
||||
"داريم",
|
||||
"ساخته",
|
||||
"طور",
|
||||
"امده",
|
||||
"رفته",
|
||||
"نخست",
|
||||
"بيست",
|
||||
"نزديك",
|
||||
"طي",
|
||||
"كنيد",
|
||||
"از",
|
||||
"انها",
|
||||
"تمامي",
|
||||
"داشت",
|
||||
"يكي",
|
||||
"طريق",
|
||||
"اش",
|
||||
"چيست",
|
||||
"روب",
|
||||
"نمايد",
|
||||
"گفت",
|
||||
"چندين",
|
||||
"چيزي",
|
||||
"تواند",
|
||||
"ام",
|
||||
"ايا",
|
||||
"با",
|
||||
"ان",
|
||||
"ايد",
|
||||
"ترين",
|
||||
"اينكه",
|
||||
"ديگري",
|
||||
"راه",
|
||||
"هايي",
|
||||
"بروز",
|
||||
"همچنان",
|
||||
"پاعين",
|
||||
"كس",
|
||||
"حدود",
|
||||
"مختلف",
|
||||
"مقابل",
|
||||
"چيز",
|
||||
"گيرد",
|
||||
"ندارد",
|
||||
"ضد",
|
||||
"همچون",
|
||||
"سازي",
|
||||
"شان",
|
||||
"مورد",
|
||||
"باره",
|
||||
"مرسي",
|
||||
"خويش",
|
||||
"برخوردار",
|
||||
"چون",
|
||||
"خارج",
|
||||
"شش",
|
||||
"هنوز",
|
||||
"تحت",
|
||||
"ضمن",
|
||||
"هستيم",
|
||||
"گفته",
|
||||
"فكر",
|
||||
"بسيار",
|
||||
"پيش",
|
||||
"براي",
|
||||
"روزهاي",
|
||||
"انكه",
|
||||
"نخواهد",
|
||||
"بالا",
|
||||
"كل",
|
||||
"وقتي",
|
||||
"كي",
|
||||
"چنين",
|
||||
"كه",
|
||||
"گيري",
|
||||
"نيست",
|
||||
"است",
|
||||
"كجا",
|
||||
"كند",
|
||||
"نيز",
|
||||
"يابد",
|
||||
"بندي",
|
||||
"حتي",
|
||||
"توانند",
|
||||
"عقب",
|
||||
"خواست",
|
||||
"كنند",
|
||||
"بين",
|
||||
"تمام",
|
||||
"همه",
|
||||
"ما",
|
||||
"باشند",
|
||||
"مثل",
|
||||
"شد",
|
||||
"اري",
|
||||
"باشد",
|
||||
"اره",
|
||||
"طبق",
|
||||
"بعد",
|
||||
"اگر",
|
||||
"صورت",
|
||||
"غير",
|
||||
"جاي",
|
||||
"بيش",
|
||||
"ريزي",
|
||||
"اند",
|
||||
"زيرا",
|
||||
"چگونه",
|
||||
"بار",
|
||||
"لطفا",
|
||||
"مي",
|
||||
"درباره",
|
||||
"من",
|
||||
"ديده",
|
||||
"همين",
|
||||
"گذاري",
|
||||
"برداري",
|
||||
"علت",
|
||||
"گذاشته",
|
||||
"هم",
|
||||
"فوق",
|
||||
"نه",
|
||||
"ها",
|
||||
"شوند",
|
||||
"اباد",
|
||||
"همواره",
|
||||
"هر",
|
||||
"اول",
|
||||
"خواهند",
|
||||
"چهار",
|
||||
"نام",
|
||||
"امروز",
|
||||
"مان",
|
||||
"هاي",
|
||||
"قبل",
|
||||
"كنم",
|
||||
"سعي",
|
||||
"تازه",
|
||||
"را",
|
||||
"هستند",
|
||||
"زير",
|
||||
"جلوي",
|
||||
"عنوان",
|
||||
"بود"
|
||||
]
|
||||
}
|