panels: Fix truncated panel names for larger fonts
Note that this fix will not automatically fix translations, which will need to add soft-hyphens (U+00AD) to their translations themselves, and will not fix larger fonts for which the split up syllables end up being bigger than the maximum text width. It's the best we can do without redesigning the Settings shell, which is already something planned. https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
This commit is contained in:
parent
9a43229ec2
commit
b3be07609a
19 changed files with 93 additions and 17 deletions
|
@ -1,5 +1,9 @@
|
|||
[Desktop Entry]
|
||||
_Name=Background
|
||||
# Translators: Add soft hyphens to your translations so that the
|
||||
# icon view won't clip your translations. See
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
|
||||
# for details
|
||||
_Name=Background
|
||||
_Comment=Change your background image to a wallpaper or photo
|
||||
Exec=gnome-control-center background
|
||||
Icon=preferences-desktop-wallpaper
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
[Desktop Entry]
|
||||
_Name=Bluetooth
|
||||
# Translators: Add soft hyphens to your translations so that the
|
||||
# icon view won't clip your translations. See
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
|
||||
# for details
|
||||
_Name=Bluetooth
|
||||
_Comment=Turn Bluetooth on and off and connect your devices
|
||||
Icon=bluetooth
|
||||
Exec=gnome-control-center bluetooth
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
[Desktop Entry]
|
||||
_Name=Color
|
||||
# Translators: Add soft hyphens to your translations so that the
|
||||
# icon view won't clip your translations. See
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
|
||||
# for details
|
||||
_Name=Color
|
||||
_Comment=Calibrate the color of your devices, such as displays, cameras or printers
|
||||
Exec=gnome-control-center color
|
||||
Icon=preferences-color
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
[Desktop Entry]
|
||||
# Translators: Add soft hyphens to your translations so that the
|
||||
# icon view won't clip your translations. See
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
|
||||
# for details
|
||||
_Name=Date & Time
|
||||
_Comment=Change the date and time, including time zone
|
||||
Exec=gnome-control-center datetime
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
[Desktop Entry]
|
||||
_Name=Displays
|
||||
# Translators: Add soft hyphens to your translations so that the
|
||||
# icon view won't clip your translations. See
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
|
||||
# for details
|
||||
_Name=Displays
|
||||
_Comment=Choose how to use connected monitors and projectors
|
||||
Exec=gnome-control-center display
|
||||
Icon=preferences-desktop-display
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
[Desktop Entry]
|
||||
_Name=Details
|
||||
# Translators: Add soft hyphens to your translations so that the
|
||||
# icon view won't clip your translations. See
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
|
||||
# for details
|
||||
_Name=Details
|
||||
_Comment=View information about your system
|
||||
Exec=gnome-control-center info
|
||||
Icon=applications-system
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
[Desktop Entry]
|
||||
_Name=Keyboard
|
||||
# Translators: Add soft hyphens to your translations so that the
|
||||
# icon view won't clip your translations. See
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
|
||||
# for details
|
||||
_Name=Keyboard
|
||||
_Comment=View and change keyboard shortcuts and set your typing preferences
|
||||
Exec=gnome-control-center keyboard
|
||||
Icon=input-keyboard
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
[Desktop Entry]
|
||||
_Name=Mouse & Touchpad
|
||||
# Translators: Add soft hyphens to your translations so that the
|
||||
# icon view won't clip your translations. See
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
|
||||
# for details
|
||||
_Name=Mouse & Touchpad
|
||||
_Comment=Change your mouse or touchpad sensitivity and select right or left-handed
|
||||
Exec=gnome-control-center mouse
|
||||
Icon=input-mouse
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
[Desktop Entry]
|
||||
_Name=Network
|
||||
# Translators: Add soft hyphens to your translations so that the
|
||||
# icon view won't clip your translations. See
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
|
||||
# for details
|
||||
_Name=Network
|
||||
_Comment=Control how you connect to the Internet
|
||||
Exec=gnome-control-center network
|
||||
Icon=network-workgroup
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
[Desktop Entry]
|
||||
_Name=Notifications
|
||||
# Translators: Add soft hyphens to your translations so that the
|
||||
# icon view won't clip your translations. See
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
|
||||
# for details
|
||||
_Name=Notifications
|
||||
_Comment=Control which notifications are displayed and what they show
|
||||
Exec=gnome-control-center notifications
|
||||
Icon=preferences-system-notifications
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
[Desktop Entry]
|
||||
_Name=Online Accounts
|
||||
# Translators: Add soft hyphens to your translations so that the
|
||||
# icon view won't clip your translations. See
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
|
||||
# for details
|
||||
_Name=Online Accounts
|
||||
_Comment=Connect to your online accounts and decide what to use them for
|
||||
Exec=gnome-control-center online-accounts
|
||||
Icon=goa-panel
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
[Desktop Entry]
|
||||
_Name=Power
|
||||
# Translators: Add soft hyphens to your translations so that the
|
||||
# icon view won't clip your translations. See
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
|
||||
# for details
|
||||
_Name=Power
|
||||
_Comment=View your battery status and change power saving settings
|
||||
Exec=gnome-control-center power
|
||||
Icon=gnome-power-manager
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
[Desktop Entry]
|
||||
_Name=Printers
|
||||
# Translators: Add soft hyphens to your translations so that the
|
||||
# icon view won't clip your translations. See
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
|
||||
# for details
|
||||
_Name=Printers
|
||||
_Comment=Add printers, view printer jobs and decide how you want to print
|
||||
Exec=gnome-control-center printers
|
||||
Icon=printer
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
[Desktop Entry]
|
||||
_Name=Privacy
|
||||
# Translators: Add soft hyphens to your translations so that the
|
||||
# icon view won't clip your translations. See
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
|
||||
# for details
|
||||
_Name=Privacy
|
||||
_Comment=Protect your personal information and control what others might see
|
||||
Exec=gnome-control-center privacy
|
||||
# FIXME
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
[Desktop Entry]
|
||||
_Name=Region & Language
|
||||
# Translators: Add soft hyphens to your translations so that the
|
||||
# icon view won't clip your translations. See
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
|
||||
# for details
|
||||
_Name=Region & Language
|
||||
_Comment=Select your display language, formats, keyboard layouts and input sources
|
||||
Exec=gnome-control-center region
|
||||
Icon=preferences-desktop-locale
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
[Desktop Entry]
|
||||
# Translators: Add soft hyphens to your translations so that the
|
||||
# icon view won't clip your translations. See
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
|
||||
# for details
|
||||
_Name=Search
|
||||
_Comment=Control which applications show search results in the Activities Overview
|
||||
Exec=gnome-control-center search
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
[Desktop Entry]
|
||||
_Name=Sharing
|
||||
# Translators: Add soft hyphens to your translations so that the
|
||||
# icon view won't clip your translations. See
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
|
||||
# for details
|
||||
_Name=Sharing
|
||||
_Comment=Control what you want to share with others
|
||||
Exec=gnome-control-center sharing
|
||||
Icon=preferences-system-sharing
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
[Desktop Entry]
|
||||
_Name=Universal Access
|
||||
# Translators: Add soft hyphens to your translations so that the
|
||||
# icon view won't clip your translations. See
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
|
||||
# for details
|
||||
_Name=Universal Access
|
||||
_Comment=Make it easier to see, hear, type, point and click
|
||||
Exec=gnome-control-center universal-access
|
||||
Icon=preferences-desktop-accessibility
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
[Desktop Entry]
|
||||
_Name=Wacom Tablet
|
||||
# Translators: Add soft hyphens to your translations so that the
|
||||
# icon view won't clip your translations. See
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=647087#c13
|
||||
# for details
|
||||
_Name=Wacom Tablet
|
||||
_Comment=Set button mappings and adjust stylus sensitivity for graphics tablets
|
||||
Exec=gnome-control-center wacom
|
||||
Icon=input-tablet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue