strings.xml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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_sort">Sort</string>
  22. <string name="menu_prefs">Settings</string>
  23. <string name="menu_search">Search</string>
  24. <string name="view_items">View Items</string>
  25. <string name="view_collections">View Collections</string>
  26. <string name="log_in">Log in</string>
  27. <string name="logged_in">Logged in</string>
  28. <string name="search_hint">Search items</string>
  29. <string name="choose_parent_collection">Choose parent collection</string>
  30. <string name="status">Status:</string>
  31. <!-- Button labels for dialogs -->
  32. <string name="ok">Ok</string>
  33. <string name="cancel">Cancel</string>
  34. <string name="view">View</string>
  35. <string name="view_online_warning">View this online?</string>
  36. <!-- Attachments -->
  37. <string name="attachment_zfs_available">Available for download</string>
  38. <string name="attachment_zfs_local">Downloaded</string>
  39. <string name="attachment_unknown">Status unknown</string>
  40. <string name="attachment_downloading">Downloading attachment for %s$1</string>
  41. <string name="attachment_download_initiated">File download initiated.</string>
  42. <string name="attachment_download_failed">File download may have failed; try again.</string>
  43. <string name="attachment_intent_failed">No application available to open files of type %s$1.</string>
  44. <!-- Syncing -->
  45. <string name="sync_log_in_first">Log in to sync</string>
  46. <string name="sync_started">Started syncing...</string>
  47. <!-- Zotero terms -->
  48. <string name="note">Note</string>
  49. </resources>