Browse Source

Unify EOL and EOF

pull/10/head
Sebastian Meyer 9 years ago
parent
commit
a715c9ac3e
  1. 2
      dlf/LICENSE.txt
  2. 2
      dlf/class.ext_update.php
  3. 2
      dlf/common/class.tx_dlf_format.php
  4. 2
      dlf/common/class.tx_dlf_mods.php
  5. 2
      dlf/common/class.tx_dlf_module.php
  6. 2
      dlf/common/class.tx_dlf_plugin.php
  7. 2
      dlf/common/class.tx_dlf_teihdr.php
  8. 3
      dlf/ext_autoload.php
  9. 2
      dlf/ext_emconf.php
  10. 2
      dlf/ext_localconf.php
  11. 2
      dlf/ext_tables.php
  12. 1
      dlf/ext_tables.sql
  13. 2
      dlf/hooks/class.tx_dlf_hacks.php
  14. 2
      dlf/hooks/class.tx_dlf_tcemain.php
  15. 2
      dlf/lib/ISO-639/iso-639-1.xml
  16. 2
      dlf/lib/ISO-639/iso-639-2b.xml
  17. 8
      dlf/lib/OpenLayers/AUTHORS.txt
  18. 2
      dlf/lib/SolrPhpClient/LICENSE.txt
  19. 2
      dlf/locallang.xml
  20. 2
      dlf/modules/conf.php
  21. 2
      dlf/modules/indexing/conf.php
  22. 2
      dlf/modules/indexing/index.php
  23. 2
      dlf/modules/indexing/locallang.xml
  24. 2
      dlf/modules/indexing/locallang_mod.xml
  25. 2
      dlf/modules/indexing/template.tmpl
  26. 2
      dlf/modules/locallang_mod.xml
  27. 2
      dlf/modules/newclient/conf.php
  28. 2
      dlf/modules/newclient/index.php
  29. 2
      dlf/modules/newclient/locallang.xml
  30. 2
      dlf/modules/newclient/locallang_mod.xml
  31. 2
      dlf/modules/newclient/metadata.inc.php
  32. 2
      dlf/modules/newclient/structures.inc.php
  33. 2
      dlf/modules/newclient/template.tmpl
  34. 270
      dlf/plugins/collection/flexform.xml
  35. 87
      dlf/plugins/collection/locallang.xml
  36. 2
      dlf/plugins/collection/template.tmpl
  37. 2
      dlf/plugins/feeds/class.tx_dlf_feeds.php
  38. 2
      dlf/plugins/feeds/flexform.xml
  39. 2
      dlf/plugins/feeds/locallang.xml
  40. 2
      dlf/plugins/listview/class.tx_dlf_listview.php
  41. 2
      dlf/plugins/listview/flexform.xml
  42. 2
      dlf/plugins/listview/locallang.xml
  43. 2
      dlf/plugins/listview/template.tmpl
  44. 2
      dlf/plugins/metadata/class.tx_dlf_metadata.php
  45. 2
      dlf/plugins/metadata/flexform.xml
  46. 2
      dlf/plugins/metadata/locallang.xml
  47. 2
      dlf/plugins/metadata/template.tmpl
  48. 2
      dlf/plugins/navigation/flexform.xml
  49. 2
      dlf/plugins/navigation/locallang.xml
  50. 2
      dlf/plugins/navigation/template.tmpl
  51. 2
      dlf/plugins/oai/class.tx_dlf_oai.php
  52. 2
      dlf/plugins/oai/flexform.xml
  53. 2
      dlf/plugins/oai/locallang.xml
  54. 40
      dlf/plugins/oai/transform.xsl
  55. 2
      dlf/plugins/pagegrid/flexform.xml
  56. 2
      dlf/plugins/pagegrid/locallang.xml
  57. 2
      dlf/plugins/pagegrid/template.tmpl
  58. 2
      dlf/plugins/pageview/flexform.xml
  59. 2
      dlf/plugins/pageview/locallang.xml
  60. 2
      dlf/plugins/pageview/template.tmpl
  61. 2
      dlf/plugins/search/flexform.xml
  62. 2
      dlf/plugins/search/locallang.xml
  63. 2
      dlf/plugins/search/setup.txt
  64. 2
      dlf/plugins/search/template.tmpl
  65. 2
      dlf/plugins/search/tx_dlf_search_suggest.js
  66. 2
      dlf/plugins/statistics/class.tx_dlf_statistics.php
  67. 2
      dlf/plugins/statistics/flexform.xml
  68. 2
      dlf/plugins/statistics/locallang.xml
  69. 2
      dlf/plugins/toc/flexform.xml
  70. 2
      dlf/plugins/toc/locallang.xml
  71. 2
      dlf/plugins/toc/setup.txt
  72. 2
      dlf/plugins/toc/template.tmpl
  73. 2
      dlf/plugins/toolbox/flexform.xml
  74. 2
      dlf/plugins/toolbox/locallang.xml
  75. 2
      dlf/plugins/toolbox/template.tmpl
  76. 2
      dlf/plugins/toolbox/tools/pdf/locallang.xml
  77. 2
      dlf/plugins/toolbox/tools/pdf/template.tmpl
  78. 2
      dlf/plugins/validator/class.tx_dlf_validator.php
  79. 2
      dlf/plugins/validator/flexform.xml
  80. 2
      dlf/plugins/validator/locallang.xml
  81. 2
      dlf/plugins/validator/template.tmpl
  82. 2
      dlf/tca.php

