Adapted bookmarks list to tablet mode
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/// Locales: 2
|
||||
/// Strings: 350 (175 per locale)
|
||||
///
|
||||
/// Built on 2024-02-28 at 16:44 UTC
|
||||
/// Built on 2024-02-28 at 18:58 UTC
|
||||
|
||||
// coverage:ignore-file
|
||||
// ignore_for_file: type=lint
|
||||
@@ -481,7 +481,7 @@ class _StringsSettingsGeneralSettingsEn {
|
||||
String get disconnectFromServer => 'Disconnect from server';
|
||||
late final _StringsSettingsGeneralSettingsDisconnectModalEn disconnectModal = _StringsSettingsGeneralSettingsDisconnectModalEn._(_root);
|
||||
String get useInAppBrowser => 'Use in app browser';
|
||||
String get useInAppBrowserDescription => 'Opens the bookmarks with the integrated browser instead of with the system browser.';
|
||||
String get useInAppBrowserDescription => 'Opens the bookmarks with the integrated browser instead of with the system browser. On tablet mode the internal browser will always be used.';
|
||||
}
|
||||
|
||||
// Path: settings.generalSettings.disconnectModal
|
||||
@@ -852,7 +852,7 @@ class _StringsSettingsGeneralSettingsEs implements _StringsSettingsGeneralSettin
|
||||
@override String get disconnectFromServer => 'Desconectar del servidor';
|
||||
@override late final _StringsSettingsGeneralSettingsDisconnectModalEs disconnectModal = _StringsSettingsGeneralSettingsDisconnectModalEs._(_root);
|
||||
@override String get useInAppBrowser => 'Usar navegador de la aplicación';
|
||||
@override String get useInAppBrowserDescription => 'Abre los marcadores con el navegador integrado en vez de con el navegador del sietema.';
|
||||
@override String get useInAppBrowserDescription => 'Abre los marcadores con el navegador integrado en vez de con el navegador del sietema. En modo tablet siempre se usará el navegador integrado.';
|
||||
}
|
||||
|
||||
// Path: settings.generalSettings.disconnectModal
|
||||
@@ -1028,7 +1028,7 @@ extension on Translations {
|
||||
case 'settings.generalSettings.disconnectModal.title': return 'Disconnect';
|
||||
case 'settings.generalSettings.disconnectModal.description': return 'Are you sure you want to disconnect from the server?\nYou will be redirected to the initial setup.';
|
||||
case 'settings.generalSettings.useInAppBrowser': return 'Use in app browser';
|
||||
case 'settings.generalSettings.useInAppBrowserDescription': return 'Opens the bookmarks with the integrated browser instead of with the system browser.';
|
||||
case 'settings.generalSettings.useInAppBrowserDescription': return 'Opens the bookmarks with the integrated browser instead of with the system browser. On tablet mode the internal browser will always be used.';
|
||||
case 'webview.goBack': return 'Go back';
|
||||
case 'webview.goForward': return 'Go forward';
|
||||
case 'webview.reload': return 'Reload';
|
||||
@@ -1211,7 +1211,7 @@ extension on _StringsEs {
|
||||
case 'settings.generalSettings.disconnectModal.title': return 'Desconectar';
|
||||
case 'settings.generalSettings.disconnectModal.description': return '¿Estás seguro que deseas desconectarte del servidor?\nSerás redirigido a la configuración inicial.';
|
||||
case 'settings.generalSettings.useInAppBrowser': return 'Usar navegador de la aplicación';
|
||||
case 'settings.generalSettings.useInAppBrowserDescription': return 'Abre los marcadores con el navegador integrado en vez de con el navegador del sietema.';
|
||||
case 'settings.generalSettings.useInAppBrowserDescription': return 'Abre los marcadores con el navegador integrado en vez de con el navegador del sietema. En modo tablet siempre se usará el navegador integrado.';
|
||||
case 'webview.goBack': return 'Ir atrás';
|
||||
case 'webview.goForward': return 'Ir adelante';
|
||||
case 'webview.reload': return 'Recargar';
|
||||
|
||||
@@ -183,7 +183,7 @@
|
||||
"description": "Are you sure you want to disconnect from the server?\nYou will be redirected to the initial setup."
|
||||
},
|
||||
"useInAppBrowser": "Use in app browser",
|
||||
"useInAppBrowserDescription": "Opens the bookmarks with the integrated browser instead of with the system browser."
|
||||
"useInAppBrowserDescription": "Opens the bookmarks with the integrated browser instead of with the system browser. On tablet mode the internal browser will always be used."
|
||||
}
|
||||
},
|
||||
"webview": {
|
||||
|
||||
@@ -183,7 +183,7 @@
|
||||
"description": "¿Estás seguro que deseas desconectarte del servidor?\nSerás redirigido a la configuración inicial."
|
||||
},
|
||||
"useInAppBrowser": "Usar navegador de la aplicación",
|
||||
"useInAppBrowserDescription": "Abre los marcadores con el navegador integrado en vez de con el navegador del sietema."
|
||||
"useInAppBrowserDescription": "Abre los marcadores con el navegador integrado en vez de con el navegador del sietema. En modo tablet siempre se usará el navegador integrado."
|
||||
}
|
||||
},
|
||||
"webview": {
|
||||
|
||||
Reference in New Issue
Block a user