Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Commit

Permalink
change locale bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
jamorin committed Oct 26, 2015
1 parent e58a8ee commit 580c737
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions Contents/DefaultPrefs.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"id": "auth",
"label": "Authentication",
"type": "enum",
"values": ["basic", "digest"],
"default": "basic"
"values": ["None", "Basic", "Digest"],
"default": "None"
},
{
"id": "season_folder",
Expand All @@ -58,7 +58,7 @@
},
{
"id": "delete_files",
"label": "Delete all files from disk (when removing series)",
"label": "Delete files permanently from disk when removing episodes",
"type": "bool",
"default": "false"
}
Expand Down
36 changes: 18 additions & 18 deletions Contents/Strings/en.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,33 @@
{
"series": "Series",
"seriesInfo": "View all series or add to your collection",
"addSeries": "Add series to collection",
"addSeriesInfo": "Using Default Profile but NOT monitored. Change this in Series section.",
"seriesSearch": "Search for Series",
"seasonSearch": "Search for Season",
"search": "Search Triggered",
"seriesInfo": "View my collection or search for a new series",
"addSeries": "Add series",
"addSeriesSummary": "Search and add a series to my collection",
"addSeriesInfo": "Series will appear in collection shortly",
"seriesSearch": "Automatic Search (Series)",
"seasonSearch": "Automatic Search (Season)",
"searchResponse": "Sonarr will search that for you. Check back later for progress.",
"search": "Search",
"season": "Season %s",
"deleteSeries": "Delete Series",
"deleteSeason": "Delete Season",
"episodeSearch": "Episode Search",
"deleteSeries": "Delete (Series)",
"deleteSeason": "Delete (Season)",
"episodeSearch": "Automatic Search (Episode)",
"listEpisodes": "List episodes",
"episodeSearchInfo": "Automatic search for this episode",
"calendar": "Calendar",
"calendarInfo": "This week's upcoming episodes",
"queue": "Queue",
"queueInfo": "This week's upcoming episodes",
"queueInfo": "View active downloads",
"history": "History",
"historyInfo": "Recently downloaded episodes",
"imported": "Imported",
"failed": "Failed",
"grabbed": "Grabbed",
"deleted": "Deleted",
"confirmDelete": "Confirm Deletion",
"fileWarn": "Warning: All files will be deleted from disk!",
"fileWarn": "Warning: File(s) will be deleted from disk!",
"missing": "Missing",
"missingInfo": "List missing episodes",
"missingInfo": "List wanted or missing episodes",
"settings": "Settings",
"settingsInfo": "Plugin settings",
"success": "Success",
Expand All @@ -40,18 +42,16 @@
"unknown": "Unknown",
"empty": "Empty",
"quality": "Quality",
"listSeasons": "List seasons",
"listSeasons": "List Seasons",
"toggleMonitor": "Toggle Monitoring",
"changeQuality": "Change Quality",
"current": " (Current)",
"cutOff": "Cutoff",
"saved": "Changes saved",
"downloaded": "Downloaded: %s - %s",
"today": "Today at ",
"tomorrow": "Tomorrow at ",
"yesterday": "Yesterday",
"daysago": " days ago",
"minutesago": " minutes ago",
"hourago": "1 hour ago",
"hoursago": " hours ago"
"daysago": " day(s) ago",
"minutesago": " minute(s) ago",
"hoursago": " hour(s) ago"
}

0 comments on commit 580c737

Please sign in to comment.