diff options
Diffstat (limited to 'core/l10n/en_GB.js')
-rw-r--r-- | core/l10n/en_GB.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index 19f9c13a329..3a75f3e2f53 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -85,9 +85,6 @@ OC.L10N.register( "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>.", "Continue to Nextcloud" : "Continue to Nextcloud", "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["The update was successful. Redirecting you to Nextcloud in %n second.","The update was successful. Redirecting you to Nextcloud in %n seconds."], - "Searching other places" : "Searching other places", - "No search results in other folders for {tag}{filter}{endtag}" : "No search results in other folders for {tag}{filter}{endtag}", - "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} search result in another folder","{count} search results in other folders"], "Log in" : "Log in", "Logging in …" : "Logging in …", "Server side authentication failed!" : "Server side authentication failed!", @@ -311,6 +308,9 @@ OC.L10N.register( "Name..." : "Name...", "Error removing share" : "Error removing share", "({scope})" : "({scope})", + "Searching other places" : "Searching other places", + "No search results in other folders for {tag}{filter}{endtag}" : "No search results in other folders for {tag}{filter}{endtag}", + "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} search result in another folder","{count} search results in other folders"], "Saving..." : "Saving...", "Search" : "Search", "Reset search" : "Reset search", |