"errorUnableToOpenFile": "Unable to open the file",
"errorUnsupportedVersion": "Sorry, this Nextcloud {name} version is not supported.",
"errorUnsupportedVersion": "Sorry, the version of the following apps on your Nextcloud instance are not supported. \n {unsupported} \n Please contact your administrator to resolve the issues.",
///**'Sorry, this Nextcloud {name} version is not supported.'**
StringerrorUnsupportedVersion(Stringname);
///**'Sorry, the version of the following apps on your Nextcloud instance are not supported. \n {unsupported} \n Please contact your administrator to resolve the issues.'**
@ -79,8 +79,8 @@ class AppLocalizationsEn extends AppLocalizations {
StringgeterrorUnableToOpenFile=>'Unable to open the file';
@override
StringerrorUnsupportedVersion(Stringname){
return'Sorry, this Nextcloud $name version is not supported.';
StringerrorUnsupportedVersion(Stringunsupported){
return'Sorry, the version of the following apps on your Nextcloud instance are not supported. \n$unsupported\n Please contact your administrator to resolve the issues.';