strings.xml 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. This file is part of Zandy.
  4. Zandy is free software: you can redistribute it and/or modify
  5. it under the terms of the GNU Affero General Public License as published by
  6. the Free Software Foundation, either version 3 of the License, or
  7. (at your option) any later version.
  8. Zandy is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. GNU Affero General Public License for more details.
  12. You should have received a copy of the GNU Affero General Public License
  13. along with Zandy. If not, see <http://www.gnu.org/licenses/>.
  14. -->
  15. <resources>
  16. <string name="app_name">Zandy</string>
  17. <string name="applicationTitle">Zandy: A Zotero Client for Android</string>
  18. <string name="menu_sync">Sync</string>
  19. <string name="menu_new">New</string>
  20. <string name="menu_delete">Delete</string>
  21. <string name="menu_identifier">Add by identifier</string>
  22. <string name="menu_sort">Sort</string>
  23. <string name="menu_prefs">Settings</string>
  24. <string name="menu_search">Search</string>
  25. <string name="view_items">View Items</string>
  26. <string name="view_collections">View Collections</string>
  27. <string name="log_in">Log in</string>
  28. <string name="logged_in">Logged in</string>
  29. <string name="search_hint">Search items</string>
  30. <string name="choose_parent_collection">Choose parent collection</string>
  31. <string name="status">Status:</string>
  32. <!-- ItemActivity (item lists) -->
  33. <string name="all_items">All items</string>
  34. <string name="cant_open_item">Can\'t open %s</string>
  35. <string name="item_type">Item type</string>
  36. <string name="set_sort_order">Set sort order</string>
  37. <string name="search_results">Search results: %s</string>
  38. <!-- ItemDataActivity (item details) -->
  39. <string name="edit_item_field">Edit %s</string>
  40. <string name="item_delete_confirm">Delete this item?</string>
  41. <string name="item_type_change">Change item type</string>
  42. <string name="item_details">Item Details</string>
  43. <string name="item_attachment_info_template">%1$d notes, %2$d attachments</string>
  44. <string name="item_attachment_info_none">No attachments or notes.</string>
  45. <string name="item_collection_count">%1$d collections</string>
  46. <!-- Button labels for dialogs -->
  47. <string name="ok">Ok</string>
  48. <string name="cancel">Cancel</string>
  49. <string name="view">View</string>
  50. <string name="view_online_warning">View this online?</string>
  51. <!-- Attachments -->
  52. <string name="attachment_zfs_available">Available for download</string>
  53. <string name="attachment_zfs_local">Downloaded</string>
  54. <string name="attachment_unknown">Status unknown</string>
  55. <string name="attachment_downloading">Downloading attachment for %s</string>
  56. <string name="attachment_unzipping">Unzipping...</string>
  57. <string name="attachment_download_initiated">File download initiated.</string>
  58. <string name="attachment_download_failed">File download may have failed; try again.</string>
  59. <string name="attachment_intent_failed">No application available to open files of type %s.</string>
  60. <string name="attachment_intent_failed_for_uri">No application available to open URI: %s</string>
  61. <string name="attachment_delete_confirm">Delete this attachment?</string>
  62. <string name="attachments_for_item">Attachments for %s</string>
  63. <!-- Tags -->
  64. <string name="tags_for_item">Tags for %s</string>
  65. <string name="tag_auto">Auto</string>
  66. <string name="tag_user">User</string>
  67. <string name="tag_edit">Edit tag</string>
  68. <string name="tag_view_confirm">View items for this tag?</string>
  69. <string name="tag_view">View</string>
  70. <string name="tag_viewing_items">Tag: %s</string>
  71. <!-- Collections -->
  72. <string name="collections">Collections</string>
  73. <string name="collections_for_item">Collections containing %s</string>
  74. <string name="collection_cant_open">Can\'t open %s</string>
  75. <string name="collection_no_subcollections">No subcollections for collection. To view items in the collection, touch and hold the collection.</string>
  76. <string name="collection_empty">Collection is empty, requesting update.</string>
  77. <string name="collection_membership_detail">Collection options</string>
  78. <string name="collection_remove_item">Remove item</string>
  79. <!-- Syncing -->
  80. <string name="sync_log_in_first">Log in to sync</string>
  81. <string name="sync_started">Started syncing...</string>
  82. <string name="sync_collection">Started syncing; refreshing collection list</string>
  83. <!-- Settings -->
  84. <string name="settings_basic">Basic</string>
  85. <string name="settings_aggressive_syncing">Aggressive Syncing</string>
  86. <string name="settings_aggressive_syncing_desc">Check to have Zandy attempt to keep all collections synced</string>
  87. <string name="settings_user_id">User ID</string>
  88. <string name="settings_user_id_desc">This is the numeric user ID for your account at Zotero.org</string>
  89. <string name="settings_api_key">API Key</string>
  90. <string name="settings_api_key_desc">This is the API key to access your account at Zotero.org</string>
  91. <string name="settings_webdav">WebDAV</string>
  92. <string name="settings_webdav_enabled">Enable WebDAV</string>
  93. <string name="settings_webdav_enabled_desc">Check to have Zandy look for attachments on a WebDAV host</string>
  94. <string name="settings_webdav_path">Base URL</string>
  95. <string name="settings_webdav_path_desc">Server and path for your WebDAV setup, like https://www.example.com/users/bobsmith/zotero</string>
  96. <string name="settings_webdav_username">Username</string>
  97. <string name="settings_webdav_username_desc">Username for WebDAV server. This is separate from your Zotero username.</string>
  98. <string name="settings_webdav_password">Password</string>
  99. <string name="settings_webdav_password_desc">Password for WebDAV server. This is separate from your Zotero password.</string>
  100. <!-- Zotero terms -->
  101. <string name="note">Note</string>
  102. <string name="note_for_item">Note for %s</string>
  103. <string name="note_edit">Edit note</string>
  104. <!-- JSON templates; don't need l10n -->
  105. <string name="template_artwork">{"itemType":"artwork","title":"-_-_-","creators":[{"creatorType":"artist","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","artworkMedium":"-_-_-","artworkSize":"-_-_-","date":"-_-_-","language":"-_-_-","shortTitle":"-_-_-","archive":"-_-_-","archiveLocation":"-_-_-","libraryCatalog":"-_-_-","callNumber":"-_-_-","url":"-_-_-","accessDate":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  106. <string name="template_audioRecording">{"itemType":"audioRecording","title":"-_-_-","creators":[{"creatorType":"performer","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","audioRecordingFormat":"-_-_-","seriesTitle":"-_-_-","volume":"-_-_-","numberOfVolumes":"-_-_-","place":"-_-_-","label":"-_-_-","date":"-_-_-","runningTime":"-_-_-","language":"-_-_-","ISBN":"-_-_-","shortTitle":"-_-_-","archive":"-_-_-","archiveLocation":"-_-_-","libraryCatalog":"-_-_-","callNumber":"-_-_-","url":"-_-_-","accessDate":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  107. <string name="template_bill">{"itemType":"bill","title":"-_-_-","creators":[{"creatorType":"sponsor","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","billNumber":"-_-_-","code":"-_-_-","codeVolume":"-_-_-","section":"-_-_-","codePages":"-_-_-","legislativeBody":"-_-_-","session":"-_-_-","history":"-_-_-","date":"-_-_-","language":"-_-_-","url":"-_-_-","accessDate":"-_-_-","shortTitle":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  108. <string name="template_blogPost">{"itemType":"blogPost","title":"-_-_-","creators":[{"creatorType":"author","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","blogTitle":"-_-_-","websiteType":"-_-_-","date":"-_-_-","url":"-_-_-","accessDate":"-_-_-","language":"-_-_-","shortTitle":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  109. <string name="template_book">{"itemType":"book","title":"-_-_-","creators":[{"creatorType":"author","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","series":"-_-_-","seriesNumber":"-_-_-","volume":"-_-_-","numberOfVolumes":"-_-_-","edition":"-_-_-","place":"-_-_-","publisher":"-_-_-","date":"-_-_-","numPages":"-_-_-","language":"-_-_-","ISBN":"-_-_-","shortTitle":"-_-_-","url":"-_-_-","accessDate":"-_-_-","archive":"-_-_-","archiveLocation":"-_-_-","libraryCatalog":"-_-_-","callNumber":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  110. <string name="template_bookSection">{"itemType":"bookSection","title":"-_-_-","creators":[{"creatorType":"author","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","bookTitle":"-_-_-","series":"-_-_-","seriesNumber":"-_-_-","volume":"-_-_-","numberOfVolumes":"-_-_-","edition":"-_-_-","place":"-_-_-","publisher":"-_-_-","date":"-_-_-","pages":"-_-_-","language":"-_-_-","ISBN":"-_-_-","shortTitle":"-_-_-","url":"-_-_-","accessDate":"-_-_-","archive":"-_-_-","archiveLocation":"-_-_-","libraryCatalog":"-_-_-","callNumber":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  111. <string name="template_case">{"itemType":"case","caseName":"-_-_-","creators":[{"creatorType":"author","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","reporter":"-_-_-","reporterVolume":"-_-_-","court":"-_-_-","docketNumber":"-_-_-","firstPage":"-_-_-","history":"-_-_-","dateDecided":"-_-_-","language":"-_-_-","shortTitle":"-_-_-","url":"-_-_-","accessDate":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  112. <string name="template_computerProgram">{"itemType":"computerProgram","title":"-_-_-","creators":[{"creatorType":"programmer","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","seriesTitle":"-_-_-","version":"-_-_-","date":"-_-_-","system":"-_-_-","place":"-_-_-","company":"-_-_-","programmingLanguage":"-_-_-","ISBN":"-_-_-","shortTitle":"-_-_-","url":"-_-_-","rights":"-_-_-","archive":"-_-_-","archiveLocation":"-_-_-","libraryCatalog":"-_-_-","callNumber":"-_-_-","accessDate":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  113. <string name="template_conferencePaper">{"itemType":"conferencePaper","title":"-_-_-","creators":[{"creatorType":"author","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","date":"-_-_-","proceedingsTitle":"-_-_-","conferenceName":"-_-_-","place":"-_-_-","publisher":"-_-_-","volume":"-_-_-","pages":"-_-_-","series":"-_-_-","language":"-_-_-","DOI":"-_-_-","ISBN":"-_-_-","shortTitle":"-_-_-","url":"-_-_-","accessDate":"-_-_-","archive":"-_-_-","archiveLocation":"-_-_-","libraryCatalog":"-_-_-","callNumber":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  114. <string name="template_dictionaryEntry">{"itemType":"dictionaryEntry","title":"-_-_-","creators":[{"creatorType":"author","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","dictionaryTitle":"-_-_-","series":"-_-_-","seriesNumber":"-_-_-","volume":"-_-_-","numberOfVolumes":"-_-_-","edition":"-_-_-","place":"-_-_-","publisher":"-_-_-","date":"-_-_-","pages":"-_-_-","language":"-_-_-","ISBN":"-_-_-","shortTitle":"-_-_-","url":"-_-_-","accessDate":"-_-_-","archive":"-_-_-","archiveLocation":"-_-_-","libraryCatalog":"-_-_-","callNumber":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  115. <string name="template_document">{"itemType":"document","title":"-_-_-","creators":[{"creatorType":"author","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","publisher":"-_-_-","date":"-_-_-","language":"-_-_-","shortTitle":"-_-_-","url":"-_-_-","accessDate":"-_-_-","archive":"-_-_-","archiveLocation":"-_-_-","libraryCatalog":"-_-_-","callNumber":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  116. <string name="template_email">{"itemType":"email","subject":"-_-_-","creators":[{"creatorType":"author","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","date":"-_-_-","shortTitle":"-_-_-","url":"-_-_-","accessDate":"-_-_-","language":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  117. <string name="template_encyclopediaArticle">{"itemType":"encyclopediaArticle","title":"-_-_-","creators":[{"creatorType":"author","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","encyclopediaTitle":"-_-_-","series":"-_-_-","seriesNumber":"-_-_-","volume":"-_-_-","numberOfVolumes":"-_-_-","edition":"-_-_-","place":"-_-_-","publisher":"-_-_-","date":"-_-_-","pages":"-_-_-","ISBN":"-_-_-","shortTitle":"-_-_-","url":"-_-_-","accessDate":"-_-_-","language":"-_-_-","archive":"-_-_-","archiveLocation":"-_-_-","libraryCatalog":"-_-_-","callNumber":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  118. <string name="template_film">{"itemType":"film","title":"-_-_-","creators":[{"creatorType":"director","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","distributor":"-_-_-","date":"-_-_-","genre":"-_-_-","videoRecordingFormat":"-_-_-","runningTime":"-_-_-","language":"-_-_-","shortTitle":"-_-_-","url":"-_-_-","accessDate":"-_-_-","archive":"-_-_-","archiveLocation":"-_-_-","libraryCatalog":"-_-_-","callNumber":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  119. <string name="template_forumPost">{"itemType":"forumPost","title":"-_-_-","creators":[{"creatorType":"author","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","forumTitle":"-_-_-","postType":"-_-_-","date":"-_-_-","language":"-_-_-","shortTitle":"-_-_-","url":"-_-_-","accessDate":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  120. <string name="template_hearing">{"itemType":"hearing","title":"-_-_-","creators":[{"creatorType":"contributor","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","committee":"-_-_-","place":"-_-_-","publisher":"-_-_-","numberOfVolumes":"-_-_-","documentNumber":"-_-_-","pages":"-_-_-","legislativeBody":"-_-_-","session":"-_-_-","history":"-_-_-","date":"-_-_-","language":"-_-_-","shortTitle":"-_-_-","url":"-_-_-","accessDate":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  121. <string name="template_instantMessage">{"itemType":"instantMessage","title":"-_-_-","creators":[{"creatorType":"author","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","date":"-_-_-","language":"-_-_-","shortTitle":"-_-_-","url":"-_-_-","accessDate":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  122. <string name="template_interview">{"itemType":"interview","title":"-_-_-","creators":[{"creatorType":"interviewee","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","date":"-_-_-","interviewMedium":"-_-_-","language":"-_-_-","shortTitle":"-_-_-","url":"-_-_-","accessDate":"-_-_-","archive":"-_-_-","archiveLocation":"-_-_-","libraryCatalog":"-_-_-","callNumber":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  123. <string name="template_journalArticle">{"itemType":"journalArticle","title":"-_-_-","creators":[{"creatorType":"author","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","publicationTitle":"-_-_-","volume":"-_-_-","issue":"-_-_-","pages":"-_-_-","date":"-_-_-","series":"-_-_-","seriesTitle":"-_-_-","seriesText":"-_-_-","journalAbbreviation":"-_-_-","language":"-_-_-","DOI":"-_-_-","ISSN":"-_-_-","shortTitle":"-_-_-","url":"-_-_-","accessDate":"-_-_-","archive":"-_-_-","archiveLocation":"-_-_-","libraryCatalog":"-_-_-","callNumber":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  124. <string name="template_letter">{"itemType":"letter","title":"-_-_-","creators":[{"creatorType":"author","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","letterType":"-_-_-","date":"-_-_-","language":"-_-_-","shortTitle":"-_-_-","url":"-_-_-","accessDate":"-_-_-","archive":"-_-_-","archiveLocation":"-_-_-","libraryCatalog":"-_-_-","callNumber":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  125. <string name="template_magazineArticle">{"itemType":"magazineArticle","title":"-_-_-","creators":[{"creatorType":"author","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","publicationTitle":"-_-_-","volume":"-_-_-","issue":"-_-_-","date":"-_-_-","pages":"-_-_-","language":"-_-_-","ISSN":"-_-_-","shortTitle":"-_-_-","url":"-_-_-","accessDate":"-_-_-","archive":"-_-_-","archiveLocation":"-_-_-","libraryCatalog":"-_-_-","callNumber":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  126. <string name="template_manuscript">{"itemType":"manuscript","title":"-_-_-","creators":[{"creatorType":"author","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","manuscriptType":"-_-_-","place":"-_-_-","date":"-_-_-","numPages":"-_-_-","language":"-_-_-","shortTitle":"-_-_-","url":"-_-_-","accessDate":"-_-_-","archive":"-_-_-","archiveLocation":"-_-_-","libraryCatalog":"-_-_-","callNumber":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  127. <string name="template_map">{"itemType":"map","title":"-_-_-","creators":[{"creatorType":"cartographer","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","mapType":"-_-_-","scale":"-_-_-","seriesTitle":"-_-_-","edition":"-_-_-","place":"-_-_-","publisher":"-_-_-","date":"-_-_-","language":"-_-_-","ISBN":"-_-_-","shortTitle":"-_-_-","url":"-_-_-","accessDate":"-_-_-","archive":"-_-_-","archiveLocation":"-_-_-","libraryCatalog":"-_-_-","callNumber":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  128. <string name="template_newspaperArticle">{"itemType":"newspaperArticle","title":"-_-_-","creators":[{"creatorType":"author","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","publicationTitle":"-_-_-","place":"-_-_-","edition":"-_-_-","date":"-_-_-","section":"-_-_-","pages":"-_-_-","language":"-_-_-","shortTitle":"-_-_-","ISSN":"-_-_-","url":"-_-_-","accessDate":"-_-_-","archive":"-_-_-","archiveLocation":"-_-_-","libraryCatalog":"-_-_-","callNumber":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  129. <string name="template_note">{"itemType":"note","note":"-_-_-","tags":[]}</string>
  130. <string name="template_patent">{"itemType":"patent","title":"-_-_-","creators":[{"creatorType":"inventor","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","place":"-_-_-","country":"-_-_-","assignee":"-_-_-","issuingAuthority":"-_-_-","patentNumber":"-_-_-","filingDate":"-_-_-","pages":"-_-_-","applicationNumber":"-_-_-","priorityNumbers":"-_-_-","issueDate":"-_-_-","references":"-_-_-","legalStatus":"-_-_-","language":"-_-_-","shortTitle":"-_-_-","url":"-_-_-","accessDate":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  131. <string name="template_podcast">{"itemType":"podcast","title":"-_-_-","creators":[{"creatorType":"podcaster","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","seriesTitle":"-_-_-","episodeNumber":"-_-_-","audioFileType":"-_-_-","runningTime":"-_-_-","url":"-_-_-","accessDate":"-_-_-","language":"-_-_-","shortTitle":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  132. <string name="template_presentation">{"itemType":"presentation","title":"-_-_-","creators":[{"creatorType":"presenter","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","presentationType":"-_-_-","date":"-_-_-","place":"-_-_-","meetingName":"-_-_-","url":"-_-_-","accessDate":"-_-_-","language":"-_-_-","shortTitle":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  133. <string name="template_radioBroadcast">{"itemType":"radioBroadcast","title":"-_-_-","creators":[{"creatorType":"director","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","programTitle":"-_-_-","episodeNumber":"-_-_-","audioRecordingFormat":"-_-_-","place":"-_-_-","network":"-_-_-","date":"-_-_-","runningTime":"-_-_-","language":"-_-_-","shortTitle":"-_-_-","url":"-_-_-","accessDate":"-_-_-","archive":"-_-_-","archiveLocation":"-_-_-","libraryCatalog":"-_-_-","callNumber":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  134. <string name="template_report">{"itemType":"report","title":"-_-_-","creators":[{"creatorType":"author","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","reportNumber":"-_-_-","reportType":"-_-_-","seriesTitle":"-_-_-","place":"-_-_-","institution":"-_-_-","date":"-_-_-","pages":"-_-_-","language":"-_-_-","shortTitle":"-_-_-","url":"-_-_-","accessDate":"-_-_-","archive":"-_-_-","archiveLocation":"-_-_-","libraryCatalog":"-_-_-","callNumber":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  135. <string name="template_statute">{"itemType":"statute","nameOfAct":"-_-_-","creators":[{"creatorType":"author","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","code":"-_-_-","codeNumber":"-_-_-","publicLawNumber":"-_-_-","dateEnacted":"-_-_-","pages":"-_-_-","section":"-_-_-","session":"-_-_-","history":"-_-_-","language":"-_-_-","shortTitle":"-_-_-","url":"-_-_-","accessDate":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  136. <string name="template_tvBroadcast">{"itemType":"tvBroadcast","title":"-_-_-","creators":[{"creatorType":"director","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","programTitle":"-_-_-","episodeNumber":"-_-_-","videoRecordingFormat":"-_-_-","place":"-_-_-","network":"-_-_-","date":"-_-_-","runningTime":"-_-_-","language":"-_-_-","shortTitle":"-_-_-","url":"-_-_-","accessDate":"-_-_-","archive":"-_-_-","archiveLocation":"-_-_-","libraryCatalog":"-_-_-","callNumber":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  137. <string name="template_thesis">{"itemType":"thesis","title":"-_-_-","creators":[{"creatorType":"author","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","thesisType":"-_-_-","university":"-_-_-","place":"-_-_-","date":"-_-_-","numPages":"-_-_-","language":"-_-_-","shortTitle":"-_-_-","url":"-_-_-","accessDate":"-_-_-","archive":"-_-_-","archiveLocation":"-_-_-","libraryCatalog":"-_-_-","callNumber":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  138. <string name="template_videoRecording">{"itemType":"videoRecording","title":"-_-_-","creators":[{"creatorType":"director","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","videoRecordingFormat":"-_-_-","seriesTitle":"-_-_-","volume":"-_-_-","numberOfVolumes":"-_-_-","place":"-_-_-","studio":"-_-_-","date":"-_-_-","runningTime":"-_-_-","language":"-_-_-","ISBN":"-_-_-","shortTitle":"-_-_-","url":"-_-_-","accessDate":"-_-_-","archive":"-_-_-","archiveLocation":"-_-_-","libraryCatalog":"-_-_-","callNumber":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  139. <string name="template_webpage">{"itemType":"webpage","title":"-_-_-","creators":[{"creatorType":"author","firstName":"-_-_-","lastName":"-_-_-"}],"abstractNote":"-_-_-","websiteTitle":"-_-_-","websiteType":"-_-_-","date":"-_-_-","shortTitle":"-_-_-","url":"-_-_-","accessDate":"-_-_-","language":"-_-_-","rights":"-_-_-","extra":"-_-_-","tags":[],"notes":[]}</string>
  140. </resources>