2
dlf/LICENSE.txt

@ -336,4 +336,4 @@ This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License.
Public License instead of this License.

2
dlf/class.ext_update.php

@ -206,4 +206,4 @@ if (defined('TYPO3_MODE') && $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/dlf/cla
include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/dlf/class.ext_update.php']);
}
?>
?>

2
dlf/common/class.tx_dlf_format.php

@ -57,4 +57,4 @@ if (defined('TYPO3_MODE') && $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/dlf/com
}
*/
?>
?>

2
dlf/common/class.tx_dlf_mods.php

@ -200,4 +200,4 @@ if (defined('TYPO3_MODE') && $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/dlf/com
include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/dlf/common/class.tx_dlf_mods.php']);
}
?>
?>

2
dlf/common/class.tx_dlf_module.php

@ -235,4 +235,4 @@ if (defined('TYPO3_MODE') && $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/dlf/com
}
*/
?>
?>

2
dlf/common/class.tx_dlf_plugin.php

@ -359,4 +359,4 @@ if (defined('TYPO3_MODE') && $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/dlf/com
}
*/
?>
?>

2
dlf/common/class.tx_dlf_teihdr.php

@ -58,4 +58,4 @@ if (defined('TYPO3_MODE') && $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/dlf/com
include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/dlf/common/class.tx_dlf_teihdr.php']);
}
?>
?>

3
dlf/ext_autoload.php

@ -56,9 +56,8 @@ return array (
'tx_dlf_statistics' => $extensionPath.'plugins/statistics/class.tx_dlf_statistics.php',
'tx_dlf_toc' => $extensionPath.'plugins/toc/class.tx_dlf_toc.php',
'tx_dlf_toolbox' => $extensionPath.'plugins/toolbox/class.tx_dlf_toolbox.php',
'tx_dlf_toolsDfgviewer' => $extensionPath.'plugins/toolbox/tools/dfgviewer/class.tx_dlf_toolsDfgviewer.php',
'tx_dlf_toolsPdf' => $extensionPath.'plugins/toolbox/tools/pdf/class.tx_dlf_toolsPdf.php',
'tx_dlf_validator' => $extensionPath.'plugins/validator/class.tx_dlf_validator.php'
);
?>
?>

2
dlf/ext_emconf.php

@ -54,4 +54,4 @@ $EM_CONF[$_EXTKEY] = array(
'_md5_values_when_last_written' => '',
);
?>
?>

2
dlf/ext_localconf.php

@ -68,4 +68,4 @@ $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['GLOBAL']['cliKeys'][$_EXTKEY] = array
// Register AJAX eID handlers.
$GLOBALS['TYPO3_CONF_VARS']['FE']['eID_include']['tx_dlf_search_suggest'] = 'EXT:'.$_EXTKEY.'/plugins/search/class.tx_dlf_search_suggest.php';
?>
?>

2
dlf/ext_tables.php

@ -389,4 +389,4 @@ if (TYPO3_MODE == 'BE') {
}
?>
?>

1
dlf/ext_tables.sql

@ -252,4 +252,3 @@ CREATE TABLE tx_dlf_relations (
KEY uid_local (uid_local),
KEY uid_foreign (uid_foreign)
);

2
dlf/hooks/class.tx_dlf_hacks.php

@ -106,4 +106,4 @@ if (defined('TYPO3_MODE') && $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/dlf/hoo
include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/dlf/hooks/class.tx_dlf_hacks.php']);
}
?>
?>

2
dlf/hooks/class.tx_dlf_tcemain.php

@ -488,4 +488,4 @@ if (defined('TYPO3_MODE') && $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/dlf/hoo
include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/dlf/hooks/class.tx_dlf_tcemain.php']);
}
?>
?>

2
dlf/lib/ISO-639/iso-639-1.xml

@ -293,4 +293,4 @@
<label index="zu">Zulu</label>
</languageKey>
</data>
</T3locallang>
</T3locallang>

2
dlf/lib/ISO-639/iso-639-2b.xml

@ -981,4 +981,4 @@
<label index="zza">Zazaki</label>
</languageKey>
</data>
</T3locallang>
</T3locallang>

8
dlf/lib/OpenLayers/AUTHORS.txt

@ -7,7 +7,7 @@ Seb Benthall
Bruno Binet
Stéphane Brunner
Howard Butler
Bertil Chaupis
Bertil Chaupis
John Cole
Tim Coulter
Robert Coup
@ -32,10 +32,10 @@ Peter William Robins
Gregers Rygg
Tim Schaub
Christopher Schmidt
Cameron Shorter
Cameron Shorter
Pedro Simonetti
Paul Spencer
Paul Smith
Paul Spencer
Paul Smith
Glen Stampoultzis
James Stembridge
Erik Uzureau

2
dlf/lib/SolrPhpClient/LICENSE.txt

@ -23,4 +23,4 @@ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
POSSIBILITY OF SUCH DAMAGE.

2
dlf/locallang.xml

@ -382,4 +382,4 @@
<label index="update.metadataConfigNotOkay">...abgebrochen! Die Überführung der Datensätze ins IRRE-Schema muss manuell erfolgen.</label>
</languageKey>
</data>
</T3locallang>
</T3locallang>

2
dlf/modules/conf.php

@ -46,4 +46,4 @@ $MLANG['default']['tabs_images']['tab'] = '../res/icons/txdlfmodules.png';
$MLANG['default']['ll_ref'] = 'LLL:EXT:dlf/modules/locallang_mod.xml';
?>
?>

2
dlf/modules/indexing/conf.php

@ -32,4 +32,4 @@ $MLANG['default']['tabs_images']['tab'] = '../../res/icons/txdlfindexing.png';
$MLANG['default']['ll_ref'] = 'LLL:EXT:dlf/modules/indexing/locallang_mod.xml';
?>
?>

2
dlf/modules/indexing/index.php

@ -409,4 +409,4 @@ $SOBE = t3lib_div::makeInstance('tx_dlf_modIndexing');
$SOBE->main();
?>
?>

2
dlf/modules/indexing/locallang.xml

@ -42,4 +42,4 @@
<label index="form.submit">Indexierung starten</label>
</languageKey>
</data>
</T3locallang>
</T3locallang>

2
dlf/modules/indexing/locallang_mod.xml

@ -42,4 +42,4 @@
<label index="csh.alttitle">Dokumentindexierung</label>
</languageKey>
</data>
</T3locallang>
</T3locallang>

2
dlf/modules/indexing/template.tmpl

@ -51,4 +51,4 @@
<!-- ###BUTTON_GROUPS_RIGHT### -->
<!-- ###BUTTON_GROUP1### -->###SHORTCUT###<!-- ###BUTTON_GROUP1### -->
<!-- ###BUTTON_GROUPS_RIGHT### -->
<!-- ###BUTTON_GROUPS_RIGHT### -->

2
dlf/modules/locallang_mod.xml

@ -38,4 +38,4 @@
<label index="mlang_labels_tablabel">Goobi Basismodule</label>
</languageKey>
</data>
</T3locallang>
</T3locallang>

2
dlf/modules/newclient/conf.php

@ -32,4 +32,4 @@ $MLANG['default']['tabs_images']['tab'] = '../../res/icons/txdlfnewclient.png';
$MLANG['default']['ll_ref'] = 'LLL:EXT:dlf/modules/newclient/locallang_mod.xml';
?>
?>

2
dlf/modules/newclient/index.php

@ -533,4 +533,4 @@ $SOBE = t3lib_div::makeInstance('tx_dlf_modNewclient');
$SOBE->main();
?>
?>

2
dlf/modules/newclient/locallang.xml

@ -162,4 +162,4 @@
<label index="language">Sprache</label>
</languageKey>
</data>
</T3locallang>
</T3locallang>

2
dlf/modules/newclient/locallang_mod.xml

@ -42,4 +42,4 @@
<label index="csh.alttitle">Neuer Mandant</label>
</languageKey>
</data>
</T3locallang>
</T3locallang>

2
dlf/modules/newclient/metadata.inc.php

@ -351,4 +351,4 @@ $metadata = array (
)
);
?>
?>

2
dlf/modules/newclient/structures.inc.php

@ -219,4 +219,4 @@ $structures = array (
)
);
?>
?>

2
dlf/modules/newclient/template.tmpl

@ -51,4 +51,4 @@
<!-- ###BUTTON_GROUPS_RIGHT### -->
<!-- ###BUTTON_GROUP1### -->###RELOAD######SHORTCUT###<!-- ###BUTTON_GROUP1### -->
<!-- ###BUTTON_GROUPS_RIGHT### -->
<!-- ###BUTTON_GROUPS_RIGHT### -->

270
dlf/plugins/collection/flexform.xml

@ -22,139 +22,139 @@
This copyright notice MUST APPEAR in all copies of the script!
-->
<T3DataStructure>
<meta>
<langDisable>1</langDisable>
</meta>
<sheets>
<sDEF>
<ROOT>
<TCEforms>
<sheetTitle>LLL:EXT:dlf/plugins/collection/locallang.xml:tt_content.pi_flexform.sheet_general</sheetTitle>
</TCEforms>
<type>array</type>
<el>
<pages>
<TCEforms>
<onChange>reload</onChange>
<exclude>1</exclude>
<label>LLL:EXT:lang/locallang_general.xml:LGL.startingpoint</label>
<config>
<type>group</type>
<internal_type>db</internal_type>
<allowed>pages</allowed>
<size>1</size>
<maxitems>1</maxitems>
<minitems>1</minitems>
</config>
</TCEforms>
</pages>
<collections>
<TCEforms>
<displayCond>FIELD:pages:REQ:true</displayCond>
<exclude>1</exclude>
<label>LLL:EXT:dlf/plugins/collection/locallang.xml:tt_content.pi_flexform.collections</label>
<config>
<type>select</type>
<items type="array"/>
<itemsProcFunc>tx_dlf_tceforms-&gt;itemsProcFunc_collectionList</itemsProcFunc>
<size>5</size>
<autoSizeMax>15</autoSizeMax>
<maxitems>1024</maxitems>
<minitems>0</minitems>
</config>
</TCEforms>
</collections>
<show_userdefined>
<TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:dlf/plugins/collection/locallang.xml:tt_content.pi_flexform.show_userdefined</label>
<config>
<type>select</type>
<items type="array">
<numIndex index="0" type="array">
<numIndex index="0">LLL:EXT:dlf/plugins/collection/locallang.xml:tt_content.pi_flexform.show_userdefined.all</numIndex>
<numIndex index="1">-1</numIndex>
</numIndex>
<numIndex index="1" type="array">
<numIndex index="0">LLL:EXT:dlf/plugins/collection/locallang.xml:tt_content.pi_flexform.show_userdefined.none</numIndex>
<numIndex index="1">0</numIndex>
</numIndex>
<numIndex index="2" type="array">
<numIndex index="0">LLL:EXT:dlf/plugins/collection/locallang.xml:tt_content.pi_flexform.show_userdefined.exclusive</numIndex>
<numIndex index="1">1</numIndex>
</numIndex>
</items>
<size>1</size>
<maxitems>1</maxitems>
<minitems>0</minitems>
</config>
</TCEforms>
</show_userdefined>
<dont_show_single>
<TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:dlf/plugins/collection/locallang.xml:tt_content.pi_flexform.dont_show_single</label>
<config>
<type>check</type>
<default>0</default>
</config>
</TCEforms>
</dont_show_single>
<randomize>
<TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:dlf/plugins/collection/locallang.xml:tt_content.pi_flexform.randomize</label>
<config>
<type>check</type>
<default>0</default>
</config>
</TCEforms>
</randomize>
<targetPid>
<TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:dlf/plugins/collection/locallang.xml:tt_content.pi_flexform.targetPid</label>
<config>
<type>group</type>
<internal_type>db</internal_type>
<allowed>pages</allowed>
<size>1</size>
<maxitems>1</maxitems>
<minitems>1</minitems>
</config>
</TCEforms>
</targetPid>
<targetFeed>
<TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:dlf/plugins/collection/locallang.xml:tt_content.pi_flexform.targetFeed</label>
<config>
<type>group</type>
<internal_type>db</internal_type>
<allowed>pages</allowed>
<size>1</size>
<maxitems>1</maxitems>
<minitems>0</minitems>
</config>
</TCEforms>
</targetFeed>
<templateFile>
<TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:dlf/plugins/collection/locallang.xml:tt_content.pi_flexform.templateFile</label>
<config>
<type>group</type>
<internal_type>file_reference</internal_type>
<allowed>tmpl,tpl,html,htm,txt</allowed>
<size>1</size>
<maxitems>1</maxitems>
<minitems>0</minitems>
<disable_controls>upload</disable_controls>
</config>
</TCEforms>
</templateFile>
</el>
</ROOT>
</sDEF>
</sheets>
<meta>
<langDisable>1</langDisable>
</meta>
<sheets>
<sDEF>
<ROOT>
<TCEforms>
<sheetTitle>LLL:EXT:dlf/plugins/collection/locallang.xml:tt_content.pi_flexform.sheet_general</sheetTitle>
</TCEforms>
<type>array</type>
<el>
<pages>
<TCEforms>
<onChange>reload</onChange>
<exclude>1</exclude>
<label>LLL:EXT:lang/locallang_general.xml:LGL.startingpoint</label>
<config>
<type>group</type>
<internal_type>db</internal_type>
<allowed>pages</allowed>
<size>1</size>
<maxitems>1</maxitems>
<minitems>1</minitems>
</config>
</TCEforms>
</pages>
<collections>
<TCEforms>
<displayCond>FIELD:pages:REQ:true</displayCond>
<exclude>1</exclude>
<label>LLL:EXT:dlf/plugins/collection/locallang.xml:tt_content.pi_flexform.collections</label>
<config>
<type>select</type>
<items type="array"/>
<itemsProcFunc>tx_dlf_tceforms-&gt;itemsProcFunc_collectionList</itemsProcFunc>
<size>5</size>
<autoSizeMax>15</autoSizeMax>
<maxitems>1024</maxitems>
<minitems>0</minitems>
</config>
</TCEforms>
</collections>
<show_userdefined>
<TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:dlf/plugins/collection/locallang.xml:tt_content.pi_flexform.show_userdefined</label>
<config>
<type>select</type>
<items type="array">
<numIndex index="0" type="array">
<numIndex index="0">LLL:EXT:dlf/plugins/collection/locallang.xml:tt_content.pi_flexform.show_userdefined.all</numIndex>
<numIndex index="1">-1</numIndex>
</numIndex>
<numIndex index="1" type="array">
<numIndex index="0">LLL:EXT:dlf/plugins/collection/locallang.xml:tt_content.pi_flexform.show_userdefined.none</numIndex>
<numIndex index="1">0</numIndex>
</numIndex>
<numIndex index="2" type="array">
<numIndex index="0">LLL:EXT:dlf/plugins/collection/locallang.xml:tt_content.pi_flexform.show_userdefined.exclusive</numIndex>
<numIndex index="1">1</numIndex>
</numIndex>
</items>
<size>1</size>
<maxitems>1</maxitems>
<minitems>0</minitems>
</config>
</TCEforms>
</show_userdefined>
<dont_show_single>
<TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:dlf/plugins/collection/locallang.xml:tt_content.pi_flexform.dont_show_single</label>
<config>
<type>check</type>
<default>0</default>
</config>
</TCEforms>
</dont_show_single>
<randomize>
<TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:dlf/plugins/collection/locallang.xml:tt_content.pi_flexform.randomize</label>
<config>
<type>check</type>
<default>0</default>
</config>
</TCEforms>
</randomize>
<targetPid>
<TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:dlf/plugins/collection/locallang.xml:tt_content.pi_flexform.targetPid</label>
<config>
<type>group</type>
<internal_type>db</internal_type>
<allowed>pages</allowed>
<size>1</size>
<maxitems>1</maxitems>
<minitems>1</minitems>
</config>
</TCEforms>
</targetPid>
<targetFeed>
<TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:dlf/plugins/collection/locallang.xml:tt_content.pi_flexform.targetFeed</label>
<config>
<type>group</type>
<internal_type>db</internal_type>
<allowed>pages</allowed>
<size>1</size>
<maxitems>1</maxitems>
<minitems>0</minitems>
</config>
</TCEforms>
</targetFeed>
<templateFile>
<TCEforms>
<exclude>1</exclude>
<label>LLL:EXT:dlf/plugins/collection/locallang.xml:tt_content.pi_flexform.templateFile</label>
<config>
<type>group</type>
<internal_type>file_reference</internal_type>
<allowed>tmpl,tpl,html,htm,txt</allowed>
<size>1</size>
<maxitems>1</maxitems>
<minitems>0</minitems>
<disable_controls>upload</disable_controls>
</config>
</TCEforms>
</templateFile>
</el>
</ROOT>
</sDEF>
</sheets>
</T3DataStructure>

87
dlf/plugins/collection/locallang.xml

@ -22,48 +22,47 @@
This copyright notice MUST APPEAR in all copies of the script!
-->
<T3locallang>
<meta type="array">
<type>module</type>
<description>Language labels for plugin tx_dlf_collection</description>
</meta>
<data type="array">
<languageKey index="default" type="array">
<label index="tt_content.pi_flexform.sheet_general">Options</label>
<label index="tt_content.pi_flexform.collections">Show only these collections</label>
<label index="tt_content.pi_flexform.show_userdefined">Show user-defined collections?</label>
<label index="tt_content.pi_flexform.show_userdefined.all">both</label>
<label index="tt_content.pi_flexform.show_userdefined.none">no</label>
<label index="tt_content.pi_flexform.show_userdefined.exclusive">exclusively</label>
<label index="tt_content.pi_flexform.dont_show_single">Show single collection in overview?</label>
<label index="tt_content.pi_flexform.randomize">Randomize sorting?</label>
<label index="tt_content.pi_flexform.targetPid">Target page (with "DLF: List View" plugin)</label>
<label index="tt_content.pi_flexform.targetFeed">Target page (with "DLF: Feeds" plugin)</label>
<label index="tt_content.pi_flexform.templateFile">Template file</label>
<label index="title"> title</label>
<label index="titles"> titles</label>
<label index="volume"> volume</label>
<label index="volumes"> volumes</label>
<label index="feedAlt">RSS feed</label>
<label index="feedTitle">Subscribe to the RSS feed of this collection!</label>
</languageKey>
<languageKey index="de" type="array">
<label index="tt_content.pi_flexform.sheet_general">Einstellungen</label>
<label index="tt_content.pi_flexform.collections">Nur diese Kollektionen anzeigen</label>
<label index="tt_content.pi_flexform.show_userdefined">Benutzerdefinierte Kollektionen anzeigen?</label>
<label index="tt_content.pi_flexform.show_userdefined.all">beides</label>
<label index="tt_content.pi_flexform.show_userdefined.none">nein</label>
<label index="tt_content.pi_flexform.show_userdefined.exclusive">exklusiv</label>
<label index="tt_content.pi_flexform.dont_show_single">Einzelne Kollektion in Übersicht anzeigen?</label>
<label index="tt_content.pi_flexform.randomize">Zufällige Sortierung?</label>
<label index="tt_content.pi_flexform.targetPid">Zielseite (mit Plugin "DLF: Listenansicht")</label>
<label index="tt_content.pi_flexform.targetFeed">Zielseite (mit Plugin "DLF: Feeds")</label>
<label index="tt_content.pi_flexform.templateFile">HTML-Template</label>
<label index="title"> Titel</label>
<label index="titles"> Titel</label>
<label index="volume"> Band</label>
<label index="volumes"> Bände</label>
<label index="feedAlt">RSS-Feed</label>
<label index="feedTitle">Abonnieren Sie den RSS-Feed dieser Kollektion!</label>
</languageKey>
</data>
<meta type="array">
<type>module</type>
<description>Language labels for plugin tx_dlf_collection</description>
</meta>
<data type="array">
<languageKey index="default" type="array">
<label index="tt_content.pi_flexform.sheet_general">Options</label>
<label index="tt_content.pi_flexform.collections">Show only these collections</label>
<label index="tt_content.pi_flexform.show_userdefined">Show user-defined collections?</label>
<label index="tt_content.pi_flexform.show_userdefined.all">both</label>
<label index="tt_content.pi_flexform.show_userdefined.none">no</label>
<label index="tt_content.pi_flexform.show_userdefined.exclusive">exclusively</label>
<label index="tt_content.pi_flexform.dont_show_single">Show single collection in overview?</label>
<label index="tt_content.pi_flexform.randomize">Randomize sorting?</label>
<label index="tt_content.pi_flexform.targetPid">Target page (with "DLF: List View" plugin)</label>
<label index="tt_content.pi_flexform.targetFeed">Target page (with "DLF: Feeds" plugin)</label>
<label index="tt_content.pi_flexform.templateFile">Template file</label>
<label index="title"> title</label>
<label index="titles"> titles</label>
<label index="volume"> volume</label>
<label index="volumes"> volumes</label>
<label index="feedAlt">RSS feed</label>
<label index="feedTitle">Subscribe to the RSS feed of this collection!</label>
</languageKey>
<languageKey index="de" type="array">
<label index="tt_content.pi_flexform.sheet_general">Einstellungen</label>
<label index="tt_content.pi_flexform.collections">Nur diese Kollektionen anzeigen</label>
<label index="tt_content.pi_flexform.show_userdefined">Benutzerdefinierte Kollektionen anzeigen?</label>
<label index="tt_content.pi_flexform.show_userdefined.all">beides</label> <label index="tt_content.pi_flexform.show_userdefined.none">nein</label>
<label index="tt_content.pi_flexform.show_userdefined.exclusive">exklusiv</label>
<label index="tt_content.pi_flexform.dont_show_single">Einzelne Kollektion in Übersicht anzeigen?</label>
<label index="tt_content.pi_flexform.randomize">Zufällige Sortierung?</label>
<label index="tt_content.pi_flexform.targetPid">Zielseite (mit Plugin "DLF: Listenansicht")</label>
<label index="tt_content.pi_flexform.targetFeed">Zielseite (mit Plugin "DLF: Feeds")</label>
<label index="tt_content.pi_flexform.templateFile">HTML-Template</label>
<label index="title"> Titel</label>
<label index="titles"> Titel</label>
<label index="volume"> Band</label>
<label index="volumes"> Bände</label>
<label index="feedAlt">RSS-Feed</label>
<label index="feedTitle">Abonnieren Sie den RSS-Feed dieser Kollektion!</label>
</languageKey>
</data>
</T3locallang>

2
dlf/plugins/collection/template.tmpl

@ -31,4 +31,4 @@
</li>
<!-- ###ENTRY### -->
</ul>
<!-- ###TEMPLATE### -->
<!-- ###TEMPLATE### -->

2
dlf/plugins/feeds/class.tx_dlf_feeds.php

@ -248,4 +248,4 @@ if (defined('TYPO3_MODE') && $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/dlf/plu
include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/dlf/plugins/feeds/class.tx_dlf_feeds.php']);
}
?>
?>

2
dlf/plugins/feeds/flexform.xml

@ -148,4 +148,4 @@
</ROOT>
</sDEF>
</sheets>
</T3DataStructure>
</T3DataStructure>

2
dlf/plugins/feeds/locallang.xml

@ -58,4 +58,4 @@
<label index="volume">Band</label>
</languageKey>
</data>
</T3locallang>
</T3locallang>

2
dlf/plugins/listview/class.tx_dlf_listview.php

@ -609,4 +609,4 @@ if (defined('TYPO3_MODE') && $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/dlf/plu
include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/dlf/plugins/listview/class.tx_dlf_listview.php']);
}
?>
?>

2
dlf/plugins/listview/flexform.xml

@ -101,4 +101,4 @@
</ROOT>
</sDEF>
</sheets>
</T3DataStructure>
</T3DataStructure>

2
dlf/plugins/listview/locallang.xml

@ -68,4 +68,4 @@
<label index="noTitle">[kein Titel]</label>
</languageKey>
</data>
</T3locallang>
</T3locallang>

2
dlf/plugins/listview/template.tmpl

@ -48,4 +48,4 @@
</li>
<!-- ###ENTRY### -->
</ol>
<!-- ###TEMPLATE### -->
<!-- ###TEMPLATE### -->

2
dlf/plugins/metadata/class.tx_dlf_metadata.php

@ -385,4 +385,4 @@ if (defined('TYPO3_MODE') && $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/dlf/plu
include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/dlf/plugins/metadata/class.tx_dlf_metadata.php']);
}
?>
?>

2
dlf/plugins/metadata/flexform.xml

@ -160,4 +160,4 @@
</ROOT>
</sDEF>
</sheets>
</T3DataStructure>
</T3DataStructure>

2
dlf/plugins/metadata/locallang.xml

@ -56,4 +56,4 @@
<label index="tt_content.pi_flexform.templateFile">HTML-Template</label>
</languageKey>
</data>
</T3locallang>
</T3locallang>

2
dlf/plugins/metadata/template.tmpl

@ -26,4 +26,4 @@
###METADATA###
</dl>
<!-- ###BLOCK### -->
<!-- ###TEMPLATE### -->
<!-- ###TEMPLATE### -->

2
dlf/plugins/navigation/flexform.xml

@ -91,4 +91,4 @@
</ROOT>
</sDEF>
</sheets>
</T3DataStructure>
</T3DataStructure>

2
dlf/plugins/navigation/locallang.xml

@ -62,4 +62,4 @@
<label index="linkToList">Zurück zur Listenansicht</label>
</languageKey>
</data>
</T3locallang>
</T3locallang>

2
dlf/plugins/navigation/template.tmpl

@ -31,4 +31,4 @@
<div class="tx-dlf-navigation-fwd">###FORWARD###</div>
<div class="tx-dlf-navigation-last">###LAST###</div>
<div class="tx-dlf-navigation-listview">###LINKLISTVIEW###</div>
<!-- ###TEMPLATE### -->
<!-- ###TEMPLATE### -->

2
dlf/plugins/oai/class.tx_dlf_oai.php

@ -1752,4 +1752,4 @@ if (defined('TYPO3_MODE') && $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/dlf/plu
include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/dlf/plugins/oai/class.tx_dlf_oai.php']);
}
?>
?>

2
dlf/plugins/oai/flexform.xml

@ -115,4 +115,4 @@
</ROOT>
</sDEF>
</sheets>
</T3DataStructure>
</T3DataStructure>

2
dlf/plugins/oai/locallang.xml

@ -62,4 +62,4 @@
<label index="error">Ein Fehler ist aufgetreten. Bitte versuchen Sie es später noch einmal. Sollte der Fehler dauerhaft auftreten, kontaktieren Sie bitte den Administrator.</label>
</languageKey>
</data>
</T3locallang>
</T3locallang>

40
dlf/plugins/oai/transform.xsl

@ -304,8 +304,9 @@ p.intro {
<xsl:apply-templates select="oai:metadataFormat" />
</xsl:template>
<!-- Set Details -->
<!--
Set Details
-->
<xsl:template match="oai:set">
<h2>Set</h2>
<table class="values">
@ -325,8 +326,9 @@ p.intro {
</td></tr>
</xsl:template>
<!-- Metadata Format Details -->
<!--
Metadata Format Details
-->
<xsl:template match="oai:metadataFormat">
<h2>Metadata Format</h2>
<table class="values">
@ -343,8 +345,9 @@ p.intro {
<xsl:text> </xsl:text><a class="link" href="?verb=GetRecord&amp;metadataPrefix={.}&amp;identifier={$identifier}"><xsl:value-of select='.' /></a>
</xsl:template>
<!-- Record Details -->
<!--
Record Details
-->
<xsl:template match="oai:record">
<h2 class="oaiRecordTitle">OAI Record: <xsl:value-of select="oai:header/oai:identifier"/></h2>
<div class="oaiRecord">
@ -379,8 +382,9 @@ p.intro {
</div>
</xsl:template>
<!-- Resumption Token -->
<!--
Resumption Token
-->
<xsl:template match="oai:resumptionToken">
<p>There are more results.</p>
<table class="values">
@ -397,8 +401,9 @@ p.intro {
</table>
</xsl:template>
<!-- Unknown Metadata -->
<!--
Unknown Metadata
-->
<xsl:template match="oai:metadata/*" priority='-100'>
<h3>Unknown Metadata Format</h3>
<div class="xmlSource">
@ -406,8 +411,9 @@ p.intro {
</div>
</xsl:template>
<!-- DublinCore Metadata -->
<!--
DublinCore Metadata
-->
<xsl:template match="oai_dc:dc" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" >
<div class="dcdata">
<h3>DublinCore Metadata</h3>
@ -471,7 +477,8 @@ p.intro {
<xsl:value-of select="."/>
</xsl:otherwise>
</xsl:choose>
</td></tr></xsl:template>
</td></tr>
</xsl:template>
<xsl:template match="dc:coverage" xmlns:dc="http://purl.org/dc/elements/1.1/">
<tr><td class="key">Coverage</td><td class="value"><xsl:value-of select="."/></td></tr></xsl:template>
@ -479,8 +486,9 @@ p.intro {
<xsl:template match="dc:rights" xmlns:dc="http://purl.org/dc/elements/1.1/">
<tr><td class="key">Rights Management</td><td class="value"><xsl:value-of select="."/></td></tr></xsl:template>
<!-- XML Pretty Maker -->
<!--
XML Pretty Maker
-->
<xsl:template match="node()" mode='xmlMarkup'>
<div class="xmlBlock">
&lt;<span class="xmlTagName"><xsl:value-of select='name(.)' /></span><xsl:apply-templates select="@*" mode='xmlMarkup'/>&gt;<xsl:apply-templates select="node()" mode='xmlMarkup' />&lt;/<span class="xmlTagName"><xsl:value-of select='name(.)' /></span>&gt;
@ -493,4 +501,4 @@ p.intro {
<xsl:text> </xsl:text><span class="xmlAttrName"><xsl:value-of select='name()' /></span>="<span class="xmlAttrValue"><xsl:value-of select='.' /></span>"
</xsl:template>
</xsl:stylesheet>
</xsl:stylesheet>

2
dlf/plugins/pagegrid/flexform.xml

@ -105,4 +105,4 @@
</ROOT>
</sDEF>
</sheets>
</T3DataStructure>
</T3DataStructure>

2
dlf/plugins/pagegrid/locallang.xml

@ -52,4 +52,4 @@
<label index="skip">...</label>
</languageKey>
</data>
</T3locallang>
</T3locallang>

2
dlf/plugins/pagegrid/template.tmpl

@ -30,4 +30,4 @@
</li>
<!-- ###ENTRY### -->
</ol>
<!-- ###TEMPLATE### -->
<!-- ###TEMPLATE### -->

2
dlf/plugins/pageview/flexform.xml

@ -122,4 +122,4 @@
</ROOT>
</sDEF>
</sheets>
</T3DataStructure>
</T3DataStructure>

2
dlf/plugins/pageview/locallang.xml

@ -52,4 +52,4 @@
<label index="tt_content.pi_flexform.templateFile">HTML-Template</label>
</languageKey>
</data>
</T3locallang>
</T3locallang>

2
dlf/plugins/pageview/template.tmpl

@ -23,4 +23,4 @@
<!-- ###TEMPLATE### -->
<div id="tx-dlf-map"></div>
###VIEWER_JS###
<!-- ###TEMPLATE### -->
<!-- ###TEMPLATE### -->

2
dlf/plugins/search/flexform.xml

@ -213,4 +213,4 @@
</ROOT>
</sDEF>
</sheets>
</T3DataStructure>
</T3DataStructure>

2
dlf/plugins/search/locallang.xml

@ -82,4 +82,4 @@
<label index="NOT">nicht</label>
</languageKey>
</data>
</T3locallang>
</T3locallang>

2
dlf/plugins/search/setup.txt

@ -32,4 +32,4 @@ plugin.tx_dlf_search.facetsConf {
CUR < .NO
CUR.wrapItemAndSub = <li class="tx-dlf-search-cur">|</li>
}
}
}

2
dlf/plugins/search/template.tmpl

@ -36,4 +36,4 @@
<!-- ###EXT_SEARCH_ENTRY### -->
</div></form>
<div class="tx-dlf-search-facets">###FACETS_MENU###</div>
<!-- ###TEMPLATE### -->
<!-- ###TEMPLATE### -->

2
dlf/plugins/search/tx_dlf_search_suggest.js

@ -57,4 +57,4 @@ $(
appendTo: "#tx-dlf-search-suggest"
});
}
);
);

2
dlf/plugins/statistics/class.tx_dlf_statistics.php

@ -149,4 +149,4 @@ if (defined('TYPO3_MODE') && $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/dlf/plu
include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/dlf/plugins/statistics/class.tx_dlf_statistics.php']);
}
?>
?>

2
dlf/plugins/statistics/flexform.xml

@ -81,4 +81,4 @@
</ROOT>
</sDEF>
</sheets>
</T3DataStructure>
</T3DataStructure>

2
dlf/plugins/statistics/locallang.xml

@ -46,4 +46,4 @@
<label index="volumes"> Bände</label>
</languageKey>
</data>
</T3locallang>
</T3locallang>

2
dlf/plugins/toc/flexform.xml

@ -90,4 +90,4 @@
</ROOT>
</sDEF>
</sheets>
</T3DataStructure>
</T3DataStructure>

2
dlf/plugins/toc/locallang.xml

@ -40,4 +40,4 @@
<label index="tt_content.pi_flexform.templateFile">HTML-Template</label>
</languageKey>
</data>
</T3locallang>
</T3locallang>

2
dlf/plugins/toc/setup.txt

@ -37,4 +37,4 @@ plugin.tx_dlf_toc.menuConf {
4 < .3
5 < .4
6 < .5
}
}

2
dlf/plugins/toc/template.tmpl

@ -22,4 +22,4 @@
-->
<!-- ###TEMPLATE### -->
###TOCMENU###
<!-- ###TEMPLATE### -->
<!-- ###TEMPLATE### -->

2
dlf/plugins/toolbox/flexform.xml

@ -81,4 +81,4 @@
</ROOT>
</sDEF>
</sheets>
</T3DataStructure>
</T3DataStructure>

2
dlf/plugins/toolbox/locallang.xml

@ -38,4 +38,4 @@
<label index="tt_content.pi_flexform.templateFile">HTML-Template</label>
</languageKey>
</data>
</T3locallang>
</T3locallang>

2
dlf/plugins/toolbox/template.tmpl

@ -26,4 +26,4 @@
<li>###TOOL###</li>
<!-- ###TOOLS### -->
</ul>
<!-- ###TEMPLATE### -->
<!-- ###TEMPLATE### -->

2
dlf/plugins/toolbox/tools/pdf/locallang.xml

@ -40,4 +40,4 @@
<label index="work">Ganzes Werk herunterladen</label>
</languageKey>
</data>
</T3locallang>
</T3locallang>

2
dlf/plugins/toolbox/tools/pdf/template.tmpl

@ -23,4 +23,4 @@
<!-- ###TEMPLATE### -->
<span class="tx-dlf-tools-pdf-site">###PAGE###</span>
<span class="tx-dlf-tools-pdf-work">###WORK###</span>
<!-- ###TEMPLATE### -->
<!-- ###TEMPLATE### -->

2
dlf/plugins/validator/class.tx_dlf_validator.php

@ -99,4 +99,4 @@ if (defined('TYPO3_MODE') && $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/dlf/plu
include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/dlf/plugins/validator/class.tx_dlf_validator.php']);
}
?>
?>

2
dlf/plugins/validator/flexform.xml

@ -66,4 +66,4 @@
</ROOT>
</sDEF>
</sheets>
</T3DataStructure>
</T3DataStructure>

2
dlf/plugins/validator/locallang.xml

@ -36,4 +36,4 @@
<label index="tt_content.pi_flexform.templateFile">HTML-Template</label>
</languageKey>
</data>
</T3locallang>
</T3locallang>

2
dlf/plugins/validator/template.tmpl

@ -21,4 +21,4 @@
This copyright notice MUST APPEAR in all copies of the script!
-->
<!-- ###TEMPLATE### -->
<!-- ###TEMPLATE### -->
<!-- ###TEMPLATE### -->

2
dlf/tca.php

@ -1182,4 +1182,4 @@ $TCA['tx_dlf_libraries'] = array (
),
);
?>
?>

Loading…
Cancel
Save