Files
commafeed/src/main/resources/i18n/en.properties

141 lines
5.8 KiB
Properties
Raw Normal View History

2013-05-12 12:38:56 +02:00
global.save=Save
global.cancel=Cancel
global.delete=Delete
global.required=Required
2013-05-17 19:30:47 +02:00
global.download=Download
2013-05-19 16:24:56 +02:00
global.link=Link
global.bookmark=Bookmark
2013-05-26 13:34:31 +02:00
global.close=Close
2013-05-12 12:38:56 +02:00
tree.subscribe=Subscribe
tree.import=Import
tree.new_category=New category
tree.all=All
tree.starred=Starred
subscribe.feed_url=Feed URL
subscribe.feed_name=Feed Name
subscribe.category=Category
import.google_reader_prefix=Let me import your feeds from your
import.google_reader_suffix= account.
import.google_download=Alternatively, upload your subscriptions.xml file.
import.google_download_link=Download it from here.
import.xml_file=XML File
new_category.name=Name
new_category.parent=Parent
toolbar.unread=Unread
toolbar.all=All
2013-05-17 16:33:58 +02:00
toolbar.previous_entry=Previous entry
toolbar.next_entry=Next entry
2013-05-12 12:38:56 +02:00
toolbar.refresh=Refresh
2013-05-17 13:31:43 +02:00
toolbar.sort_by_asc_desc=Sort by date asc/desc
2013-05-19 18:10:46 +02:00
toolbar.titles_only=Titles only
toolbar.expanded_view=Expanded view
2013-05-12 12:38:56 +02:00
toolbar.mark_all_as_read=Mark all as read
2013-05-17 13:31:43 +02:00
toolbar.mark_all_older_day=Items older than a day
toolbar.mark_all_older_week=Items older than a week
toolbar.mark_all_older_two_weeks=Items older than two weeks
2013-05-12 12:38:56 +02:00
toolbar.settings=Settings
toolbar.profile=Profile
toolbar.admin=Admin
toolbar.about=About
toolbar.logout=Logout
toolbar.donate=Donate
2013-07-08 09:37:34 +02:00
view.entry_source=from
2013-06-22 21:07:06 +02:00
view.entry_author=by
2013-05-12 12:38:56 +02:00
view.error_while_loading_feed=Error while loading this feed
view.keep_unread=Keep unread
view.no_unread_items=has no unread items.
2013-07-08 01:27:58 +02:00
view.mark_up_to_here=Mark as read up to here
2013-05-12 12:38:56 +02:00
feedsearch.hint=Type in a subscription...
feedsearch.help=Use the return key to select and arrow keys to navigate.
feedsearch.result_prefix=Your subscriptions:
2013-05-12 12:38:56 +02:00
settings.general=General
settings.general.language=Language
2013-05-13 12:00:19 +02:00
settings.general.language.contribute=Contribute with translations
2013-05-28 20:48:00 +02:00
settings.general.show_unread=Show feeds and categories with no unread entries
2013-05-12 12:38:56 +02:00
settings.general.social_buttons=Show social sharing buttons
settings.general.scroll_marks=In expanded view, scrolling through entries mark them as read
2013-05-29 09:21:53 +02:00
settings.appearance=Appearance
settings.theme=Theme
settings.submit_your_theme=Submit your theme
2013-05-12 12:38:56 +02:00
settings.custom_css=Custom CSS
details.feed_details=Feed details
details.url=URL
2013-07-01 21:42:26 +01:00
details.website=Website
2013-05-12 12:38:56 +02:00
details.name=Name
details.category=Category
2013-06-04 10:11:16 +02:00
details.position=Position
2013-05-12 12:38:56 +02:00
details.last_refresh=Last refresh
2013-05-22 16:10:50 +02:00
details.next_refresh=Next refresh
details.queued_for_refresh=Queued for refresh
2013-05-12 12:38:56 +02:00
details.feed_url=Feed URL
details.generate_api_key_first=Generate an API key in your profile first.
details.unsubscribe=Unsubscribe
details.category_details=Category details
details.parent_category=Parent category
profile.user_name=User name
profile.email=E-mail
profile.change_password=Change password
profile.confirm_password=Confirm password
profile.minimum_6_chars=Minimum 6 characters
profile.passwords_do_not_match=Passwords do not match
profile.api_key=API key
profile.api_key_not_generated=Not generated yet
profile.generate_new_api_key=Generate new API key
profile.generate_new_api_key_info=Changing password will generate a new API key
2013-05-17 19:30:47 +02:00
profile.opml_export=OPML export
2013-05-12 12:38:56 +02:00
profile.delete_account=Delete account
about.rest_api=REST API
about.keyboard_shortcuts=Keyboard shortcuts
2013-05-24 12:34:04 +02:00
about.line1_prefix=CommaFeed is an open-source project. Sources are hosted on
2013-05-12 12:38:56 +02:00
about.line1_suffix=.
about.line2_prefix=If you encounter an issue, please report it on the issues page of the
2013-05-24 12:34:04 +02:00
about.line2_suffix=\ project.
2013-05-12 12:38:56 +02:00
about.line3=If you like this project, please consider a donation to support the developer and help cover the costs of keeping this website online.
2013-05-31 08:59:24 +02:00
about.line4=For those of you who prefer bitcoin, here is the address
2013-05-13 12:47:11 +02:00
about.goodies=Goodies
2013-06-29 17:04:38 +02:00
about.goodies.android_app=Android app
about.goodies.subscribe_url=Subscribe URL
about.goodies.chrome_extension=Chrome extension
about.goodies.firefox_extension=Firefox extension
2013-05-28 11:55:33 +02:00
about.goodies.opera_extension=Opera extension
2013-05-19 16:24:56 +02:00
about.goodies.subscribe_bookmarklet=Add subscription bookmarklet (click)
2013-07-03 07:32:18 +02:00
about.goodies.subscribe_bookmarklet_asc=Oldest first
about.goodies.subscribe_bookmarklet_desc=Newest first
2013-05-19 16:24:56 +02:00
about.goodies.next_unread_bookmarklet=Next unread item bookmarklet (drag to bookmark bar)
2013-05-13 12:47:11 +02:00
about.translation=Translation
about.translation.message=We need your help to translate CommaFeed.
about.translation.link=See how to contribute with translations.
2013-05-13 12:56:16 +02:00
about.announcements=Announcements
2013-05-12 12:38:56 +02:00
about.rest_api.line1=CommaFeed is built on top of JAX-RS and AngularJS. As such, a REST API is available.
about.rest_api.link_to_documentation=Link to the documentation.
about.shortcuts.mouse_middleclick=mouse middleclick
about.shortcuts.open_next_entry=open next entry
about.shortcuts.open_previous_entry=open previous entry
2013-06-28 11:19:04 +02:00
about.shortcuts.spacebar=space/shift+space
about.shortcuts.move_page_down_up=moves the page down/up
2013-05-22 12:56:11 +02:00
about.shortcuts.focus_next_entry=set focus on next entry without opening it
about.shortcuts.focus_previous_entry=set focus on previous entry without opening it
about.shortcuts.open_next_feed=open next feed or category
about.shortcuts.open_previous_feed=open previous feed or category
2013-05-12 12:38:56 +02:00
about.shortcuts.open_close_current_entry=open/close current entry
about.shortcuts.open_current_entry_in_new_window=open current entry in a new window
about.shortcuts.open_current_entry_in_new_window_background=open current entry in a new window in the background
2013-05-12 12:38:56 +02:00
about.shortcuts.star_unstar=star/unstar current entry
about.shortcuts.mark_current_entry=mark as read/unread current entry
about.shortcuts.mark_all_as_read=mark all entries as read
2013-05-31 12:00:35 +02:00
about.shortcuts.open_in_new_tab_mark_as_read=open entry in new tab and mark as read
2013-06-29 19:40:00 +02:00
about.shortcuts.fullscreen=toggle full screen mode
about.shortcuts.font_size=increase/decrease font size of the current entry
2013-05-31 12:00:35 +02:00
about.shortcuts.feed_search=navigate to a subscription by entering the subscription name