i18n(en): add translations for background fit options
This commit is contained in:
parent
913b219118
commit
7d578e90d2
2 changed files with 6 additions and 2 deletions
|
|
@ -44,7 +44,7 @@ impl Default for Page {
|
|||
fn default() -> Self {
|
||||
Page {
|
||||
config: wallpaper::Config::default(),
|
||||
fit_options: vec!["Fit to Screen".into(), "Stretch".into(), "Zoom".into()],
|
||||
fit_options: vec![fl!("fit-to-screen"), fl!("stretch"), fl!("zoom")],
|
||||
outputs: HashMap::new(),
|
||||
same_background: true,
|
||||
selected_fit: 0,
|
||||
|
|
|
|||
|
|
@ -54,6 +54,7 @@ panel-behavior-and-position = Behavior and Positions
|
|||
.autohide = Automatically hide panel
|
||||
.position = Position on screen
|
||||
.display = Show on display
|
||||
|
||||
panel-top = Top
|
||||
panel-bottom = Bottom
|
||||
panel-left = Left
|
||||
|
|
@ -70,7 +71,7 @@ panel-style = Style
|
|||
.appearance = Appearance
|
||||
.size = Size
|
||||
.background-opacity = Background opacity
|
||||
|
||||
|
||||
small = Small
|
||||
large = Large
|
||||
|
||||
|
|
@ -94,6 +95,9 @@ wallpaper = Wallpaper
|
|||
.slide = Slideshow
|
||||
.change = Change image every
|
||||
|
||||
fit-to-screen = Fit to Screen
|
||||
stretch = Stretch
|
||||
zoom = Zoom
|
||||
|
||||
## Desktop: Workspaces
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue