Skip to content

Commit

Permalink
#4801 text changes for "Prevent gestures"
Browse files Browse the repository at this point in the history
  • Loading branch information
hosy committed Oct 19, 2021
1 parent b073acc commit 37e0c9c
Show file tree
Hide file tree
Showing 18 changed files with 6 additions and 6 deletions.
Binary file modified ownCloud/Resources/ar.lproj/Localizable.strings
Binary file not shown.
2 changes: 1 addition & 1 deletion ownCloud/Resources/cs.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
"Advanced settings" = "Pokročilá nastavení";
"Show hidden files and folders" = "Show hidden files and folders";
"Show folders at the top" = "Show folders at the top";
"Prevent gestures" = "Prevent gestures";
"Disable gestures" = "Disable gestures";
"Prevent dragging of files and folders and multiselection using system defined gestures" = "Prevent dragging of files and folders and multiselection using system defined gestures";

/* Advanced settings */
Expand Down
Binary file modified ownCloud/Resources/de.lproj/Localizable.strings
Binary file not shown.
2 changes: 1 addition & 1 deletion ownCloud/Resources/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
"Advanced settings" = "Advanced settings";
"Show hidden files and folders" = "Show hidden files and folders";
"Show folders on top" = "Show folders on top";
"Prevent gestures" = "Prevent gestures";
"Disable gestures" = "Disable gestures";
"Prevent dragging of files and folders and multiselection using system defined gestures" = "Prevent dragging of files and folders and multiselection using system defined gestures";

/* Advanced settings */
Expand Down
Binary file modified ownCloud/Resources/es.lproj/Localizable.strings
Binary file not shown.
Binary file modified ownCloud/Resources/eu.lproj/Localizable.strings
Binary file not shown.
Binary file modified ownCloud/Resources/fr.lproj/Localizable.strings
Binary file not shown.
Binary file modified ownCloud/Resources/ko.lproj/Localizable.strings
Binary file not shown.
Binary file modified ownCloud/Resources/mk.lproj/Localizable.strings
Binary file not shown.
2 changes: 1 addition & 1 deletion ownCloud/Resources/nb-NO.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
"Advanced settings" = "Avanserte innstillinger";
"Show hidden files and folders" = "Show hidden files and folders";
"Show folders at the top" = "Show folders at the top";
"Prevent gestures" = "Prevent gestures";
"Disable gestures" = "Disable gestures";
"Prevent dragging of files and folders and multiselection using system defined gestures" = "Prevent dragging of files and folders and multiselection using system defined gestures";

/* Advanced settings */
Expand Down
2 changes: 1 addition & 1 deletion ownCloud/Resources/nn-NO.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
"Advanced settings" = "Advanced settings";
"Show hidden files and folders" = "Show hidden files and folders";
"Show folders at the top" = "Show folders at the top";
"Prevent gestures" = "Prevent gestures";
"Disable gestures" = "Disable gestures";
"Prevent dragging of files and folders and multiselection using system defined gestures" = "Prevent dragging of files and folders and multiselection using system defined gestures";

/* Advanced settings */
Expand Down
Binary file modified ownCloud/Resources/pt-BR.lproj/Localizable.strings
Binary file not shown.
2 changes: 1 addition & 1 deletion ownCloud/Resources/pt-PT.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
"Advanced settings" = "Configurações avançadas";
"Show hidden files and folders" = "Show hidden files and folders";
"Show folders at the top" = "Show folders at the top";
"Prevent gestures" = "Prevent gestures";
"Disable gestures" = "Disable gestures";
"Prevent dragging of files and folders and multiselection using system defined gestures" = "Prevent dragging of files and folders and multiselection using system defined gestures";

/* Advanced settings */
Expand Down
Binary file modified ownCloud/Resources/ru.lproj/Localizable.strings
Binary file not shown.
Binary file modified ownCloud/Resources/sq.lproj/Localizable.strings
Binary file not shown.
Binary file modified ownCloud/Resources/th-TH.lproj/Localizable.strings
Binary file not shown.
Binary file modified ownCloud/Resources/zh-Hans.lproj/Localizable.strings
Binary file not shown.
2 changes: 1 addition & 1 deletion ownCloud/Settings/DisplaySettingsSection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class DisplaySettingsSection: SettingsSection {
if let disableDragging = row.value as? Bool {
DisplaySettings.shared.preventDraggingFiles = disableDragging
}
}, title: "Prevent gestures".localized, subtitle: "Prevent dragging of files and folders and multiselection using system defined gestures".localized, value: DisplaySettings.shared.preventDraggingFiles, identifier: "prevent-dragging-files-switch"))
}, title: "Disable gestures".localized, subtitle: "Prevent dragging of files and folders and multiselection using system defined gestures".localized, value: DisplaySettings.shared.preventDraggingFiles, identifier: "prevent-dragging-files-switch"))

self.add(row: StaticTableViewRow(switchWithAction: { (row, _) in
if let diagnosticsEnabled = row.value as? Bool {
Expand Down

0 comments on commit 37e0c9c

Please sign in to comment.