diff options
Diffstat (limited to 'core/l10n/en_GB.js')
-rw-r--r-- | core/l10n/en_GB.js | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index 8729c33220e..b5a4130e46b 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -106,6 +106,25 @@ OC.L10N.register( "Pick start date" : "Pick start date", "Pick end date" : "Pick end date", "Search in date range" : "Search in date range", + "Unified search" : "Unified search", + "Search apps, files, tags, messages" : "Search apps, files, tags, messages", + "Places" : "Places", + "Date" : "Date", + "Today" : "Today", + "Last 7 days" : "Last 7 days", + "Last 30 days" : "Last 30 days", + "This year" : "This year", + "Last year" : "Last year", + "Search people" : "Search people", + "People" : "People", + "Filter in current view" : "Filter in current view", + "Results" : "Results", + "Load more results" : "Load more results", + "Search in" : "Search in", + "Searching …" : "Searching …", + "Start typing to search" : "Start typing to search", + "No matching results" : "No matching results", + "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}", "Log in" : "Log in", "Logging in …" : "Logging in …", "Server side authentication failed!" : "Server side authentication failed!", @@ -163,9 +182,7 @@ OC.L10N.register( "Looking for {term} …" : "Looking for {term} …", "Search starts once you start typing and results may be reached with the arrow keys" : "Search starts once you start typing and results may be reached with the arrow keys", "Search for {name} only" : "Search for {name} only", - "Start typing to search" : "Start typing to search", "Loading more results …" : "Loading more results …", - "Load more results" : "Load more results", "Search" : "Search", "No results for {query}" : "No results for {query}", "Press Enter to start searching" : "Press Enter to start searching", @@ -181,23 +198,6 @@ OC.L10N.register( "You have not added any info yet" : "You have not added any info yet", "{user} has not added any info yet" : "{user} has not added any info yet", "Error opening the user status modal, try hard refreshing the page" : "Error opening the user status modal, try hard refreshing the page", - "Unified search" : "Unified search", - "Search apps, files, tags, messages" : "Search apps, files, tags, messages", - "Search {types} …" : "Search {types} …", - "Places" : "Places", - "Date" : "Date", - "Today" : "Today", - "Last 7 days" : "Last 7 days", - "Last 30 days" : "Last 30 days", - "This year" : "This year", - "Last year" : "Last year", - "Search people" : "Search people", - "People" : "People", - "Filter in current view" : "Filter in current view", - "Search in" : "Search in", - "Searching …" : "Searching …", - "No matching results" : "No matching results", - "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "This browser is not supported", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Your browser is not supported. Please upgrade to a newer version or a supported one.", "Continue with this unsupported browser" : "Continue with this unsupported browser", @@ -205,6 +205,7 @@ OC.L10N.register( "{name} version {version} and above" : "{name} version {version} and above", "Settings menu" : "Settings menu", "Avatar of {displayName}" : "Avatar of {displayName}", + "Search {types} …" : "Search {types} …", "Choose {file}" : "Choose {file}", "Choose" : "Choose", "Copy to {target}" : "Copy to {target}", |