| logcat.main.panel.pause.banner.text=Logcat is paused |
| logcat.main.panel.no.application.ids.banner.text=Could not detect project package names. Is the project synced? |
| logcat.main.panel.no.application.ids.banner.sync.now=Sync now |
| logcat.main.panel.no.logs.banner.text=All logs entries are hidden by the filter |
| logcat.main.panel.no.logs.banner.clear.filter=Clear filter |
| |
| logcat.header.options.title=Logcat Format |
| |
| logcat.header.options.timestamp.title=Timestamp |
| logcat.header.options.timestamp.show=Show timestamp |
| logcat.header.options.timestamp.format=Format: |
| logcat.header.options.timestamp.time=Time |
| logcat.header.options.timestamp.datetime=Datetime |
| |
| logcat.header.options.process.id.title=Process ID |
| logcat.header.options.process.id.show.pid=Show process id |
| logcat.header.options.process.id.show.tid=Include thread id |
| |
| logcat.header.options.tag.title=Tag |
| logcat.header.options.tag.show=Show tag |
| logcat.header.options.tag.show.repeated=Show repeated tags |
| logcat.header.options.tag.colorize=Colorize |
| logcat.header.options.tag.width=Tag column width: |
| |
| logcat.header.options.package.title=Package Name |
| logcat.header.options.package.show=Show package name |
| logcat.header.options.package.show.repeated=Show repeated package names |
| logcat.header.options.package.width=Package column width: |
| |
| logcat.header.options.process.title=Process Name |
| logcat.header.options.process.show=Show process name |
| logcat.header.options.process.show.repeated=Show repeated process names |
| logcat.header.options.process.width=Process column width: |
| |
| logcat.header.options.level.title=Level |
| logcat.header.options.level.show=Show level |
| |
| logcat.format.presets.dialog.view=View |
| logcat.format.presets.dialog.default=Use as default view for new windows |
| logcat.format.presets.dialog.restore.default=Restore default |
| |
| logcat.format.action.text=Configure Logcat Formatting Options |
| logcat.format.action.standard=Standard |
| logcat.format.action.compact=Compact |
| logcat.format.preset.action.text={0} View |
| logcat.format.modify.action.text=Modify Views |
| |
| logcat.splitter.actions.text=Split Panels |
| |
| logcat.scroll.to.end.action.text=Scroll to the End (clicking on a particular line stops scrolling and keeps that line visible) |
| |
| logcat.clear.log.action.text=Clear Logcat |
| logcat.restart.action.text=Restart Logcat |
| logcat.reload.action.text=Reload File |
| |
| logcat.save.log.action.text=Export Logs to a File |
| logcat.save.log.dialog.title=Export Logs to a File |
| logcat.import.log.action.text=Import Logs from a File |
| logcat.save.log.notification.open.in.editor=Open in Editor |
| logcat.save.log.notification.open.in.logcat=Open in Logcat |
| logcat.save.log.notification.text=Log exported successfully |
| |
| logcat.pause.action.pause.text=Pause Logcat |
| logcat.pause.action.resume.text=Resume Logcat |
| |
| logcat.stacktrace.folding.hint=<{0} more...> |
| |
| logcat.settings.title=Logcat |
| logcat.settings.buffer.size=Logcat cycle buffer size: |
| logcat.settings.buffer.kb=\ KB |
| logcat.settings.buffer.warning.invalid=Invalid. Please enter an integer between 1 and {0} (1KB-{1}MB) |
| logcat.settings.buffer.warning.tooLarge=Warning: large buffer size can cause performance degradation |
| logcat.settings.default.filter=Default filter for new Logcat windows: |
| logcat.settings.default.filter.mru=Use most-recently-used filter as the default |
| logcat.settings.history.autocomplete=Add filters from history to autocomplete |
| logcat.settings.ignore.tags.label=Ignore tags: |
| logcat.settings.ignore.apps.label=Ignore apps: |
| logcat.settings.ignore.tags.note=Completions are available if there are active Logcat panels open |
| logcat.settings.override.font.size=Override font size |
| |
| logcat.color.page.name=Android Logcat |
| logcat.color.page.indicator={0} indicator |
| logcat.color.page.message={0} message |
| |
| logcat.process.started=---------------------------- PROCESS STARTED ({0}) for package {1} ---------------------------- |
| logcat.process.ended=---------------------------- PROCESS ENDED ({0}) for package {1} ---------------------------- |
| |
| logcat.filter.error=Invalid {0}: {1} |
| logcat.filter.error.log.level=log level |
| logcat.filter.error.duration=duration |
| logcat.filter.error.qualifier=qualifier |
| logcat.filter.hint=Press {0} to see suggestions |
| logcat.filter.hint.no.shortcut=Invoke action "Complete Code - Basic" to see suggestions |
| logcat.filter.clear.tooltip=Clear Filter |
| logcat.filter.match.case.tooltip=Match Case |
| logcat.filter.tag.favorite.tooltip=Add to Favorites |
| logcat.filter.untag.favorite.tooltip=Remove from favorites |
| logcat.filter.history.tooltip=Show History |
| logcat.filter.history.delete.tooltip=<html>Delete item\\ \\ \\ \\ \\ <span style="color:#{0}">Delete</span></html> |
| logcat.filter.completion.hint1=Add ~ to use regex (such as, "tag~:" and "-tag~:") |
| logcat.filter.completion.hint2=Add - to a key to exclude logs with the value (such as, "-tag:") |
| logcat.filter.completion.hint3=Show only logs from the last day, hour etc.: "age:1d", "age:5h" |
| logcat.filter.completion.hint4=Terms with the same key combine with OR: "tag:foo tag:bar" means "foo or bar" |
| logcat.filter.completion.hint5=Negated terms combine with AND: "-tag:Foo -tag:Bar" means "!foo AND !bar" |
| logcat.filter.completion.hint6=User parenthesis and logical operations: "tag:Foo & (message:Bar | level:ERROR)" |
| logcat.filter.completion.hint.level.value=Filter by {0} or higher |
| logcat.filter.completion.hint.level=Filter by min log level |
| logcat.filter.completion.hint.is=Filter by type of log message |
| logcat.filter.completion.hint.is.crash=Filter crashes |
| logcat.filter.completion.hint.is.firebase=Filter messages produced by Firebase libraries |
| logcat.filter.completion.hint.is.stacktrace=Filter stack traces |
| logcat.filter.completion.hint.is.level=Filter level {0} only |
| logcat.filter.completion.hint.age.second=second |
| logcat.filter.completion.hint.age.minute=minute |
| logcat.filter.completion.hint.age.hour=hour |
| logcat.filter.completion.hint.age.day=day |
| logcat.filter.completion.hint.age=Filter by max age |
| logcat.filter.completion.hint.age.value=Filter logs from past {0} {1} |
| logcat.filter.completion.hint.package.mine=Filter logs from current project id(s) |
| logcat.filter.completion.hint.package.mine.items=<html>Filter logs from current project id(s):<br/>\\ \\ {0}<\html> |
| logcat.filter.completion.hint.package.mine.empty=No project ids detected. Is the project synced? |
| logcat.filter.completion.hint.name=Specify a name for this filter |
| logcat.filter.completion.hint.name.value=This filter''s name is ''{0}'' |
| logcat.filter.completion.hint.key.line=Log line |
| logcat.filter.completion.hint.key.message=Log message |
| logcat.filter.completion.hint.key.package=Package name |
| logcat.filter.completion.hint.key.process=Process name |
| logcat.filter.completion.hint.key.tag=Log tag |
| logcat.filter.completion.hint.value.string=string |
| logcat.filter.completion.hint.value.regex=string |
| logcat.filter.completion.hint.key={0} contains {1} |
| logcat.filter.completion.hint.key.negated={0} does not contain {1} |
| logcat.filter.completion.hint.key.regex={0} matches {1} |
| logcat.filter.completion.hint.key.regex.negated={0} does not match {1} |
| logcat.filter.completion.hint.key.exact={0} is exactly {1} |
| logcat.filter.completion.hint.key.exact.negated={0} is not exactly {1} |
| |
| logcat.filter.got.it.link.text=More information |
| |
| logcat.device.combo.accessible.name=Devices |
| logcat.device.combo.no.connected.devices=No connected devices |
| logcat.device.combo.version=\ Android {0}, API {1} |
| logcat.device.combo.offline=\ [OFFLINE] |
| logcat.device.combo.file.chooser.title=Select a Logcat File |
| logcat.device.combo.error.title=Logcat Selection Error |
| logcat.device.combo.error.message={0}\n\nRemove from list? |
| logcat.device.combo.error.load.file=Failed to load Logcat from file "{0}" |
| logcat.device.combo.delete.tooltip=<html>Delete item\\ \\ \\ \\ \\ <span style="color:#{0}">Delete</span></html> |
| |
| logcat.help.tooltip=Help |
| |
| logcat.toggle.filter.add=Add "{0}" to Filter |
| logcat.toggle.filter.remove=Remove "{0}" from Filter |
| |
| logcat.open.embedded.data.text=Create a Scratch File from {0} |
| |
| logcat.clear.skipped=WARNING: Logcat was not cleared on the device itself because of a bug in Android 8.0 (Oreo). |
| logcat.clear.timeout=WARNING: Logcat was not cleared on the device itself because 'logcat -c' timed out. |
| |
| logcat.copy.message.action.text=Copy Message Text |
| logcat.copy.messages.action.text=Copy Messages Text |
| |
| logcat.ignore.tag=Ignore Tag "{0}" |
| logcat.ignore.app=Ignore App "{0}" |
| |
| logcat.terminate.app.kill=Kill process |
| logcat.terminate.app.force.stop=Force stop application |
| logcat.terminate.app.crash=Crash application |
| |
| logcat.proguard.mapping.action.name=Load Proguard Mappings... |
| logcat.proguard.mapping.action.chooser.title=Select a Proguard Mapping File |
| logcat.proguard.mapping.error=Failed to add mapping file |
| logcat.proguard.link.text=(Show original) |
| logcat.proguard.original.trace.dialog.title=Original Stack Trace |
| logcat.proguard.original.trace.dialog.header=Original stack trace: |