├── .github └── FUNDING.yml ├── .gitignore ├── .tx └── config ├── COPYING ├── README.md ├── data ├── marco-glx.1 ├── marco-glx.desktop ├── marco-no-composite.1 ├── marco-no-composite.desktop ├── marco-xr_glx_hybrid.1 ├── marco-xr_glx_hybrid.desktop ├── marco-xrender.1 ├── marco-xrender.desktop ├── mate-tweak.1 ├── mate-tweak.desktop ├── mate-tweak.ui └── org.mate.mate-tweak.policy ├── marco-compton ├── marco-glx ├── marco-no-composite ├── marco-picom ├── marco-wrapper ├── marco-xr_glx_hybrid ├── marco-xrender ├── mate-tweak ├── po ├── POTFILES.in ├── af.po ├── am.po ├── an.po ├── ar.po ├── ar_SA.po ├── as.po ├── ast.po ├── az.po ├── be.po ├── bg.po ├── bn.po ├── bn_IN.po ├── br.po ├── bs.po ├── ca.po ├── ca@valencia.po ├── cmn.po ├── crh.po ├── cs.po ├── csb.po ├── cv.po ├── cy.po ├── da.po ├── de.po ├── de_CH.po ├── dz.po ├── el.po ├── en.po ├── en_AU.po ├── en_BR.po ├── en_CA.po ├── en_DE.po ├── en_GB.po ├── en_US.po ├── eo.po ├── es.po ├── es_419.po ├── es_AR.po ├── es_CL.po ├── es_CO.po ├── es_CR.po ├── es_DO.po ├── es_EC.po ├── es_ES.po ├── es_MX.po ├── es_NI.po ├── es_PA.po ├── es_PE.po ├── es_PR.po ├── es_SV.po ├── es_US.po ├── es_UY.po ├── es_VE.po ├── et.po ├── eu.po ├── fa.po ├── fi.po ├── fil.po ├── fo.po ├── fr.po ├── fr_CA.po ├── fr_FR.po ├── frp.po ├── fur.po ├── fy.po ├── ga.po ├── gd.po ├── gl.po ├── gu.po ├── gug_PY.po ├── gv.po ├── ha.po ├── he.po ├── hi.po ├── hr.po ├── hu.po ├── hy.po ├── ia.po ├── id.po ├── ie.po ├── ig.po ├── is.po ├── it.po ├── ja.po ├── jv.po ├── ka.po ├── kab.po ├── kk.po ├── km.po ├── kn.po ├── ko.po ├── ks.po ├── ku.po ├── ku_IQ.po ├── ky.po ├── la.po ├── lb.po ├── lfn.po ├── li.po ├── lo.po ├── lt.po ├── lt_LT.po ├── lv.po ├── mai.po ├── mate-tweak.pot ├── mg.po ├── mi.po ├── mk.po ├── ml.po ├── mn.po ├── mr.po ├── ms.po ├── my.po ├── nah.po ├── nb.po ├── nds.po ├── ne.po ├── nl.po ├── nn.po ├── nqo.po ├── nso.po ├── oc.po ├── om.po ├── or.po ├── pa.po ├── pl.po ├── pl_PL.po ├── pms.po ├── ps.po ├── pt.po ├── pt_BR.po ├── ro.po ├── ru.po ├── ru_RU.po ├── rw.po ├── sc.po ├── sco.po ├── shn.po ├── si.po ├── sk.po ├── sl.po ├── so.po ├── sq.po ├── sr.po ├── sr@latin.po ├── sv.po ├── sw.po ├── ta.po ├── te.po ├── tg.po ├── th.po ├── tk.po ├── tl.po ├── tpi.po ├── tr.po ├── ts.po ├── tt.po ├── tzm.po ├── ug.po ├── uk.po ├── uk_UA.po ├── ur.po ├── ur_PK.po ├── uz.po ├── uz@Latn.po ├── vi.po ├── wa.po ├── xh.po ├── yi.po ├── yo.po ├── zh-Hans.po ├── zh_CN.po ├── zh_HK.po ├── zh_TW.po └── zu.po ├── setup.py └── util └── mate-tweak-helper /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] 4 | patreon: ubuntu_mate 5 | open_collective: # Replace with a single Open Collective username 6 | ko_fi: ubuntumate 7 | tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel 8 | community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry 9 | custom: https://ubuntu-mate.org/donate/ 10 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .bzr 2 | .bzrignore 3 | build 4 | dist 5 | *.egg-info 6 | -------------------------------------------------------------------------------- /.tx/config: -------------------------------------------------------------------------------- 1 | [main] 2 | host = https://www.transifex.com 3 | 4 | [MATE.mate-tweak] 5 | file_filter = po/.po 6 | source_file = po/mate-tweak.pot 7 | source_lang = en 8 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | This is MATE Tweak, a fork of [mintDesktop](https://github.com/linuxmint/mintdesktop). 2 | 3 | * MATE Tweak removes the Mint specific configuration options. 4 | * MATE Tweak adds User Interfacing switching. 5 | * MATE Tweak adds live Compiz switching. 6 | 7 | MATE Tweak needs translators! 8 | 9 | * https://www.transifex.com/projects/p/MATE/resource/mate-tweak/ 10 | -------------------------------------------------------------------------------- /data/marco-glx.1: -------------------------------------------------------------------------------- 1 | .TH marco-glx 1 "" "" 2 | .SH NAME 3 | marco-glx \- Marco window manager wrapper 4 | .SH SYNOPSIS 5 | .B marco-glx 6 | .SH DESCRIPTION 7 | A wrapper for the Marco window manager that invokes picom to enable 8 | GLX compositing. 9 | -------------------------------------------------------------------------------- /data/marco-glx.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=Application 3 | Name=Marco (picom: GLX) 4 | Exec=marco-glx 5 | NoDisplay=true 6 | # name of loadable control center module 7 | X-MATE-WMSettingsModule=marco 8 | # name we put on the WM spec check window 9 | X-MATE-WMName=Marco 10 | # back compat only 11 | X-MateWMSettingsLibrary=marco 12 | X-MATE-Bugzilla-Bugzilla=MATE 13 | X-MATE-Bugzilla-Product=marco 14 | X-MATE-Bugzilla-Component=general 15 | X-GNOME-Autostart-Phase=WindowManager 16 | X-MATE-Autostart-Phase=WindowManager 17 | X-GNOME-Provides=windowmanager 18 | X-MATE-Provides=windowmanager 19 | X-GNOME-Autostart-Notify=true 20 | X-MATE-Autostart-Notify=true 21 | -------------------------------------------------------------------------------- /data/marco-no-composite.1: -------------------------------------------------------------------------------- 1 | .TH marco-no-composite 1 "" "" 2 | .SH NAME 3 | marco-no-composite \- Marco window manager wrapper 4 | .SH SYNOPSIS 5 | .B marco-no-composite 6 | .SH DESCRIPTION 7 | A wrapper for the Marco window manager that forcibly disables the 8 | built-in compositor. 9 | -------------------------------------------------------------------------------- /data/marco-no-composite.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=Application 3 | Name=Marco (No Compositor) 4 | Exec=marco --no-composite 5 | NoDisplay=true 6 | # name of loadable control center module 7 | X-MATE-WMSettingsModule=marco 8 | # name we put on the WM spec check window 9 | X-MATE-WMName=Marco 10 | # back compat only 11 | X-MateWMSettingsLibrary=marco 12 | X-MATE-Bugzilla-Bugzilla=MATE 13 | X-MATE-Bugzilla-Product=marco 14 | X-MATE-Bugzilla-Component=general 15 | X-GNOME-Autostart-Phase=WindowManager 16 | X-MATE-Autostart-Phase=WindowManager 17 | X-GNOME-Provides=windowmanager 18 | X-MATE-Provides=windowmanager 19 | X-GNOME-Autostart-Notify=true 20 | X-MATE-Autostart-Notify=true 21 | -------------------------------------------------------------------------------- /data/marco-xr_glx_hybrid.1: -------------------------------------------------------------------------------- 1 | .TH marco-xr_glx_hybrid 1 "" "" 2 | .SH NAME 3 | marco-xr_glx_hybrid \- Marco window manager wrapper 4 | .SH SYNOPSIS 5 | .B marco-xr_glx_hybrid 6 | .SH DESCRIPTION 7 | A wrapper for the Marco window manager that invokes picom to enable 8 | xr_glx_hybrid compositing. 9 | -------------------------------------------------------------------------------- /data/marco-xr_glx_hybrid.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=Application 3 | Name=Marco (picom: Hybrid) 4 | Exec=marco-xr_glx_hybrid 5 | NoDisplay=true 6 | # name of loadable control center module 7 | X-MATE-WMSettingsModule=marco 8 | # name we put on the WM spec check window 9 | X-MATE-WMName=Marco 10 | # back compat only 11 | X-MateWMSettingsLibrary=marco 12 | X-MATE-Bugzilla-Bugzilla=MATE 13 | X-MATE-Bugzilla-Product=marco 14 | X-MATE-Bugzilla-Component=general 15 | X-GNOME-Autostart-Phase=WindowManager 16 | X-MATE-Autostart-Phase=WindowManager 17 | X-GNOME-Provides=windowmanager 18 | X-MATE-Provides=windowmanager 19 | X-GNOME-Autostart-Notify=true 20 | X-MATE-Autostart-Notify=true 21 | -------------------------------------------------------------------------------- /data/marco-xrender.1: -------------------------------------------------------------------------------- 1 | .TH marco-xrender 1 "" "" 2 | .SH NAME 3 | marco-xrender \- Marco window manager wrapper 4 | .SH SYNOPSIS 5 | .B marco-xrender 6 | .SH DESCRIPTION 7 | A wrapper for the Marco window manager that invokes picom to enable 8 | Xrender compositing. 9 | -------------------------------------------------------------------------------- /data/marco-xrender.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=Application 3 | Name=Marco (picom: Xrender) 4 | Exec=marco-xrender 5 | NoDisplay=true 6 | # name of loadable control center module 7 | X-MATE-WMSettingsModule=marco 8 | # name we put on the WM spec check window 9 | X-MATE-WMName=Marco 10 | # back compat only 11 | X-MateWMSettingsLibrary=marco 12 | X-MATE-Bugzilla-Bugzilla=MATE 13 | X-MATE-Bugzilla-Product=marco 14 | X-MATE-Bugzilla-Component=general 15 | X-GNOME-Autostart-Phase=WindowManager 16 | X-MATE-Autostart-Phase=WindowManager 17 | X-GNOME-Provides=windowmanager 18 | X-MATE-Provides=windowmanager 19 | X-GNOME-Autostart-Notify=true 20 | X-MATE-Autostart-Notify=true 21 | -------------------------------------------------------------------------------- /data/mate-tweak.1: -------------------------------------------------------------------------------- 1 | .TH mate-tweak 1 "" "" 2 | .SH NAME 3 | mate-tweak \- Configuration tweaker for MATE Desktop 4 | .SH SYNOPSIS 5 | .B mate-tweak 6 | .SH DESCRIPTION 7 | Configures some aspects of the MATE desktop not exposed via the 8 | MATE Control Center applets. 9 | -------------------------------------------------------------------------------- /data/mate-tweak.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=MATE Tweak 3 | Exec=mate-tweak 4 | Icon=tweaks-app 5 | Terminal=false 6 | Type=Application 7 | Categories=GTK;Settings;DesktopSettings; 8 | StartupNotify=false 9 | OnlyShowIn=MATE; 10 | Keywords=MATE;desktop;marco;compiz;theming;customize;fine;tune;tweak;adapt; 11 | Comment=Customize desktop, panel, and window manager settings 12 | -------------------------------------------------------------------------------- /data/org.mate.mate-tweak.policy: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | ubuntu-mate 7 | http://hal.freedesktop.org/docs/PolicyKit/ 8 | 9 | MATE Tweak Authentication dialogue 10 | This is a helper to install and remove custom panel 11 | layouts. 12 | mate-panel 13 | 14 | no 15 | no 16 | yes 17 | 18 | /usr/lib/mate-tweak/mate-tweak-helper 19 | 20 | -------------------------------------------------------------------------------- /marco-compton: -------------------------------------------------------------------------------- 1 | marco-wrapper -------------------------------------------------------------------------------- /marco-glx: -------------------------------------------------------------------------------- 1 | marco-wrapper -------------------------------------------------------------------------------- /marco-no-composite: -------------------------------------------------------------------------------- 1 | marco-wrapper -------------------------------------------------------------------------------- /marco-picom: -------------------------------------------------------------------------------- 1 | marco-wrapper -------------------------------------------------------------------------------- /marco-wrapper: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | readonly WM="marco" 4 | if ! command -v "${WM}" &>/dev/null; then 5 | echo "ERROR! Can't find ${WM}." 6 | exit 1 7 | fi 8 | 9 | UNAME="$(id -un)" 10 | killall --user "${UNAME}" "${WM}" 2>/dev/null 11 | 12 | BACKEND=$(echo "${0}" | cut -d'-' -f2-) 13 | echo "${BACKEND}" 14 | 15 | # Handle mutliple personalities. 16 | case ${BACKEND} in 17 | no-composite) 18 | COMP="" 19 | ;; 20 | xrender|glx|xr_glx_hybrid) 21 | COMP="picom" 22 | ;; 23 | *) 24 | COMP="picom" 25 | BACKEND="xrender" 26 | ;; 27 | esac 28 | 29 | VSYNC="--vsync" 30 | # Disable vsync if the NVIDIA compositor is enabled. 31 | if command -v nvidia-settings &>/dev/null; then 32 | if nvidia-settings -q CurrentMetaMode -t | grep ForceCompositionPipeline=On; then 33 | VSYNC="--no-vsync" 34 | fi 35 | fi 36 | 37 | killall --user "${UNAME}" compton 2>/dev/null 38 | killall --user "${UNAME}" picom 2>/dev/null 39 | 40 | if [ -n "${COMP}" ]; then 41 | # Allow users to override the defaults by creating their own config 42 | # for this wrapper. 43 | if [ -f "${HOME}/.config/${WM}-${COMP}.conf" ]; then 44 | ${COMP} \ 45 | --daemon \ 46 | --config "${HOME}/.config/${WM}-${COMP}.conf" 47 | else 48 | ${COMP} \ 49 | --daemon \ 50 | --config /dev/null \ 51 | --backend ${BACKEND} ${VSYNC} \ 52 | --detect-rounded-corners \ 53 | --detect-client-leader \ 54 | --detect-transient \ 55 | --detect-client-opacity \ 56 | --glx-no-stencil \ 57 | --no-use-damage \ 58 | --mark-wmwin-focused \ 59 | --mark-ovredir-focused \ 60 | --shadow \ 61 | --shadow-radius=12 \ 62 | --shadow-opacity=0.125 \ 63 | --shadow-offset-x=-12 \ 64 | --shadow-offset-y=-12 \ 65 | --fading \ 66 | --fade-delta=8 \ 67 | --no-fading-destroyed-argb \ 68 | --xinerama-shadow-crop \ 69 | --use-ewmh-active-win \ 70 | --unredir-if-possible \ 71 | --unredir-if-possible-exclude "class_g = 'Mate-screensaver'" \ 72 | --fade-exclude "window_type *= 'menu'" \ 73 | --shadow-exclude "window_type *= 'dnd'" \ 74 | --shadow-exclude "window_type *= 'dock'" \ 75 | --shadow-exclude "window_type *= 'notification'" \ 76 | --shadow-exclude "class_g = 'albert'" \ 77 | --shadow-exclude "class_g = 'Cairo-clock'" \ 78 | --shadow-exclude "class_g = 'Conky'" \ 79 | --shadow-exclude "class_g ?= 'Firefox' && argb" \ 80 | --shadow-exclude "class_g ?= 'Notify-osd'" \ 81 | --shadow-exclude "class_g = 'Synapse'" \ 82 | --shadow-exclude "class_g = 'Ulauncher'" \ 83 | --shadow-exclude "_GTK_FRAME_EXTENTS@:c" \ 84 | --shadow-exclude "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'" \ 85 | --shadow-exclude "_NET_WM_STATE@:32a *= '_NET_WM_STATE_MAXIMIZED'" 86 | fi 87 | fi 88 | 89 | # Replace window manager and force compositing off. 90 | ${WM} --no-composite --replace & 91 | -------------------------------------------------------------------------------- /marco-xr_glx_hybrid: -------------------------------------------------------------------------------- 1 | marco-wrapper -------------------------------------------------------------------------------- /marco-xrender: -------------------------------------------------------------------------------- 1 | marco-wrapper -------------------------------------------------------------------------------- /po/POTFILES.in: -------------------------------------------------------------------------------- 1 | mate-tweak -------------------------------------------------------------------------------- /po/an.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the PACKAGE package. 4 | # 5 | # Translators: 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: MATE Desktop Environment\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2020-02-13 22:22+0000\n" 11 | "PO-Revision-Date: 2016-05-20 17:25+0000\n" 12 | "Last-Translator: Martin Wimpress \n" 13 | "Language-Team: Aragonese (http://www.transifex.com/mate/MATE/language/an/)\n" 14 | "Language: an\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 19 | 20 | #: ../mate-tweak:1207 21 | msgid "Right" 22 | msgstr "" 23 | 24 | #: ../mate-tweak:1208 25 | msgid "Left" 26 | msgstr "" 27 | 28 | #: ../mate-tweak:1209 29 | msgid "Right (with menu)" 30 | msgstr "" 31 | 32 | #: ../mate-tweak:1210 33 | msgid "Left (with menu)" 34 | msgstr "" 35 | 36 | #: ../mate-tweak:1218 37 | msgid "Marco (No compositor)" 38 | msgstr "" 39 | 40 | #: ../mate-tweak:1220 41 | msgid "Marco (Adaptive compositor)" 42 | msgstr "" 43 | 44 | #: ../mate-tweak:1222 45 | msgid "Marco (Compton GPU compositor)" 46 | msgstr "" 47 | 48 | #: ../mate-tweak:1224 49 | msgid "Compiz (Advanced GPU accelerated desktop effects)" 50 | msgstr "" 51 | 52 | #: ../mate-tweak:1227 53 | msgid "" 54 | "You are currently using an unknown and unsupported window manager. Thus we " 55 | "cannot guarantee that changes made here will be effective." 56 | msgstr "" 57 | 58 | #: ../mate-tweak:1529 59 | msgid "Desktop" 60 | msgstr "" 61 | 62 | #: ../mate-tweak:1530 63 | msgid "Interface" 64 | msgstr "" 65 | 66 | #: ../mate-tweak:1531 67 | msgid "Panel" 68 | msgstr "" 69 | 70 | #: ../mate-tweak:1532 71 | msgid "Windows" 72 | msgstr "" 73 | 74 | #: ../mate-tweak:1581 75 | msgid "MATE Tweak" 76 | msgstr "" 77 | 78 | #: ../mate-tweak:1584 79 | msgid "Desktop icons" 80 | msgstr "" 81 | 82 | #: ../mate-tweak:1585 83 | msgid "Performance" 84 | msgstr "" 85 | 86 | #: ../mate-tweak:1586 87 | msgid "Window Behaviour" 88 | msgstr "" 89 | 90 | #: ../mate-tweak:1587 91 | msgid "Appearance" 92 | msgstr "" 93 | 94 | #: ../mate-tweak:1588 95 | msgid "Panels" 96 | msgstr "" 97 | 98 | #: ../mate-tweak:1589 99 | msgid "Panel Features" 100 | msgstr "" 101 | 102 | #: ../mate-tweak:1590 103 | msgid "Panel Menu Features" 104 | msgstr "" 105 | 106 | #: ../mate-tweak:1591 107 | msgid "Icons" 108 | msgstr "" 109 | 110 | #: ../mate-tweak:1592 111 | msgid "Context menus" 112 | msgstr "" 113 | 114 | #: ../mate-tweak:1593 115 | msgid "Toolbars" 116 | msgstr "" 117 | 118 | #: ../mate-tweak:1594 119 | msgid "Window manager" 120 | msgstr "" 121 | 122 | #: ../mate-tweak:1596 123 | msgid "Select the Desktop Icons you want enabled:" 124 | msgstr "" 125 | 126 | #: ../mate-tweak:1597 127 | msgid "Show Desktop Icons" 128 | msgstr "" 129 | 130 | #: ../mate-tweak:1598 131 | msgid "" 132 | "When disabled the desktop will be unmanaged with no icons or file manager " 133 | "access" 134 | msgstr "" 135 | 136 | #: ../mate-tweak:1599 137 | msgid "Computer" 138 | msgstr "" 139 | 140 | #: ../mate-tweak:1600 141 | msgid "Home" 142 | msgstr "" 143 | 144 | #: ../mate-tweak:1601 145 | msgid "Network" 146 | msgstr "" 147 | 148 | #: ../mate-tweak:1602 149 | msgid "Trash" 150 | msgstr "" 151 | 152 | #: ../mate-tweak:1603 153 | msgid "Mounted Volumes" 154 | msgstr "" 155 | 156 | #: ../mate-tweak:1605 157 | msgid "Enable animations" 158 | msgstr "" 159 | 160 | #: ../mate-tweak:1606 161 | msgid "Whether animations should be displayed by the window manager and panel" 162 | msgstr "" 163 | 164 | #: ../mate-tweak:1607 165 | msgid "Do not show window content when moving windows" 166 | msgstr "" 167 | 168 | #: ../mate-tweak:1608 169 | msgid "Provide less feedback when moving windows by using wireframes" 170 | msgstr "" 171 | 172 | #: ../mate-tweak:1609 173 | msgid "Window manager performance tuning." 174 | msgstr "" 175 | 176 | #: ../mate-tweak:1611 177 | msgid "Enable window snapping" 178 | msgstr "" 179 | 180 | #: ../mate-tweak:1612 181 | msgid "" 182 | "Dropping windows on screen edges maximizes them vertically and resizes them " 183 | "horizontally to cover half the available area" 184 | msgstr "" 185 | 186 | #: ../mate-tweak:1613 187 | msgid "Undecorate maximized windows" 188 | msgstr "" 189 | 190 | #: ../mate-tweak:1614 191 | msgid "Undecorate windows when maximized" 192 | msgstr "" 193 | 194 | #: ../mate-tweak:1615 195 | msgid "Do not auto-maximize new windows" 196 | msgstr "" 197 | 198 | #: ../mate-tweak:1616 199 | msgid "Do not automatically maximize newly opened windows" 200 | msgstr "" 201 | 202 | #: ../mate-tweak:1617 203 | msgid "Window control placement." 204 | msgstr "" 205 | 206 | #: ../mate-tweak:1619 207 | msgid "Save the current panel layout as your own custom version" 208 | msgstr "" 209 | 210 | #: ../mate-tweak:1620 211 | msgid "Delete the currently selected panel layout" 212 | msgstr "" 213 | 214 | #: ../mate-tweak:1621 215 | msgid "Open CCSM" 216 | msgstr "" 217 | 218 | #: ../mate-tweak:1622 219 | msgid "Open the Compiz configuration and settings manager" 220 | msgstr "" 221 | 222 | #: ../mate-tweak:1623 223 | msgid "Reset Compiz" 224 | msgstr "" 225 | 226 | #: ../mate-tweak:1624 227 | msgid "Reset the current Compiz configuration to factory defaults" 228 | msgstr "" 229 | 230 | #: ../mate-tweak:1627 ../mate-tweak:1632 231 | msgid "HiDPI" 232 | msgstr "" 233 | 234 | #: ../mate-tweak:1628 235 | msgid "Select a window scaling factor." 236 | msgstr "" 237 | 238 | #: ../mate-tweak:1630 239 | msgid "Auto-detect" 240 | msgstr "" 241 | 242 | #: ../mate-tweak:1631 243 | msgid "Regular" 244 | msgstr "" 245 | 246 | #: ../mate-tweak:1635 247 | msgid "" 248 | "Double the size of all windows, panels, widgets, fonts, etc. for HiDPI " 249 | "displays." 250 | msgstr "" 251 | 252 | #: ../mate-tweak:1641 253 | msgid "Open Font preferences" 254 | msgstr "" 255 | 256 | #: ../mate-tweak:1642 ../mate-tweak:1644 257 | msgid "Fonts" 258 | msgstr "" 259 | 260 | #: ../mate-tweak:1643 261 | msgid "Open Font preferences and click Details... to fine tune the font DPI." 262 | msgstr "" 263 | 264 | #: ../mate-tweak:1646 265 | msgid "Enable keyboard LED" 266 | msgstr "" 267 | 268 | #: ../mate-tweak:1647 269 | msgid "Show keyboard LED indicators in the notifcation tray" 270 | msgstr "" 271 | 272 | #: ../mate-tweak:1648 273 | msgid "Enable pull-down terminal" 274 | msgstr "" 275 | 276 | #: ../mate-tweak:1649 277 | msgid "When enabled press F12 to pull down terminal" 278 | msgstr "" 279 | 280 | #: ../mate-tweak:1650 281 | msgid "Enable Dock" 282 | msgstr "" 283 | 284 | #: ../mate-tweak:1651 285 | msgid "When checked the Dock will be enabled." 286 | msgstr "" 287 | 288 | #: ../mate-tweak:1652 289 | msgid "Enable HUD" 290 | msgstr "" 291 | 292 | #: ../mate-tweak:1653 293 | msgid "" 294 | "When checked the Heads-Up Display (HUD) will be enabled. Press Alt_L to " 295 | "search application menus." 296 | msgstr "" 297 | 298 | #: ../mate-tweak:1655 299 | msgid "Show Applications" 300 | msgstr "" 301 | 302 | #: ../mate-tweak:1656 303 | msgid "Show Applications item in the menu bar" 304 | msgstr "" 305 | 306 | #: ../mate-tweak:1657 307 | msgid "Show Places" 308 | msgstr "" 309 | 310 | #: ../mate-tweak:1658 311 | msgid "Show Places item in the menu bar" 312 | msgstr "" 313 | 314 | #: ../mate-tweak:1659 315 | msgid "Show System" 316 | msgstr "" 317 | 318 | #: ../mate-tweak:1660 319 | msgid "Show System item in the menu bar" 320 | msgstr "" 321 | 322 | #: ../mate-tweak:1662 323 | msgid "Show icons on menus" 324 | msgstr "" 325 | 326 | #: ../mate-tweak:1663 327 | msgid "Whether menus may display an icon next to a menu entry" 328 | msgstr "" 329 | 330 | #: ../mate-tweak:1664 331 | msgid "Show icons on buttons" 332 | msgstr "" 333 | 334 | #: ../mate-tweak:1665 335 | msgid "Whether buttons may display an icon in addition to the button text" 336 | msgstr "" 337 | 338 | #: ../mate-tweak:1666 339 | msgid "Show Input Methods menu in context menus" 340 | msgstr "" 341 | 342 | #: ../mate-tweak:1667 343 | msgid "" 344 | "Whether the context menus of entries and text views should offer to change " 345 | "the input method" 346 | msgstr "" 347 | 348 | #: ../mate-tweak:1668 349 | msgid "Show Unicode Control Character menu in context menus" 350 | msgstr "" 351 | 352 | #: ../mate-tweak:1669 353 | msgid "" 354 | "Whether the context menu of entries and text views should offer the insert " 355 | "control characters" 356 | msgstr "" 357 | 358 | #: ../mate-tweak:1671 359 | msgid "Style:" 360 | msgstr "" 361 | 362 | #: ../mate-tweak:1672 363 | msgid "Icon size:" 364 | msgstr "" 365 | 366 | #: ../mate-tweak:1691 367 | msgid "Small" 368 | msgstr "" 369 | 370 | #: ../mate-tweak:1692 371 | msgid "Large" 372 | msgstr "" 373 | 374 | #: ../mate-tweak:1701 375 | msgid "The new window manager will be activated upon selection." 376 | msgstr "" 377 | 378 | #: ../mate-tweak:1702 379 | msgid "Select a window manager." 380 | msgstr "" 381 | 382 | #: ../mate-tweak:1708 383 | msgid "Select a panel layout to change the user interface." 384 | msgstr "" 385 | 386 | #: ../mate-tweak:1709 387 | msgid "Select a panel layout." 388 | msgstr "" 389 | 390 | #: ../mate-tweak:1714 391 | msgid "Default" 392 | msgstr "" 393 | 394 | #: ../mate-tweak:1715 395 | msgid "16px" 396 | msgstr "" 397 | 398 | #: ../mate-tweak:1716 399 | msgid "22px" 400 | msgstr "" 401 | 402 | #: ../mate-tweak:1717 403 | msgid "24px" 404 | msgstr "" 405 | 406 | #: ../mate-tweak:1718 407 | msgid "32px" 408 | msgstr "" 409 | 410 | #: ../mate-tweak:1719 411 | msgid "48px" 412 | msgstr "" 413 | 414 | #: ../mate-tweak:1723 415 | msgid "Set the panel icon size." 416 | msgstr "" 417 | 418 | #: ../mate-tweak:1724 419 | msgid "Select the icon size for panel icons." 420 | msgstr "" 421 | 422 | #: ../mate-tweak:1728 423 | msgid "Set the icon size of menu items used in the panel." 424 | msgstr "" 425 | 426 | #: ../mate-tweak:1729 427 | msgid "Select the icon size for menu items in the panel." 428 | msgstr "" 429 | 430 | #: ../mate-tweak:1757 431 | msgid "Text below items" 432 | msgstr "" 433 | 434 | #: ../mate-tweak:1758 435 | msgid "Text beside items" 436 | msgstr "" 437 | 438 | #: ../mate-tweak:1759 439 | msgid "Icons only" 440 | msgstr "" 441 | 442 | #: ../mate-tweak:1760 443 | msgid "Text only" 444 | msgstr "" 445 | -------------------------------------------------------------------------------- /po/en_BR.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the PACKAGE package. 4 | # 5 | # Translators: 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: MATE Desktop Environment\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2020-02-13 22:22+0000\n" 11 | "PO-Revision-Date: 2015-03-15 20:33+0000\n" 12 | "Last-Translator: FULL NAME \n" 13 | "Language-Team: English (Brazil) (http://www.transifex.com/mate/MATE/language/en_BR/)\n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Language: en_BR\n" 18 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 19 | 20 | #: ../mate-tweak:1207 21 | msgid "Right" 22 | msgstr "" 23 | 24 | #: ../mate-tweak:1208 25 | msgid "Left" 26 | msgstr "" 27 | 28 | #: ../mate-tweak:1209 29 | msgid "Right (with menu)" 30 | msgstr "" 31 | 32 | #: ../mate-tweak:1210 33 | msgid "Left (with menu)" 34 | msgstr "" 35 | 36 | #: ../mate-tweak:1218 37 | msgid "Marco (No compositor)" 38 | msgstr "" 39 | 40 | #: ../mate-tweak:1220 41 | msgid "Marco (Adaptive compositor)" 42 | msgstr "" 43 | 44 | #: ../mate-tweak:1222 45 | msgid "Marco (Compton GPU compositor)" 46 | msgstr "" 47 | 48 | #: ../mate-tweak:1224 49 | msgid "Compiz (Advanced GPU accelerated desktop effects)" 50 | msgstr "" 51 | 52 | #: ../mate-tweak:1227 53 | msgid "" 54 | "You are currently using an unknown and unsupported window manager. Thus we " 55 | "cannot guarantee that changes made here will be effective." 56 | msgstr "" 57 | 58 | #: ../mate-tweak:1529 59 | msgid "Desktop" 60 | msgstr "" 61 | 62 | #: ../mate-tweak:1530 63 | msgid "Interface" 64 | msgstr "" 65 | 66 | #: ../mate-tweak:1531 67 | msgid "Panel" 68 | msgstr "" 69 | 70 | #: ../mate-tweak:1532 71 | msgid "Windows" 72 | msgstr "" 73 | 74 | #: ../mate-tweak:1581 75 | msgid "MATE Tweak" 76 | msgstr "" 77 | 78 | #: ../mate-tweak:1584 79 | msgid "Desktop icons" 80 | msgstr "" 81 | 82 | #: ../mate-tweak:1585 83 | msgid "Performance" 84 | msgstr "" 85 | 86 | #: ../mate-tweak:1586 87 | msgid "Window Behaviour" 88 | msgstr "" 89 | 90 | #: ../mate-tweak:1587 91 | msgid "Appearance" 92 | msgstr "" 93 | 94 | #: ../mate-tweak:1588 95 | msgid "Panels" 96 | msgstr "" 97 | 98 | #: ../mate-tweak:1589 99 | msgid "Panel Features" 100 | msgstr "" 101 | 102 | #: ../mate-tweak:1590 103 | msgid "Panel Menu Features" 104 | msgstr "" 105 | 106 | #: ../mate-tweak:1591 107 | msgid "Icons" 108 | msgstr "" 109 | 110 | #: ../mate-tweak:1592 111 | msgid "Context menus" 112 | msgstr "" 113 | 114 | #: ../mate-tweak:1593 115 | msgid "Toolbars" 116 | msgstr "" 117 | 118 | #: ../mate-tweak:1594 119 | msgid "Window manager" 120 | msgstr "" 121 | 122 | #: ../mate-tweak:1596 123 | msgid "Select the Desktop Icons you want enabled:" 124 | msgstr "" 125 | 126 | #: ../mate-tweak:1597 127 | msgid "Show Desktop Icons" 128 | msgstr "" 129 | 130 | #: ../mate-tweak:1598 131 | msgid "" 132 | "When disabled the desktop will be unmanaged with no icons or file manager " 133 | "access" 134 | msgstr "" 135 | 136 | #: ../mate-tweak:1599 137 | msgid "Computer" 138 | msgstr "" 139 | 140 | #: ../mate-tweak:1600 141 | msgid "Home" 142 | msgstr "" 143 | 144 | #: ../mate-tweak:1601 145 | msgid "Network" 146 | msgstr "" 147 | 148 | #: ../mate-tweak:1602 149 | msgid "Trash" 150 | msgstr "" 151 | 152 | #: ../mate-tweak:1603 153 | msgid "Mounted Volumes" 154 | msgstr "" 155 | 156 | #: ../mate-tweak:1605 157 | msgid "Enable animations" 158 | msgstr "" 159 | 160 | #: ../mate-tweak:1606 161 | msgid "Whether animations should be displayed by the window manager and panel" 162 | msgstr "" 163 | 164 | #: ../mate-tweak:1607 165 | msgid "Do not show window content when moving windows" 166 | msgstr "" 167 | 168 | #: ../mate-tweak:1608 169 | msgid "Provide less feedback when moving windows by using wireframes" 170 | msgstr "" 171 | 172 | #: ../mate-tweak:1609 173 | msgid "Window manager performance tuning." 174 | msgstr "" 175 | 176 | #: ../mate-tweak:1611 177 | msgid "Enable window snapping" 178 | msgstr "" 179 | 180 | #: ../mate-tweak:1612 181 | msgid "" 182 | "Dropping windows on screen edges maximizes them vertically and resizes them " 183 | "horizontally to cover half the available area" 184 | msgstr "" 185 | 186 | #: ../mate-tweak:1613 187 | msgid "Undecorate maximized windows" 188 | msgstr "" 189 | 190 | #: ../mate-tweak:1614 191 | msgid "Undecorate windows when maximized" 192 | msgstr "" 193 | 194 | #: ../mate-tweak:1615 195 | msgid "Do not auto-maximize new windows" 196 | msgstr "" 197 | 198 | #: ../mate-tweak:1616 199 | msgid "Do not automatically maximize newly opened windows" 200 | msgstr "" 201 | 202 | #: ../mate-tweak:1617 203 | msgid "Window control placement." 204 | msgstr "" 205 | 206 | #: ../mate-tweak:1619 207 | msgid "Save the current panel layout as your own custom version" 208 | msgstr "" 209 | 210 | #: ../mate-tweak:1620 211 | msgid "Delete the currently selected panel layout" 212 | msgstr "" 213 | 214 | #: ../mate-tweak:1621 215 | msgid "Open CCSM" 216 | msgstr "" 217 | 218 | #: ../mate-tweak:1622 219 | msgid "Open the Compiz configuration and settings manager" 220 | msgstr "" 221 | 222 | #: ../mate-tweak:1623 223 | msgid "Reset Compiz" 224 | msgstr "" 225 | 226 | #: ../mate-tweak:1624 227 | msgid "Reset the current Compiz configuration to factory defaults" 228 | msgstr "" 229 | 230 | #: ../mate-tweak:1627 ../mate-tweak:1632 231 | msgid "HiDPI" 232 | msgstr "" 233 | 234 | #: ../mate-tweak:1628 235 | msgid "Select a window scaling factor." 236 | msgstr "" 237 | 238 | #: ../mate-tweak:1630 239 | msgid "Auto-detect" 240 | msgstr "" 241 | 242 | #: ../mate-tweak:1631 243 | msgid "Regular" 244 | msgstr "" 245 | 246 | #: ../mate-tweak:1635 247 | msgid "" 248 | "Double the size of all windows, panels, widgets, fonts, etc. for HiDPI " 249 | "displays." 250 | msgstr "" 251 | 252 | #: ../mate-tweak:1641 253 | msgid "Open Font preferences" 254 | msgstr "" 255 | 256 | #: ../mate-tweak:1642 ../mate-tweak:1644 257 | msgid "Fonts" 258 | msgstr "" 259 | 260 | #: ../mate-tweak:1643 261 | msgid "Open Font preferences and click Details... to fine tune the font DPI." 262 | msgstr "" 263 | 264 | #: ../mate-tweak:1646 265 | msgid "Enable keyboard LED" 266 | msgstr "" 267 | 268 | #: ../mate-tweak:1647 269 | msgid "Show keyboard LED indicators in the notifcation tray" 270 | msgstr "" 271 | 272 | #: ../mate-tweak:1648 273 | msgid "Enable pull-down terminal" 274 | msgstr "" 275 | 276 | #: ../mate-tweak:1649 277 | msgid "When enabled press F12 to pull down terminal" 278 | msgstr "" 279 | 280 | #: ../mate-tweak:1650 281 | msgid "Enable Dock" 282 | msgstr "" 283 | 284 | #: ../mate-tweak:1651 285 | msgid "When checked the Dock will be enabled." 286 | msgstr "" 287 | 288 | #: ../mate-tweak:1652 289 | msgid "Enable HUD" 290 | msgstr "" 291 | 292 | #: ../mate-tweak:1653 293 | msgid "" 294 | "When checked the Heads-Up Display (HUD) will be enabled. Press Alt_L to " 295 | "search application menus." 296 | msgstr "" 297 | 298 | #: ../mate-tweak:1655 299 | msgid "Show Applications" 300 | msgstr "" 301 | 302 | #: ../mate-tweak:1656 303 | msgid "Show Applications item in the menu bar" 304 | msgstr "" 305 | 306 | #: ../mate-tweak:1657 307 | msgid "Show Places" 308 | msgstr "" 309 | 310 | #: ../mate-tweak:1658 311 | msgid "Show Places item in the menu bar" 312 | msgstr "" 313 | 314 | #: ../mate-tweak:1659 315 | msgid "Show System" 316 | msgstr "" 317 | 318 | #: ../mate-tweak:1660 319 | msgid "Show System item in the menu bar" 320 | msgstr "" 321 | 322 | #: ../mate-tweak:1662 323 | msgid "Show icons on menus" 324 | msgstr "" 325 | 326 | #: ../mate-tweak:1663 327 | msgid "Whether menus may display an icon next to a menu entry" 328 | msgstr "" 329 | 330 | #: ../mate-tweak:1664 331 | msgid "Show icons on buttons" 332 | msgstr "" 333 | 334 | #: ../mate-tweak:1665 335 | msgid "Whether buttons may display an icon in addition to the button text" 336 | msgstr "" 337 | 338 | #: ../mate-tweak:1666 339 | msgid "Show Input Methods menu in context menus" 340 | msgstr "" 341 | 342 | #: ../mate-tweak:1667 343 | msgid "" 344 | "Whether the context menus of entries and text views should offer to change " 345 | "the input method" 346 | msgstr "" 347 | 348 | #: ../mate-tweak:1668 349 | msgid "Show Unicode Control Character menu in context menus" 350 | msgstr "" 351 | 352 | #: ../mate-tweak:1669 353 | msgid "" 354 | "Whether the context menu of entries and text views should offer the insert " 355 | "control characters" 356 | msgstr "" 357 | 358 | #: ../mate-tweak:1671 359 | msgid "Style:" 360 | msgstr "" 361 | 362 | #: ../mate-tweak:1672 363 | msgid "Icon size:" 364 | msgstr "" 365 | 366 | #: ../mate-tweak:1691 367 | msgid "Small" 368 | msgstr "" 369 | 370 | #: ../mate-tweak:1692 371 | msgid "Large" 372 | msgstr "" 373 | 374 | #: ../mate-tweak:1701 375 | msgid "The new window manager will be activated upon selection." 376 | msgstr "" 377 | 378 | #: ../mate-tweak:1702 379 | msgid "Select a window manager." 380 | msgstr "" 381 | 382 | #: ../mate-tweak:1708 383 | msgid "Select a panel layout to change the user interface." 384 | msgstr "" 385 | 386 | #: ../mate-tweak:1709 387 | msgid "Select a panel layout." 388 | msgstr "" 389 | 390 | #: ../mate-tweak:1714 391 | msgid "Default" 392 | msgstr "" 393 | 394 | #: ../mate-tweak:1715 395 | msgid "16px" 396 | msgstr "" 397 | 398 | #: ../mate-tweak:1716 399 | msgid "22px" 400 | msgstr "" 401 | 402 | #: ../mate-tweak:1717 403 | msgid "24px" 404 | msgstr "" 405 | 406 | #: ../mate-tweak:1718 407 | msgid "32px" 408 | msgstr "" 409 | 410 | #: ../mate-tweak:1719 411 | msgid "48px" 412 | msgstr "" 413 | 414 | #: ../mate-tweak:1723 415 | msgid "Set the panel icon size." 416 | msgstr "" 417 | 418 | #: ../mate-tweak:1724 419 | msgid "Select the icon size for panel icons." 420 | msgstr "" 421 | 422 | #: ../mate-tweak:1728 423 | msgid "Set the icon size of menu items used in the panel." 424 | msgstr "" 425 | 426 | #: ../mate-tweak:1729 427 | msgid "Select the icon size for menu items in the panel." 428 | msgstr "" 429 | 430 | #: ../mate-tweak:1757 431 | msgid "Text below items" 432 | msgstr "" 433 | 434 | #: ../mate-tweak:1758 435 | msgid "Text beside items" 436 | msgstr "" 437 | 438 | #: ../mate-tweak:1759 439 | msgid "Icons only" 440 | msgstr "" 441 | 442 | #: ../mate-tweak:1760 443 | msgid "Text only" 444 | msgstr "" 445 | -------------------------------------------------------------------------------- /po/fil.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the PACKAGE package. 4 | # 5 | # Translators: 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: MATE Desktop Environment\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2020-02-13 22:22+0000\n" 11 | "PO-Revision-Date: 2016-05-20 17:25+0000\n" 12 | "Last-Translator: Martin Wimpress \n" 13 | "Language-Team: Filipino (http://www.transifex.com/mate/MATE/language/fil/)\n" 14 | "Language: fil\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Plural-Forms: nplurals=2; plural=(n > 1);\n" 19 | 20 | #: ../mate-tweak:1207 21 | msgid "Right" 22 | msgstr "" 23 | 24 | #: ../mate-tweak:1208 25 | msgid "Left" 26 | msgstr "" 27 | 28 | #: ../mate-tweak:1209 29 | msgid "Right (with menu)" 30 | msgstr "" 31 | 32 | #: ../mate-tweak:1210 33 | msgid "Left (with menu)" 34 | msgstr "" 35 | 36 | #: ../mate-tweak:1218 37 | msgid "Marco (No compositor)" 38 | msgstr "" 39 | 40 | #: ../mate-tweak:1220 41 | msgid "Marco (Adaptive compositor)" 42 | msgstr "" 43 | 44 | #: ../mate-tweak:1222 45 | msgid "Marco (Compton GPU compositor)" 46 | msgstr "" 47 | 48 | #: ../mate-tweak:1224 49 | msgid "Compiz (Advanced GPU accelerated desktop effects)" 50 | msgstr "" 51 | 52 | #: ../mate-tweak:1227 53 | msgid "" 54 | "You are currently using an unknown and unsupported window manager. Thus we " 55 | "cannot guarantee that changes made here will be effective." 56 | msgstr "" 57 | 58 | #: ../mate-tweak:1529 59 | msgid "Desktop" 60 | msgstr "" 61 | 62 | #: ../mate-tweak:1530 63 | msgid "Interface" 64 | msgstr "" 65 | 66 | #: ../mate-tweak:1531 67 | msgid "Panel" 68 | msgstr "" 69 | 70 | #: ../mate-tweak:1532 71 | msgid "Windows" 72 | msgstr "" 73 | 74 | #: ../mate-tweak:1581 75 | msgid "MATE Tweak" 76 | msgstr "" 77 | 78 | #: ../mate-tweak:1584 79 | msgid "Desktop icons" 80 | msgstr "" 81 | 82 | #: ../mate-tweak:1585 83 | msgid "Performance" 84 | msgstr "" 85 | 86 | #: ../mate-tweak:1586 87 | msgid "Window Behaviour" 88 | msgstr "" 89 | 90 | #: ../mate-tweak:1587 91 | msgid "Appearance" 92 | msgstr "" 93 | 94 | #: ../mate-tweak:1588 95 | msgid "Panels" 96 | msgstr "" 97 | 98 | #: ../mate-tweak:1589 99 | msgid "Panel Features" 100 | msgstr "" 101 | 102 | #: ../mate-tweak:1590 103 | msgid "Panel Menu Features" 104 | msgstr "" 105 | 106 | #: ../mate-tweak:1591 107 | msgid "Icons" 108 | msgstr "" 109 | 110 | #: ../mate-tweak:1592 111 | msgid "Context menus" 112 | msgstr "" 113 | 114 | #: ../mate-tweak:1593 115 | msgid "Toolbars" 116 | msgstr "" 117 | 118 | #: ../mate-tweak:1594 119 | msgid "Window manager" 120 | msgstr "" 121 | 122 | #: ../mate-tweak:1596 123 | msgid "Select the Desktop Icons you want enabled:" 124 | msgstr "" 125 | 126 | #: ../mate-tweak:1597 127 | msgid "Show Desktop Icons" 128 | msgstr "" 129 | 130 | #: ../mate-tweak:1598 131 | msgid "" 132 | "When disabled the desktop will be unmanaged with no icons or file manager " 133 | "access" 134 | msgstr "" 135 | 136 | #: ../mate-tweak:1599 137 | msgid "Computer" 138 | msgstr "" 139 | 140 | #: ../mate-tweak:1600 141 | msgid "Home" 142 | msgstr "" 143 | 144 | #: ../mate-tweak:1601 145 | msgid "Network" 146 | msgstr "" 147 | 148 | #: ../mate-tweak:1602 149 | msgid "Trash" 150 | msgstr "" 151 | 152 | #: ../mate-tweak:1603 153 | msgid "Mounted Volumes" 154 | msgstr "" 155 | 156 | #: ../mate-tweak:1605 157 | msgid "Enable animations" 158 | msgstr "" 159 | 160 | #: ../mate-tweak:1606 161 | msgid "Whether animations should be displayed by the window manager and panel" 162 | msgstr "" 163 | 164 | #: ../mate-tweak:1607 165 | msgid "Do not show window content when moving windows" 166 | msgstr "" 167 | 168 | #: ../mate-tweak:1608 169 | msgid "Provide less feedback when moving windows by using wireframes" 170 | msgstr "" 171 | 172 | #: ../mate-tweak:1609 173 | msgid "Window manager performance tuning." 174 | msgstr "" 175 | 176 | #: ../mate-tweak:1611 177 | msgid "Enable window snapping" 178 | msgstr "" 179 | 180 | #: ../mate-tweak:1612 181 | msgid "" 182 | "Dropping windows on screen edges maximizes them vertically and resizes them " 183 | "horizontally to cover half the available area" 184 | msgstr "" 185 | 186 | #: ../mate-tweak:1613 187 | msgid "Undecorate maximized windows" 188 | msgstr "" 189 | 190 | #: ../mate-tweak:1614 191 | msgid "Undecorate windows when maximized" 192 | msgstr "" 193 | 194 | #: ../mate-tweak:1615 195 | msgid "Do not auto-maximize new windows" 196 | msgstr "" 197 | 198 | #: ../mate-tweak:1616 199 | msgid "Do not automatically maximize newly opened windows" 200 | msgstr "" 201 | 202 | #: ../mate-tweak:1617 203 | msgid "Window control placement." 204 | msgstr "" 205 | 206 | #: ../mate-tweak:1619 207 | msgid "Save the current panel layout as your own custom version" 208 | msgstr "" 209 | 210 | #: ../mate-tweak:1620 211 | msgid "Delete the currently selected panel layout" 212 | msgstr "" 213 | 214 | #: ../mate-tweak:1621 215 | msgid "Open CCSM" 216 | msgstr "" 217 | 218 | #: ../mate-tweak:1622 219 | msgid "Open the Compiz configuration and settings manager" 220 | msgstr "" 221 | 222 | #: ../mate-tweak:1623 223 | msgid "Reset Compiz" 224 | msgstr "" 225 | 226 | #: ../mate-tweak:1624 227 | msgid "Reset the current Compiz configuration to factory defaults" 228 | msgstr "" 229 | 230 | #: ../mate-tweak:1627 ../mate-tweak:1632 231 | msgid "HiDPI" 232 | msgstr "" 233 | 234 | #: ../mate-tweak:1628 235 | msgid "Select a window scaling factor." 236 | msgstr "" 237 | 238 | #: ../mate-tweak:1630 239 | msgid "Auto-detect" 240 | msgstr "" 241 | 242 | #: ../mate-tweak:1631 243 | msgid "Regular" 244 | msgstr "" 245 | 246 | #: ../mate-tweak:1635 247 | msgid "" 248 | "Double the size of all windows, panels, widgets, fonts, etc. for HiDPI " 249 | "displays." 250 | msgstr "" 251 | 252 | #: ../mate-tweak:1641 253 | msgid "Open Font preferences" 254 | msgstr "" 255 | 256 | #: ../mate-tweak:1642 ../mate-tweak:1644 257 | msgid "Fonts" 258 | msgstr "" 259 | 260 | #: ../mate-tweak:1643 261 | msgid "Open Font preferences and click Details... to fine tune the font DPI." 262 | msgstr "" 263 | 264 | #: ../mate-tweak:1646 265 | msgid "Enable keyboard LED" 266 | msgstr "" 267 | 268 | #: ../mate-tweak:1647 269 | msgid "Show keyboard LED indicators in the notifcation tray" 270 | msgstr "" 271 | 272 | #: ../mate-tweak:1648 273 | msgid "Enable pull-down terminal" 274 | msgstr "" 275 | 276 | #: ../mate-tweak:1649 277 | msgid "When enabled press F12 to pull down terminal" 278 | msgstr "" 279 | 280 | #: ../mate-tweak:1650 281 | msgid "Enable Dock" 282 | msgstr "" 283 | 284 | #: ../mate-tweak:1651 285 | msgid "When checked the Dock will be enabled." 286 | msgstr "" 287 | 288 | #: ../mate-tweak:1652 289 | msgid "Enable HUD" 290 | msgstr "" 291 | 292 | #: ../mate-tweak:1653 293 | msgid "" 294 | "When checked the Heads-Up Display (HUD) will be enabled. Press Alt_L to " 295 | "search application menus." 296 | msgstr "" 297 | 298 | #: ../mate-tweak:1655 299 | msgid "Show Applications" 300 | msgstr "" 301 | 302 | #: ../mate-tweak:1656 303 | msgid "Show Applications item in the menu bar" 304 | msgstr "" 305 | 306 | #: ../mate-tweak:1657 307 | msgid "Show Places" 308 | msgstr "" 309 | 310 | #: ../mate-tweak:1658 311 | msgid "Show Places item in the menu bar" 312 | msgstr "" 313 | 314 | #: ../mate-tweak:1659 315 | msgid "Show System" 316 | msgstr "" 317 | 318 | #: ../mate-tweak:1660 319 | msgid "Show System item in the menu bar" 320 | msgstr "" 321 | 322 | #: ../mate-tweak:1662 323 | msgid "Show icons on menus" 324 | msgstr "" 325 | 326 | #: ../mate-tweak:1663 327 | msgid "Whether menus may display an icon next to a menu entry" 328 | msgstr "" 329 | 330 | #: ../mate-tweak:1664 331 | msgid "Show icons on buttons" 332 | msgstr "" 333 | 334 | #: ../mate-tweak:1665 335 | msgid "Whether buttons may display an icon in addition to the button text" 336 | msgstr "" 337 | 338 | #: ../mate-tweak:1666 339 | msgid "Show Input Methods menu in context menus" 340 | msgstr "" 341 | 342 | #: ../mate-tweak:1667 343 | msgid "" 344 | "Whether the context menus of entries and text views should offer to change " 345 | "the input method" 346 | msgstr "" 347 | 348 | #: ../mate-tweak:1668 349 | msgid "Show Unicode Control Character menu in context menus" 350 | msgstr "" 351 | 352 | #: ../mate-tweak:1669 353 | msgid "" 354 | "Whether the context menu of entries and text views should offer the insert " 355 | "control characters" 356 | msgstr "" 357 | 358 | #: ../mate-tweak:1671 359 | msgid "Style:" 360 | msgstr "" 361 | 362 | #: ../mate-tweak:1672 363 | msgid "Icon size:" 364 | msgstr "" 365 | 366 | #: ../mate-tweak:1691 367 | msgid "Small" 368 | msgstr "" 369 | 370 | #: ../mate-tweak:1692 371 | msgid "Large" 372 | msgstr "" 373 | 374 | #: ../mate-tweak:1701 375 | msgid "The new window manager will be activated upon selection." 376 | msgstr "" 377 | 378 | #: ../mate-tweak:1702 379 | msgid "Select a window manager." 380 | msgstr "" 381 | 382 | #: ../mate-tweak:1708 383 | msgid "Select a panel layout to change the user interface." 384 | msgstr "" 385 | 386 | #: ../mate-tweak:1709 387 | msgid "Select a panel layout." 388 | msgstr "" 389 | 390 | #: ../mate-tweak:1714 391 | msgid "Default" 392 | msgstr "" 393 | 394 | #: ../mate-tweak:1715 395 | msgid "16px" 396 | msgstr "" 397 | 398 | #: ../mate-tweak:1716 399 | msgid "22px" 400 | msgstr "" 401 | 402 | #: ../mate-tweak:1717 403 | msgid "24px" 404 | msgstr "" 405 | 406 | #: ../mate-tweak:1718 407 | msgid "32px" 408 | msgstr "" 409 | 410 | #: ../mate-tweak:1719 411 | msgid "48px" 412 | msgstr "" 413 | 414 | #: ../mate-tweak:1723 415 | msgid "Set the panel icon size." 416 | msgstr "" 417 | 418 | #: ../mate-tweak:1724 419 | msgid "Select the icon size for panel icons." 420 | msgstr "" 421 | 422 | #: ../mate-tweak:1728 423 | msgid "Set the icon size of menu items used in the panel." 424 | msgstr "" 425 | 426 | #: ../mate-tweak:1729 427 | msgid "Select the icon size for menu items in the panel." 428 | msgstr "" 429 | 430 | #: ../mate-tweak:1757 431 | msgid "Text below items" 432 | msgstr "" 433 | 434 | #: ../mate-tweak:1758 435 | msgid "Text beside items" 436 | msgstr "" 437 | 438 | #: ../mate-tweak:1759 439 | msgid "Icons only" 440 | msgstr "" 441 | 442 | #: ../mate-tweak:1760 443 | msgid "Text only" 444 | msgstr "" 445 | -------------------------------------------------------------------------------- /po/ha.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the PACKAGE package. 4 | # 5 | # Translators: 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: MATE Desktop Environment\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2020-02-13 22:22+0000\n" 11 | "PO-Revision-Date: 2016-05-20 17:25+0000\n" 12 | "Last-Translator: Martin Wimpress \n" 13 | "Language-Team: Hausa (http://www.transifex.com/mate/MATE/language/ha/)\n" 14 | "Language: ha\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 19 | 20 | #: ../mate-tweak:1207 21 | msgid "Right" 22 | msgstr "" 23 | 24 | #: ../mate-tweak:1208 25 | msgid "Left" 26 | msgstr "" 27 | 28 | #: ../mate-tweak:1209 29 | msgid "Right (with menu)" 30 | msgstr "" 31 | 32 | #: ../mate-tweak:1210 33 | msgid "Left (with menu)" 34 | msgstr "" 35 | 36 | #: ../mate-tweak:1218 37 | msgid "Marco (No compositor)" 38 | msgstr "" 39 | 40 | #: ../mate-tweak:1220 41 | msgid "Marco (Adaptive compositor)" 42 | msgstr "" 43 | 44 | #: ../mate-tweak:1222 45 | msgid "Marco (Compton GPU compositor)" 46 | msgstr "" 47 | 48 | #: ../mate-tweak:1224 49 | msgid "Compiz (Advanced GPU accelerated desktop effects)" 50 | msgstr "" 51 | 52 | #: ../mate-tweak:1227 53 | msgid "" 54 | "You are currently using an unknown and unsupported window manager. Thus we " 55 | "cannot guarantee that changes made here will be effective." 56 | msgstr "" 57 | 58 | #: ../mate-tweak:1529 59 | msgid "Desktop" 60 | msgstr "" 61 | 62 | #: ../mate-tweak:1530 63 | msgid "Interface" 64 | msgstr "" 65 | 66 | #: ../mate-tweak:1531 67 | msgid "Panel" 68 | msgstr "" 69 | 70 | #: ../mate-tweak:1532 71 | msgid "Windows" 72 | msgstr "" 73 | 74 | #: ../mate-tweak:1581 75 | msgid "MATE Tweak" 76 | msgstr "" 77 | 78 | #: ../mate-tweak:1584 79 | msgid "Desktop icons" 80 | msgstr "" 81 | 82 | #: ../mate-tweak:1585 83 | msgid "Performance" 84 | msgstr "" 85 | 86 | #: ../mate-tweak:1586 87 | msgid "Window Behaviour" 88 | msgstr "" 89 | 90 | #: ../mate-tweak:1587 91 | msgid "Appearance" 92 | msgstr "" 93 | 94 | #: ../mate-tweak:1588 95 | msgid "Panels" 96 | msgstr "" 97 | 98 | #: ../mate-tweak:1589 99 | msgid "Panel Features" 100 | msgstr "" 101 | 102 | #: ../mate-tweak:1590 103 | msgid "Panel Menu Features" 104 | msgstr "" 105 | 106 | #: ../mate-tweak:1591 107 | msgid "Icons" 108 | msgstr "" 109 | 110 | #: ../mate-tweak:1592 111 | msgid "Context menus" 112 | msgstr "" 113 | 114 | #: ../mate-tweak:1593 115 | msgid "Toolbars" 116 | msgstr "" 117 | 118 | #: ../mate-tweak:1594 119 | msgid "Window manager" 120 | msgstr "" 121 | 122 | #: ../mate-tweak:1596 123 | msgid "Select the Desktop Icons you want enabled:" 124 | msgstr "" 125 | 126 | #: ../mate-tweak:1597 127 | msgid "Show Desktop Icons" 128 | msgstr "" 129 | 130 | #: ../mate-tweak:1598 131 | msgid "" 132 | "When disabled the desktop will be unmanaged with no icons or file manager " 133 | "access" 134 | msgstr "" 135 | 136 | #: ../mate-tweak:1599 137 | msgid "Computer" 138 | msgstr "" 139 | 140 | #: ../mate-tweak:1600 141 | msgid "Home" 142 | msgstr "" 143 | 144 | #: ../mate-tweak:1601 145 | msgid "Network" 146 | msgstr "" 147 | 148 | #: ../mate-tweak:1602 149 | msgid "Trash" 150 | msgstr "" 151 | 152 | #: ../mate-tweak:1603 153 | msgid "Mounted Volumes" 154 | msgstr "" 155 | 156 | #: ../mate-tweak:1605 157 | msgid "Enable animations" 158 | msgstr "" 159 | 160 | #: ../mate-tweak:1606 161 | msgid "Whether animations should be displayed by the window manager and panel" 162 | msgstr "" 163 | 164 | #: ../mate-tweak:1607 165 | msgid "Do not show window content when moving windows" 166 | msgstr "" 167 | 168 | #: ../mate-tweak:1608 169 | msgid "Provide less feedback when moving windows by using wireframes" 170 | msgstr "" 171 | 172 | #: ../mate-tweak:1609 173 | msgid "Window manager performance tuning." 174 | msgstr "" 175 | 176 | #: ../mate-tweak:1611 177 | msgid "Enable window snapping" 178 | msgstr "" 179 | 180 | #: ../mate-tweak:1612 181 | msgid "" 182 | "Dropping windows on screen edges maximizes them vertically and resizes them " 183 | "horizontally to cover half the available area" 184 | msgstr "" 185 | 186 | #: ../mate-tweak:1613 187 | msgid "Undecorate maximized windows" 188 | msgstr "" 189 | 190 | #: ../mate-tweak:1614 191 | msgid "Undecorate windows when maximized" 192 | msgstr "" 193 | 194 | #: ../mate-tweak:1615 195 | msgid "Do not auto-maximize new windows" 196 | msgstr "" 197 | 198 | #: ../mate-tweak:1616 199 | msgid "Do not automatically maximize newly opened windows" 200 | msgstr "" 201 | 202 | #: ../mate-tweak:1617 203 | msgid "Window control placement." 204 | msgstr "" 205 | 206 | #: ../mate-tweak:1619 207 | msgid "Save the current panel layout as your own custom version" 208 | msgstr "" 209 | 210 | #: ../mate-tweak:1620 211 | msgid "Delete the currently selected panel layout" 212 | msgstr "" 213 | 214 | #: ../mate-tweak:1621 215 | msgid "Open CCSM" 216 | msgstr "" 217 | 218 | #: ../mate-tweak:1622 219 | msgid "Open the Compiz configuration and settings manager" 220 | msgstr "" 221 | 222 | #: ../mate-tweak:1623 223 | msgid "Reset Compiz" 224 | msgstr "" 225 | 226 | #: ../mate-tweak:1624 227 | msgid "Reset the current Compiz configuration to factory defaults" 228 | msgstr "" 229 | 230 | #: ../mate-tweak:1627 ../mate-tweak:1632 231 | msgid "HiDPI" 232 | msgstr "" 233 | 234 | #: ../mate-tweak:1628 235 | msgid "Select a window scaling factor." 236 | msgstr "" 237 | 238 | #: ../mate-tweak:1630 239 | msgid "Auto-detect" 240 | msgstr "" 241 | 242 | #: ../mate-tweak:1631 243 | msgid "Regular" 244 | msgstr "" 245 | 246 | #: ../mate-tweak:1635 247 | msgid "" 248 | "Double the size of all windows, panels, widgets, fonts, etc. for HiDPI " 249 | "displays." 250 | msgstr "" 251 | 252 | #: ../mate-tweak:1641 253 | msgid "Open Font preferences" 254 | msgstr "" 255 | 256 | #: ../mate-tweak:1642 ../mate-tweak:1644 257 | msgid "Fonts" 258 | msgstr "" 259 | 260 | #: ../mate-tweak:1643 261 | msgid "Open Font preferences and click Details... to fine tune the font DPI." 262 | msgstr "" 263 | 264 | #: ../mate-tweak:1646 265 | msgid "Enable keyboard LED" 266 | msgstr "" 267 | 268 | #: ../mate-tweak:1647 269 | msgid "Show keyboard LED indicators in the notifcation tray" 270 | msgstr "" 271 | 272 | #: ../mate-tweak:1648 273 | msgid "Enable pull-down terminal" 274 | msgstr "" 275 | 276 | #: ../mate-tweak:1649 277 | msgid "When enabled press F12 to pull down terminal" 278 | msgstr "" 279 | 280 | #: ../mate-tweak:1650 281 | msgid "Enable Dock" 282 | msgstr "" 283 | 284 | #: ../mate-tweak:1651 285 | msgid "When checked the Dock will be enabled." 286 | msgstr "" 287 | 288 | #: ../mate-tweak:1652 289 | msgid "Enable HUD" 290 | msgstr "" 291 | 292 | #: ../mate-tweak:1653 293 | msgid "" 294 | "When checked the Heads-Up Display (HUD) will be enabled. Press Alt_L to " 295 | "search application menus." 296 | msgstr "" 297 | 298 | #: ../mate-tweak:1655 299 | msgid "Show Applications" 300 | msgstr "" 301 | 302 | #: ../mate-tweak:1656 303 | msgid "Show Applications item in the menu bar" 304 | msgstr "" 305 | 306 | #: ../mate-tweak:1657 307 | msgid "Show Places" 308 | msgstr "" 309 | 310 | #: ../mate-tweak:1658 311 | msgid "Show Places item in the menu bar" 312 | msgstr "" 313 | 314 | #: ../mate-tweak:1659 315 | msgid "Show System" 316 | msgstr "" 317 | 318 | #: ../mate-tweak:1660 319 | msgid "Show System item in the menu bar" 320 | msgstr "" 321 | 322 | #: ../mate-tweak:1662 323 | msgid "Show icons on menus" 324 | msgstr "" 325 | 326 | #: ../mate-tweak:1663 327 | msgid "Whether menus may display an icon next to a menu entry" 328 | msgstr "" 329 | 330 | #: ../mate-tweak:1664 331 | msgid "Show icons on buttons" 332 | msgstr "" 333 | 334 | #: ../mate-tweak:1665 335 | msgid "Whether buttons may display an icon in addition to the button text" 336 | msgstr "" 337 | 338 | #: ../mate-tweak:1666 339 | msgid "Show Input Methods menu in context menus" 340 | msgstr "" 341 | 342 | #: ../mate-tweak:1667 343 | msgid "" 344 | "Whether the context menus of entries and text views should offer to change " 345 | "the input method" 346 | msgstr "" 347 | 348 | #: ../mate-tweak:1668 349 | msgid "Show Unicode Control Character menu in context menus" 350 | msgstr "" 351 | 352 | #: ../mate-tweak:1669 353 | msgid "" 354 | "Whether the context menu of entries and text views should offer the insert " 355 | "control characters" 356 | msgstr "" 357 | 358 | #: ../mate-tweak:1671 359 | msgid "Style:" 360 | msgstr "" 361 | 362 | #: ../mate-tweak:1672 363 | msgid "Icon size:" 364 | msgstr "" 365 | 366 | #: ../mate-tweak:1691 367 | msgid "Small" 368 | msgstr "" 369 | 370 | #: ../mate-tweak:1692 371 | msgid "Large" 372 | msgstr "" 373 | 374 | #: ../mate-tweak:1701 375 | msgid "The new window manager will be activated upon selection." 376 | msgstr "" 377 | 378 | #: ../mate-tweak:1702 379 | msgid "Select a window manager." 380 | msgstr "" 381 | 382 | #: ../mate-tweak:1708 383 | msgid "Select a panel layout to change the user interface." 384 | msgstr "" 385 | 386 | #: ../mate-tweak:1709 387 | msgid "Select a panel layout." 388 | msgstr "" 389 | 390 | #: ../mate-tweak:1714 391 | msgid "Default" 392 | msgstr "" 393 | 394 | #: ../mate-tweak:1715 395 | msgid "16px" 396 | msgstr "" 397 | 398 | #: ../mate-tweak:1716 399 | msgid "22px" 400 | msgstr "" 401 | 402 | #: ../mate-tweak:1717 403 | msgid "24px" 404 | msgstr "" 405 | 406 | #: ../mate-tweak:1718 407 | msgid "32px" 408 | msgstr "" 409 | 410 | #: ../mate-tweak:1719 411 | msgid "48px" 412 | msgstr "" 413 | 414 | #: ../mate-tweak:1723 415 | msgid "Set the panel icon size." 416 | msgstr "" 417 | 418 | #: ../mate-tweak:1724 419 | msgid "Select the icon size for panel icons." 420 | msgstr "" 421 | 422 | #: ../mate-tweak:1728 423 | msgid "Set the icon size of menu items used in the panel." 424 | msgstr "" 425 | 426 | #: ../mate-tweak:1729 427 | msgid "Select the icon size for menu items in the panel." 428 | msgstr "" 429 | 430 | #: ../mate-tweak:1757 431 | msgid "Text below items" 432 | msgstr "" 433 | 434 | #: ../mate-tweak:1758 435 | msgid "Text beside items" 436 | msgstr "" 437 | 438 | #: ../mate-tweak:1759 439 | msgid "Icons only" 440 | msgstr "" 441 | 442 | #: ../mate-tweak:1760 443 | msgid "Text only" 444 | msgstr "" 445 | -------------------------------------------------------------------------------- /po/ig.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the PACKAGE package. 4 | # 5 | # Translators: 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: MATE Desktop Environment\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2020-02-13 22:22+0000\n" 11 | "PO-Revision-Date: 2016-05-20 17:25+0000\n" 12 | "Last-Translator: Martin Wimpress \n" 13 | "Language-Team: Igbo (http://www.transifex.com/mate/MATE/language/ig/)\n" 14 | "Language: ig\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 19 | 20 | #: ../mate-tweak:1207 21 | msgid "Right" 22 | msgstr "" 23 | 24 | #: ../mate-tweak:1208 25 | msgid "Left" 26 | msgstr "" 27 | 28 | #: ../mate-tweak:1209 29 | msgid "Right (with menu)" 30 | msgstr "" 31 | 32 | #: ../mate-tweak:1210 33 | msgid "Left (with menu)" 34 | msgstr "" 35 | 36 | #: ../mate-tweak:1218 37 | msgid "Marco (No compositor)" 38 | msgstr "" 39 | 40 | #: ../mate-tweak:1220 41 | msgid "Marco (Adaptive compositor)" 42 | msgstr "" 43 | 44 | #: ../mate-tweak:1222 45 | msgid "Marco (Compton GPU compositor)" 46 | msgstr "" 47 | 48 | #: ../mate-tweak:1224 49 | msgid "Compiz (Advanced GPU accelerated desktop effects)" 50 | msgstr "" 51 | 52 | #: ../mate-tweak:1227 53 | msgid "" 54 | "You are currently using an unknown and unsupported window manager. Thus we " 55 | "cannot guarantee that changes made here will be effective." 56 | msgstr "" 57 | 58 | #: ../mate-tweak:1529 59 | msgid "Desktop" 60 | msgstr "" 61 | 62 | #: ../mate-tweak:1530 63 | msgid "Interface" 64 | msgstr "" 65 | 66 | #: ../mate-tweak:1531 67 | msgid "Panel" 68 | msgstr "" 69 | 70 | #: ../mate-tweak:1532 71 | msgid "Windows" 72 | msgstr "" 73 | 74 | #: ../mate-tweak:1581 75 | msgid "MATE Tweak" 76 | msgstr "" 77 | 78 | #: ../mate-tweak:1584 79 | msgid "Desktop icons" 80 | msgstr "" 81 | 82 | #: ../mate-tweak:1585 83 | msgid "Performance" 84 | msgstr "" 85 | 86 | #: ../mate-tweak:1586 87 | msgid "Window Behaviour" 88 | msgstr "" 89 | 90 | #: ../mate-tweak:1587 91 | msgid "Appearance" 92 | msgstr "" 93 | 94 | #: ../mate-tweak:1588 95 | msgid "Panels" 96 | msgstr "" 97 | 98 | #: ../mate-tweak:1589 99 | msgid "Panel Features" 100 | msgstr "" 101 | 102 | #: ../mate-tweak:1590 103 | msgid "Panel Menu Features" 104 | msgstr "" 105 | 106 | #: ../mate-tweak:1591 107 | msgid "Icons" 108 | msgstr "" 109 | 110 | #: ../mate-tweak:1592 111 | msgid "Context menus" 112 | msgstr "" 113 | 114 | #: ../mate-tweak:1593 115 | msgid "Toolbars" 116 | msgstr "" 117 | 118 | #: ../mate-tweak:1594 119 | msgid "Window manager" 120 | msgstr "" 121 | 122 | #: ../mate-tweak:1596 123 | msgid "Select the Desktop Icons you want enabled:" 124 | msgstr "" 125 | 126 | #: ../mate-tweak:1597 127 | msgid "Show Desktop Icons" 128 | msgstr "" 129 | 130 | #: ../mate-tweak:1598 131 | msgid "" 132 | "When disabled the desktop will be unmanaged with no icons or file manager " 133 | "access" 134 | msgstr "" 135 | 136 | #: ../mate-tweak:1599 137 | msgid "Computer" 138 | msgstr "" 139 | 140 | #: ../mate-tweak:1600 141 | msgid "Home" 142 | msgstr "" 143 | 144 | #: ../mate-tweak:1601 145 | msgid "Network" 146 | msgstr "" 147 | 148 | #: ../mate-tweak:1602 149 | msgid "Trash" 150 | msgstr "" 151 | 152 | #: ../mate-tweak:1603 153 | msgid "Mounted Volumes" 154 | msgstr "" 155 | 156 | #: ../mate-tweak:1605 157 | msgid "Enable animations" 158 | msgstr "" 159 | 160 | #: ../mate-tweak:1606 161 | msgid "Whether animations should be displayed by the window manager and panel" 162 | msgstr "" 163 | 164 | #: ../mate-tweak:1607 165 | msgid "Do not show window content when moving windows" 166 | msgstr "" 167 | 168 | #: ../mate-tweak:1608 169 | msgid "Provide less feedback when moving windows by using wireframes" 170 | msgstr "" 171 | 172 | #: ../mate-tweak:1609 173 | msgid "Window manager performance tuning." 174 | msgstr "" 175 | 176 | #: ../mate-tweak:1611 177 | msgid "Enable window snapping" 178 | msgstr "" 179 | 180 | #: ../mate-tweak:1612 181 | msgid "" 182 | "Dropping windows on screen edges maximizes them vertically and resizes them " 183 | "horizontally to cover half the available area" 184 | msgstr "" 185 | 186 | #: ../mate-tweak:1613 187 | msgid "Undecorate maximized windows" 188 | msgstr "" 189 | 190 | #: ../mate-tweak:1614 191 | msgid "Undecorate windows when maximized" 192 | msgstr "" 193 | 194 | #: ../mate-tweak:1615 195 | msgid "Do not auto-maximize new windows" 196 | msgstr "" 197 | 198 | #: ../mate-tweak:1616 199 | msgid "Do not automatically maximize newly opened windows" 200 | msgstr "" 201 | 202 | #: ../mate-tweak:1617 203 | msgid "Window control placement." 204 | msgstr "" 205 | 206 | #: ../mate-tweak:1619 207 | msgid "Save the current panel layout as your own custom version" 208 | msgstr "" 209 | 210 | #: ../mate-tweak:1620 211 | msgid "Delete the currently selected panel layout" 212 | msgstr "" 213 | 214 | #: ../mate-tweak:1621 215 | msgid "Open CCSM" 216 | msgstr "" 217 | 218 | #: ../mate-tweak:1622 219 | msgid "Open the Compiz configuration and settings manager" 220 | msgstr "" 221 | 222 | #: ../mate-tweak:1623 223 | msgid "Reset Compiz" 224 | msgstr "" 225 | 226 | #: ../mate-tweak:1624 227 | msgid "Reset the current Compiz configuration to factory defaults" 228 | msgstr "" 229 | 230 | #: ../mate-tweak:1627 ../mate-tweak:1632 231 | msgid "HiDPI" 232 | msgstr "" 233 | 234 | #: ../mate-tweak:1628 235 | msgid "Select a window scaling factor." 236 | msgstr "" 237 | 238 | #: ../mate-tweak:1630 239 | msgid "Auto-detect" 240 | msgstr "" 241 | 242 | #: ../mate-tweak:1631 243 | msgid "Regular" 244 | msgstr "" 245 | 246 | #: ../mate-tweak:1635 247 | msgid "" 248 | "Double the size of all windows, panels, widgets, fonts, etc. for HiDPI " 249 | "displays." 250 | msgstr "" 251 | 252 | #: ../mate-tweak:1641 253 | msgid "Open Font preferences" 254 | msgstr "" 255 | 256 | #: ../mate-tweak:1642 ../mate-tweak:1644 257 | msgid "Fonts" 258 | msgstr "" 259 | 260 | #: ../mate-tweak:1643 261 | msgid "Open Font preferences and click Details... to fine tune the font DPI." 262 | msgstr "" 263 | 264 | #: ../mate-tweak:1646 265 | msgid "Enable keyboard LED" 266 | msgstr "" 267 | 268 | #: ../mate-tweak:1647 269 | msgid "Show keyboard LED indicators in the notifcation tray" 270 | msgstr "" 271 | 272 | #: ../mate-tweak:1648 273 | msgid "Enable pull-down terminal" 274 | msgstr "" 275 | 276 | #: ../mate-tweak:1649 277 | msgid "When enabled press F12 to pull down terminal" 278 | msgstr "" 279 | 280 | #: ../mate-tweak:1650 281 | msgid "Enable Dock" 282 | msgstr "" 283 | 284 | #: ../mate-tweak:1651 285 | msgid "When checked the Dock will be enabled." 286 | msgstr "" 287 | 288 | #: ../mate-tweak:1652 289 | msgid "Enable HUD" 290 | msgstr "" 291 | 292 | #: ../mate-tweak:1653 293 | msgid "" 294 | "When checked the Heads-Up Display (HUD) will be enabled. Press Alt_L to " 295 | "search application menus." 296 | msgstr "" 297 | 298 | #: ../mate-tweak:1655 299 | msgid "Show Applications" 300 | msgstr "" 301 | 302 | #: ../mate-tweak:1656 303 | msgid "Show Applications item in the menu bar" 304 | msgstr "" 305 | 306 | #: ../mate-tweak:1657 307 | msgid "Show Places" 308 | msgstr "" 309 | 310 | #: ../mate-tweak:1658 311 | msgid "Show Places item in the menu bar" 312 | msgstr "" 313 | 314 | #: ../mate-tweak:1659 315 | msgid "Show System" 316 | msgstr "" 317 | 318 | #: ../mate-tweak:1660 319 | msgid "Show System item in the menu bar" 320 | msgstr "" 321 | 322 | #: ../mate-tweak:1662 323 | msgid "Show icons on menus" 324 | msgstr "" 325 | 326 | #: ../mate-tweak:1663 327 | msgid "Whether menus may display an icon next to a menu entry" 328 | msgstr "" 329 | 330 | #: ../mate-tweak:1664 331 | msgid "Show icons on buttons" 332 | msgstr "" 333 | 334 | #: ../mate-tweak:1665 335 | msgid "Whether buttons may display an icon in addition to the button text" 336 | msgstr "" 337 | 338 | #: ../mate-tweak:1666 339 | msgid "Show Input Methods menu in context menus" 340 | msgstr "" 341 | 342 | #: ../mate-tweak:1667 343 | msgid "" 344 | "Whether the context menus of entries and text views should offer to change " 345 | "the input method" 346 | msgstr "" 347 | 348 | #: ../mate-tweak:1668 349 | msgid "Show Unicode Control Character menu in context menus" 350 | msgstr "" 351 | 352 | #: ../mate-tweak:1669 353 | msgid "" 354 | "Whether the context menu of entries and text views should offer the insert " 355 | "control characters" 356 | msgstr "" 357 | 358 | #: ../mate-tweak:1671 359 | msgid "Style:" 360 | msgstr "" 361 | 362 | #: ../mate-tweak:1672 363 | msgid "Icon size:" 364 | msgstr "" 365 | 366 | #: ../mate-tweak:1691 367 | msgid "Small" 368 | msgstr "" 369 | 370 | #: ../mate-tweak:1692 371 | msgid "Large" 372 | msgstr "" 373 | 374 | #: ../mate-tweak:1701 375 | msgid "The new window manager will be activated upon selection." 376 | msgstr "" 377 | 378 | #: ../mate-tweak:1702 379 | msgid "Select a window manager." 380 | msgstr "" 381 | 382 | #: ../mate-tweak:1708 383 | msgid "Select a panel layout to change the user interface." 384 | msgstr "" 385 | 386 | #: ../mate-tweak:1709 387 | msgid "Select a panel layout." 388 | msgstr "" 389 | 390 | #: ../mate-tweak:1714 391 | msgid "Default" 392 | msgstr "" 393 | 394 | #: ../mate-tweak:1715 395 | msgid "16px" 396 | msgstr "" 397 | 398 | #: ../mate-tweak:1716 399 | msgid "22px" 400 | msgstr "" 401 | 402 | #: ../mate-tweak:1717 403 | msgid "24px" 404 | msgstr "" 405 | 406 | #: ../mate-tweak:1718 407 | msgid "32px" 408 | msgstr "" 409 | 410 | #: ../mate-tweak:1719 411 | msgid "48px" 412 | msgstr "" 413 | 414 | #: ../mate-tweak:1723 415 | msgid "Set the panel icon size." 416 | msgstr "" 417 | 418 | #: ../mate-tweak:1724 419 | msgid "Select the icon size for panel icons." 420 | msgstr "" 421 | 422 | #: ../mate-tweak:1728 423 | msgid "Set the icon size of menu items used in the panel." 424 | msgstr "" 425 | 426 | #: ../mate-tweak:1729 427 | msgid "Select the icon size for menu items in the panel." 428 | msgstr "" 429 | 430 | #: ../mate-tweak:1757 431 | msgid "Text below items" 432 | msgstr "" 433 | 434 | #: ../mate-tweak:1758 435 | msgid "Text beside items" 436 | msgstr "" 437 | 438 | #: ../mate-tweak:1759 439 | msgid "Icons only" 440 | msgstr "" 441 | 442 | #: ../mate-tweak:1760 443 | msgid "Text only" 444 | msgstr "" 445 | -------------------------------------------------------------------------------- /po/ks.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the PACKAGE package. 4 | # 5 | # Translators: 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: MATE Desktop Environment\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2020-02-13 22:22+0000\n" 11 | "PO-Revision-Date: 2016-05-20 17:25+0000\n" 12 | "Last-Translator: Martin Wimpress \n" 13 | "Language-Team: Kashmiri (http://www.transifex.com/mate/MATE/language/ks/)\n" 14 | "Language: ks\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 19 | 20 | #: ../mate-tweak:1207 21 | msgid "Right" 22 | msgstr "" 23 | 24 | #: ../mate-tweak:1208 25 | msgid "Left" 26 | msgstr "" 27 | 28 | #: ../mate-tweak:1209 29 | msgid "Right (with menu)" 30 | msgstr "" 31 | 32 | #: ../mate-tweak:1210 33 | msgid "Left (with menu)" 34 | msgstr "" 35 | 36 | #: ../mate-tweak:1218 37 | msgid "Marco (No compositor)" 38 | msgstr "" 39 | 40 | #: ../mate-tweak:1220 41 | msgid "Marco (Adaptive compositor)" 42 | msgstr "" 43 | 44 | #: ../mate-tweak:1222 45 | msgid "Marco (Compton GPU compositor)" 46 | msgstr "" 47 | 48 | #: ../mate-tweak:1224 49 | msgid "Compiz (Advanced GPU accelerated desktop effects)" 50 | msgstr "" 51 | 52 | #: ../mate-tweak:1227 53 | msgid "" 54 | "You are currently using an unknown and unsupported window manager. Thus we " 55 | "cannot guarantee that changes made here will be effective." 56 | msgstr "" 57 | 58 | #: ../mate-tweak:1529 59 | msgid "Desktop" 60 | msgstr "" 61 | 62 | #: ../mate-tweak:1530 63 | msgid "Interface" 64 | msgstr "" 65 | 66 | #: ../mate-tweak:1531 67 | msgid "Panel" 68 | msgstr "" 69 | 70 | #: ../mate-tweak:1532 71 | msgid "Windows" 72 | msgstr "" 73 | 74 | #: ../mate-tweak:1581 75 | msgid "MATE Tweak" 76 | msgstr "" 77 | 78 | #: ../mate-tweak:1584 79 | msgid "Desktop icons" 80 | msgstr "" 81 | 82 | #: ../mate-tweak:1585 83 | msgid "Performance" 84 | msgstr "" 85 | 86 | #: ../mate-tweak:1586 87 | msgid "Window Behaviour" 88 | msgstr "" 89 | 90 | #: ../mate-tweak:1587 91 | msgid "Appearance" 92 | msgstr "" 93 | 94 | #: ../mate-tweak:1588 95 | msgid "Panels" 96 | msgstr "" 97 | 98 | #: ../mate-tweak:1589 99 | msgid "Panel Features" 100 | msgstr "" 101 | 102 | #: ../mate-tweak:1590 103 | msgid "Panel Menu Features" 104 | msgstr "" 105 | 106 | #: ../mate-tweak:1591 107 | msgid "Icons" 108 | msgstr "" 109 | 110 | #: ../mate-tweak:1592 111 | msgid "Context menus" 112 | msgstr "" 113 | 114 | #: ../mate-tweak:1593 115 | msgid "Toolbars" 116 | msgstr "" 117 | 118 | #: ../mate-tweak:1594 119 | msgid "Window manager" 120 | msgstr "" 121 | 122 | #: ../mate-tweak:1596 123 | msgid "Select the Desktop Icons you want enabled:" 124 | msgstr "" 125 | 126 | #: ../mate-tweak:1597 127 | msgid "Show Desktop Icons" 128 | msgstr "" 129 | 130 | #: ../mate-tweak:1598 131 | msgid "" 132 | "When disabled the desktop will be unmanaged with no icons or file manager " 133 | "access" 134 | msgstr "" 135 | 136 | #: ../mate-tweak:1599 137 | msgid "Computer" 138 | msgstr "" 139 | 140 | #: ../mate-tweak:1600 141 | msgid "Home" 142 | msgstr "" 143 | 144 | #: ../mate-tweak:1601 145 | msgid "Network" 146 | msgstr "" 147 | 148 | #: ../mate-tweak:1602 149 | msgid "Trash" 150 | msgstr "" 151 | 152 | #: ../mate-tweak:1603 153 | msgid "Mounted Volumes" 154 | msgstr "" 155 | 156 | #: ../mate-tweak:1605 157 | msgid "Enable animations" 158 | msgstr "" 159 | 160 | #: ../mate-tweak:1606 161 | msgid "Whether animations should be displayed by the window manager and panel" 162 | msgstr "" 163 | 164 | #: ../mate-tweak:1607 165 | msgid "Do not show window content when moving windows" 166 | msgstr "" 167 | 168 | #: ../mate-tweak:1608 169 | msgid "Provide less feedback when moving windows by using wireframes" 170 | msgstr "" 171 | 172 | #: ../mate-tweak:1609 173 | msgid "Window manager performance tuning." 174 | msgstr "" 175 | 176 | #: ../mate-tweak:1611 177 | msgid "Enable window snapping" 178 | msgstr "" 179 | 180 | #: ../mate-tweak:1612 181 | msgid "" 182 | "Dropping windows on screen edges maximizes them vertically and resizes them " 183 | "horizontally to cover half the available area" 184 | msgstr "" 185 | 186 | #: ../mate-tweak:1613 187 | msgid "Undecorate maximized windows" 188 | msgstr "" 189 | 190 | #: ../mate-tweak:1614 191 | msgid "Undecorate windows when maximized" 192 | msgstr "" 193 | 194 | #: ../mate-tweak:1615 195 | msgid "Do not auto-maximize new windows" 196 | msgstr "" 197 | 198 | #: ../mate-tweak:1616 199 | msgid "Do not automatically maximize newly opened windows" 200 | msgstr "" 201 | 202 | #: ../mate-tweak:1617 203 | msgid "Window control placement." 204 | msgstr "" 205 | 206 | #: ../mate-tweak:1619 207 | msgid "Save the current panel layout as your own custom version" 208 | msgstr "" 209 | 210 | #: ../mate-tweak:1620 211 | msgid "Delete the currently selected panel layout" 212 | msgstr "" 213 | 214 | #: ../mate-tweak:1621 215 | msgid "Open CCSM" 216 | msgstr "" 217 | 218 | #: ../mate-tweak:1622 219 | msgid "Open the Compiz configuration and settings manager" 220 | msgstr "" 221 | 222 | #: ../mate-tweak:1623 223 | msgid "Reset Compiz" 224 | msgstr "" 225 | 226 | #: ../mate-tweak:1624 227 | msgid "Reset the current Compiz configuration to factory defaults" 228 | msgstr "" 229 | 230 | #: ../mate-tweak:1627 ../mate-tweak:1632 231 | msgid "HiDPI" 232 | msgstr "" 233 | 234 | #: ../mate-tweak:1628 235 | msgid "Select a window scaling factor." 236 | msgstr "" 237 | 238 | #: ../mate-tweak:1630 239 | msgid "Auto-detect" 240 | msgstr "" 241 | 242 | #: ../mate-tweak:1631 243 | msgid "Regular" 244 | msgstr "" 245 | 246 | #: ../mate-tweak:1635 247 | msgid "" 248 | "Double the size of all windows, panels, widgets, fonts, etc. for HiDPI " 249 | "displays." 250 | msgstr "" 251 | 252 | #: ../mate-tweak:1641 253 | msgid "Open Font preferences" 254 | msgstr "" 255 | 256 | #: ../mate-tweak:1642 ../mate-tweak:1644 257 | msgid "Fonts" 258 | msgstr "" 259 | 260 | #: ../mate-tweak:1643 261 | msgid "Open Font preferences and click Details... to fine tune the font DPI." 262 | msgstr "" 263 | 264 | #: ../mate-tweak:1646 265 | msgid "Enable keyboard LED" 266 | msgstr "" 267 | 268 | #: ../mate-tweak:1647 269 | msgid "Show keyboard LED indicators in the notifcation tray" 270 | msgstr "" 271 | 272 | #: ../mate-tweak:1648 273 | msgid "Enable pull-down terminal" 274 | msgstr "" 275 | 276 | #: ../mate-tweak:1649 277 | msgid "When enabled press F12 to pull down terminal" 278 | msgstr "" 279 | 280 | #: ../mate-tweak:1650 281 | msgid "Enable Dock" 282 | msgstr "" 283 | 284 | #: ../mate-tweak:1651 285 | msgid "When checked the Dock will be enabled." 286 | msgstr "" 287 | 288 | #: ../mate-tweak:1652 289 | msgid "Enable HUD" 290 | msgstr "" 291 | 292 | #: ../mate-tweak:1653 293 | msgid "" 294 | "When checked the Heads-Up Display (HUD) will be enabled. Press Alt_L to " 295 | "search application menus." 296 | msgstr "" 297 | 298 | #: ../mate-tweak:1655 299 | msgid "Show Applications" 300 | msgstr "" 301 | 302 | #: ../mate-tweak:1656 303 | msgid "Show Applications item in the menu bar" 304 | msgstr "" 305 | 306 | #: ../mate-tweak:1657 307 | msgid "Show Places" 308 | msgstr "" 309 | 310 | #: ../mate-tweak:1658 311 | msgid "Show Places item in the menu bar" 312 | msgstr "" 313 | 314 | #: ../mate-tweak:1659 315 | msgid "Show System" 316 | msgstr "" 317 | 318 | #: ../mate-tweak:1660 319 | msgid "Show System item in the menu bar" 320 | msgstr "" 321 | 322 | #: ../mate-tweak:1662 323 | msgid "Show icons on menus" 324 | msgstr "" 325 | 326 | #: ../mate-tweak:1663 327 | msgid "Whether menus may display an icon next to a menu entry" 328 | msgstr "" 329 | 330 | #: ../mate-tweak:1664 331 | msgid "Show icons on buttons" 332 | msgstr "" 333 | 334 | #: ../mate-tweak:1665 335 | msgid "Whether buttons may display an icon in addition to the button text" 336 | msgstr "" 337 | 338 | #: ../mate-tweak:1666 339 | msgid "Show Input Methods menu in context menus" 340 | msgstr "" 341 | 342 | #: ../mate-tweak:1667 343 | msgid "" 344 | "Whether the context menus of entries and text views should offer to change " 345 | "the input method" 346 | msgstr "" 347 | 348 | #: ../mate-tweak:1668 349 | msgid "Show Unicode Control Character menu in context menus" 350 | msgstr "" 351 | 352 | #: ../mate-tweak:1669 353 | msgid "" 354 | "Whether the context menu of entries and text views should offer the insert " 355 | "control characters" 356 | msgstr "" 357 | 358 | #: ../mate-tweak:1671 359 | msgid "Style:" 360 | msgstr "" 361 | 362 | #: ../mate-tweak:1672 363 | msgid "Icon size:" 364 | msgstr "" 365 | 366 | #: ../mate-tweak:1691 367 | msgid "Small" 368 | msgstr "" 369 | 370 | #: ../mate-tweak:1692 371 | msgid "Large" 372 | msgstr "" 373 | 374 | #: ../mate-tweak:1701 375 | msgid "The new window manager will be activated upon selection." 376 | msgstr "" 377 | 378 | #: ../mate-tweak:1702 379 | msgid "Select a window manager." 380 | msgstr "" 381 | 382 | #: ../mate-tweak:1708 383 | msgid "Select a panel layout to change the user interface." 384 | msgstr "" 385 | 386 | #: ../mate-tweak:1709 387 | msgid "Select a panel layout." 388 | msgstr "" 389 | 390 | #: ../mate-tweak:1714 391 | msgid "Default" 392 | msgstr "" 393 | 394 | #: ../mate-tweak:1715 395 | msgid "16px" 396 | msgstr "" 397 | 398 | #: ../mate-tweak:1716 399 | msgid "22px" 400 | msgstr "" 401 | 402 | #: ../mate-tweak:1717 403 | msgid "24px" 404 | msgstr "" 405 | 406 | #: ../mate-tweak:1718 407 | msgid "32px" 408 | msgstr "" 409 | 410 | #: ../mate-tweak:1719 411 | msgid "48px" 412 | msgstr "" 413 | 414 | #: ../mate-tweak:1723 415 | msgid "Set the panel icon size." 416 | msgstr "" 417 | 418 | #: ../mate-tweak:1724 419 | msgid "Select the icon size for panel icons." 420 | msgstr "" 421 | 422 | #: ../mate-tweak:1728 423 | msgid "Set the icon size of menu items used in the panel." 424 | msgstr "" 425 | 426 | #: ../mate-tweak:1729 427 | msgid "Select the icon size for menu items in the panel." 428 | msgstr "" 429 | 430 | #: ../mate-tweak:1757 431 | msgid "Text below items" 432 | msgstr "" 433 | 434 | #: ../mate-tweak:1758 435 | msgid "Text beside items" 436 | msgstr "" 437 | 438 | #: ../mate-tweak:1759 439 | msgid "Icons only" 440 | msgstr "" 441 | 442 | #: ../mate-tweak:1760 443 | msgid "Text only" 444 | msgstr "" 445 | -------------------------------------------------------------------------------- /po/lfn.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the PACKAGE package. 4 | # 5 | # Translators: 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: MATE Desktop Environment\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2020-02-13 22:22+0000\n" 11 | "PO-Revision-Date: 2015-03-15 20:33+0000\n" 12 | "Last-Translator: FULL NAME \n" 13 | "Language-Team: Lingua Franca Nova (http://www.transifex.com/mate/MATE/language/lfn/)\n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Language: lfn\n" 18 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 19 | 20 | #: ../mate-tweak:1207 21 | msgid "Right" 22 | msgstr "" 23 | 24 | #: ../mate-tweak:1208 25 | msgid "Left" 26 | msgstr "" 27 | 28 | #: ../mate-tweak:1209 29 | msgid "Right (with menu)" 30 | msgstr "" 31 | 32 | #: ../mate-tweak:1210 33 | msgid "Left (with menu)" 34 | msgstr "" 35 | 36 | #: ../mate-tweak:1218 37 | msgid "Marco (No compositor)" 38 | msgstr "" 39 | 40 | #: ../mate-tweak:1220 41 | msgid "Marco (Adaptive compositor)" 42 | msgstr "" 43 | 44 | #: ../mate-tweak:1222 45 | msgid "Marco (Compton GPU compositor)" 46 | msgstr "" 47 | 48 | #: ../mate-tweak:1224 49 | msgid "Compiz (Advanced GPU accelerated desktop effects)" 50 | msgstr "" 51 | 52 | #: ../mate-tweak:1227 53 | msgid "" 54 | "You are currently using an unknown and unsupported window manager. Thus we " 55 | "cannot guarantee that changes made here will be effective." 56 | msgstr "" 57 | 58 | #: ../mate-tweak:1529 59 | msgid "Desktop" 60 | msgstr "" 61 | 62 | #: ../mate-tweak:1530 63 | msgid "Interface" 64 | msgstr "" 65 | 66 | #: ../mate-tweak:1531 67 | msgid "Panel" 68 | msgstr "" 69 | 70 | #: ../mate-tweak:1532 71 | msgid "Windows" 72 | msgstr "" 73 | 74 | #: ../mate-tweak:1581 75 | msgid "MATE Tweak" 76 | msgstr "" 77 | 78 | #: ../mate-tweak:1584 79 | msgid "Desktop icons" 80 | msgstr "" 81 | 82 | #: ../mate-tweak:1585 83 | msgid "Performance" 84 | msgstr "" 85 | 86 | #: ../mate-tweak:1586 87 | msgid "Window Behaviour" 88 | msgstr "" 89 | 90 | #: ../mate-tweak:1587 91 | msgid "Appearance" 92 | msgstr "" 93 | 94 | #: ../mate-tweak:1588 95 | msgid "Panels" 96 | msgstr "" 97 | 98 | #: ../mate-tweak:1589 99 | msgid "Panel Features" 100 | msgstr "" 101 | 102 | #: ../mate-tweak:1590 103 | msgid "Panel Menu Features" 104 | msgstr "" 105 | 106 | #: ../mate-tweak:1591 107 | msgid "Icons" 108 | msgstr "" 109 | 110 | #: ../mate-tweak:1592 111 | msgid "Context menus" 112 | msgstr "" 113 | 114 | #: ../mate-tweak:1593 115 | msgid "Toolbars" 116 | msgstr "" 117 | 118 | #: ../mate-tweak:1594 119 | msgid "Window manager" 120 | msgstr "" 121 | 122 | #: ../mate-tweak:1596 123 | msgid "Select the Desktop Icons you want enabled:" 124 | msgstr "" 125 | 126 | #: ../mate-tweak:1597 127 | msgid "Show Desktop Icons" 128 | msgstr "" 129 | 130 | #: ../mate-tweak:1598 131 | msgid "" 132 | "When disabled the desktop will be unmanaged with no icons or file manager " 133 | "access" 134 | msgstr "" 135 | 136 | #: ../mate-tweak:1599 137 | msgid "Computer" 138 | msgstr "" 139 | 140 | #: ../mate-tweak:1600 141 | msgid "Home" 142 | msgstr "" 143 | 144 | #: ../mate-tweak:1601 145 | msgid "Network" 146 | msgstr "" 147 | 148 | #: ../mate-tweak:1602 149 | msgid "Trash" 150 | msgstr "" 151 | 152 | #: ../mate-tweak:1603 153 | msgid "Mounted Volumes" 154 | msgstr "" 155 | 156 | #: ../mate-tweak:1605 157 | msgid "Enable animations" 158 | msgstr "" 159 | 160 | #: ../mate-tweak:1606 161 | msgid "Whether animations should be displayed by the window manager and panel" 162 | msgstr "" 163 | 164 | #: ../mate-tweak:1607 165 | msgid "Do not show window content when moving windows" 166 | msgstr "" 167 | 168 | #: ../mate-tweak:1608 169 | msgid "Provide less feedback when moving windows by using wireframes" 170 | msgstr "" 171 | 172 | #: ../mate-tweak:1609 173 | msgid "Window manager performance tuning." 174 | msgstr "" 175 | 176 | #: ../mate-tweak:1611 177 | msgid "Enable window snapping" 178 | msgstr "" 179 | 180 | #: ../mate-tweak:1612 181 | msgid "" 182 | "Dropping windows on screen edges maximizes them vertically and resizes them " 183 | "horizontally to cover half the available area" 184 | msgstr "" 185 | 186 | #: ../mate-tweak:1613 187 | msgid "Undecorate maximized windows" 188 | msgstr "" 189 | 190 | #: ../mate-tweak:1614 191 | msgid "Undecorate windows when maximized" 192 | msgstr "" 193 | 194 | #: ../mate-tweak:1615 195 | msgid "Do not auto-maximize new windows" 196 | msgstr "" 197 | 198 | #: ../mate-tweak:1616 199 | msgid "Do not automatically maximize newly opened windows" 200 | msgstr "" 201 | 202 | #: ../mate-tweak:1617 203 | msgid "Window control placement." 204 | msgstr "" 205 | 206 | #: ../mate-tweak:1619 207 | msgid "Save the current panel layout as your own custom version" 208 | msgstr "" 209 | 210 | #: ../mate-tweak:1620 211 | msgid "Delete the currently selected panel layout" 212 | msgstr "" 213 | 214 | #: ../mate-tweak:1621 215 | msgid "Open CCSM" 216 | msgstr "" 217 | 218 | #: ../mate-tweak:1622 219 | msgid "Open the Compiz configuration and settings manager" 220 | msgstr "" 221 | 222 | #: ../mate-tweak:1623 223 | msgid "Reset Compiz" 224 | msgstr "" 225 | 226 | #: ../mate-tweak:1624 227 | msgid "Reset the current Compiz configuration to factory defaults" 228 | msgstr "" 229 | 230 | #: ../mate-tweak:1627 ../mate-tweak:1632 231 | msgid "HiDPI" 232 | msgstr "" 233 | 234 | #: ../mate-tweak:1628 235 | msgid "Select a window scaling factor." 236 | msgstr "" 237 | 238 | #: ../mate-tweak:1630 239 | msgid "Auto-detect" 240 | msgstr "" 241 | 242 | #: ../mate-tweak:1631 243 | msgid "Regular" 244 | msgstr "" 245 | 246 | #: ../mate-tweak:1635 247 | msgid "" 248 | "Double the size of all windows, panels, widgets, fonts, etc. for HiDPI " 249 | "displays." 250 | msgstr "" 251 | 252 | #: ../mate-tweak:1641 253 | msgid "Open Font preferences" 254 | msgstr "" 255 | 256 | #: ../mate-tweak:1642 ../mate-tweak:1644 257 | msgid "Fonts" 258 | msgstr "" 259 | 260 | #: ../mate-tweak:1643 261 | msgid "Open Font preferences and click Details... to fine tune the font DPI." 262 | msgstr "" 263 | 264 | #: ../mate-tweak:1646 265 | msgid "Enable keyboard LED" 266 | msgstr "" 267 | 268 | #: ../mate-tweak:1647 269 | msgid "Show keyboard LED indicators in the notifcation tray" 270 | msgstr "" 271 | 272 | #: ../mate-tweak:1648 273 | msgid "Enable pull-down terminal" 274 | msgstr "" 275 | 276 | #: ../mate-tweak:1649 277 | msgid "When enabled press F12 to pull down terminal" 278 | msgstr "" 279 | 280 | #: ../mate-tweak:1650 281 | msgid "Enable Dock" 282 | msgstr "" 283 | 284 | #: ../mate-tweak:1651 285 | msgid "When checked the Dock will be enabled." 286 | msgstr "" 287 | 288 | #: ../mate-tweak:1652 289 | msgid "Enable HUD" 290 | msgstr "" 291 | 292 | #: ../mate-tweak:1653 293 | msgid "" 294 | "When checked the Heads-Up Display (HUD) will be enabled. Press Alt_L to " 295 | "search application menus." 296 | msgstr "" 297 | 298 | #: ../mate-tweak:1655 299 | msgid "Show Applications" 300 | msgstr "" 301 | 302 | #: ../mate-tweak:1656 303 | msgid "Show Applications item in the menu bar" 304 | msgstr "" 305 | 306 | #: ../mate-tweak:1657 307 | msgid "Show Places" 308 | msgstr "" 309 | 310 | #: ../mate-tweak:1658 311 | msgid "Show Places item in the menu bar" 312 | msgstr "" 313 | 314 | #: ../mate-tweak:1659 315 | msgid "Show System" 316 | msgstr "" 317 | 318 | #: ../mate-tweak:1660 319 | msgid "Show System item in the menu bar" 320 | msgstr "" 321 | 322 | #: ../mate-tweak:1662 323 | msgid "Show icons on menus" 324 | msgstr "" 325 | 326 | #: ../mate-tweak:1663 327 | msgid "Whether menus may display an icon next to a menu entry" 328 | msgstr "" 329 | 330 | #: ../mate-tweak:1664 331 | msgid "Show icons on buttons" 332 | msgstr "" 333 | 334 | #: ../mate-tweak:1665 335 | msgid "Whether buttons may display an icon in addition to the button text" 336 | msgstr "" 337 | 338 | #: ../mate-tweak:1666 339 | msgid "Show Input Methods menu in context menus" 340 | msgstr "" 341 | 342 | #: ../mate-tweak:1667 343 | msgid "" 344 | "Whether the context menus of entries and text views should offer to change " 345 | "the input method" 346 | msgstr "" 347 | 348 | #: ../mate-tweak:1668 349 | msgid "Show Unicode Control Character menu in context menus" 350 | msgstr "" 351 | 352 | #: ../mate-tweak:1669 353 | msgid "" 354 | "Whether the context menu of entries and text views should offer the insert " 355 | "control characters" 356 | msgstr "" 357 | 358 | #: ../mate-tweak:1671 359 | msgid "Style:" 360 | msgstr "" 361 | 362 | #: ../mate-tweak:1672 363 | msgid "Icon size:" 364 | msgstr "" 365 | 366 | #: ../mate-tweak:1691 367 | msgid "Small" 368 | msgstr "" 369 | 370 | #: ../mate-tweak:1692 371 | msgid "Large" 372 | msgstr "" 373 | 374 | #: ../mate-tweak:1701 375 | msgid "The new window manager will be activated upon selection." 376 | msgstr "" 377 | 378 | #: ../mate-tweak:1702 379 | msgid "Select a window manager." 380 | msgstr "" 381 | 382 | #: ../mate-tweak:1708 383 | msgid "Select a panel layout to change the user interface." 384 | msgstr "" 385 | 386 | #: ../mate-tweak:1709 387 | msgid "Select a panel layout." 388 | msgstr "" 389 | 390 | #: ../mate-tweak:1714 391 | msgid "Default" 392 | msgstr "" 393 | 394 | #: ../mate-tweak:1715 395 | msgid "16px" 396 | msgstr "" 397 | 398 | #: ../mate-tweak:1716 399 | msgid "22px" 400 | msgstr "" 401 | 402 | #: ../mate-tweak:1717 403 | msgid "24px" 404 | msgstr "" 405 | 406 | #: ../mate-tweak:1718 407 | msgid "32px" 408 | msgstr "" 409 | 410 | #: ../mate-tweak:1719 411 | msgid "48px" 412 | msgstr "" 413 | 414 | #: ../mate-tweak:1723 415 | msgid "Set the panel icon size." 416 | msgstr "" 417 | 418 | #: ../mate-tweak:1724 419 | msgid "Select the icon size for panel icons." 420 | msgstr "" 421 | 422 | #: ../mate-tweak:1728 423 | msgid "Set the icon size of menu items used in the panel." 424 | msgstr "" 425 | 426 | #: ../mate-tweak:1729 427 | msgid "Select the icon size for menu items in the panel." 428 | msgstr "" 429 | 430 | #: ../mate-tweak:1757 431 | msgid "Text below items" 432 | msgstr "" 433 | 434 | #: ../mate-tweak:1758 435 | msgid "Text beside items" 436 | msgstr "" 437 | 438 | #: ../mate-tweak:1759 439 | msgid "Icons only" 440 | msgstr "" 441 | 442 | #: ../mate-tweak:1760 443 | msgid "Text only" 444 | msgstr "" 445 | -------------------------------------------------------------------------------- /po/li.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the PACKAGE package. 4 | # 5 | # Translators: 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: MATE Desktop Environment\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2020-02-13 22:22+0000\n" 11 | "PO-Revision-Date: 2016-05-20 17:25+0000\n" 12 | "Last-Translator: Martin Wimpress \n" 13 | "Language-Team: Limburgian (http://www.transifex.com/mate/MATE/language/li/)\n" 14 | "Language: li\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 19 | 20 | #: ../mate-tweak:1207 21 | msgid "Right" 22 | msgstr "" 23 | 24 | #: ../mate-tweak:1208 25 | msgid "Left" 26 | msgstr "" 27 | 28 | #: ../mate-tweak:1209 29 | msgid "Right (with menu)" 30 | msgstr "" 31 | 32 | #: ../mate-tweak:1210 33 | msgid "Left (with menu)" 34 | msgstr "" 35 | 36 | #: ../mate-tweak:1218 37 | msgid "Marco (No compositor)" 38 | msgstr "" 39 | 40 | #: ../mate-tweak:1220 41 | msgid "Marco (Adaptive compositor)" 42 | msgstr "" 43 | 44 | #: ../mate-tweak:1222 45 | msgid "Marco (Compton GPU compositor)" 46 | msgstr "" 47 | 48 | #: ../mate-tweak:1224 49 | msgid "Compiz (Advanced GPU accelerated desktop effects)" 50 | msgstr "" 51 | 52 | #: ../mate-tweak:1227 53 | msgid "" 54 | "You are currently using an unknown and unsupported window manager. Thus we " 55 | "cannot guarantee that changes made here will be effective." 56 | msgstr "" 57 | 58 | #: ../mate-tweak:1529 59 | msgid "Desktop" 60 | msgstr "" 61 | 62 | #: ../mate-tweak:1530 63 | msgid "Interface" 64 | msgstr "" 65 | 66 | #: ../mate-tweak:1531 67 | msgid "Panel" 68 | msgstr "" 69 | 70 | #: ../mate-tweak:1532 71 | msgid "Windows" 72 | msgstr "" 73 | 74 | #: ../mate-tweak:1581 75 | msgid "MATE Tweak" 76 | msgstr "" 77 | 78 | #: ../mate-tweak:1584 79 | msgid "Desktop icons" 80 | msgstr "" 81 | 82 | #: ../mate-tweak:1585 83 | msgid "Performance" 84 | msgstr "" 85 | 86 | #: ../mate-tweak:1586 87 | msgid "Window Behaviour" 88 | msgstr "" 89 | 90 | #: ../mate-tweak:1587 91 | msgid "Appearance" 92 | msgstr "" 93 | 94 | #: ../mate-tweak:1588 95 | msgid "Panels" 96 | msgstr "" 97 | 98 | #: ../mate-tweak:1589 99 | msgid "Panel Features" 100 | msgstr "" 101 | 102 | #: ../mate-tweak:1590 103 | msgid "Panel Menu Features" 104 | msgstr "" 105 | 106 | #: ../mate-tweak:1591 107 | msgid "Icons" 108 | msgstr "" 109 | 110 | #: ../mate-tweak:1592 111 | msgid "Context menus" 112 | msgstr "" 113 | 114 | #: ../mate-tweak:1593 115 | msgid "Toolbars" 116 | msgstr "" 117 | 118 | #: ../mate-tweak:1594 119 | msgid "Window manager" 120 | msgstr "" 121 | 122 | #: ../mate-tweak:1596 123 | msgid "Select the Desktop Icons you want enabled:" 124 | msgstr "" 125 | 126 | #: ../mate-tweak:1597 127 | msgid "Show Desktop Icons" 128 | msgstr "" 129 | 130 | #: ../mate-tweak:1598 131 | msgid "" 132 | "When disabled the desktop will be unmanaged with no icons or file manager " 133 | "access" 134 | msgstr "" 135 | 136 | #: ../mate-tweak:1599 137 | msgid "Computer" 138 | msgstr "" 139 | 140 | #: ../mate-tweak:1600 141 | msgid "Home" 142 | msgstr "" 143 | 144 | #: ../mate-tweak:1601 145 | msgid "Network" 146 | msgstr "" 147 | 148 | #: ../mate-tweak:1602 149 | msgid "Trash" 150 | msgstr "" 151 | 152 | #: ../mate-tweak:1603 153 | msgid "Mounted Volumes" 154 | msgstr "" 155 | 156 | #: ../mate-tweak:1605 157 | msgid "Enable animations" 158 | msgstr "" 159 | 160 | #: ../mate-tweak:1606 161 | msgid "Whether animations should be displayed by the window manager and panel" 162 | msgstr "" 163 | 164 | #: ../mate-tweak:1607 165 | msgid "Do not show window content when moving windows" 166 | msgstr "" 167 | 168 | #: ../mate-tweak:1608 169 | msgid "Provide less feedback when moving windows by using wireframes" 170 | msgstr "" 171 | 172 | #: ../mate-tweak:1609 173 | msgid "Window manager performance tuning." 174 | msgstr "" 175 | 176 | #: ../mate-tweak:1611 177 | msgid "Enable window snapping" 178 | msgstr "" 179 | 180 | #: ../mate-tweak:1612 181 | msgid "" 182 | "Dropping windows on screen edges maximizes them vertically and resizes them " 183 | "horizontally to cover half the available area" 184 | msgstr "" 185 | 186 | #: ../mate-tweak:1613 187 | msgid "Undecorate maximized windows" 188 | msgstr "" 189 | 190 | #: ../mate-tweak:1614 191 | msgid "Undecorate windows when maximized" 192 | msgstr "" 193 | 194 | #: ../mate-tweak:1615 195 | msgid "Do not auto-maximize new windows" 196 | msgstr "" 197 | 198 | #: ../mate-tweak:1616 199 | msgid "Do not automatically maximize newly opened windows" 200 | msgstr "" 201 | 202 | #: ../mate-tweak:1617 203 | msgid "Window control placement." 204 | msgstr "" 205 | 206 | #: ../mate-tweak:1619 207 | msgid "Save the current panel layout as your own custom version" 208 | msgstr "" 209 | 210 | #: ../mate-tweak:1620 211 | msgid "Delete the currently selected panel layout" 212 | msgstr "" 213 | 214 | #: ../mate-tweak:1621 215 | msgid "Open CCSM" 216 | msgstr "" 217 | 218 | #: ../mate-tweak:1622 219 | msgid "Open the Compiz configuration and settings manager" 220 | msgstr "" 221 | 222 | #: ../mate-tweak:1623 223 | msgid "Reset Compiz" 224 | msgstr "" 225 | 226 | #: ../mate-tweak:1624 227 | msgid "Reset the current Compiz configuration to factory defaults" 228 | msgstr "" 229 | 230 | #: ../mate-tweak:1627 ../mate-tweak:1632 231 | msgid "HiDPI" 232 | msgstr "" 233 | 234 | #: ../mate-tweak:1628 235 | msgid "Select a window scaling factor." 236 | msgstr "" 237 | 238 | #: ../mate-tweak:1630 239 | msgid "Auto-detect" 240 | msgstr "" 241 | 242 | #: ../mate-tweak:1631 243 | msgid "Regular" 244 | msgstr "" 245 | 246 | #: ../mate-tweak:1635 247 | msgid "" 248 | "Double the size of all windows, panels, widgets, fonts, etc. for HiDPI " 249 | "displays." 250 | msgstr "" 251 | 252 | #: ../mate-tweak:1641 253 | msgid "Open Font preferences" 254 | msgstr "" 255 | 256 | #: ../mate-tweak:1642 ../mate-tweak:1644 257 | msgid "Fonts" 258 | msgstr "" 259 | 260 | #: ../mate-tweak:1643 261 | msgid "Open Font preferences and click Details... to fine tune the font DPI." 262 | msgstr "" 263 | 264 | #: ../mate-tweak:1646 265 | msgid "Enable keyboard LED" 266 | msgstr "" 267 | 268 | #: ../mate-tweak:1647 269 | msgid "Show keyboard LED indicators in the notifcation tray" 270 | msgstr "" 271 | 272 | #: ../mate-tweak:1648 273 | msgid "Enable pull-down terminal" 274 | msgstr "" 275 | 276 | #: ../mate-tweak:1649 277 | msgid "When enabled press F12 to pull down terminal" 278 | msgstr "" 279 | 280 | #: ../mate-tweak:1650 281 | msgid "Enable Dock" 282 | msgstr "" 283 | 284 | #: ../mate-tweak:1651 285 | msgid "When checked the Dock will be enabled." 286 | msgstr "" 287 | 288 | #: ../mate-tweak:1652 289 | msgid "Enable HUD" 290 | msgstr "" 291 | 292 | #: ../mate-tweak:1653 293 | msgid "" 294 | "When checked the Heads-Up Display (HUD) will be enabled. Press Alt_L to " 295 | "search application menus." 296 | msgstr "" 297 | 298 | #: ../mate-tweak:1655 299 | msgid "Show Applications" 300 | msgstr "" 301 | 302 | #: ../mate-tweak:1656 303 | msgid "Show Applications item in the menu bar" 304 | msgstr "" 305 | 306 | #: ../mate-tweak:1657 307 | msgid "Show Places" 308 | msgstr "" 309 | 310 | #: ../mate-tweak:1658 311 | msgid "Show Places item in the menu bar" 312 | msgstr "" 313 | 314 | #: ../mate-tweak:1659 315 | msgid "Show System" 316 | msgstr "" 317 | 318 | #: ../mate-tweak:1660 319 | msgid "Show System item in the menu bar" 320 | msgstr "" 321 | 322 | #: ../mate-tweak:1662 323 | msgid "Show icons on menus" 324 | msgstr "" 325 | 326 | #: ../mate-tweak:1663 327 | msgid "Whether menus may display an icon next to a menu entry" 328 | msgstr "" 329 | 330 | #: ../mate-tweak:1664 331 | msgid "Show icons on buttons" 332 | msgstr "" 333 | 334 | #: ../mate-tweak:1665 335 | msgid "Whether buttons may display an icon in addition to the button text" 336 | msgstr "" 337 | 338 | #: ../mate-tweak:1666 339 | msgid "Show Input Methods menu in context menus" 340 | msgstr "" 341 | 342 | #: ../mate-tweak:1667 343 | msgid "" 344 | "Whether the context menus of entries and text views should offer to change " 345 | "the input method" 346 | msgstr "" 347 | 348 | #: ../mate-tweak:1668 349 | msgid "Show Unicode Control Character menu in context menus" 350 | msgstr "" 351 | 352 | #: ../mate-tweak:1669 353 | msgid "" 354 | "Whether the context menu of entries and text views should offer the insert " 355 | "control characters" 356 | msgstr "" 357 | 358 | #: ../mate-tweak:1671 359 | msgid "Style:" 360 | msgstr "" 361 | 362 | #: ../mate-tweak:1672 363 | msgid "Icon size:" 364 | msgstr "" 365 | 366 | #: ../mate-tweak:1691 367 | msgid "Small" 368 | msgstr "" 369 | 370 | #: ../mate-tweak:1692 371 | msgid "Large" 372 | msgstr "" 373 | 374 | #: ../mate-tweak:1701 375 | msgid "The new window manager will be activated upon selection." 376 | msgstr "" 377 | 378 | #: ../mate-tweak:1702 379 | msgid "Select a window manager." 380 | msgstr "" 381 | 382 | #: ../mate-tweak:1708 383 | msgid "Select a panel layout to change the user interface." 384 | msgstr "" 385 | 386 | #: ../mate-tweak:1709 387 | msgid "Select a panel layout." 388 | msgstr "" 389 | 390 | #: ../mate-tweak:1714 391 | msgid "Default" 392 | msgstr "" 393 | 394 | #: ../mate-tweak:1715 395 | msgid "16px" 396 | msgstr "" 397 | 398 | #: ../mate-tweak:1716 399 | msgid "22px" 400 | msgstr "" 401 | 402 | #: ../mate-tweak:1717 403 | msgid "24px" 404 | msgstr "" 405 | 406 | #: ../mate-tweak:1718 407 | msgid "32px" 408 | msgstr "" 409 | 410 | #: ../mate-tweak:1719 411 | msgid "48px" 412 | msgstr "" 413 | 414 | #: ../mate-tweak:1723 415 | msgid "Set the panel icon size." 416 | msgstr "" 417 | 418 | #: ../mate-tweak:1724 419 | msgid "Select the icon size for panel icons." 420 | msgstr "" 421 | 422 | #: ../mate-tweak:1728 423 | msgid "Set the icon size of menu items used in the panel." 424 | msgstr "" 425 | 426 | #: ../mate-tweak:1729 427 | msgid "Select the icon size for menu items in the panel." 428 | msgstr "" 429 | 430 | #: ../mate-tweak:1757 431 | msgid "Text below items" 432 | msgstr "" 433 | 434 | #: ../mate-tweak:1758 435 | msgid "Text beside items" 436 | msgstr "" 437 | 438 | #: ../mate-tweak:1759 439 | msgid "Icons only" 440 | msgstr "" 441 | 442 | #: ../mate-tweak:1760 443 | msgid "Text only" 444 | msgstr "" 445 | -------------------------------------------------------------------------------- /po/mate-tweak.pot: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the PACKAGE package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | #, fuzzy 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: PACKAGE VERSION\n" 10 | "Report-Msgid-Bugs-To: \n" 11 | "POT-Creation-Date: 2020-02-13 22:22+0000\n" 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 | "Last-Translator: FULL NAME \n" 14 | "Language-Team: LANGUAGE \n" 15 | "Language: \n" 16 | "MIME-Version: 1.0\n" 17 | "Content-Type: text/plain; charset=CHARSET\n" 18 | "Content-Transfer-Encoding: 8bit\n" 19 | 20 | #: ../mate-tweak:1207 21 | msgid "Right" 22 | msgstr "" 23 | 24 | #: ../mate-tweak:1208 25 | msgid "Left" 26 | msgstr "" 27 | 28 | #: ../mate-tweak:1209 29 | msgid "Right (with menu)" 30 | msgstr "" 31 | 32 | #: ../mate-tweak:1210 33 | msgid "Left (with menu)" 34 | msgstr "" 35 | 36 | #: ../mate-tweak:1218 37 | msgid "Marco (No compositor)" 38 | msgstr "" 39 | 40 | #: ../mate-tweak:1220 41 | msgid "Marco (Adaptive compositor)" 42 | msgstr "" 43 | 44 | #: ../mate-tweak:1222 45 | msgid "Marco (Compton GPU compositor)" 46 | msgstr "" 47 | 48 | #: ../mate-tweak:1224 49 | msgid "Compiz (Advanced GPU accelerated desktop effects)" 50 | msgstr "" 51 | 52 | #: ../mate-tweak:1227 53 | msgid "" 54 | "You are currently using an unknown and unsupported window manager. Thus we " 55 | "cannot guarantee that changes made here will be effective." 56 | msgstr "" 57 | 58 | #: ../mate-tweak:1529 59 | msgid "Desktop" 60 | msgstr "" 61 | 62 | #: ../mate-tweak:1530 63 | msgid "Interface" 64 | msgstr "" 65 | 66 | #: ../mate-tweak:1531 67 | msgid "Panel" 68 | msgstr "" 69 | 70 | #: ../mate-tweak:1532 71 | msgid "Windows" 72 | msgstr "" 73 | 74 | #: ../mate-tweak:1581 75 | msgid "MATE Tweak" 76 | msgstr "" 77 | 78 | #: ../mate-tweak:1584 79 | msgid "Desktop icons" 80 | msgstr "" 81 | 82 | #: ../mate-tweak:1585 83 | msgid "Performance" 84 | msgstr "" 85 | 86 | #: ../mate-tweak:1586 87 | msgid "Window Behaviour" 88 | msgstr "" 89 | 90 | #: ../mate-tweak:1587 91 | msgid "Appearance" 92 | msgstr "" 93 | 94 | #: ../mate-tweak:1588 95 | msgid "Panels" 96 | msgstr "" 97 | 98 | #: ../mate-tweak:1589 99 | msgid "Panel Features" 100 | msgstr "" 101 | 102 | #: ../mate-tweak:1590 103 | msgid "Panel Menu Features" 104 | msgstr "" 105 | 106 | #: ../mate-tweak:1591 107 | msgid "Icons" 108 | msgstr "" 109 | 110 | #: ../mate-tweak:1592 111 | msgid "Context menus" 112 | msgstr "" 113 | 114 | #: ../mate-tweak:1593 115 | msgid "Toolbars" 116 | msgstr "" 117 | 118 | #: ../mate-tweak:1594 119 | msgid "Window manager" 120 | msgstr "" 121 | 122 | #: ../mate-tweak:1596 123 | msgid "Select the Desktop Icons you want enabled:" 124 | msgstr "" 125 | 126 | #: ../mate-tweak:1597 127 | msgid "Show Desktop Icons" 128 | msgstr "" 129 | 130 | #: ../mate-tweak:1598 131 | msgid "" 132 | "When disabled the desktop will be unmanaged with no icons or file manager " 133 | "access" 134 | msgstr "" 135 | 136 | #: ../mate-tweak:1599 137 | msgid "Computer" 138 | msgstr "" 139 | 140 | #: ../mate-tweak:1600 141 | msgid "Home" 142 | msgstr "" 143 | 144 | #: ../mate-tweak:1601 145 | msgid "Network" 146 | msgstr "" 147 | 148 | #: ../mate-tweak:1602 149 | msgid "Trash" 150 | msgstr "" 151 | 152 | #: ../mate-tweak:1603 153 | msgid "Mounted Volumes" 154 | msgstr "" 155 | 156 | #: ../mate-tweak:1605 157 | msgid "Enable animations" 158 | msgstr "" 159 | 160 | #: ../mate-tweak:1606 161 | msgid "Whether animations should be displayed by the window manager and panel" 162 | msgstr "" 163 | 164 | #: ../mate-tweak:1607 165 | msgid "Do not show window content when moving windows" 166 | msgstr "" 167 | 168 | #: ../mate-tweak:1608 169 | msgid "Provide less feedback when moving windows by using wireframes" 170 | msgstr "" 171 | 172 | #: ../mate-tweak:1609 173 | msgid "Window manager performance tuning." 174 | msgstr "" 175 | 176 | #: ../mate-tweak:1611 177 | msgid "Enable window snapping" 178 | msgstr "" 179 | 180 | #: ../mate-tweak:1612 181 | msgid "" 182 | "Dropping windows on screen edges maximizes them vertically and resizes them " 183 | "horizontally to cover half the available area" 184 | msgstr "" 185 | 186 | #: ../mate-tweak:1613 187 | msgid "Undecorate maximized windows" 188 | msgstr "" 189 | 190 | #: ../mate-tweak:1614 191 | msgid "Undecorate windows when maximized" 192 | msgstr "" 193 | 194 | #: ../mate-tweak:1615 195 | msgid "Do not auto-maximize new windows" 196 | msgstr "" 197 | 198 | #: ../mate-tweak:1616 199 | msgid "Do not automatically maximize newly opened windows" 200 | msgstr "" 201 | 202 | #: ../mate-tweak:1617 203 | msgid "Window control placement." 204 | msgstr "" 205 | 206 | #: ../mate-tweak:1619 207 | msgid "Save the current panel layout as your own custom version" 208 | msgstr "" 209 | 210 | #: ../mate-tweak:1620 211 | msgid "Delete the currently selected panel layout" 212 | msgstr "" 213 | 214 | #: ../mate-tweak:1621 215 | msgid "Open CCSM" 216 | msgstr "" 217 | 218 | #: ../mate-tweak:1622 219 | msgid "Open the Compiz configuration and settings manager" 220 | msgstr "" 221 | 222 | #: ../mate-tweak:1623 223 | msgid "Reset Compiz" 224 | msgstr "" 225 | 226 | #: ../mate-tweak:1624 227 | msgid "Reset the current Compiz configuration to factory defaults" 228 | msgstr "" 229 | 230 | #: ../mate-tweak:1627 ../mate-tweak:1632 231 | msgid "HiDPI" 232 | msgstr "" 233 | 234 | #: ../mate-tweak:1628 235 | msgid "Select a window scaling factor." 236 | msgstr "" 237 | 238 | #: ../mate-tweak:1630 239 | msgid "Auto-detect" 240 | msgstr "" 241 | 242 | #: ../mate-tweak:1631 243 | msgid "Regular" 244 | msgstr "" 245 | 246 | #: ../mate-tweak:1635 247 | msgid "" 248 | "Double the size of all windows, panels, widgets, fonts, etc. for HiDPI " 249 | "displays." 250 | msgstr "" 251 | 252 | #: ../mate-tweak:1641 253 | msgid "Open Font preferences" 254 | msgstr "" 255 | 256 | #: ../mate-tweak:1642 ../mate-tweak:1644 257 | msgid "Fonts" 258 | msgstr "" 259 | 260 | #: ../mate-tweak:1643 261 | msgid "Open Font preferences and click Details... to fine tune the font DPI." 262 | msgstr "" 263 | 264 | #: ../mate-tweak:1646 265 | msgid "Enable keyboard LED" 266 | msgstr "" 267 | 268 | #: ../mate-tweak:1647 269 | msgid "Show keyboard LED indicators in the notifcation tray" 270 | msgstr "" 271 | 272 | #: ../mate-tweak:1648 273 | msgid "Enable pull-down terminal" 274 | msgstr "" 275 | 276 | #: ../mate-tweak:1649 277 | msgid "When enabled press F12 to pull down terminal" 278 | msgstr "" 279 | 280 | #: ../mate-tweak:1650 281 | msgid "Enable Dock" 282 | msgstr "" 283 | 284 | #: ../mate-tweak:1651 285 | msgid "When checked the Dock will be enabled." 286 | msgstr "" 287 | 288 | #: ../mate-tweak:1652 289 | msgid "Enable HUD" 290 | msgstr "" 291 | 292 | #: ../mate-tweak:1653 293 | msgid "" 294 | "When checked the Heads-Up Display (HUD) will be enabled. Press Alt_L to " 295 | "search application menus." 296 | msgstr "" 297 | 298 | #: ../mate-tweak:1655 299 | msgid "Show Applications" 300 | msgstr "" 301 | 302 | #: ../mate-tweak:1656 303 | msgid "Show Applications item in the menu bar" 304 | msgstr "" 305 | 306 | #: ../mate-tweak:1657 307 | msgid "Show Places" 308 | msgstr "" 309 | 310 | #: ../mate-tweak:1658 311 | msgid "Show Places item in the menu bar" 312 | msgstr "" 313 | 314 | #: ../mate-tweak:1659 315 | msgid "Show System" 316 | msgstr "" 317 | 318 | #: ../mate-tweak:1660 319 | msgid "Show System item in the menu bar" 320 | msgstr "" 321 | 322 | #: ../mate-tweak:1662 323 | msgid "Show icons on menus" 324 | msgstr "" 325 | 326 | #: ../mate-tweak:1663 327 | msgid "Whether menus may display an icon next to a menu entry" 328 | msgstr "" 329 | 330 | #: ../mate-tweak:1664 331 | msgid "Show icons on buttons" 332 | msgstr "" 333 | 334 | #: ../mate-tweak:1665 335 | msgid "Whether buttons may display an icon in addition to the button text" 336 | msgstr "" 337 | 338 | #: ../mate-tweak:1666 339 | msgid "Show Input Methods menu in context menus" 340 | msgstr "" 341 | 342 | #: ../mate-tweak:1667 343 | msgid "" 344 | "Whether the context menus of entries and text views should offer to change " 345 | "the input method" 346 | msgstr "" 347 | 348 | #: ../mate-tweak:1668 349 | msgid "Show Unicode Control Character menu in context menus" 350 | msgstr "" 351 | 352 | #: ../mate-tweak:1669 353 | msgid "" 354 | "Whether the context menu of entries and text views should offer the insert " 355 | "control characters" 356 | msgstr "" 357 | 358 | #: ../mate-tweak:1671 359 | msgid "Style:" 360 | msgstr "" 361 | 362 | #: ../mate-tweak:1672 363 | msgid "Icon size:" 364 | msgstr "" 365 | 366 | #: ../mate-tweak:1691 367 | msgid "Small" 368 | msgstr "" 369 | 370 | #: ../mate-tweak:1692 371 | msgid "Large" 372 | msgstr "" 373 | 374 | #: ../mate-tweak:1701 375 | msgid "The new window manager will be activated upon selection." 376 | msgstr "" 377 | 378 | #: ../mate-tweak:1702 379 | msgid "Select a window manager." 380 | msgstr "" 381 | 382 | #: ../mate-tweak:1708 383 | msgid "Select a panel layout to change the user interface." 384 | msgstr "" 385 | 386 | #: ../mate-tweak:1709 387 | msgid "Select a panel layout." 388 | msgstr "" 389 | 390 | #: ../mate-tweak:1714 391 | msgid "Default" 392 | msgstr "" 393 | 394 | #: ../mate-tweak:1715 395 | msgid "16px" 396 | msgstr "" 397 | 398 | #: ../mate-tweak:1716 399 | msgid "22px" 400 | msgstr "" 401 | 402 | #: ../mate-tweak:1717 403 | msgid "24px" 404 | msgstr "" 405 | 406 | #: ../mate-tweak:1718 407 | msgid "32px" 408 | msgstr "" 409 | 410 | #: ../mate-tweak:1719 411 | msgid "48px" 412 | msgstr "" 413 | 414 | #: ../mate-tweak:1723 415 | msgid "Set the panel icon size." 416 | msgstr "" 417 | 418 | #: ../mate-tweak:1724 419 | msgid "Select the icon size for panel icons." 420 | msgstr "" 421 | 422 | #: ../mate-tweak:1728 423 | msgid "Set the icon size of menu items used in the panel." 424 | msgstr "" 425 | 426 | #: ../mate-tweak:1729 427 | msgid "Select the icon size for menu items in the panel." 428 | msgstr "" 429 | 430 | #: ../mate-tweak:1757 431 | msgid "Text below items" 432 | msgstr "" 433 | 434 | #: ../mate-tweak:1758 435 | msgid "Text beside items" 436 | msgstr "" 437 | 438 | #: ../mate-tweak:1759 439 | msgid "Icons only" 440 | msgstr "" 441 | 442 | #: ../mate-tweak:1760 443 | msgid "Text only" 444 | msgstr "" 445 | -------------------------------------------------------------------------------- /po/mi.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the PACKAGE package. 4 | # 5 | # Translators: 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: MATE Desktop Environment\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2020-02-13 22:22+0000\n" 11 | "PO-Revision-Date: 2016-05-20 17:25+0000\n" 12 | "Last-Translator: Martin Wimpress \n" 13 | "Language-Team: Maori (http://www.transifex.com/mate/MATE/language/mi/)\n" 14 | "Language: mi\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Plural-Forms: nplurals=2; plural=(n > 1);\n" 19 | 20 | #: ../mate-tweak:1207 21 | msgid "Right" 22 | msgstr "" 23 | 24 | #: ../mate-tweak:1208 25 | msgid "Left" 26 | msgstr "" 27 | 28 | #: ../mate-tweak:1209 29 | msgid "Right (with menu)" 30 | msgstr "" 31 | 32 | #: ../mate-tweak:1210 33 | msgid "Left (with menu)" 34 | msgstr "" 35 | 36 | #: ../mate-tweak:1218 37 | msgid "Marco (No compositor)" 38 | msgstr "" 39 | 40 | #: ../mate-tweak:1220 41 | msgid "Marco (Adaptive compositor)" 42 | msgstr "" 43 | 44 | #: ../mate-tweak:1222 45 | msgid "Marco (Compton GPU compositor)" 46 | msgstr "" 47 | 48 | #: ../mate-tweak:1224 49 | msgid "Compiz (Advanced GPU accelerated desktop effects)" 50 | msgstr "" 51 | 52 | #: ../mate-tweak:1227 53 | msgid "" 54 | "You are currently using an unknown and unsupported window manager. Thus we " 55 | "cannot guarantee that changes made here will be effective." 56 | msgstr "" 57 | 58 | #: ../mate-tweak:1529 59 | msgid "Desktop" 60 | msgstr "" 61 | 62 | #: ../mate-tweak:1530 63 | msgid "Interface" 64 | msgstr "" 65 | 66 | #: ../mate-tweak:1531 67 | msgid "Panel" 68 | msgstr "" 69 | 70 | #: ../mate-tweak:1532 71 | msgid "Windows" 72 | msgstr "" 73 | 74 | #: ../mate-tweak:1581 75 | msgid "MATE Tweak" 76 | msgstr "" 77 | 78 | #: ../mate-tweak:1584 79 | msgid "Desktop icons" 80 | msgstr "" 81 | 82 | #: ../mate-tweak:1585 83 | msgid "Performance" 84 | msgstr "" 85 | 86 | #: ../mate-tweak:1586 87 | msgid "Window Behaviour" 88 | msgstr "" 89 | 90 | #: ../mate-tweak:1587 91 | msgid "Appearance" 92 | msgstr "" 93 | 94 | #: ../mate-tweak:1588 95 | msgid "Panels" 96 | msgstr "" 97 | 98 | #: ../mate-tweak:1589 99 | msgid "Panel Features" 100 | msgstr "" 101 | 102 | #: ../mate-tweak:1590 103 | msgid "Panel Menu Features" 104 | msgstr "" 105 | 106 | #: ../mate-tweak:1591 107 | msgid "Icons" 108 | msgstr "" 109 | 110 | #: ../mate-tweak:1592 111 | msgid "Context menus" 112 | msgstr "" 113 | 114 | #: ../mate-tweak:1593 115 | msgid "Toolbars" 116 | msgstr "" 117 | 118 | #: ../mate-tweak:1594 119 | msgid "Window manager" 120 | msgstr "" 121 | 122 | #: ../mate-tweak:1596 123 | msgid "Select the Desktop Icons you want enabled:" 124 | msgstr "" 125 | 126 | #: ../mate-tweak:1597 127 | msgid "Show Desktop Icons" 128 | msgstr "" 129 | 130 | #: ../mate-tweak:1598 131 | msgid "" 132 | "When disabled the desktop will be unmanaged with no icons or file manager " 133 | "access" 134 | msgstr "" 135 | 136 | #: ../mate-tweak:1599 137 | msgid "Computer" 138 | msgstr "" 139 | 140 | #: ../mate-tweak:1600 141 | msgid "Home" 142 | msgstr "" 143 | 144 | #: ../mate-tweak:1601 145 | msgid "Network" 146 | msgstr "" 147 | 148 | #: ../mate-tweak:1602 149 | msgid "Trash" 150 | msgstr "" 151 | 152 | #: ../mate-tweak:1603 153 | msgid "Mounted Volumes" 154 | msgstr "" 155 | 156 | #: ../mate-tweak:1605 157 | msgid "Enable animations" 158 | msgstr "" 159 | 160 | #: ../mate-tweak:1606 161 | msgid "Whether animations should be displayed by the window manager and panel" 162 | msgstr "" 163 | 164 | #: ../mate-tweak:1607 165 | msgid "Do not show window content when moving windows" 166 | msgstr "" 167 | 168 | #: ../mate-tweak:1608 169 | msgid "Provide less feedback when moving windows by using wireframes" 170 | msgstr "" 171 | 172 | #: ../mate-tweak:1609 173 | msgid "Window manager performance tuning." 174 | msgstr "" 175 | 176 | #: ../mate-tweak:1611 177 | msgid "Enable window snapping" 178 | msgstr "" 179 | 180 | #: ../mate-tweak:1612 181 | msgid "" 182 | "Dropping windows on screen edges maximizes them vertically and resizes them " 183 | "horizontally to cover half the available area" 184 | msgstr "" 185 | 186 | #: ../mate-tweak:1613 187 | msgid "Undecorate maximized windows" 188 | msgstr "" 189 | 190 | #: ../mate-tweak:1614 191 | msgid "Undecorate windows when maximized" 192 | msgstr "" 193 | 194 | #: ../mate-tweak:1615 195 | msgid "Do not auto-maximize new windows" 196 | msgstr "" 197 | 198 | #: ../mate-tweak:1616 199 | msgid "Do not automatically maximize newly opened windows" 200 | msgstr "" 201 | 202 | #: ../mate-tweak:1617 203 | msgid "Window control placement." 204 | msgstr "" 205 | 206 | #: ../mate-tweak:1619 207 | msgid "Save the current panel layout as your own custom version" 208 | msgstr "" 209 | 210 | #: ../mate-tweak:1620 211 | msgid "Delete the currently selected panel layout" 212 | msgstr "" 213 | 214 | #: ../mate-tweak:1621 215 | msgid "Open CCSM" 216 | msgstr "" 217 | 218 | #: ../mate-tweak:1622 219 | msgid "Open the Compiz configuration and settings manager" 220 | msgstr "" 221 | 222 | #: ../mate-tweak:1623 223 | msgid "Reset Compiz" 224 | msgstr "" 225 | 226 | #: ../mate-tweak:1624 227 | msgid "Reset the current Compiz configuration to factory defaults" 228 | msgstr "" 229 | 230 | #: ../mate-tweak:1627 ../mate-tweak:1632 231 | msgid "HiDPI" 232 | msgstr "" 233 | 234 | #: ../mate-tweak:1628 235 | msgid "Select a window scaling factor." 236 | msgstr "" 237 | 238 | #: ../mate-tweak:1630 239 | msgid "Auto-detect" 240 | msgstr "" 241 | 242 | #: ../mate-tweak:1631 243 | msgid "Regular" 244 | msgstr "" 245 | 246 | #: ../mate-tweak:1635 247 | msgid "" 248 | "Double the size of all windows, panels, widgets, fonts, etc. for HiDPI " 249 | "displays." 250 | msgstr "" 251 | 252 | #: ../mate-tweak:1641 253 | msgid "Open Font preferences" 254 | msgstr "" 255 | 256 | #: ../mate-tweak:1642 ../mate-tweak:1644 257 | msgid "Fonts" 258 | msgstr "" 259 | 260 | #: ../mate-tweak:1643 261 | msgid "Open Font preferences and click Details... to fine tune the font DPI." 262 | msgstr "" 263 | 264 | #: ../mate-tweak:1646 265 | msgid "Enable keyboard LED" 266 | msgstr "" 267 | 268 | #: ../mate-tweak:1647 269 | msgid "Show keyboard LED indicators in the notifcation tray" 270 | msgstr "" 271 | 272 | #: ../mate-tweak:1648 273 | msgid "Enable pull-down terminal" 274 | msgstr "" 275 | 276 | #: ../mate-tweak:1649 277 | msgid "When enabled press F12 to pull down terminal" 278 | msgstr "" 279 | 280 | #: ../mate-tweak:1650 281 | msgid "Enable Dock" 282 | msgstr "" 283 | 284 | #: ../mate-tweak:1651 285 | msgid "When checked the Dock will be enabled." 286 | msgstr "" 287 | 288 | #: ../mate-tweak:1652 289 | msgid "Enable HUD" 290 | msgstr "" 291 | 292 | #: ../mate-tweak:1653 293 | msgid "" 294 | "When checked the Heads-Up Display (HUD) will be enabled. Press Alt_L to " 295 | "search application menus." 296 | msgstr "" 297 | 298 | #: ../mate-tweak:1655 299 | msgid "Show Applications" 300 | msgstr "" 301 | 302 | #: ../mate-tweak:1656 303 | msgid "Show Applications item in the menu bar" 304 | msgstr "" 305 | 306 | #: ../mate-tweak:1657 307 | msgid "Show Places" 308 | msgstr "" 309 | 310 | #: ../mate-tweak:1658 311 | msgid "Show Places item in the menu bar" 312 | msgstr "" 313 | 314 | #: ../mate-tweak:1659 315 | msgid "Show System" 316 | msgstr "" 317 | 318 | #: ../mate-tweak:1660 319 | msgid "Show System item in the menu bar" 320 | msgstr "" 321 | 322 | #: ../mate-tweak:1662 323 | msgid "Show icons on menus" 324 | msgstr "" 325 | 326 | #: ../mate-tweak:1663 327 | msgid "Whether menus may display an icon next to a menu entry" 328 | msgstr "" 329 | 330 | #: ../mate-tweak:1664 331 | msgid "Show icons on buttons" 332 | msgstr "" 333 | 334 | #: ../mate-tweak:1665 335 | msgid "Whether buttons may display an icon in addition to the button text" 336 | msgstr "" 337 | 338 | #: ../mate-tweak:1666 339 | msgid "Show Input Methods menu in context menus" 340 | msgstr "" 341 | 342 | #: ../mate-tweak:1667 343 | msgid "" 344 | "Whether the context menus of entries and text views should offer to change " 345 | "the input method" 346 | msgstr "" 347 | 348 | #: ../mate-tweak:1668 349 | msgid "Show Unicode Control Character menu in context menus" 350 | msgstr "" 351 | 352 | #: ../mate-tweak:1669 353 | msgid "" 354 | "Whether the context menu of entries and text views should offer the insert " 355 | "control characters" 356 | msgstr "" 357 | 358 | #: ../mate-tweak:1671 359 | msgid "Style:" 360 | msgstr "" 361 | 362 | #: ../mate-tweak:1672 363 | msgid "Icon size:" 364 | msgstr "" 365 | 366 | #: ../mate-tweak:1691 367 | msgid "Small" 368 | msgstr "" 369 | 370 | #: ../mate-tweak:1692 371 | msgid "Large" 372 | msgstr "" 373 | 374 | #: ../mate-tweak:1701 375 | msgid "The new window manager will be activated upon selection." 376 | msgstr "" 377 | 378 | #: ../mate-tweak:1702 379 | msgid "Select a window manager." 380 | msgstr "" 381 | 382 | #: ../mate-tweak:1708 383 | msgid "Select a panel layout to change the user interface." 384 | msgstr "" 385 | 386 | #: ../mate-tweak:1709 387 | msgid "Select a panel layout." 388 | msgstr "" 389 | 390 | #: ../mate-tweak:1714 391 | msgid "Default" 392 | msgstr "" 393 | 394 | #: ../mate-tweak:1715 395 | msgid "16px" 396 | msgstr "" 397 | 398 | #: ../mate-tweak:1716 399 | msgid "22px" 400 | msgstr "" 401 | 402 | #: ../mate-tweak:1717 403 | msgid "24px" 404 | msgstr "" 405 | 406 | #: ../mate-tweak:1718 407 | msgid "32px" 408 | msgstr "" 409 | 410 | #: ../mate-tweak:1719 411 | msgid "48px" 412 | msgstr "" 413 | 414 | #: ../mate-tweak:1723 415 | msgid "Set the panel icon size." 416 | msgstr "" 417 | 418 | #: ../mate-tweak:1724 419 | msgid "Select the icon size for panel icons." 420 | msgstr "" 421 | 422 | #: ../mate-tweak:1728 423 | msgid "Set the icon size of menu items used in the panel." 424 | msgstr "" 425 | 426 | #: ../mate-tweak:1729 427 | msgid "Select the icon size for menu items in the panel." 428 | msgstr "" 429 | 430 | #: ../mate-tweak:1757 431 | msgid "Text below items" 432 | msgstr "" 433 | 434 | #: ../mate-tweak:1758 435 | msgid "Text beside items" 436 | msgstr "" 437 | 438 | #: ../mate-tweak:1759 439 | msgid "Icons only" 440 | msgstr "" 441 | 442 | #: ../mate-tweak:1760 443 | msgid "Text only" 444 | msgstr "" 445 | -------------------------------------------------------------------------------- /po/my.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the PACKAGE package. 4 | # 5 | # Translators: 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: MATE Desktop Environment\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2020-02-13 22:22+0000\n" 11 | "PO-Revision-Date: 2016-05-20 17:25+0000\n" 12 | "Last-Translator: Martin Wimpress \n" 13 | "Language-Team: Burmese (http://www.transifex.com/mate/MATE/language/my/)\n" 14 | "Language: my\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Plural-Forms: nplurals=1; plural=0;\n" 19 | 20 | #: ../mate-tweak:1207 21 | msgid "Right" 22 | msgstr "" 23 | 24 | #: ../mate-tweak:1208 25 | msgid "Left" 26 | msgstr "" 27 | 28 | #: ../mate-tweak:1209 29 | msgid "Right (with menu)" 30 | msgstr "" 31 | 32 | #: ../mate-tweak:1210 33 | msgid "Left (with menu)" 34 | msgstr "" 35 | 36 | #: ../mate-tweak:1218 37 | msgid "Marco (No compositor)" 38 | msgstr "" 39 | 40 | #: ../mate-tweak:1220 41 | msgid "Marco (Adaptive compositor)" 42 | msgstr "" 43 | 44 | #: ../mate-tweak:1222 45 | msgid "Marco (Compton GPU compositor)" 46 | msgstr "" 47 | 48 | #: ../mate-tweak:1224 49 | msgid "Compiz (Advanced GPU accelerated desktop effects)" 50 | msgstr "" 51 | 52 | #: ../mate-tweak:1227 53 | msgid "" 54 | "You are currently using an unknown and unsupported window manager. Thus we " 55 | "cannot guarantee that changes made here will be effective." 56 | msgstr "" 57 | 58 | #: ../mate-tweak:1529 59 | msgid "Desktop" 60 | msgstr "" 61 | 62 | #: ../mate-tweak:1530 63 | msgid "Interface" 64 | msgstr "" 65 | 66 | #: ../mate-tweak:1531 67 | msgid "Panel" 68 | msgstr "" 69 | 70 | #: ../mate-tweak:1532 71 | msgid "Windows" 72 | msgstr "" 73 | 74 | #: ../mate-tweak:1581 75 | msgid "MATE Tweak" 76 | msgstr "" 77 | 78 | #: ../mate-tweak:1584 79 | msgid "Desktop icons" 80 | msgstr "" 81 | 82 | #: ../mate-tweak:1585 83 | msgid "Performance" 84 | msgstr "" 85 | 86 | #: ../mate-tweak:1586 87 | msgid "Window Behaviour" 88 | msgstr "" 89 | 90 | #: ../mate-tweak:1587 91 | msgid "Appearance" 92 | msgstr "" 93 | 94 | #: ../mate-tweak:1588 95 | msgid "Panels" 96 | msgstr "" 97 | 98 | #: ../mate-tweak:1589 99 | msgid "Panel Features" 100 | msgstr "" 101 | 102 | #: ../mate-tweak:1590 103 | msgid "Panel Menu Features" 104 | msgstr "" 105 | 106 | #: ../mate-tweak:1591 107 | msgid "Icons" 108 | msgstr "" 109 | 110 | #: ../mate-tweak:1592 111 | msgid "Context menus" 112 | msgstr "" 113 | 114 | #: ../mate-tweak:1593 115 | msgid "Toolbars" 116 | msgstr "" 117 | 118 | #: ../mate-tweak:1594 119 | msgid "Window manager" 120 | msgstr "" 121 | 122 | #: ../mate-tweak:1596 123 | msgid "Select the Desktop Icons you want enabled:" 124 | msgstr "" 125 | 126 | #: ../mate-tweak:1597 127 | msgid "Show Desktop Icons" 128 | msgstr "" 129 | 130 | #: ../mate-tweak:1598 131 | msgid "" 132 | "When disabled the desktop will be unmanaged with no icons or file manager " 133 | "access" 134 | msgstr "" 135 | 136 | #: ../mate-tweak:1599 137 | msgid "Computer" 138 | msgstr "" 139 | 140 | #: ../mate-tweak:1600 141 | msgid "Home" 142 | msgstr "" 143 | 144 | #: ../mate-tweak:1601 145 | msgid "Network" 146 | msgstr "" 147 | 148 | #: ../mate-tweak:1602 149 | msgid "Trash" 150 | msgstr "" 151 | 152 | #: ../mate-tweak:1603 153 | msgid "Mounted Volumes" 154 | msgstr "" 155 | 156 | #: ../mate-tweak:1605 157 | msgid "Enable animations" 158 | msgstr "" 159 | 160 | #: ../mate-tweak:1606 161 | msgid "Whether animations should be displayed by the window manager and panel" 162 | msgstr "" 163 | 164 | #: ../mate-tweak:1607 165 | msgid "Do not show window content when moving windows" 166 | msgstr "" 167 | 168 | #: ../mate-tweak:1608 169 | msgid "Provide less feedback when moving windows by using wireframes" 170 | msgstr "" 171 | 172 | #: ../mate-tweak:1609 173 | msgid "Window manager performance tuning." 174 | msgstr "" 175 | 176 | #: ../mate-tweak:1611 177 | msgid "Enable window snapping" 178 | msgstr "" 179 | 180 | #: ../mate-tweak:1612 181 | msgid "" 182 | "Dropping windows on screen edges maximizes them vertically and resizes them " 183 | "horizontally to cover half the available area" 184 | msgstr "" 185 | 186 | #: ../mate-tweak:1613 187 | msgid "Undecorate maximized windows" 188 | msgstr "" 189 | 190 | #: ../mate-tweak:1614 191 | msgid "Undecorate windows when maximized" 192 | msgstr "" 193 | 194 | #: ../mate-tweak:1615 195 | msgid "Do not auto-maximize new windows" 196 | msgstr "" 197 | 198 | #: ../mate-tweak:1616 199 | msgid "Do not automatically maximize newly opened windows" 200 | msgstr "" 201 | 202 | #: ../mate-tweak:1617 203 | msgid "Window control placement." 204 | msgstr "" 205 | 206 | #: ../mate-tweak:1619 207 | msgid "Save the current panel layout as your own custom version" 208 | msgstr "" 209 | 210 | #: ../mate-tweak:1620 211 | msgid "Delete the currently selected panel layout" 212 | msgstr "" 213 | 214 | #: ../mate-tweak:1621 215 | msgid "Open CCSM" 216 | msgstr "" 217 | 218 | #: ../mate-tweak:1622 219 | msgid "Open the Compiz configuration and settings manager" 220 | msgstr "" 221 | 222 | #: ../mate-tweak:1623 223 | msgid "Reset Compiz" 224 | msgstr "" 225 | 226 | #: ../mate-tweak:1624 227 | msgid "Reset the current Compiz configuration to factory defaults" 228 | msgstr "" 229 | 230 | #: ../mate-tweak:1627 ../mate-tweak:1632 231 | msgid "HiDPI" 232 | msgstr "" 233 | 234 | #: ../mate-tweak:1628 235 | msgid "Select a window scaling factor." 236 | msgstr "" 237 | 238 | #: ../mate-tweak:1630 239 | msgid "Auto-detect" 240 | msgstr "" 241 | 242 | #: ../mate-tweak:1631 243 | msgid "Regular" 244 | msgstr "" 245 | 246 | #: ../mate-tweak:1635 247 | msgid "" 248 | "Double the size of all windows, panels, widgets, fonts, etc. for HiDPI " 249 | "displays." 250 | msgstr "" 251 | 252 | #: ../mate-tweak:1641 253 | msgid "Open Font preferences" 254 | msgstr "" 255 | 256 | #: ../mate-tweak:1642 ../mate-tweak:1644 257 | msgid "Fonts" 258 | msgstr "" 259 | 260 | #: ../mate-tweak:1643 261 | msgid "Open Font preferences and click Details... to fine tune the font DPI." 262 | msgstr "" 263 | 264 | #: ../mate-tweak:1646 265 | msgid "Enable keyboard LED" 266 | msgstr "" 267 | 268 | #: ../mate-tweak:1647 269 | msgid "Show keyboard LED indicators in the notifcation tray" 270 | msgstr "" 271 | 272 | #: ../mate-tweak:1648 273 | msgid "Enable pull-down terminal" 274 | msgstr "" 275 | 276 | #: ../mate-tweak:1649 277 | msgid "When enabled press F12 to pull down terminal" 278 | msgstr "" 279 | 280 | #: ../mate-tweak:1650 281 | msgid "Enable Dock" 282 | msgstr "" 283 | 284 | #: ../mate-tweak:1651 285 | msgid "When checked the Dock will be enabled." 286 | msgstr "" 287 | 288 | #: ../mate-tweak:1652 289 | msgid "Enable HUD" 290 | msgstr "" 291 | 292 | #: ../mate-tweak:1653 293 | msgid "" 294 | "When checked the Heads-Up Display (HUD) will be enabled. Press Alt_L to " 295 | "search application menus." 296 | msgstr "" 297 | 298 | #: ../mate-tweak:1655 299 | msgid "Show Applications" 300 | msgstr "" 301 | 302 | #: ../mate-tweak:1656 303 | msgid "Show Applications item in the menu bar" 304 | msgstr "" 305 | 306 | #: ../mate-tweak:1657 307 | msgid "Show Places" 308 | msgstr "" 309 | 310 | #: ../mate-tweak:1658 311 | msgid "Show Places item in the menu bar" 312 | msgstr "" 313 | 314 | #: ../mate-tweak:1659 315 | msgid "Show System" 316 | msgstr "" 317 | 318 | #: ../mate-tweak:1660 319 | msgid "Show System item in the menu bar" 320 | msgstr "" 321 | 322 | #: ../mate-tweak:1662 323 | msgid "Show icons on menus" 324 | msgstr "" 325 | 326 | #: ../mate-tweak:1663 327 | msgid "Whether menus may display an icon next to a menu entry" 328 | msgstr "" 329 | 330 | #: ../mate-tweak:1664 331 | msgid "Show icons on buttons" 332 | msgstr "" 333 | 334 | #: ../mate-tweak:1665 335 | msgid "Whether buttons may display an icon in addition to the button text" 336 | msgstr "" 337 | 338 | #: ../mate-tweak:1666 339 | msgid "Show Input Methods menu in context menus" 340 | msgstr "" 341 | 342 | #: ../mate-tweak:1667 343 | msgid "" 344 | "Whether the context menus of entries and text views should offer to change " 345 | "the input method" 346 | msgstr "" 347 | 348 | #: ../mate-tweak:1668 349 | msgid "Show Unicode Control Character menu in context menus" 350 | msgstr "" 351 | 352 | #: ../mate-tweak:1669 353 | msgid "" 354 | "Whether the context menu of entries and text views should offer the insert " 355 | "control characters" 356 | msgstr "" 357 | 358 | #: ../mate-tweak:1671 359 | msgid "Style:" 360 | msgstr "" 361 | 362 | #: ../mate-tweak:1672 363 | msgid "Icon size:" 364 | msgstr "" 365 | 366 | #: ../mate-tweak:1691 367 | msgid "Small" 368 | msgstr "" 369 | 370 | #: ../mate-tweak:1692 371 | msgid "Large" 372 | msgstr "" 373 | 374 | #: ../mate-tweak:1701 375 | msgid "The new window manager will be activated upon selection." 376 | msgstr "" 377 | 378 | #: ../mate-tweak:1702 379 | msgid "Select a window manager." 380 | msgstr "" 381 | 382 | #: ../mate-tweak:1708 383 | msgid "Select a panel layout to change the user interface." 384 | msgstr "" 385 | 386 | #: ../mate-tweak:1709 387 | msgid "Select a panel layout." 388 | msgstr "" 389 | 390 | #: ../mate-tweak:1714 391 | msgid "Default" 392 | msgstr "" 393 | 394 | #: ../mate-tweak:1715 395 | msgid "16px" 396 | msgstr "" 397 | 398 | #: ../mate-tweak:1716 399 | msgid "22px" 400 | msgstr "" 401 | 402 | #: ../mate-tweak:1717 403 | msgid "24px" 404 | msgstr "" 405 | 406 | #: ../mate-tweak:1718 407 | msgid "32px" 408 | msgstr "" 409 | 410 | #: ../mate-tweak:1719 411 | msgid "48px" 412 | msgstr "" 413 | 414 | #: ../mate-tweak:1723 415 | msgid "Set the panel icon size." 416 | msgstr "" 417 | 418 | #: ../mate-tweak:1724 419 | msgid "Select the icon size for panel icons." 420 | msgstr "" 421 | 422 | #: ../mate-tweak:1728 423 | msgid "Set the icon size of menu items used in the panel." 424 | msgstr "" 425 | 426 | #: ../mate-tweak:1729 427 | msgid "Select the icon size for menu items in the panel." 428 | msgstr "" 429 | 430 | #: ../mate-tweak:1757 431 | msgid "Text below items" 432 | msgstr "" 433 | 434 | #: ../mate-tweak:1758 435 | msgid "Text beside items" 436 | msgstr "" 437 | 438 | #: ../mate-tweak:1759 439 | msgid "Icons only" 440 | msgstr "" 441 | 442 | #: ../mate-tweak:1760 443 | msgid "Text only" 444 | msgstr "" 445 | -------------------------------------------------------------------------------- /po/nah.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the PACKAGE package. 4 | # 5 | # Translators: 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: MATE Desktop Environment\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2020-02-13 22:22+0000\n" 11 | "PO-Revision-Date: 2016-05-20 17:25+0000\n" 12 | "Last-Translator: Martin Wimpress \n" 13 | "Language-Team: Nahuatl (http://www.transifex.com/mate/MATE/language/nah/)\n" 14 | "Language: nah\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 19 | 20 | #: ../mate-tweak:1207 21 | msgid "Right" 22 | msgstr "" 23 | 24 | #: ../mate-tweak:1208 25 | msgid "Left" 26 | msgstr "" 27 | 28 | #: ../mate-tweak:1209 29 | msgid "Right (with menu)" 30 | msgstr "" 31 | 32 | #: ../mate-tweak:1210 33 | msgid "Left (with menu)" 34 | msgstr "" 35 | 36 | #: ../mate-tweak:1218 37 | msgid "Marco (No compositor)" 38 | msgstr "" 39 | 40 | #: ../mate-tweak:1220 41 | msgid "Marco (Adaptive compositor)" 42 | msgstr "" 43 | 44 | #: ../mate-tweak:1222 45 | msgid "Marco (Compton GPU compositor)" 46 | msgstr "" 47 | 48 | #: ../mate-tweak:1224 49 | msgid "Compiz (Advanced GPU accelerated desktop effects)" 50 | msgstr "" 51 | 52 | #: ../mate-tweak:1227 53 | msgid "" 54 | "You are currently using an unknown and unsupported window manager. Thus we " 55 | "cannot guarantee that changes made here will be effective." 56 | msgstr "" 57 | 58 | #: ../mate-tweak:1529 59 | msgid "Desktop" 60 | msgstr "" 61 | 62 | #: ../mate-tweak:1530 63 | msgid "Interface" 64 | msgstr "" 65 | 66 | #: ../mate-tweak:1531 67 | msgid "Panel" 68 | msgstr "" 69 | 70 | #: ../mate-tweak:1532 71 | msgid "Windows" 72 | msgstr "" 73 | 74 | #: ../mate-tweak:1581 75 | msgid "MATE Tweak" 76 | msgstr "" 77 | 78 | #: ../mate-tweak:1584 79 | msgid "Desktop icons" 80 | msgstr "" 81 | 82 | #: ../mate-tweak:1585 83 | msgid "Performance" 84 | msgstr "" 85 | 86 | #: ../mate-tweak:1586 87 | msgid "Window Behaviour" 88 | msgstr "" 89 | 90 | #: ../mate-tweak:1587 91 | msgid "Appearance" 92 | msgstr "" 93 | 94 | #: ../mate-tweak:1588 95 | msgid "Panels" 96 | msgstr "" 97 | 98 | #: ../mate-tweak:1589 99 | msgid "Panel Features" 100 | msgstr "" 101 | 102 | #: ../mate-tweak:1590 103 | msgid "Panel Menu Features" 104 | msgstr "" 105 | 106 | #: ../mate-tweak:1591 107 | msgid "Icons" 108 | msgstr "" 109 | 110 | #: ../mate-tweak:1592 111 | msgid "Context menus" 112 | msgstr "" 113 | 114 | #: ../mate-tweak:1593 115 | msgid "Toolbars" 116 | msgstr "" 117 | 118 | #: ../mate-tweak:1594 119 | msgid "Window manager" 120 | msgstr "" 121 | 122 | #: ../mate-tweak:1596 123 | msgid "Select the Desktop Icons you want enabled:" 124 | msgstr "" 125 | 126 | #: ../mate-tweak:1597 127 | msgid "Show Desktop Icons" 128 | msgstr "" 129 | 130 | #: ../mate-tweak:1598 131 | msgid "" 132 | "When disabled the desktop will be unmanaged with no icons or file manager " 133 | "access" 134 | msgstr "" 135 | 136 | #: ../mate-tweak:1599 137 | msgid "Computer" 138 | msgstr "" 139 | 140 | #: ../mate-tweak:1600 141 | msgid "Home" 142 | msgstr "" 143 | 144 | #: ../mate-tweak:1601 145 | msgid "Network" 146 | msgstr "" 147 | 148 | #: ../mate-tweak:1602 149 | msgid "Trash" 150 | msgstr "" 151 | 152 | #: ../mate-tweak:1603 153 | msgid "Mounted Volumes" 154 | msgstr "" 155 | 156 | #: ../mate-tweak:1605 157 | msgid "Enable animations" 158 | msgstr "" 159 | 160 | #: ../mate-tweak:1606 161 | msgid "Whether animations should be displayed by the window manager and panel" 162 | msgstr "" 163 | 164 | #: ../mate-tweak:1607 165 | msgid "Do not show window content when moving windows" 166 | msgstr "" 167 | 168 | #: ../mate-tweak:1608 169 | msgid "Provide less feedback when moving windows by using wireframes" 170 | msgstr "" 171 | 172 | #: ../mate-tweak:1609 173 | msgid "Window manager performance tuning." 174 | msgstr "" 175 | 176 | #: ../mate-tweak:1611 177 | msgid "Enable window snapping" 178 | msgstr "" 179 | 180 | #: ../mate-tweak:1612 181 | msgid "" 182 | "Dropping windows on screen edges maximizes them vertically and resizes them " 183 | "horizontally to cover half the available area" 184 | msgstr "" 185 | 186 | #: ../mate-tweak:1613 187 | msgid "Undecorate maximized windows" 188 | msgstr "" 189 | 190 | #: ../mate-tweak:1614 191 | msgid "Undecorate windows when maximized" 192 | msgstr "" 193 | 194 | #: ../mate-tweak:1615 195 | msgid "Do not auto-maximize new windows" 196 | msgstr "" 197 | 198 | #: ../mate-tweak:1616 199 | msgid "Do not automatically maximize newly opened windows" 200 | msgstr "" 201 | 202 | #: ../mate-tweak:1617 203 | msgid "Window control placement." 204 | msgstr "" 205 | 206 | #: ../mate-tweak:1619 207 | msgid "Save the current panel layout as your own custom version" 208 | msgstr "" 209 | 210 | #: ../mate-tweak:1620 211 | msgid "Delete the currently selected panel layout" 212 | msgstr "" 213 | 214 | #: ../mate-tweak:1621 215 | msgid "Open CCSM" 216 | msgstr "" 217 | 218 | #: ../mate-tweak:1622 219 | msgid "Open the Compiz configuration and settings manager" 220 | msgstr "" 221 | 222 | #: ../mate-tweak:1623 223 | msgid "Reset Compiz" 224 | msgstr "" 225 | 226 | #: ../mate-tweak:1624 227 | msgid "Reset the current Compiz configuration to factory defaults" 228 | msgstr "" 229 | 230 | #: ../mate-tweak:1627 ../mate-tweak:1632 231 | msgid "HiDPI" 232 | msgstr "" 233 | 234 | #: ../mate-tweak:1628 235 | msgid "Select a window scaling factor." 236 | msgstr "" 237 | 238 | #: ../mate-tweak:1630 239 | msgid "Auto-detect" 240 | msgstr "" 241 | 242 | #: ../mate-tweak:1631 243 | msgid "Regular" 244 | msgstr "" 245 | 246 | #: ../mate-tweak:1635 247 | msgid "" 248 | "Double the size of all windows, panels, widgets, fonts, etc. for HiDPI " 249 | "displays." 250 | msgstr "" 251 | 252 | #: ../mate-tweak:1641 253 | msgid "Open Font preferences" 254 | msgstr "" 255 | 256 | #: ../mate-tweak:1642 ../mate-tweak:1644 257 | msgid "Fonts" 258 | msgstr "" 259 | 260 | #: ../mate-tweak:1643 261 | msgid "Open Font preferences and click Details... to fine tune the font DPI." 262 | msgstr "" 263 | 264 | #: ../mate-tweak:1646 265 | msgid "Enable keyboard LED" 266 | msgstr "" 267 | 268 | #: ../mate-tweak:1647 269 | msgid "Show keyboard LED indicators in the notifcation tray" 270 | msgstr "" 271 | 272 | #: ../mate-tweak:1648 273 | msgid "Enable pull-down terminal" 274 | msgstr "" 275 | 276 | #: ../mate-tweak:1649 277 | msgid "When enabled press F12 to pull down terminal" 278 | msgstr "" 279 | 280 | #: ../mate-tweak:1650 281 | msgid "Enable Dock" 282 | msgstr "" 283 | 284 | #: ../mate-tweak:1651 285 | msgid "When checked the Dock will be enabled." 286 | msgstr "" 287 | 288 | #: ../mate-tweak:1652 289 | msgid "Enable HUD" 290 | msgstr "" 291 | 292 | #: ../mate-tweak:1653 293 | msgid "" 294 | "When checked the Heads-Up Display (HUD) will be enabled. Press Alt_L to " 295 | "search application menus." 296 | msgstr "" 297 | 298 | #: ../mate-tweak:1655 299 | msgid "Show Applications" 300 | msgstr "" 301 | 302 | #: ../mate-tweak:1656 303 | msgid "Show Applications item in the menu bar" 304 | msgstr "" 305 | 306 | #: ../mate-tweak:1657 307 | msgid "Show Places" 308 | msgstr "" 309 | 310 | #: ../mate-tweak:1658 311 | msgid "Show Places item in the menu bar" 312 | msgstr "" 313 | 314 | #: ../mate-tweak:1659 315 | msgid "Show System" 316 | msgstr "" 317 | 318 | #: ../mate-tweak:1660 319 | msgid "Show System item in the menu bar" 320 | msgstr "" 321 | 322 | #: ../mate-tweak:1662 323 | msgid "Show icons on menus" 324 | msgstr "" 325 | 326 | #: ../mate-tweak:1663 327 | msgid "Whether menus may display an icon next to a menu entry" 328 | msgstr "" 329 | 330 | #: ../mate-tweak:1664 331 | msgid "Show icons on buttons" 332 | msgstr "" 333 | 334 | #: ../mate-tweak:1665 335 | msgid "Whether buttons may display an icon in addition to the button text" 336 | msgstr "" 337 | 338 | #: ../mate-tweak:1666 339 | msgid "Show Input Methods menu in context menus" 340 | msgstr "" 341 | 342 | #: ../mate-tweak:1667 343 | msgid "" 344 | "Whether the context menus of entries and text views should offer to change " 345 | "the input method" 346 | msgstr "" 347 | 348 | #: ../mate-tweak:1668 349 | msgid "Show Unicode Control Character menu in context menus" 350 | msgstr "" 351 | 352 | #: ../mate-tweak:1669 353 | msgid "" 354 | "Whether the context menu of entries and text views should offer the insert " 355 | "control characters" 356 | msgstr "" 357 | 358 | #: ../mate-tweak:1671 359 | msgid "Style:" 360 | msgstr "" 361 | 362 | #: ../mate-tweak:1672 363 | msgid "Icon size:" 364 | msgstr "" 365 | 366 | #: ../mate-tweak:1691 367 | msgid "Small" 368 | msgstr "" 369 | 370 | #: ../mate-tweak:1692 371 | msgid "Large" 372 | msgstr "" 373 | 374 | #: ../mate-tweak:1701 375 | msgid "The new window manager will be activated upon selection." 376 | msgstr "" 377 | 378 | #: ../mate-tweak:1702 379 | msgid "Select a window manager." 380 | msgstr "" 381 | 382 | #: ../mate-tweak:1708 383 | msgid "Select a panel layout to change the user interface." 384 | msgstr "" 385 | 386 | #: ../mate-tweak:1709 387 | msgid "Select a panel layout." 388 | msgstr "" 389 | 390 | #: ../mate-tweak:1714 391 | msgid "Default" 392 | msgstr "" 393 | 394 | #: ../mate-tweak:1715 395 | msgid "16px" 396 | msgstr "" 397 | 398 | #: ../mate-tweak:1716 399 | msgid "22px" 400 | msgstr "" 401 | 402 | #: ../mate-tweak:1717 403 | msgid "24px" 404 | msgstr "" 405 | 406 | #: ../mate-tweak:1718 407 | msgid "32px" 408 | msgstr "" 409 | 410 | #: ../mate-tweak:1719 411 | msgid "48px" 412 | msgstr "" 413 | 414 | #: ../mate-tweak:1723 415 | msgid "Set the panel icon size." 416 | msgstr "" 417 | 418 | #: ../mate-tweak:1724 419 | msgid "Select the icon size for panel icons." 420 | msgstr "" 421 | 422 | #: ../mate-tweak:1728 423 | msgid "Set the icon size of menu items used in the panel." 424 | msgstr "" 425 | 426 | #: ../mate-tweak:1729 427 | msgid "Select the icon size for menu items in the panel." 428 | msgstr "" 429 | 430 | #: ../mate-tweak:1757 431 | msgid "Text below items" 432 | msgstr "" 433 | 434 | #: ../mate-tweak:1758 435 | msgid "Text beside items" 436 | msgstr "" 437 | 438 | #: ../mate-tweak:1759 439 | msgid "Icons only" 440 | msgstr "" 441 | 442 | #: ../mate-tweak:1760 443 | msgid "Text only" 444 | msgstr "" 445 | -------------------------------------------------------------------------------- /po/nqo.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the PACKAGE package. 4 | # 5 | # Translators: 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: MATE Desktop Environment\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2020-02-13 22:22+0000\n" 11 | "PO-Revision-Date: 2016-05-20 17:25+0000\n" 12 | "Last-Translator: Martin Wimpress \n" 13 | "Language-Team: N'ko (http://www.transifex.com/mate/MATE/language/nqo/)\n" 14 | "Language: nqo\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Plural-Forms: nplurals=1; plural=0;\n" 19 | 20 | #: ../mate-tweak:1207 21 | msgid "Right" 22 | msgstr "" 23 | 24 | #: ../mate-tweak:1208 25 | msgid "Left" 26 | msgstr "" 27 | 28 | #: ../mate-tweak:1209 29 | msgid "Right (with menu)" 30 | msgstr "" 31 | 32 | #: ../mate-tweak:1210 33 | msgid "Left (with menu)" 34 | msgstr "" 35 | 36 | #: ../mate-tweak:1218 37 | msgid "Marco (No compositor)" 38 | msgstr "" 39 | 40 | #: ../mate-tweak:1220 41 | msgid "Marco (Adaptive compositor)" 42 | msgstr "" 43 | 44 | #: ../mate-tweak:1222 45 | msgid "Marco (Compton GPU compositor)" 46 | msgstr "" 47 | 48 | #: ../mate-tweak:1224 49 | msgid "Compiz (Advanced GPU accelerated desktop effects)" 50 | msgstr "" 51 | 52 | #: ../mate-tweak:1227 53 | msgid "" 54 | "You are currently using an unknown and unsupported window manager. Thus we " 55 | "cannot guarantee that changes made here will be effective." 56 | msgstr "" 57 | 58 | #: ../mate-tweak:1529 59 | msgid "Desktop" 60 | msgstr "" 61 | 62 | #: ../mate-tweak:1530 63 | msgid "Interface" 64 | msgstr "" 65 | 66 | #: ../mate-tweak:1531 67 | msgid "Panel" 68 | msgstr "" 69 | 70 | #: ../mate-tweak:1532 71 | msgid "Windows" 72 | msgstr "" 73 | 74 | #: ../mate-tweak:1581 75 | msgid "MATE Tweak" 76 | msgstr "" 77 | 78 | #: ../mate-tweak:1584 79 | msgid "Desktop icons" 80 | msgstr "" 81 | 82 | #: ../mate-tweak:1585 83 | msgid "Performance" 84 | msgstr "" 85 | 86 | #: ../mate-tweak:1586 87 | msgid "Window Behaviour" 88 | msgstr "" 89 | 90 | #: ../mate-tweak:1587 91 | msgid "Appearance" 92 | msgstr "" 93 | 94 | #: ../mate-tweak:1588 95 | msgid "Panels" 96 | msgstr "" 97 | 98 | #: ../mate-tweak:1589 99 | msgid "Panel Features" 100 | msgstr "" 101 | 102 | #: ../mate-tweak:1590 103 | msgid "Panel Menu Features" 104 | msgstr "" 105 | 106 | #: ../mate-tweak:1591 107 | msgid "Icons" 108 | msgstr "" 109 | 110 | #: ../mate-tweak:1592 111 | msgid "Context menus" 112 | msgstr "" 113 | 114 | #: ../mate-tweak:1593 115 | msgid "Toolbars" 116 | msgstr "" 117 | 118 | #: ../mate-tweak:1594 119 | msgid "Window manager" 120 | msgstr "" 121 | 122 | #: ../mate-tweak:1596 123 | msgid "Select the Desktop Icons you want enabled:" 124 | msgstr "" 125 | 126 | #: ../mate-tweak:1597 127 | msgid "Show Desktop Icons" 128 | msgstr "" 129 | 130 | #: ../mate-tweak:1598 131 | msgid "" 132 | "When disabled the desktop will be unmanaged with no icons or file manager " 133 | "access" 134 | msgstr "" 135 | 136 | #: ../mate-tweak:1599 137 | msgid "Computer" 138 | msgstr "" 139 | 140 | #: ../mate-tweak:1600 141 | msgid "Home" 142 | msgstr "" 143 | 144 | #: ../mate-tweak:1601 145 | msgid "Network" 146 | msgstr "" 147 | 148 | #: ../mate-tweak:1602 149 | msgid "Trash" 150 | msgstr "" 151 | 152 | #: ../mate-tweak:1603 153 | msgid "Mounted Volumes" 154 | msgstr "" 155 | 156 | #: ../mate-tweak:1605 157 | msgid "Enable animations" 158 | msgstr "" 159 | 160 | #: ../mate-tweak:1606 161 | msgid "Whether animations should be displayed by the window manager and panel" 162 | msgstr "" 163 | 164 | #: ../mate-tweak:1607 165 | msgid "Do not show window content when moving windows" 166 | msgstr "" 167 | 168 | #: ../mate-tweak:1608 169 | msgid "Provide less feedback when moving windows by using wireframes" 170 | msgstr "" 171 | 172 | #: ../mate-tweak:1609 173 | msgid "Window manager performance tuning." 174 | msgstr "" 175 | 176 | #: ../mate-tweak:1611 177 | msgid "Enable window snapping" 178 | msgstr "" 179 | 180 | #: ../mate-tweak:1612 181 | msgid "" 182 | "Dropping windows on screen edges maximizes them vertically and resizes them " 183 | "horizontally to cover half the available area" 184 | msgstr "" 185 | 186 | #: ../mate-tweak:1613 187 | msgid "Undecorate maximized windows" 188 | msgstr "" 189 | 190 | #: ../mate-tweak:1614 191 | msgid "Undecorate windows when maximized" 192 | msgstr "" 193 | 194 | #: ../mate-tweak:1615 195 | msgid "Do not auto-maximize new windows" 196 | msgstr "" 197 | 198 | #: ../mate-tweak:1616 199 | msgid "Do not automatically maximize newly opened windows" 200 | msgstr "" 201 | 202 | #: ../mate-tweak:1617 203 | msgid "Window control placement." 204 | msgstr "" 205 | 206 | #: ../mate-tweak:1619 207 | msgid "Save the current panel layout as your own custom version" 208 | msgstr "" 209 | 210 | #: ../mate-tweak:1620 211 | msgid "Delete the currently selected panel layout" 212 | msgstr "" 213 | 214 | #: ../mate-tweak:1621 215 | msgid "Open CCSM" 216 | msgstr "" 217 | 218 | #: ../mate-tweak:1622 219 | msgid "Open the Compiz configuration and settings manager" 220 | msgstr "" 221 | 222 | #: ../mate-tweak:1623 223 | msgid "Reset Compiz" 224 | msgstr "" 225 | 226 | #: ../mate-tweak:1624 227 | msgid "Reset the current Compiz configuration to factory defaults" 228 | msgstr "" 229 | 230 | #: ../mate-tweak:1627 ../mate-tweak:1632 231 | msgid "HiDPI" 232 | msgstr "" 233 | 234 | #: ../mate-tweak:1628 235 | msgid "Select a window scaling factor." 236 | msgstr "" 237 | 238 | #: ../mate-tweak:1630 239 | msgid "Auto-detect" 240 | msgstr "" 241 | 242 | #: ../mate-tweak:1631 243 | msgid "Regular" 244 | msgstr "" 245 | 246 | #: ../mate-tweak:1635 247 | msgid "" 248 | "Double the size of all windows, panels, widgets, fonts, etc. for HiDPI " 249 | "displays." 250 | msgstr "" 251 | 252 | #: ../mate-tweak:1641 253 | msgid "Open Font preferences" 254 | msgstr "" 255 | 256 | #: ../mate-tweak:1642 ../mate-tweak:1644 257 | msgid "Fonts" 258 | msgstr "" 259 | 260 | #: ../mate-tweak:1643 261 | msgid "Open Font preferences and click Details... to fine tune the font DPI." 262 | msgstr "" 263 | 264 | #: ../mate-tweak:1646 265 | msgid "Enable keyboard LED" 266 | msgstr "" 267 | 268 | #: ../mate-tweak:1647 269 | msgid "Show keyboard LED indicators in the notifcation tray" 270 | msgstr "" 271 | 272 | #: ../mate-tweak:1648 273 | msgid "Enable pull-down terminal" 274 | msgstr "" 275 | 276 | #: ../mate-tweak:1649 277 | msgid "When enabled press F12 to pull down terminal" 278 | msgstr "" 279 | 280 | #: ../mate-tweak:1650 281 | msgid "Enable Dock" 282 | msgstr "" 283 | 284 | #: ../mate-tweak:1651 285 | msgid "When checked the Dock will be enabled." 286 | msgstr "" 287 | 288 | #: ../mate-tweak:1652 289 | msgid "Enable HUD" 290 | msgstr "" 291 | 292 | #: ../mate-tweak:1653 293 | msgid "" 294 | "When checked the Heads-Up Display (HUD) will be enabled. Press Alt_L to " 295 | "search application menus." 296 | msgstr "" 297 | 298 | #: ../mate-tweak:1655 299 | msgid "Show Applications" 300 | msgstr "" 301 | 302 | #: ../mate-tweak:1656 303 | msgid "Show Applications item in the menu bar" 304 | msgstr "" 305 | 306 | #: ../mate-tweak:1657 307 | msgid "Show Places" 308 | msgstr "" 309 | 310 | #: ../mate-tweak:1658 311 | msgid "Show Places item in the menu bar" 312 | msgstr "" 313 | 314 | #: ../mate-tweak:1659 315 | msgid "Show System" 316 | msgstr "" 317 | 318 | #: ../mate-tweak:1660 319 | msgid "Show System item in the menu bar" 320 | msgstr "" 321 | 322 | #: ../mate-tweak:1662 323 | msgid "Show icons on menus" 324 | msgstr "" 325 | 326 | #: ../mate-tweak:1663 327 | msgid "Whether menus may display an icon next to a menu entry" 328 | msgstr "" 329 | 330 | #: ../mate-tweak:1664 331 | msgid "Show icons on buttons" 332 | msgstr "" 333 | 334 | #: ../mate-tweak:1665 335 | msgid "Whether buttons may display an icon in addition to the button text" 336 | msgstr "" 337 | 338 | #: ../mate-tweak:1666 339 | msgid "Show Input Methods menu in context menus" 340 | msgstr "" 341 | 342 | #: ../mate-tweak:1667 343 | msgid "" 344 | "Whether the context menus of entries and text views should offer to change " 345 | "the input method" 346 | msgstr "" 347 | 348 | #: ../mate-tweak:1668 349 | msgid "Show Unicode Control Character menu in context menus" 350 | msgstr "" 351 | 352 | #: ../mate-tweak:1669 353 | msgid "" 354 | "Whether the context menu of entries and text views should offer the insert " 355 | "control characters" 356 | msgstr "" 357 | 358 | #: ../mate-tweak:1671 359 | msgid "Style:" 360 | msgstr "" 361 | 362 | #: ../mate-tweak:1672 363 | msgid "Icon size:" 364 | msgstr "" 365 | 366 | #: ../mate-tweak:1691 367 | msgid "Small" 368 | msgstr "" 369 | 370 | #: ../mate-tweak:1692 371 | msgid "Large" 372 | msgstr "" 373 | 374 | #: ../mate-tweak:1701 375 | msgid "The new window manager will be activated upon selection." 376 | msgstr "" 377 | 378 | #: ../mate-tweak:1702 379 | msgid "Select a window manager." 380 | msgstr "" 381 | 382 | #: ../mate-tweak:1708 383 | msgid "Select a panel layout to change the user interface." 384 | msgstr "" 385 | 386 | #: ../mate-tweak:1709 387 | msgid "Select a panel layout." 388 | msgstr "" 389 | 390 | #: ../mate-tweak:1714 391 | msgid "Default" 392 | msgstr "" 393 | 394 | #: ../mate-tweak:1715 395 | msgid "16px" 396 | msgstr "" 397 | 398 | #: ../mate-tweak:1716 399 | msgid "22px" 400 | msgstr "" 401 | 402 | #: ../mate-tweak:1717 403 | msgid "24px" 404 | msgstr "" 405 | 406 | #: ../mate-tweak:1718 407 | msgid "32px" 408 | msgstr "" 409 | 410 | #: ../mate-tweak:1719 411 | msgid "48px" 412 | msgstr "" 413 | 414 | #: ../mate-tweak:1723 415 | msgid "Set the panel icon size." 416 | msgstr "" 417 | 418 | #: ../mate-tweak:1724 419 | msgid "Select the icon size for panel icons." 420 | msgstr "" 421 | 422 | #: ../mate-tweak:1728 423 | msgid "Set the icon size of menu items used in the panel." 424 | msgstr "" 425 | 426 | #: ../mate-tweak:1729 427 | msgid "Select the icon size for menu items in the panel." 428 | msgstr "" 429 | 430 | #: ../mate-tweak:1757 431 | msgid "Text below items" 432 | msgstr "" 433 | 434 | #: ../mate-tweak:1758 435 | msgid "Text beside items" 436 | msgstr "" 437 | 438 | #: ../mate-tweak:1759 439 | msgid "Icons only" 440 | msgstr "" 441 | 442 | #: ../mate-tweak:1760 443 | msgid "Text only" 444 | msgstr "" 445 | -------------------------------------------------------------------------------- /po/sco.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the PACKAGE package. 4 | # 5 | # Translators: 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: MATE Desktop Environment\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2020-02-13 22:22+0000\n" 11 | "PO-Revision-Date: 2016-05-20 17:25+0000\n" 12 | "Last-Translator: Martin Wimpress \n" 13 | "Language-Team: Scots (http://www.transifex.com/mate/MATE/language/sco/)\n" 14 | "Language: sco\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 19 | 20 | #: ../mate-tweak:1207 21 | msgid "Right" 22 | msgstr "" 23 | 24 | #: ../mate-tweak:1208 25 | msgid "Left" 26 | msgstr "" 27 | 28 | #: ../mate-tweak:1209 29 | msgid "Right (with menu)" 30 | msgstr "" 31 | 32 | #: ../mate-tweak:1210 33 | msgid "Left (with menu)" 34 | msgstr "" 35 | 36 | #: ../mate-tweak:1218 37 | msgid "Marco (No compositor)" 38 | msgstr "" 39 | 40 | #: ../mate-tweak:1220 41 | msgid "Marco (Adaptive compositor)" 42 | msgstr "" 43 | 44 | #: ../mate-tweak:1222 45 | msgid "Marco (Compton GPU compositor)" 46 | msgstr "" 47 | 48 | #: ../mate-tweak:1224 49 | msgid "Compiz (Advanced GPU accelerated desktop effects)" 50 | msgstr "" 51 | 52 | #: ../mate-tweak:1227 53 | msgid "" 54 | "You are currently using an unknown and unsupported window manager. Thus we " 55 | "cannot guarantee that changes made here will be effective." 56 | msgstr "" 57 | 58 | #: ../mate-tweak:1529 59 | msgid "Desktop" 60 | msgstr "" 61 | 62 | #: ../mate-tweak:1530 63 | msgid "Interface" 64 | msgstr "" 65 | 66 | #: ../mate-tweak:1531 67 | msgid "Panel" 68 | msgstr "" 69 | 70 | #: ../mate-tweak:1532 71 | msgid "Windows" 72 | msgstr "" 73 | 74 | #: ../mate-tweak:1581 75 | msgid "MATE Tweak" 76 | msgstr "" 77 | 78 | #: ../mate-tweak:1584 79 | msgid "Desktop icons" 80 | msgstr "" 81 | 82 | #: ../mate-tweak:1585 83 | msgid "Performance" 84 | msgstr "" 85 | 86 | #: ../mate-tweak:1586 87 | msgid "Window Behaviour" 88 | msgstr "" 89 | 90 | #: ../mate-tweak:1587 91 | msgid "Appearance" 92 | msgstr "" 93 | 94 | #: ../mate-tweak:1588 95 | msgid "Panels" 96 | msgstr "" 97 | 98 | #: ../mate-tweak:1589 99 | msgid "Panel Features" 100 | msgstr "" 101 | 102 | #: ../mate-tweak:1590 103 | msgid "Panel Menu Features" 104 | msgstr "" 105 | 106 | #: ../mate-tweak:1591 107 | msgid "Icons" 108 | msgstr "" 109 | 110 | #: ../mate-tweak:1592 111 | msgid "Context menus" 112 | msgstr "" 113 | 114 | #: ../mate-tweak:1593 115 | msgid "Toolbars" 116 | msgstr "" 117 | 118 | #: ../mate-tweak:1594 119 | msgid "Window manager" 120 | msgstr "" 121 | 122 | #: ../mate-tweak:1596 123 | msgid "Select the Desktop Icons you want enabled:" 124 | msgstr "" 125 | 126 | #: ../mate-tweak:1597 127 | msgid "Show Desktop Icons" 128 | msgstr "" 129 | 130 | #: ../mate-tweak:1598 131 | msgid "" 132 | "When disabled the desktop will be unmanaged with no icons or file manager " 133 | "access" 134 | msgstr "" 135 | 136 | #: ../mate-tweak:1599 137 | msgid "Computer" 138 | msgstr "" 139 | 140 | #: ../mate-tweak:1600 141 | msgid "Home" 142 | msgstr "" 143 | 144 | #: ../mate-tweak:1601 145 | msgid "Network" 146 | msgstr "" 147 | 148 | #: ../mate-tweak:1602 149 | msgid "Trash" 150 | msgstr "" 151 | 152 | #: ../mate-tweak:1603 153 | msgid "Mounted Volumes" 154 | msgstr "" 155 | 156 | #: ../mate-tweak:1605 157 | msgid "Enable animations" 158 | msgstr "" 159 | 160 | #: ../mate-tweak:1606 161 | msgid "Whether animations should be displayed by the window manager and panel" 162 | msgstr "" 163 | 164 | #: ../mate-tweak:1607 165 | msgid "Do not show window content when moving windows" 166 | msgstr "" 167 | 168 | #: ../mate-tweak:1608 169 | msgid "Provide less feedback when moving windows by using wireframes" 170 | msgstr "" 171 | 172 | #: ../mate-tweak:1609 173 | msgid "Window manager performance tuning." 174 | msgstr "" 175 | 176 | #: ../mate-tweak:1611 177 | msgid "Enable window snapping" 178 | msgstr "" 179 | 180 | #: ../mate-tweak:1612 181 | msgid "" 182 | "Dropping windows on screen edges maximizes them vertically and resizes them " 183 | "horizontally to cover half the available area" 184 | msgstr "" 185 | 186 | #: ../mate-tweak:1613 187 | msgid "Undecorate maximized windows" 188 | msgstr "" 189 | 190 | #: ../mate-tweak:1614 191 | msgid "Undecorate windows when maximized" 192 | msgstr "" 193 | 194 | #: ../mate-tweak:1615 195 | msgid "Do not auto-maximize new windows" 196 | msgstr "" 197 | 198 | #: ../mate-tweak:1616 199 | msgid "Do not automatically maximize newly opened windows" 200 | msgstr "" 201 | 202 | #: ../mate-tweak:1617 203 | msgid "Window control placement." 204 | msgstr "" 205 | 206 | #: ../mate-tweak:1619 207 | msgid "Save the current panel layout as your own custom version" 208 | msgstr "" 209 | 210 | #: ../mate-tweak:1620 211 | msgid "Delete the currently selected panel layout" 212 | msgstr "" 213 | 214 | #: ../mate-tweak:1621 215 | msgid "Open CCSM" 216 | msgstr "" 217 | 218 | #: ../mate-tweak:1622 219 | msgid "Open the Compiz configuration and settings manager" 220 | msgstr "" 221 | 222 | #: ../mate-tweak:1623 223 | msgid "Reset Compiz" 224 | msgstr "" 225 | 226 | #: ../mate-tweak:1624 227 | msgid "Reset the current Compiz configuration to factory defaults" 228 | msgstr "" 229 | 230 | #: ../mate-tweak:1627 ../mate-tweak:1632 231 | msgid "HiDPI" 232 | msgstr "" 233 | 234 | #: ../mate-tweak:1628 235 | msgid "Select a window scaling factor." 236 | msgstr "" 237 | 238 | #: ../mate-tweak:1630 239 | msgid "Auto-detect" 240 | msgstr "" 241 | 242 | #: ../mate-tweak:1631 243 | msgid "Regular" 244 | msgstr "" 245 | 246 | #: ../mate-tweak:1635 247 | msgid "" 248 | "Double the size of all windows, panels, widgets, fonts, etc. for HiDPI " 249 | "displays." 250 | msgstr "" 251 | 252 | #: ../mate-tweak:1641 253 | msgid "Open Font preferences" 254 | msgstr "" 255 | 256 | #: ../mate-tweak:1642 ../mate-tweak:1644 257 | msgid "Fonts" 258 | msgstr "" 259 | 260 | #: ../mate-tweak:1643 261 | msgid "Open Font preferences and click Details... to fine tune the font DPI." 262 | msgstr "" 263 | 264 | #: ../mate-tweak:1646 265 | msgid "Enable keyboard LED" 266 | msgstr "" 267 | 268 | #: ../mate-tweak:1647 269 | msgid "Show keyboard LED indicators in the notifcation tray" 270 | msgstr "" 271 | 272 | #: ../mate-tweak:1648 273 | msgid "Enable pull-down terminal" 274 | msgstr "" 275 | 276 | #: ../mate-tweak:1649 277 | msgid "When enabled press F12 to pull down terminal" 278 | msgstr "" 279 | 280 | #: ../mate-tweak:1650 281 | msgid "Enable Dock" 282 | msgstr "" 283 | 284 | #: ../mate-tweak:1651 285 | msgid "When checked the Dock will be enabled." 286 | msgstr "" 287 | 288 | #: ../mate-tweak:1652 289 | msgid "Enable HUD" 290 | msgstr "" 291 | 292 | #: ../mate-tweak:1653 293 | msgid "" 294 | "When checked the Heads-Up Display (HUD) will be enabled. Press Alt_L to " 295 | "search application menus." 296 | msgstr "" 297 | 298 | #: ../mate-tweak:1655 299 | msgid "Show Applications" 300 | msgstr "" 301 | 302 | #: ../mate-tweak:1656 303 | msgid "Show Applications item in the menu bar" 304 | msgstr "" 305 | 306 | #: ../mate-tweak:1657 307 | msgid "Show Places" 308 | msgstr "" 309 | 310 | #: ../mate-tweak:1658 311 | msgid "Show Places item in the menu bar" 312 | msgstr "" 313 | 314 | #: ../mate-tweak:1659 315 | msgid "Show System" 316 | msgstr "" 317 | 318 | #: ../mate-tweak:1660 319 | msgid "Show System item in the menu bar" 320 | msgstr "" 321 | 322 | #: ../mate-tweak:1662 323 | msgid "Show icons on menus" 324 | msgstr "" 325 | 326 | #: ../mate-tweak:1663 327 | msgid "Whether menus may display an icon next to a menu entry" 328 | msgstr "" 329 | 330 | #: ../mate-tweak:1664 331 | msgid "Show icons on buttons" 332 | msgstr "" 333 | 334 | #: ../mate-tweak:1665 335 | msgid "Whether buttons may display an icon in addition to the button text" 336 | msgstr "" 337 | 338 | #: ../mate-tweak:1666 339 | msgid "Show Input Methods menu in context menus" 340 | msgstr "" 341 | 342 | #: ../mate-tweak:1667 343 | msgid "" 344 | "Whether the context menus of entries and text views should offer to change " 345 | "the input method" 346 | msgstr "" 347 | 348 | #: ../mate-tweak:1668 349 | msgid "Show Unicode Control Character menu in context menus" 350 | msgstr "" 351 | 352 | #: ../mate-tweak:1669 353 | msgid "" 354 | "Whether the context menu of entries and text views should offer the insert " 355 | "control characters" 356 | msgstr "" 357 | 358 | #: ../mate-tweak:1671 359 | msgid "Style:" 360 | msgstr "" 361 | 362 | #: ../mate-tweak:1672 363 | msgid "Icon size:" 364 | msgstr "" 365 | 366 | #: ../mate-tweak:1691 367 | msgid "Small" 368 | msgstr "" 369 | 370 | #: ../mate-tweak:1692 371 | msgid "Large" 372 | msgstr "" 373 | 374 | #: ../mate-tweak:1701 375 | msgid "The new window manager will be activated upon selection." 376 | msgstr "" 377 | 378 | #: ../mate-tweak:1702 379 | msgid "Select a window manager." 380 | msgstr "" 381 | 382 | #: ../mate-tweak:1708 383 | msgid "Select a panel layout to change the user interface." 384 | msgstr "" 385 | 386 | #: ../mate-tweak:1709 387 | msgid "Select a panel layout." 388 | msgstr "" 389 | 390 | #: ../mate-tweak:1714 391 | msgid "Default" 392 | msgstr "" 393 | 394 | #: ../mate-tweak:1715 395 | msgid "16px" 396 | msgstr "" 397 | 398 | #: ../mate-tweak:1716 399 | msgid "22px" 400 | msgstr "" 401 | 402 | #: ../mate-tweak:1717 403 | msgid "24px" 404 | msgstr "" 405 | 406 | #: ../mate-tweak:1718 407 | msgid "32px" 408 | msgstr "" 409 | 410 | #: ../mate-tweak:1719 411 | msgid "48px" 412 | msgstr "" 413 | 414 | #: ../mate-tweak:1723 415 | msgid "Set the panel icon size." 416 | msgstr "" 417 | 418 | #: ../mate-tweak:1724 419 | msgid "Select the icon size for panel icons." 420 | msgstr "" 421 | 422 | #: ../mate-tweak:1728 423 | msgid "Set the icon size of menu items used in the panel." 424 | msgstr "" 425 | 426 | #: ../mate-tweak:1729 427 | msgid "Select the icon size for menu items in the panel." 428 | msgstr "" 429 | 430 | #: ../mate-tweak:1757 431 | msgid "Text below items" 432 | msgstr "" 433 | 434 | #: ../mate-tweak:1758 435 | msgid "Text beside items" 436 | msgstr "" 437 | 438 | #: ../mate-tweak:1759 439 | msgid "Icons only" 440 | msgstr "" 441 | 442 | #: ../mate-tweak:1760 443 | msgid "Text only" 444 | msgstr "" 445 | -------------------------------------------------------------------------------- /po/sw.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the PACKAGE package. 4 | # 5 | # Translators: 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: MATE Desktop Environment\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2020-02-13 22:22+0000\n" 11 | "PO-Revision-Date: 2016-05-20 17:25+0000\n" 12 | "Last-Translator: Martin Wimpress \n" 13 | "Language-Team: Swahili (http://www.transifex.com/mate/MATE/language/sw/)\n" 14 | "Language: sw\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 19 | 20 | #: ../mate-tweak:1207 21 | msgid "Right" 22 | msgstr "" 23 | 24 | #: ../mate-tweak:1208 25 | msgid "Left" 26 | msgstr "" 27 | 28 | #: ../mate-tweak:1209 29 | msgid "Right (with menu)" 30 | msgstr "" 31 | 32 | #: ../mate-tweak:1210 33 | msgid "Left (with menu)" 34 | msgstr "" 35 | 36 | #: ../mate-tweak:1218 37 | msgid "Marco (No compositor)" 38 | msgstr "" 39 | 40 | #: ../mate-tweak:1220 41 | msgid "Marco (Adaptive compositor)" 42 | msgstr "" 43 | 44 | #: ../mate-tweak:1222 45 | msgid "Marco (Compton GPU compositor)" 46 | msgstr "" 47 | 48 | #: ../mate-tweak:1224 49 | msgid "Compiz (Advanced GPU accelerated desktop effects)" 50 | msgstr "" 51 | 52 | #: ../mate-tweak:1227 53 | msgid "" 54 | "You are currently using an unknown and unsupported window manager. Thus we " 55 | "cannot guarantee that changes made here will be effective." 56 | msgstr "" 57 | 58 | #: ../mate-tweak:1529 59 | msgid "Desktop" 60 | msgstr "" 61 | 62 | #: ../mate-tweak:1530 63 | msgid "Interface" 64 | msgstr "" 65 | 66 | #: ../mate-tweak:1531 67 | msgid "Panel" 68 | msgstr "" 69 | 70 | #: ../mate-tweak:1532 71 | msgid "Windows" 72 | msgstr "" 73 | 74 | #: ../mate-tweak:1581 75 | msgid "MATE Tweak" 76 | msgstr "" 77 | 78 | #: ../mate-tweak:1584 79 | msgid "Desktop icons" 80 | msgstr "" 81 | 82 | #: ../mate-tweak:1585 83 | msgid "Performance" 84 | msgstr "" 85 | 86 | #: ../mate-tweak:1586 87 | msgid "Window Behaviour" 88 | msgstr "" 89 | 90 | #: ../mate-tweak:1587 91 | msgid "Appearance" 92 | msgstr "" 93 | 94 | #: ../mate-tweak:1588 95 | msgid "Panels" 96 | msgstr "" 97 | 98 | #: ../mate-tweak:1589 99 | msgid "Panel Features" 100 | msgstr "" 101 | 102 | #: ../mate-tweak:1590 103 | msgid "Panel Menu Features" 104 | msgstr "" 105 | 106 | #: ../mate-tweak:1591 107 | msgid "Icons" 108 | msgstr "" 109 | 110 | #: ../mate-tweak:1592 111 | msgid "Context menus" 112 | msgstr "" 113 | 114 | #: ../mate-tweak:1593 115 | msgid "Toolbars" 116 | msgstr "" 117 | 118 | #: ../mate-tweak:1594 119 | msgid "Window manager" 120 | msgstr "" 121 | 122 | #: ../mate-tweak:1596 123 | msgid "Select the Desktop Icons you want enabled:" 124 | msgstr "" 125 | 126 | #: ../mate-tweak:1597 127 | msgid "Show Desktop Icons" 128 | msgstr "" 129 | 130 | #: ../mate-tweak:1598 131 | msgid "" 132 | "When disabled the desktop will be unmanaged with no icons or file manager " 133 | "access" 134 | msgstr "" 135 | 136 | #: ../mate-tweak:1599 137 | msgid "Computer" 138 | msgstr "" 139 | 140 | #: ../mate-tweak:1600 141 | msgid "Home" 142 | msgstr "" 143 | 144 | #: ../mate-tweak:1601 145 | msgid "Network" 146 | msgstr "" 147 | 148 | #: ../mate-tweak:1602 149 | msgid "Trash" 150 | msgstr "" 151 | 152 | #: ../mate-tweak:1603 153 | msgid "Mounted Volumes" 154 | msgstr "" 155 | 156 | #: ../mate-tweak:1605 157 | msgid "Enable animations" 158 | msgstr "" 159 | 160 | #: ../mate-tweak:1606 161 | msgid "Whether animations should be displayed by the window manager and panel" 162 | msgstr "" 163 | 164 | #: ../mate-tweak:1607 165 | msgid "Do not show window content when moving windows" 166 | msgstr "" 167 | 168 | #: ../mate-tweak:1608 169 | msgid "Provide less feedback when moving windows by using wireframes" 170 | msgstr "" 171 | 172 | #: ../mate-tweak:1609 173 | msgid "Window manager performance tuning." 174 | msgstr "" 175 | 176 | #: ../mate-tweak:1611 177 | msgid "Enable window snapping" 178 | msgstr "" 179 | 180 | #: ../mate-tweak:1612 181 | msgid "" 182 | "Dropping windows on screen edges maximizes them vertically and resizes them " 183 | "horizontally to cover half the available area" 184 | msgstr "" 185 | 186 | #: ../mate-tweak:1613 187 | msgid "Undecorate maximized windows" 188 | msgstr "" 189 | 190 | #: ../mate-tweak:1614 191 | msgid "Undecorate windows when maximized" 192 | msgstr "" 193 | 194 | #: ../mate-tweak:1615 195 | msgid "Do not auto-maximize new windows" 196 | msgstr "" 197 | 198 | #: ../mate-tweak:1616 199 | msgid "Do not automatically maximize newly opened windows" 200 | msgstr "" 201 | 202 | #: ../mate-tweak:1617 203 | msgid "Window control placement." 204 | msgstr "" 205 | 206 | #: ../mate-tweak:1619 207 | msgid "Save the current panel layout as your own custom version" 208 | msgstr "" 209 | 210 | #: ../mate-tweak:1620 211 | msgid "Delete the currently selected panel layout" 212 | msgstr "" 213 | 214 | #: ../mate-tweak:1621 215 | msgid "Open CCSM" 216 | msgstr "" 217 | 218 | #: ../mate-tweak:1622 219 | msgid "Open the Compiz configuration and settings manager" 220 | msgstr "" 221 | 222 | #: ../mate-tweak:1623 223 | msgid "Reset Compiz" 224 | msgstr "" 225 | 226 | #: ../mate-tweak:1624 227 | msgid "Reset the current Compiz configuration to factory defaults" 228 | msgstr "" 229 | 230 | #: ../mate-tweak:1627 ../mate-tweak:1632 231 | msgid "HiDPI" 232 | msgstr "" 233 | 234 | #: ../mate-tweak:1628 235 | msgid "Select a window scaling factor." 236 | msgstr "" 237 | 238 | #: ../mate-tweak:1630 239 | msgid "Auto-detect" 240 | msgstr "" 241 | 242 | #: ../mate-tweak:1631 243 | msgid "Regular" 244 | msgstr "" 245 | 246 | #: ../mate-tweak:1635 247 | msgid "" 248 | "Double the size of all windows, panels, widgets, fonts, etc. for HiDPI " 249 | "displays." 250 | msgstr "" 251 | 252 | #: ../mate-tweak:1641 253 | msgid "Open Font preferences" 254 | msgstr "" 255 | 256 | #: ../mate-tweak:1642 ../mate-tweak:1644 257 | msgid "Fonts" 258 | msgstr "" 259 | 260 | #: ../mate-tweak:1643 261 | msgid "Open Font preferences and click Details... to fine tune the font DPI." 262 | msgstr "" 263 | 264 | #: ../mate-tweak:1646 265 | msgid "Enable keyboard LED" 266 | msgstr "" 267 | 268 | #: ../mate-tweak:1647 269 | msgid "Show keyboard LED indicators in the notifcation tray" 270 | msgstr "" 271 | 272 | #: ../mate-tweak:1648 273 | msgid "Enable pull-down terminal" 274 | msgstr "" 275 | 276 | #: ../mate-tweak:1649 277 | msgid "When enabled press F12 to pull down terminal" 278 | msgstr "" 279 | 280 | #: ../mate-tweak:1650 281 | msgid "Enable Dock" 282 | msgstr "" 283 | 284 | #: ../mate-tweak:1651 285 | msgid "When checked the Dock will be enabled." 286 | msgstr "" 287 | 288 | #: ../mate-tweak:1652 289 | msgid "Enable HUD" 290 | msgstr "" 291 | 292 | #: ../mate-tweak:1653 293 | msgid "" 294 | "When checked the Heads-Up Display (HUD) will be enabled. Press Alt_L to " 295 | "search application menus." 296 | msgstr "" 297 | 298 | #: ../mate-tweak:1655 299 | msgid "Show Applications" 300 | msgstr "" 301 | 302 | #: ../mate-tweak:1656 303 | msgid "Show Applications item in the menu bar" 304 | msgstr "" 305 | 306 | #: ../mate-tweak:1657 307 | msgid "Show Places" 308 | msgstr "" 309 | 310 | #: ../mate-tweak:1658 311 | msgid "Show Places item in the menu bar" 312 | msgstr "" 313 | 314 | #: ../mate-tweak:1659 315 | msgid "Show System" 316 | msgstr "" 317 | 318 | #: ../mate-tweak:1660 319 | msgid "Show System item in the menu bar" 320 | msgstr "" 321 | 322 | #: ../mate-tweak:1662 323 | msgid "Show icons on menus" 324 | msgstr "" 325 | 326 | #: ../mate-tweak:1663 327 | msgid "Whether menus may display an icon next to a menu entry" 328 | msgstr "" 329 | 330 | #: ../mate-tweak:1664 331 | msgid "Show icons on buttons" 332 | msgstr "" 333 | 334 | #: ../mate-tweak:1665 335 | msgid "Whether buttons may display an icon in addition to the button text" 336 | msgstr "" 337 | 338 | #: ../mate-tweak:1666 339 | msgid "Show Input Methods menu in context menus" 340 | msgstr "" 341 | 342 | #: ../mate-tweak:1667 343 | msgid "" 344 | "Whether the context menus of entries and text views should offer to change " 345 | "the input method" 346 | msgstr "" 347 | 348 | #: ../mate-tweak:1668 349 | msgid "Show Unicode Control Character menu in context menus" 350 | msgstr "" 351 | 352 | #: ../mate-tweak:1669 353 | msgid "" 354 | "Whether the context menu of entries and text views should offer the insert " 355 | "control characters" 356 | msgstr "" 357 | 358 | #: ../mate-tweak:1671 359 | msgid "Style:" 360 | msgstr "" 361 | 362 | #: ../mate-tweak:1672 363 | msgid "Icon size:" 364 | msgstr "" 365 | 366 | #: ../mate-tweak:1691 367 | msgid "Small" 368 | msgstr "" 369 | 370 | #: ../mate-tweak:1692 371 | msgid "Large" 372 | msgstr "" 373 | 374 | #: ../mate-tweak:1701 375 | msgid "The new window manager will be activated upon selection." 376 | msgstr "" 377 | 378 | #: ../mate-tweak:1702 379 | msgid "Select a window manager." 380 | msgstr "" 381 | 382 | #: ../mate-tweak:1708 383 | msgid "Select a panel layout to change the user interface." 384 | msgstr "" 385 | 386 | #: ../mate-tweak:1709 387 | msgid "Select a panel layout." 388 | msgstr "" 389 | 390 | #: ../mate-tweak:1714 391 | msgid "Default" 392 | msgstr "" 393 | 394 | #: ../mate-tweak:1715 395 | msgid "16px" 396 | msgstr "" 397 | 398 | #: ../mate-tweak:1716 399 | msgid "22px" 400 | msgstr "" 401 | 402 | #: ../mate-tweak:1717 403 | msgid "24px" 404 | msgstr "" 405 | 406 | #: ../mate-tweak:1718 407 | msgid "32px" 408 | msgstr "" 409 | 410 | #: ../mate-tweak:1719 411 | msgid "48px" 412 | msgstr "" 413 | 414 | #: ../mate-tweak:1723 415 | msgid "Set the panel icon size." 416 | msgstr "" 417 | 418 | #: ../mate-tweak:1724 419 | msgid "Select the icon size for panel icons." 420 | msgstr "" 421 | 422 | #: ../mate-tweak:1728 423 | msgid "Set the icon size of menu items used in the panel." 424 | msgstr "" 425 | 426 | #: ../mate-tweak:1729 427 | msgid "Select the icon size for menu items in the panel." 428 | msgstr "" 429 | 430 | #: ../mate-tweak:1757 431 | msgid "Text below items" 432 | msgstr "" 433 | 434 | #: ../mate-tweak:1758 435 | msgid "Text beside items" 436 | msgstr "" 437 | 438 | #: ../mate-tweak:1759 439 | msgid "Icons only" 440 | msgstr "" 441 | 442 | #: ../mate-tweak:1760 443 | msgid "Text only" 444 | msgstr "" 445 | -------------------------------------------------------------------------------- /po/tk.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the PACKAGE package. 4 | # 5 | # Translators: 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: MATE Desktop Environment\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2020-02-13 22:22+0000\n" 11 | "PO-Revision-Date: 2016-05-20 17:25+0000\n" 12 | "Last-Translator: Martin Wimpress \n" 13 | "Language-Team: Turkmen (http://www.transifex.com/mate/MATE/language/tk/)\n" 14 | "Language: tk\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 19 | 20 | #: ../mate-tweak:1207 21 | msgid "Right" 22 | msgstr "" 23 | 24 | #: ../mate-tweak:1208 25 | msgid "Left" 26 | msgstr "" 27 | 28 | #: ../mate-tweak:1209 29 | msgid "Right (with menu)" 30 | msgstr "" 31 | 32 | #: ../mate-tweak:1210 33 | msgid "Left (with menu)" 34 | msgstr "" 35 | 36 | #: ../mate-tweak:1218 37 | msgid "Marco (No compositor)" 38 | msgstr "" 39 | 40 | #: ../mate-tweak:1220 41 | msgid "Marco (Adaptive compositor)" 42 | msgstr "" 43 | 44 | #: ../mate-tweak:1222 45 | msgid "Marco (Compton GPU compositor)" 46 | msgstr "" 47 | 48 | #: ../mate-tweak:1224 49 | msgid "Compiz (Advanced GPU accelerated desktop effects)" 50 | msgstr "" 51 | 52 | #: ../mate-tweak:1227 53 | msgid "" 54 | "You are currently using an unknown and unsupported window manager. Thus we " 55 | "cannot guarantee that changes made here will be effective." 56 | msgstr "" 57 | 58 | #: ../mate-tweak:1529 59 | msgid "Desktop" 60 | msgstr "" 61 | 62 | #: ../mate-tweak:1530 63 | msgid "Interface" 64 | msgstr "" 65 | 66 | #: ../mate-tweak:1531 67 | msgid "Panel" 68 | msgstr "" 69 | 70 | #: ../mate-tweak:1532 71 | msgid "Windows" 72 | msgstr "" 73 | 74 | #: ../mate-tweak:1581 75 | msgid "MATE Tweak" 76 | msgstr "" 77 | 78 | #: ../mate-tweak:1584 79 | msgid "Desktop icons" 80 | msgstr "" 81 | 82 | #: ../mate-tweak:1585 83 | msgid "Performance" 84 | msgstr "" 85 | 86 | #: ../mate-tweak:1586 87 | msgid "Window Behaviour" 88 | msgstr "" 89 | 90 | #: ../mate-tweak:1587 91 | msgid "Appearance" 92 | msgstr "" 93 | 94 | #: ../mate-tweak:1588 95 | msgid "Panels" 96 | msgstr "" 97 | 98 | #: ../mate-tweak:1589 99 | msgid "Panel Features" 100 | msgstr "" 101 | 102 | #: ../mate-tweak:1590 103 | msgid "Panel Menu Features" 104 | msgstr "" 105 | 106 | #: ../mate-tweak:1591 107 | msgid "Icons" 108 | msgstr "" 109 | 110 | #: ../mate-tweak:1592 111 | msgid "Context menus" 112 | msgstr "" 113 | 114 | #: ../mate-tweak:1593 115 | msgid "Toolbars" 116 | msgstr "" 117 | 118 | #: ../mate-tweak:1594 119 | msgid "Window manager" 120 | msgstr "" 121 | 122 | #: ../mate-tweak:1596 123 | msgid "Select the Desktop Icons you want enabled:" 124 | msgstr "" 125 | 126 | #: ../mate-tweak:1597 127 | msgid "Show Desktop Icons" 128 | msgstr "" 129 | 130 | #: ../mate-tweak:1598 131 | msgid "" 132 | "When disabled the desktop will be unmanaged with no icons or file manager " 133 | "access" 134 | msgstr "" 135 | 136 | #: ../mate-tweak:1599 137 | msgid "Computer" 138 | msgstr "" 139 | 140 | #: ../mate-tweak:1600 141 | msgid "Home" 142 | msgstr "" 143 | 144 | #: ../mate-tweak:1601 145 | msgid "Network" 146 | msgstr "" 147 | 148 | #: ../mate-tweak:1602 149 | msgid "Trash" 150 | msgstr "" 151 | 152 | #: ../mate-tweak:1603 153 | msgid "Mounted Volumes" 154 | msgstr "" 155 | 156 | #: ../mate-tweak:1605 157 | msgid "Enable animations" 158 | msgstr "" 159 | 160 | #: ../mate-tweak:1606 161 | msgid "Whether animations should be displayed by the window manager and panel" 162 | msgstr "" 163 | 164 | #: ../mate-tweak:1607 165 | msgid "Do not show window content when moving windows" 166 | msgstr "" 167 | 168 | #: ../mate-tweak:1608 169 | msgid "Provide less feedback when moving windows by using wireframes" 170 | msgstr "" 171 | 172 | #: ../mate-tweak:1609 173 | msgid "Window manager performance tuning." 174 | msgstr "" 175 | 176 | #: ../mate-tweak:1611 177 | msgid "Enable window snapping" 178 | msgstr "" 179 | 180 | #: ../mate-tweak:1612 181 | msgid "" 182 | "Dropping windows on screen edges maximizes them vertically and resizes them " 183 | "horizontally to cover half the available area" 184 | msgstr "" 185 | 186 | #: ../mate-tweak:1613 187 | msgid "Undecorate maximized windows" 188 | msgstr "" 189 | 190 | #: ../mate-tweak:1614 191 | msgid "Undecorate windows when maximized" 192 | msgstr "" 193 | 194 | #: ../mate-tweak:1615 195 | msgid "Do not auto-maximize new windows" 196 | msgstr "" 197 | 198 | #: ../mate-tweak:1616 199 | msgid "Do not automatically maximize newly opened windows" 200 | msgstr "" 201 | 202 | #: ../mate-tweak:1617 203 | msgid "Window control placement." 204 | msgstr "" 205 | 206 | #: ../mate-tweak:1619 207 | msgid "Save the current panel layout as your own custom version" 208 | msgstr "" 209 | 210 | #: ../mate-tweak:1620 211 | msgid "Delete the currently selected panel layout" 212 | msgstr "" 213 | 214 | #: ../mate-tweak:1621 215 | msgid "Open CCSM" 216 | msgstr "" 217 | 218 | #: ../mate-tweak:1622 219 | msgid "Open the Compiz configuration and settings manager" 220 | msgstr "" 221 | 222 | #: ../mate-tweak:1623 223 | msgid "Reset Compiz" 224 | msgstr "" 225 | 226 | #: ../mate-tweak:1624 227 | msgid "Reset the current Compiz configuration to factory defaults" 228 | msgstr "" 229 | 230 | #: ../mate-tweak:1627 ../mate-tweak:1632 231 | msgid "HiDPI" 232 | msgstr "" 233 | 234 | #: ../mate-tweak:1628 235 | msgid "Select a window scaling factor." 236 | msgstr "" 237 | 238 | #: ../mate-tweak:1630 239 | msgid "Auto-detect" 240 | msgstr "" 241 | 242 | #: ../mate-tweak:1631 243 | msgid "Regular" 244 | msgstr "" 245 | 246 | #: ../mate-tweak:1635 247 | msgid "" 248 | "Double the size of all windows, panels, widgets, fonts, etc. for HiDPI " 249 | "displays." 250 | msgstr "" 251 | 252 | #: ../mate-tweak:1641 253 | msgid "Open Font preferences" 254 | msgstr "" 255 | 256 | #: ../mate-tweak:1642 ../mate-tweak:1644 257 | msgid "Fonts" 258 | msgstr "" 259 | 260 | #: ../mate-tweak:1643 261 | msgid "Open Font preferences and click Details... to fine tune the font DPI." 262 | msgstr "" 263 | 264 | #: ../mate-tweak:1646 265 | msgid "Enable keyboard LED" 266 | msgstr "" 267 | 268 | #: ../mate-tweak:1647 269 | msgid "Show keyboard LED indicators in the notifcation tray" 270 | msgstr "" 271 | 272 | #: ../mate-tweak:1648 273 | msgid "Enable pull-down terminal" 274 | msgstr "" 275 | 276 | #: ../mate-tweak:1649 277 | msgid "When enabled press F12 to pull down terminal" 278 | msgstr "" 279 | 280 | #: ../mate-tweak:1650 281 | msgid "Enable Dock" 282 | msgstr "" 283 | 284 | #: ../mate-tweak:1651 285 | msgid "When checked the Dock will be enabled." 286 | msgstr "" 287 | 288 | #: ../mate-tweak:1652 289 | msgid "Enable HUD" 290 | msgstr "" 291 | 292 | #: ../mate-tweak:1653 293 | msgid "" 294 | "When checked the Heads-Up Display (HUD) will be enabled. Press Alt_L to " 295 | "search application menus." 296 | msgstr "" 297 | 298 | #: ../mate-tweak:1655 299 | msgid "Show Applications" 300 | msgstr "" 301 | 302 | #: ../mate-tweak:1656 303 | msgid "Show Applications item in the menu bar" 304 | msgstr "" 305 | 306 | #: ../mate-tweak:1657 307 | msgid "Show Places" 308 | msgstr "" 309 | 310 | #: ../mate-tweak:1658 311 | msgid "Show Places item in the menu bar" 312 | msgstr "" 313 | 314 | #: ../mate-tweak:1659 315 | msgid "Show System" 316 | msgstr "" 317 | 318 | #: ../mate-tweak:1660 319 | msgid "Show System item in the menu bar" 320 | msgstr "" 321 | 322 | #: ../mate-tweak:1662 323 | msgid "Show icons on menus" 324 | msgstr "" 325 | 326 | #: ../mate-tweak:1663 327 | msgid "Whether menus may display an icon next to a menu entry" 328 | msgstr "" 329 | 330 | #: ../mate-tweak:1664 331 | msgid "Show icons on buttons" 332 | msgstr "" 333 | 334 | #: ../mate-tweak:1665 335 | msgid "Whether buttons may display an icon in addition to the button text" 336 | msgstr "" 337 | 338 | #: ../mate-tweak:1666 339 | msgid "Show Input Methods menu in context menus" 340 | msgstr "" 341 | 342 | #: ../mate-tweak:1667 343 | msgid "" 344 | "Whether the context menus of entries and text views should offer to change " 345 | "the input method" 346 | msgstr "" 347 | 348 | #: ../mate-tweak:1668 349 | msgid "Show Unicode Control Character menu in context menus" 350 | msgstr "" 351 | 352 | #: ../mate-tweak:1669 353 | msgid "" 354 | "Whether the context menu of entries and text views should offer the insert " 355 | "control characters" 356 | msgstr "" 357 | 358 | #: ../mate-tweak:1671 359 | msgid "Style:" 360 | msgstr "" 361 | 362 | #: ../mate-tweak:1672 363 | msgid "Icon size:" 364 | msgstr "" 365 | 366 | #: ../mate-tweak:1691 367 | msgid "Small" 368 | msgstr "" 369 | 370 | #: ../mate-tweak:1692 371 | msgid "Large" 372 | msgstr "" 373 | 374 | #: ../mate-tweak:1701 375 | msgid "The new window manager will be activated upon selection." 376 | msgstr "" 377 | 378 | #: ../mate-tweak:1702 379 | msgid "Select a window manager." 380 | msgstr "" 381 | 382 | #: ../mate-tweak:1708 383 | msgid "Select a panel layout to change the user interface." 384 | msgstr "" 385 | 386 | #: ../mate-tweak:1709 387 | msgid "Select a panel layout." 388 | msgstr "" 389 | 390 | #: ../mate-tweak:1714 391 | msgid "Default" 392 | msgstr "" 393 | 394 | #: ../mate-tweak:1715 395 | msgid "16px" 396 | msgstr "" 397 | 398 | #: ../mate-tweak:1716 399 | msgid "22px" 400 | msgstr "" 401 | 402 | #: ../mate-tweak:1717 403 | msgid "24px" 404 | msgstr "" 405 | 406 | #: ../mate-tweak:1718 407 | msgid "32px" 408 | msgstr "" 409 | 410 | #: ../mate-tweak:1719 411 | msgid "48px" 412 | msgstr "" 413 | 414 | #: ../mate-tweak:1723 415 | msgid "Set the panel icon size." 416 | msgstr "" 417 | 418 | #: ../mate-tweak:1724 419 | msgid "Select the icon size for panel icons." 420 | msgstr "" 421 | 422 | #: ../mate-tweak:1728 423 | msgid "Set the icon size of menu items used in the panel." 424 | msgstr "" 425 | 426 | #: ../mate-tweak:1729 427 | msgid "Select the icon size for menu items in the panel." 428 | msgstr "" 429 | 430 | #: ../mate-tweak:1757 431 | msgid "Text below items" 432 | msgstr "" 433 | 434 | #: ../mate-tweak:1758 435 | msgid "Text beside items" 436 | msgstr "" 437 | 438 | #: ../mate-tweak:1759 439 | msgid "Icons only" 440 | msgstr "" 441 | 442 | #: ../mate-tweak:1760 443 | msgid "Text only" 444 | msgstr "" 445 | -------------------------------------------------------------------------------- /po/ts.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the PACKAGE package. 4 | # 5 | # Translators: 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: MATE Desktop Environment\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2020-02-13 22:22+0000\n" 11 | "PO-Revision-Date: 2016-05-20 17:25+0000\n" 12 | "Last-Translator: Martin Wimpress \n" 13 | "Language-Team: Tsonga (http://www.transifex.com/mate/MATE/language/ts/)\n" 14 | "Language: ts\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 19 | 20 | #: ../mate-tweak:1207 21 | msgid "Right" 22 | msgstr "" 23 | 24 | #: ../mate-tweak:1208 25 | msgid "Left" 26 | msgstr "" 27 | 28 | #: ../mate-tweak:1209 29 | msgid "Right (with menu)" 30 | msgstr "" 31 | 32 | #: ../mate-tweak:1210 33 | msgid "Left (with menu)" 34 | msgstr "" 35 | 36 | #: ../mate-tweak:1218 37 | msgid "Marco (No compositor)" 38 | msgstr "" 39 | 40 | #: ../mate-tweak:1220 41 | msgid "Marco (Adaptive compositor)" 42 | msgstr "" 43 | 44 | #: ../mate-tweak:1222 45 | msgid "Marco (Compton GPU compositor)" 46 | msgstr "" 47 | 48 | #: ../mate-tweak:1224 49 | msgid "Compiz (Advanced GPU accelerated desktop effects)" 50 | msgstr "" 51 | 52 | #: ../mate-tweak:1227 53 | msgid "" 54 | "You are currently using an unknown and unsupported window manager. Thus we " 55 | "cannot guarantee that changes made here will be effective." 56 | msgstr "" 57 | 58 | #: ../mate-tweak:1529 59 | msgid "Desktop" 60 | msgstr "" 61 | 62 | #: ../mate-tweak:1530 63 | msgid "Interface" 64 | msgstr "" 65 | 66 | #: ../mate-tweak:1531 67 | msgid "Panel" 68 | msgstr "" 69 | 70 | #: ../mate-tweak:1532 71 | msgid "Windows" 72 | msgstr "" 73 | 74 | #: ../mate-tweak:1581 75 | msgid "MATE Tweak" 76 | msgstr "" 77 | 78 | #: ../mate-tweak:1584 79 | msgid "Desktop icons" 80 | msgstr "" 81 | 82 | #: ../mate-tweak:1585 83 | msgid "Performance" 84 | msgstr "" 85 | 86 | #: ../mate-tweak:1586 87 | msgid "Window Behaviour" 88 | msgstr "" 89 | 90 | #: ../mate-tweak:1587 91 | msgid "Appearance" 92 | msgstr "" 93 | 94 | #: ../mate-tweak:1588 95 | msgid "Panels" 96 | msgstr "" 97 | 98 | #: ../mate-tweak:1589 99 | msgid "Panel Features" 100 | msgstr "" 101 | 102 | #: ../mate-tweak:1590 103 | msgid "Panel Menu Features" 104 | msgstr "" 105 | 106 | #: ../mate-tweak:1591 107 | msgid "Icons" 108 | msgstr "" 109 | 110 | #: ../mate-tweak:1592 111 | msgid "Context menus" 112 | msgstr "" 113 | 114 | #: ../mate-tweak:1593 115 | msgid "Toolbars" 116 | msgstr "" 117 | 118 | #: ../mate-tweak:1594 119 | msgid "Window manager" 120 | msgstr "" 121 | 122 | #: ../mate-tweak:1596 123 | msgid "Select the Desktop Icons you want enabled:" 124 | msgstr "" 125 | 126 | #: ../mate-tweak:1597 127 | msgid "Show Desktop Icons" 128 | msgstr "" 129 | 130 | #: ../mate-tweak:1598 131 | msgid "" 132 | "When disabled the desktop will be unmanaged with no icons or file manager " 133 | "access" 134 | msgstr "" 135 | 136 | #: ../mate-tweak:1599 137 | msgid "Computer" 138 | msgstr "" 139 | 140 | #: ../mate-tweak:1600 141 | msgid "Home" 142 | msgstr "" 143 | 144 | #: ../mate-tweak:1601 145 | msgid "Network" 146 | msgstr "" 147 | 148 | #: ../mate-tweak:1602 149 | msgid "Trash" 150 | msgstr "" 151 | 152 | #: ../mate-tweak:1603 153 | msgid "Mounted Volumes" 154 | msgstr "" 155 | 156 | #: ../mate-tweak:1605 157 | msgid "Enable animations" 158 | msgstr "" 159 | 160 | #: ../mate-tweak:1606 161 | msgid "Whether animations should be displayed by the window manager and panel" 162 | msgstr "" 163 | 164 | #: ../mate-tweak:1607 165 | msgid "Do not show window content when moving windows" 166 | msgstr "" 167 | 168 | #: ../mate-tweak:1608 169 | msgid "Provide less feedback when moving windows by using wireframes" 170 | msgstr "" 171 | 172 | #: ../mate-tweak:1609 173 | msgid "Window manager performance tuning." 174 | msgstr "" 175 | 176 | #: ../mate-tweak:1611 177 | msgid "Enable window snapping" 178 | msgstr "" 179 | 180 | #: ../mate-tweak:1612 181 | msgid "" 182 | "Dropping windows on screen edges maximizes them vertically and resizes them " 183 | "horizontally to cover half the available area" 184 | msgstr "" 185 | 186 | #: ../mate-tweak:1613 187 | msgid "Undecorate maximized windows" 188 | msgstr "" 189 | 190 | #: ../mate-tweak:1614 191 | msgid "Undecorate windows when maximized" 192 | msgstr "" 193 | 194 | #: ../mate-tweak:1615 195 | msgid "Do not auto-maximize new windows" 196 | msgstr "" 197 | 198 | #: ../mate-tweak:1616 199 | msgid "Do not automatically maximize newly opened windows" 200 | msgstr "" 201 | 202 | #: ../mate-tweak:1617 203 | msgid "Window control placement." 204 | msgstr "" 205 | 206 | #: ../mate-tweak:1619 207 | msgid "Save the current panel layout as your own custom version" 208 | msgstr "" 209 | 210 | #: ../mate-tweak:1620 211 | msgid "Delete the currently selected panel layout" 212 | msgstr "" 213 | 214 | #: ../mate-tweak:1621 215 | msgid "Open CCSM" 216 | msgstr "" 217 | 218 | #: ../mate-tweak:1622 219 | msgid "Open the Compiz configuration and settings manager" 220 | msgstr "" 221 | 222 | #: ../mate-tweak:1623 223 | msgid "Reset Compiz" 224 | msgstr "" 225 | 226 | #: ../mate-tweak:1624 227 | msgid "Reset the current Compiz configuration to factory defaults" 228 | msgstr "" 229 | 230 | #: ../mate-tweak:1627 ../mate-tweak:1632 231 | msgid "HiDPI" 232 | msgstr "" 233 | 234 | #: ../mate-tweak:1628 235 | msgid "Select a window scaling factor." 236 | msgstr "" 237 | 238 | #: ../mate-tweak:1630 239 | msgid "Auto-detect" 240 | msgstr "" 241 | 242 | #: ../mate-tweak:1631 243 | msgid "Regular" 244 | msgstr "" 245 | 246 | #: ../mate-tweak:1635 247 | msgid "" 248 | "Double the size of all windows, panels, widgets, fonts, etc. for HiDPI " 249 | "displays." 250 | msgstr "" 251 | 252 | #: ../mate-tweak:1641 253 | msgid "Open Font preferences" 254 | msgstr "" 255 | 256 | #: ../mate-tweak:1642 ../mate-tweak:1644 257 | msgid "Fonts" 258 | msgstr "" 259 | 260 | #: ../mate-tweak:1643 261 | msgid "Open Font preferences and click Details... to fine tune the font DPI." 262 | msgstr "" 263 | 264 | #: ../mate-tweak:1646 265 | msgid "Enable keyboard LED" 266 | msgstr "" 267 | 268 | #: ../mate-tweak:1647 269 | msgid "Show keyboard LED indicators in the notifcation tray" 270 | msgstr "" 271 | 272 | #: ../mate-tweak:1648 273 | msgid "Enable pull-down terminal" 274 | msgstr "" 275 | 276 | #: ../mate-tweak:1649 277 | msgid "When enabled press F12 to pull down terminal" 278 | msgstr "" 279 | 280 | #: ../mate-tweak:1650 281 | msgid "Enable Dock" 282 | msgstr "" 283 | 284 | #: ../mate-tweak:1651 285 | msgid "When checked the Dock will be enabled." 286 | msgstr "" 287 | 288 | #: ../mate-tweak:1652 289 | msgid "Enable HUD" 290 | msgstr "" 291 | 292 | #: ../mate-tweak:1653 293 | msgid "" 294 | "When checked the Heads-Up Display (HUD) will be enabled. Press Alt_L to " 295 | "search application menus." 296 | msgstr "" 297 | 298 | #: ../mate-tweak:1655 299 | msgid "Show Applications" 300 | msgstr "" 301 | 302 | #: ../mate-tweak:1656 303 | msgid "Show Applications item in the menu bar" 304 | msgstr "" 305 | 306 | #: ../mate-tweak:1657 307 | msgid "Show Places" 308 | msgstr "" 309 | 310 | #: ../mate-tweak:1658 311 | msgid "Show Places item in the menu bar" 312 | msgstr "" 313 | 314 | #: ../mate-tweak:1659 315 | msgid "Show System" 316 | msgstr "" 317 | 318 | #: ../mate-tweak:1660 319 | msgid "Show System item in the menu bar" 320 | msgstr "" 321 | 322 | #: ../mate-tweak:1662 323 | msgid "Show icons on menus" 324 | msgstr "" 325 | 326 | #: ../mate-tweak:1663 327 | msgid "Whether menus may display an icon next to a menu entry" 328 | msgstr "" 329 | 330 | #: ../mate-tweak:1664 331 | msgid "Show icons on buttons" 332 | msgstr "" 333 | 334 | #: ../mate-tweak:1665 335 | msgid "Whether buttons may display an icon in addition to the button text" 336 | msgstr "" 337 | 338 | #: ../mate-tweak:1666 339 | msgid "Show Input Methods menu in context menus" 340 | msgstr "" 341 | 342 | #: ../mate-tweak:1667 343 | msgid "" 344 | "Whether the context menus of entries and text views should offer to change " 345 | "the input method" 346 | msgstr "" 347 | 348 | #: ../mate-tweak:1668 349 | msgid "Show Unicode Control Character menu in context menus" 350 | msgstr "" 351 | 352 | #: ../mate-tweak:1669 353 | msgid "" 354 | "Whether the context menu of entries and text views should offer the insert " 355 | "control characters" 356 | msgstr "" 357 | 358 | #: ../mate-tweak:1671 359 | msgid "Style:" 360 | msgstr "" 361 | 362 | #: ../mate-tweak:1672 363 | msgid "Icon size:" 364 | msgstr "" 365 | 366 | #: ../mate-tweak:1691 367 | msgid "Small" 368 | msgstr "" 369 | 370 | #: ../mate-tweak:1692 371 | msgid "Large" 372 | msgstr "" 373 | 374 | #: ../mate-tweak:1701 375 | msgid "The new window manager will be activated upon selection." 376 | msgstr "" 377 | 378 | #: ../mate-tweak:1702 379 | msgid "Select a window manager." 380 | msgstr "" 381 | 382 | #: ../mate-tweak:1708 383 | msgid "Select a panel layout to change the user interface." 384 | msgstr "" 385 | 386 | #: ../mate-tweak:1709 387 | msgid "Select a panel layout." 388 | msgstr "" 389 | 390 | #: ../mate-tweak:1714 391 | msgid "Default" 392 | msgstr "" 393 | 394 | #: ../mate-tweak:1715 395 | msgid "16px" 396 | msgstr "" 397 | 398 | #: ../mate-tweak:1716 399 | msgid "22px" 400 | msgstr "" 401 | 402 | #: ../mate-tweak:1717 403 | msgid "24px" 404 | msgstr "" 405 | 406 | #: ../mate-tweak:1718 407 | msgid "32px" 408 | msgstr "" 409 | 410 | #: ../mate-tweak:1719 411 | msgid "48px" 412 | msgstr "" 413 | 414 | #: ../mate-tweak:1723 415 | msgid "Set the panel icon size." 416 | msgstr "" 417 | 418 | #: ../mate-tweak:1724 419 | msgid "Select the icon size for panel icons." 420 | msgstr "" 421 | 422 | #: ../mate-tweak:1728 423 | msgid "Set the icon size of menu items used in the panel." 424 | msgstr "" 425 | 426 | #: ../mate-tweak:1729 427 | msgid "Select the icon size for menu items in the panel." 428 | msgstr "" 429 | 430 | #: ../mate-tweak:1757 431 | msgid "Text below items" 432 | msgstr "" 433 | 434 | #: ../mate-tweak:1758 435 | msgid "Text beside items" 436 | msgstr "" 437 | 438 | #: ../mate-tweak:1759 439 | msgid "Icons only" 440 | msgstr "" 441 | 442 | #: ../mate-tweak:1760 443 | msgid "Text only" 444 | msgstr "" 445 | -------------------------------------------------------------------------------- /po/tt.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the PACKAGE package. 4 | # 5 | # Translators: 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: MATE Desktop Environment\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2020-02-13 22:22+0000\n" 11 | "PO-Revision-Date: 2016-05-20 17:25+0000\n" 12 | "Last-Translator: Martin Wimpress \n" 13 | "Language-Team: Tatar (http://www.transifex.com/mate/MATE/language/tt/)\n" 14 | "Language: tt\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Plural-Forms: nplurals=1; plural=0;\n" 19 | 20 | #: ../mate-tweak:1207 21 | msgid "Right" 22 | msgstr "" 23 | 24 | #: ../mate-tweak:1208 25 | msgid "Left" 26 | msgstr "" 27 | 28 | #: ../mate-tweak:1209 29 | msgid "Right (with menu)" 30 | msgstr "" 31 | 32 | #: ../mate-tweak:1210 33 | msgid "Left (with menu)" 34 | msgstr "" 35 | 36 | #: ../mate-tweak:1218 37 | msgid "Marco (No compositor)" 38 | msgstr "" 39 | 40 | #: ../mate-tweak:1220 41 | msgid "Marco (Adaptive compositor)" 42 | msgstr "" 43 | 44 | #: ../mate-tweak:1222 45 | msgid "Marco (Compton GPU compositor)" 46 | msgstr "" 47 | 48 | #: ../mate-tweak:1224 49 | msgid "Compiz (Advanced GPU accelerated desktop effects)" 50 | msgstr "" 51 | 52 | #: ../mate-tweak:1227 53 | msgid "" 54 | "You are currently using an unknown and unsupported window manager. Thus we " 55 | "cannot guarantee that changes made here will be effective." 56 | msgstr "" 57 | 58 | #: ../mate-tweak:1529 59 | msgid "Desktop" 60 | msgstr "" 61 | 62 | #: ../mate-tweak:1530 63 | msgid "Interface" 64 | msgstr "" 65 | 66 | #: ../mate-tweak:1531 67 | msgid "Panel" 68 | msgstr "" 69 | 70 | #: ../mate-tweak:1532 71 | msgid "Windows" 72 | msgstr "" 73 | 74 | #: ../mate-tweak:1581 75 | msgid "MATE Tweak" 76 | msgstr "" 77 | 78 | #: ../mate-tweak:1584 79 | msgid "Desktop icons" 80 | msgstr "" 81 | 82 | #: ../mate-tweak:1585 83 | msgid "Performance" 84 | msgstr "" 85 | 86 | #: ../mate-tweak:1586 87 | msgid "Window Behaviour" 88 | msgstr "" 89 | 90 | #: ../mate-tweak:1587 91 | msgid "Appearance" 92 | msgstr "" 93 | 94 | #: ../mate-tweak:1588 95 | msgid "Panels" 96 | msgstr "" 97 | 98 | #: ../mate-tweak:1589 99 | msgid "Panel Features" 100 | msgstr "" 101 | 102 | #: ../mate-tweak:1590 103 | msgid "Panel Menu Features" 104 | msgstr "" 105 | 106 | #: ../mate-tweak:1591 107 | msgid "Icons" 108 | msgstr "" 109 | 110 | #: ../mate-tweak:1592 111 | msgid "Context menus" 112 | msgstr "" 113 | 114 | #: ../mate-tweak:1593 115 | msgid "Toolbars" 116 | msgstr "" 117 | 118 | #: ../mate-tweak:1594 119 | msgid "Window manager" 120 | msgstr "" 121 | 122 | #: ../mate-tweak:1596 123 | msgid "Select the Desktop Icons you want enabled:" 124 | msgstr "" 125 | 126 | #: ../mate-tweak:1597 127 | msgid "Show Desktop Icons" 128 | msgstr "" 129 | 130 | #: ../mate-tweak:1598 131 | msgid "" 132 | "When disabled the desktop will be unmanaged with no icons or file manager " 133 | "access" 134 | msgstr "" 135 | 136 | #: ../mate-tweak:1599 137 | msgid "Computer" 138 | msgstr "" 139 | 140 | #: ../mate-tweak:1600 141 | msgid "Home" 142 | msgstr "" 143 | 144 | #: ../mate-tweak:1601 145 | msgid "Network" 146 | msgstr "" 147 | 148 | #: ../mate-tweak:1602 149 | msgid "Trash" 150 | msgstr "" 151 | 152 | #: ../mate-tweak:1603 153 | msgid "Mounted Volumes" 154 | msgstr "" 155 | 156 | #: ../mate-tweak:1605 157 | msgid "Enable animations" 158 | msgstr "" 159 | 160 | #: ../mate-tweak:1606 161 | msgid "Whether animations should be displayed by the window manager and panel" 162 | msgstr "" 163 | 164 | #: ../mate-tweak:1607 165 | msgid "Do not show window content when moving windows" 166 | msgstr "" 167 | 168 | #: ../mate-tweak:1608 169 | msgid "Provide less feedback when moving windows by using wireframes" 170 | msgstr "" 171 | 172 | #: ../mate-tweak:1609 173 | msgid "Window manager performance tuning." 174 | msgstr "" 175 | 176 | #: ../mate-tweak:1611 177 | msgid "Enable window snapping" 178 | msgstr "" 179 | 180 | #: ../mate-tweak:1612 181 | msgid "" 182 | "Dropping windows on screen edges maximizes them vertically and resizes them " 183 | "horizontally to cover half the available area" 184 | msgstr "" 185 | 186 | #: ../mate-tweak:1613 187 | msgid "Undecorate maximized windows" 188 | msgstr "" 189 | 190 | #: ../mate-tweak:1614 191 | msgid "Undecorate windows when maximized" 192 | msgstr "" 193 | 194 | #: ../mate-tweak:1615 195 | msgid "Do not auto-maximize new windows" 196 | msgstr "" 197 | 198 | #: ../mate-tweak:1616 199 | msgid "Do not automatically maximize newly opened windows" 200 | msgstr "" 201 | 202 | #: ../mate-tweak:1617 203 | msgid "Window control placement." 204 | msgstr "" 205 | 206 | #: ../mate-tweak:1619 207 | msgid "Save the current panel layout as your own custom version" 208 | msgstr "" 209 | 210 | #: ../mate-tweak:1620 211 | msgid "Delete the currently selected panel layout" 212 | msgstr "" 213 | 214 | #: ../mate-tweak:1621 215 | msgid "Open CCSM" 216 | msgstr "" 217 | 218 | #: ../mate-tweak:1622 219 | msgid "Open the Compiz configuration and settings manager" 220 | msgstr "" 221 | 222 | #: ../mate-tweak:1623 223 | msgid "Reset Compiz" 224 | msgstr "" 225 | 226 | #: ../mate-tweak:1624 227 | msgid "Reset the current Compiz configuration to factory defaults" 228 | msgstr "" 229 | 230 | #: ../mate-tweak:1627 ../mate-tweak:1632 231 | msgid "HiDPI" 232 | msgstr "" 233 | 234 | #: ../mate-tweak:1628 235 | msgid "Select a window scaling factor." 236 | msgstr "" 237 | 238 | #: ../mate-tweak:1630 239 | msgid "Auto-detect" 240 | msgstr "" 241 | 242 | #: ../mate-tweak:1631 243 | msgid "Regular" 244 | msgstr "" 245 | 246 | #: ../mate-tweak:1635 247 | msgid "" 248 | "Double the size of all windows, panels, widgets, fonts, etc. for HiDPI " 249 | "displays." 250 | msgstr "" 251 | 252 | #: ../mate-tweak:1641 253 | msgid "Open Font preferences" 254 | msgstr "" 255 | 256 | #: ../mate-tweak:1642 ../mate-tweak:1644 257 | msgid "Fonts" 258 | msgstr "" 259 | 260 | #: ../mate-tweak:1643 261 | msgid "Open Font preferences and click Details... to fine tune the font DPI." 262 | msgstr "" 263 | 264 | #: ../mate-tweak:1646 265 | msgid "Enable keyboard LED" 266 | msgstr "" 267 | 268 | #: ../mate-tweak:1647 269 | msgid "Show keyboard LED indicators in the notifcation tray" 270 | msgstr "" 271 | 272 | #: ../mate-tweak:1648 273 | msgid "Enable pull-down terminal" 274 | msgstr "" 275 | 276 | #: ../mate-tweak:1649 277 | msgid "When enabled press F12 to pull down terminal" 278 | msgstr "" 279 | 280 | #: ../mate-tweak:1650 281 | msgid "Enable Dock" 282 | msgstr "" 283 | 284 | #: ../mate-tweak:1651 285 | msgid "When checked the Dock will be enabled." 286 | msgstr "" 287 | 288 | #: ../mate-tweak:1652 289 | msgid "Enable HUD" 290 | msgstr "" 291 | 292 | #: ../mate-tweak:1653 293 | msgid "" 294 | "When checked the Heads-Up Display (HUD) will be enabled. Press Alt_L to " 295 | "search application menus." 296 | msgstr "" 297 | 298 | #: ../mate-tweak:1655 299 | msgid "Show Applications" 300 | msgstr "" 301 | 302 | #: ../mate-tweak:1656 303 | msgid "Show Applications item in the menu bar" 304 | msgstr "" 305 | 306 | #: ../mate-tweak:1657 307 | msgid "Show Places" 308 | msgstr "" 309 | 310 | #: ../mate-tweak:1658 311 | msgid "Show Places item in the menu bar" 312 | msgstr "" 313 | 314 | #: ../mate-tweak:1659 315 | msgid "Show System" 316 | msgstr "" 317 | 318 | #: ../mate-tweak:1660 319 | msgid "Show System item in the menu bar" 320 | msgstr "" 321 | 322 | #: ../mate-tweak:1662 323 | msgid "Show icons on menus" 324 | msgstr "" 325 | 326 | #: ../mate-tweak:1663 327 | msgid "Whether menus may display an icon next to a menu entry" 328 | msgstr "" 329 | 330 | #: ../mate-tweak:1664 331 | msgid "Show icons on buttons" 332 | msgstr "" 333 | 334 | #: ../mate-tweak:1665 335 | msgid "Whether buttons may display an icon in addition to the button text" 336 | msgstr "" 337 | 338 | #: ../mate-tweak:1666 339 | msgid "Show Input Methods menu in context menus" 340 | msgstr "" 341 | 342 | #: ../mate-tweak:1667 343 | msgid "" 344 | "Whether the context menus of entries and text views should offer to change " 345 | "the input method" 346 | msgstr "" 347 | 348 | #: ../mate-tweak:1668 349 | msgid "Show Unicode Control Character menu in context menus" 350 | msgstr "" 351 | 352 | #: ../mate-tweak:1669 353 | msgid "" 354 | "Whether the context menu of entries and text views should offer the insert " 355 | "control characters" 356 | msgstr "" 357 | 358 | #: ../mate-tweak:1671 359 | msgid "Style:" 360 | msgstr "" 361 | 362 | #: ../mate-tweak:1672 363 | msgid "Icon size:" 364 | msgstr "" 365 | 366 | #: ../mate-tweak:1691 367 | msgid "Small" 368 | msgstr "" 369 | 370 | #: ../mate-tweak:1692 371 | msgid "Large" 372 | msgstr "" 373 | 374 | #: ../mate-tweak:1701 375 | msgid "The new window manager will be activated upon selection." 376 | msgstr "" 377 | 378 | #: ../mate-tweak:1702 379 | msgid "Select a window manager." 380 | msgstr "" 381 | 382 | #: ../mate-tweak:1708 383 | msgid "Select a panel layout to change the user interface." 384 | msgstr "" 385 | 386 | #: ../mate-tweak:1709 387 | msgid "Select a panel layout." 388 | msgstr "" 389 | 390 | #: ../mate-tweak:1714 391 | msgid "Default" 392 | msgstr "" 393 | 394 | #: ../mate-tweak:1715 395 | msgid "16px" 396 | msgstr "" 397 | 398 | #: ../mate-tweak:1716 399 | msgid "22px" 400 | msgstr "" 401 | 402 | #: ../mate-tweak:1717 403 | msgid "24px" 404 | msgstr "" 405 | 406 | #: ../mate-tweak:1718 407 | msgid "32px" 408 | msgstr "" 409 | 410 | #: ../mate-tweak:1719 411 | msgid "48px" 412 | msgstr "" 413 | 414 | #: ../mate-tweak:1723 415 | msgid "Set the panel icon size." 416 | msgstr "" 417 | 418 | #: ../mate-tweak:1724 419 | msgid "Select the icon size for panel icons." 420 | msgstr "" 421 | 422 | #: ../mate-tweak:1728 423 | msgid "Set the icon size of menu items used in the panel." 424 | msgstr "" 425 | 426 | #: ../mate-tweak:1729 427 | msgid "Select the icon size for menu items in the panel." 428 | msgstr "" 429 | 430 | #: ../mate-tweak:1757 431 | msgid "Text below items" 432 | msgstr "" 433 | 434 | #: ../mate-tweak:1758 435 | msgid "Text beside items" 436 | msgstr "" 437 | 438 | #: ../mate-tweak:1759 439 | msgid "Icons only" 440 | msgstr "" 441 | 442 | #: ../mate-tweak:1760 443 | msgid "Text only" 444 | msgstr "" 445 | -------------------------------------------------------------------------------- /po/uz@Latn.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the PACKAGE package. 4 | # 5 | # Translators: 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: MATE Desktop Environment\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2020-02-13 22:22+0000\n" 11 | "PO-Revision-Date: 2015-03-15 20:33+0000\n" 12 | "Last-Translator: FULL NAME \n" 13 | "Language-Team: Uzbek (Latin) (http://www.transifex.com/mate/MATE/language/uz@Latn/)\n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Language: uz@Latn\n" 18 | "Plural-Forms: nplurals=1; plural=0;\n" 19 | 20 | #: ../mate-tweak:1207 21 | msgid "Right" 22 | msgstr "" 23 | 24 | #: ../mate-tweak:1208 25 | msgid "Left" 26 | msgstr "" 27 | 28 | #: ../mate-tweak:1209 29 | msgid "Right (with menu)" 30 | msgstr "" 31 | 32 | #: ../mate-tweak:1210 33 | msgid "Left (with menu)" 34 | msgstr "" 35 | 36 | #: ../mate-tweak:1218 37 | msgid "Marco (No compositor)" 38 | msgstr "" 39 | 40 | #: ../mate-tweak:1220 41 | msgid "Marco (Adaptive compositor)" 42 | msgstr "" 43 | 44 | #: ../mate-tweak:1222 45 | msgid "Marco (Compton GPU compositor)" 46 | msgstr "" 47 | 48 | #: ../mate-tweak:1224 49 | msgid "Compiz (Advanced GPU accelerated desktop effects)" 50 | msgstr "" 51 | 52 | #: ../mate-tweak:1227 53 | msgid "" 54 | "You are currently using an unknown and unsupported window manager. Thus we " 55 | "cannot guarantee that changes made here will be effective." 56 | msgstr "" 57 | 58 | #: ../mate-tweak:1529 59 | msgid "Desktop" 60 | msgstr "" 61 | 62 | #: ../mate-tweak:1530 63 | msgid "Interface" 64 | msgstr "" 65 | 66 | #: ../mate-tweak:1531 67 | msgid "Panel" 68 | msgstr "" 69 | 70 | #: ../mate-tweak:1532 71 | msgid "Windows" 72 | msgstr "" 73 | 74 | #: ../mate-tweak:1581 75 | msgid "MATE Tweak" 76 | msgstr "" 77 | 78 | #: ../mate-tweak:1584 79 | msgid "Desktop icons" 80 | msgstr "" 81 | 82 | #: ../mate-tweak:1585 83 | msgid "Performance" 84 | msgstr "" 85 | 86 | #: ../mate-tweak:1586 87 | msgid "Window Behaviour" 88 | msgstr "" 89 | 90 | #: ../mate-tweak:1587 91 | msgid "Appearance" 92 | msgstr "" 93 | 94 | #: ../mate-tweak:1588 95 | msgid "Panels" 96 | msgstr "" 97 | 98 | #: ../mate-tweak:1589 99 | msgid "Panel Features" 100 | msgstr "" 101 | 102 | #: ../mate-tweak:1590 103 | msgid "Panel Menu Features" 104 | msgstr "" 105 | 106 | #: ../mate-tweak:1591 107 | msgid "Icons" 108 | msgstr "" 109 | 110 | #: ../mate-tweak:1592 111 | msgid "Context menus" 112 | msgstr "" 113 | 114 | #: ../mate-tweak:1593 115 | msgid "Toolbars" 116 | msgstr "" 117 | 118 | #: ../mate-tweak:1594 119 | msgid "Window manager" 120 | msgstr "" 121 | 122 | #: ../mate-tweak:1596 123 | msgid "Select the Desktop Icons you want enabled:" 124 | msgstr "" 125 | 126 | #: ../mate-tweak:1597 127 | msgid "Show Desktop Icons" 128 | msgstr "" 129 | 130 | #: ../mate-tweak:1598 131 | msgid "" 132 | "When disabled the desktop will be unmanaged with no icons or file manager " 133 | "access" 134 | msgstr "" 135 | 136 | #: ../mate-tweak:1599 137 | msgid "Computer" 138 | msgstr "" 139 | 140 | #: ../mate-tweak:1600 141 | msgid "Home" 142 | msgstr "" 143 | 144 | #: ../mate-tweak:1601 145 | msgid "Network" 146 | msgstr "" 147 | 148 | #: ../mate-tweak:1602 149 | msgid "Trash" 150 | msgstr "" 151 | 152 | #: ../mate-tweak:1603 153 | msgid "Mounted Volumes" 154 | msgstr "" 155 | 156 | #: ../mate-tweak:1605 157 | msgid "Enable animations" 158 | msgstr "" 159 | 160 | #: ../mate-tweak:1606 161 | msgid "Whether animations should be displayed by the window manager and panel" 162 | msgstr "" 163 | 164 | #: ../mate-tweak:1607 165 | msgid "Do not show window content when moving windows" 166 | msgstr "" 167 | 168 | #: ../mate-tweak:1608 169 | msgid "Provide less feedback when moving windows by using wireframes" 170 | msgstr "" 171 | 172 | #: ../mate-tweak:1609 173 | msgid "Window manager performance tuning." 174 | msgstr "" 175 | 176 | #: ../mate-tweak:1611 177 | msgid "Enable window snapping" 178 | msgstr "" 179 | 180 | #: ../mate-tweak:1612 181 | msgid "" 182 | "Dropping windows on screen edges maximizes them vertically and resizes them " 183 | "horizontally to cover half the available area" 184 | msgstr "" 185 | 186 | #: ../mate-tweak:1613 187 | msgid "Undecorate maximized windows" 188 | msgstr "" 189 | 190 | #: ../mate-tweak:1614 191 | msgid "Undecorate windows when maximized" 192 | msgstr "" 193 | 194 | #: ../mate-tweak:1615 195 | msgid "Do not auto-maximize new windows" 196 | msgstr "" 197 | 198 | #: ../mate-tweak:1616 199 | msgid "Do not automatically maximize newly opened windows" 200 | msgstr "" 201 | 202 | #: ../mate-tweak:1617 203 | msgid "Window control placement." 204 | msgstr "" 205 | 206 | #: ../mate-tweak:1619 207 | msgid "Save the current panel layout as your own custom version" 208 | msgstr "" 209 | 210 | #: ../mate-tweak:1620 211 | msgid "Delete the currently selected panel layout" 212 | msgstr "" 213 | 214 | #: ../mate-tweak:1621 215 | msgid "Open CCSM" 216 | msgstr "" 217 | 218 | #: ../mate-tweak:1622 219 | msgid "Open the Compiz configuration and settings manager" 220 | msgstr "" 221 | 222 | #: ../mate-tweak:1623 223 | msgid "Reset Compiz" 224 | msgstr "" 225 | 226 | #: ../mate-tweak:1624 227 | msgid "Reset the current Compiz configuration to factory defaults" 228 | msgstr "" 229 | 230 | #: ../mate-tweak:1627 ../mate-tweak:1632 231 | msgid "HiDPI" 232 | msgstr "" 233 | 234 | #: ../mate-tweak:1628 235 | msgid "Select a window scaling factor." 236 | msgstr "" 237 | 238 | #: ../mate-tweak:1630 239 | msgid "Auto-detect" 240 | msgstr "" 241 | 242 | #: ../mate-tweak:1631 243 | msgid "Regular" 244 | msgstr "" 245 | 246 | #: ../mate-tweak:1635 247 | msgid "" 248 | "Double the size of all windows, panels, widgets, fonts, etc. for HiDPI " 249 | "displays." 250 | msgstr "" 251 | 252 | #: ../mate-tweak:1641 253 | msgid "Open Font preferences" 254 | msgstr "" 255 | 256 | #: ../mate-tweak:1642 ../mate-tweak:1644 257 | msgid "Fonts" 258 | msgstr "" 259 | 260 | #: ../mate-tweak:1643 261 | msgid "Open Font preferences and click Details... to fine tune the font DPI." 262 | msgstr "" 263 | 264 | #: ../mate-tweak:1646 265 | msgid "Enable keyboard LED" 266 | msgstr "" 267 | 268 | #: ../mate-tweak:1647 269 | msgid "Show keyboard LED indicators in the notifcation tray" 270 | msgstr "" 271 | 272 | #: ../mate-tweak:1648 273 | msgid "Enable pull-down terminal" 274 | msgstr "" 275 | 276 | #: ../mate-tweak:1649 277 | msgid "When enabled press F12 to pull down terminal" 278 | msgstr "" 279 | 280 | #: ../mate-tweak:1650 281 | msgid "Enable Dock" 282 | msgstr "" 283 | 284 | #: ../mate-tweak:1651 285 | msgid "When checked the Dock will be enabled." 286 | msgstr "" 287 | 288 | #: ../mate-tweak:1652 289 | msgid "Enable HUD" 290 | msgstr "" 291 | 292 | #: ../mate-tweak:1653 293 | msgid "" 294 | "When checked the Heads-Up Display (HUD) will be enabled. Press Alt_L to " 295 | "search application menus." 296 | msgstr "" 297 | 298 | #: ../mate-tweak:1655 299 | msgid "Show Applications" 300 | msgstr "" 301 | 302 | #: ../mate-tweak:1656 303 | msgid "Show Applications item in the menu bar" 304 | msgstr "" 305 | 306 | #: ../mate-tweak:1657 307 | msgid "Show Places" 308 | msgstr "" 309 | 310 | #: ../mate-tweak:1658 311 | msgid "Show Places item in the menu bar" 312 | msgstr "" 313 | 314 | #: ../mate-tweak:1659 315 | msgid "Show System" 316 | msgstr "" 317 | 318 | #: ../mate-tweak:1660 319 | msgid "Show System item in the menu bar" 320 | msgstr "" 321 | 322 | #: ../mate-tweak:1662 323 | msgid "Show icons on menus" 324 | msgstr "" 325 | 326 | #: ../mate-tweak:1663 327 | msgid "Whether menus may display an icon next to a menu entry" 328 | msgstr "" 329 | 330 | #: ../mate-tweak:1664 331 | msgid "Show icons on buttons" 332 | msgstr "" 333 | 334 | #: ../mate-tweak:1665 335 | msgid "Whether buttons may display an icon in addition to the button text" 336 | msgstr "" 337 | 338 | #: ../mate-tweak:1666 339 | msgid "Show Input Methods menu in context menus" 340 | msgstr "" 341 | 342 | #: ../mate-tweak:1667 343 | msgid "" 344 | "Whether the context menus of entries and text views should offer to change " 345 | "the input method" 346 | msgstr "" 347 | 348 | #: ../mate-tweak:1668 349 | msgid "Show Unicode Control Character menu in context menus" 350 | msgstr "" 351 | 352 | #: ../mate-tweak:1669 353 | msgid "" 354 | "Whether the context menu of entries and text views should offer the insert " 355 | "control characters" 356 | msgstr "" 357 | 358 | #: ../mate-tweak:1671 359 | msgid "Style:" 360 | msgstr "" 361 | 362 | #: ../mate-tweak:1672 363 | msgid "Icon size:" 364 | msgstr "" 365 | 366 | #: ../mate-tweak:1691 367 | msgid "Small" 368 | msgstr "" 369 | 370 | #: ../mate-tweak:1692 371 | msgid "Large" 372 | msgstr "" 373 | 374 | #: ../mate-tweak:1701 375 | msgid "The new window manager will be activated upon selection." 376 | msgstr "" 377 | 378 | #: ../mate-tweak:1702 379 | msgid "Select a window manager." 380 | msgstr "" 381 | 382 | #: ../mate-tweak:1708 383 | msgid "Select a panel layout to change the user interface." 384 | msgstr "" 385 | 386 | #: ../mate-tweak:1709 387 | msgid "Select a panel layout." 388 | msgstr "" 389 | 390 | #: ../mate-tweak:1714 391 | msgid "Default" 392 | msgstr "" 393 | 394 | #: ../mate-tweak:1715 395 | msgid "16px" 396 | msgstr "" 397 | 398 | #: ../mate-tweak:1716 399 | msgid "22px" 400 | msgstr "" 401 | 402 | #: ../mate-tweak:1717 403 | msgid "24px" 404 | msgstr "" 405 | 406 | #: ../mate-tweak:1718 407 | msgid "32px" 408 | msgstr "" 409 | 410 | #: ../mate-tweak:1719 411 | msgid "48px" 412 | msgstr "" 413 | 414 | #: ../mate-tweak:1723 415 | msgid "Set the panel icon size." 416 | msgstr "" 417 | 418 | #: ../mate-tweak:1724 419 | msgid "Select the icon size for panel icons." 420 | msgstr "" 421 | 422 | #: ../mate-tweak:1728 423 | msgid "Set the icon size of menu items used in the panel." 424 | msgstr "" 425 | 426 | #: ../mate-tweak:1729 427 | msgid "Select the icon size for menu items in the panel." 428 | msgstr "" 429 | 430 | #: ../mate-tweak:1757 431 | msgid "Text below items" 432 | msgstr "" 433 | 434 | #: ../mate-tweak:1758 435 | msgid "Text beside items" 436 | msgstr "" 437 | 438 | #: ../mate-tweak:1759 439 | msgid "Icons only" 440 | msgstr "" 441 | 442 | #: ../mate-tweak:1760 443 | msgid "Text only" 444 | msgstr "" 445 | -------------------------------------------------------------------------------- /po/yo.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the PACKAGE package. 4 | # 5 | # Translators: 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: MATE Desktop Environment\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2020-02-13 22:22+0000\n" 11 | "PO-Revision-Date: 2016-05-20 17:25+0000\n" 12 | "Last-Translator: Martin Wimpress \n" 13 | "Language-Team: Yoruba (http://www.transifex.com/mate/MATE/language/yo/)\n" 14 | "Language: yo\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 19 | 20 | #: ../mate-tweak:1207 21 | msgid "Right" 22 | msgstr "" 23 | 24 | #: ../mate-tweak:1208 25 | msgid "Left" 26 | msgstr "" 27 | 28 | #: ../mate-tweak:1209 29 | msgid "Right (with menu)" 30 | msgstr "" 31 | 32 | #: ../mate-tweak:1210 33 | msgid "Left (with menu)" 34 | msgstr "" 35 | 36 | #: ../mate-tweak:1218 37 | msgid "Marco (No compositor)" 38 | msgstr "" 39 | 40 | #: ../mate-tweak:1220 41 | msgid "Marco (Adaptive compositor)" 42 | msgstr "" 43 | 44 | #: ../mate-tweak:1222 45 | msgid "Marco (Compton GPU compositor)" 46 | msgstr "" 47 | 48 | #: ../mate-tweak:1224 49 | msgid "Compiz (Advanced GPU accelerated desktop effects)" 50 | msgstr "" 51 | 52 | #: ../mate-tweak:1227 53 | msgid "" 54 | "You are currently using an unknown and unsupported window manager. Thus we " 55 | "cannot guarantee that changes made here will be effective." 56 | msgstr "" 57 | 58 | #: ../mate-tweak:1529 59 | msgid "Desktop" 60 | msgstr "" 61 | 62 | #: ../mate-tweak:1530 63 | msgid "Interface" 64 | msgstr "" 65 | 66 | #: ../mate-tweak:1531 67 | msgid "Panel" 68 | msgstr "" 69 | 70 | #: ../mate-tweak:1532 71 | msgid "Windows" 72 | msgstr "" 73 | 74 | #: ../mate-tweak:1581 75 | msgid "MATE Tweak" 76 | msgstr "" 77 | 78 | #: ../mate-tweak:1584 79 | msgid "Desktop icons" 80 | msgstr "" 81 | 82 | #: ../mate-tweak:1585 83 | msgid "Performance" 84 | msgstr "" 85 | 86 | #: ../mate-tweak:1586 87 | msgid "Window Behaviour" 88 | msgstr "" 89 | 90 | #: ../mate-tweak:1587 91 | msgid "Appearance" 92 | msgstr "" 93 | 94 | #: ../mate-tweak:1588 95 | msgid "Panels" 96 | msgstr "" 97 | 98 | #: ../mate-tweak:1589 99 | msgid "Panel Features" 100 | msgstr "" 101 | 102 | #: ../mate-tweak:1590 103 | msgid "Panel Menu Features" 104 | msgstr "" 105 | 106 | #: ../mate-tweak:1591 107 | msgid "Icons" 108 | msgstr "" 109 | 110 | #: ../mate-tweak:1592 111 | msgid "Context menus" 112 | msgstr "" 113 | 114 | #: ../mate-tweak:1593 115 | msgid "Toolbars" 116 | msgstr "" 117 | 118 | #: ../mate-tweak:1594 119 | msgid "Window manager" 120 | msgstr "" 121 | 122 | #: ../mate-tweak:1596 123 | msgid "Select the Desktop Icons you want enabled:" 124 | msgstr "" 125 | 126 | #: ../mate-tweak:1597 127 | msgid "Show Desktop Icons" 128 | msgstr "" 129 | 130 | #: ../mate-tweak:1598 131 | msgid "" 132 | "When disabled the desktop will be unmanaged with no icons or file manager " 133 | "access" 134 | msgstr "" 135 | 136 | #: ../mate-tweak:1599 137 | msgid "Computer" 138 | msgstr "" 139 | 140 | #: ../mate-tweak:1600 141 | msgid "Home" 142 | msgstr "" 143 | 144 | #: ../mate-tweak:1601 145 | msgid "Network" 146 | msgstr "" 147 | 148 | #: ../mate-tweak:1602 149 | msgid "Trash" 150 | msgstr "" 151 | 152 | #: ../mate-tweak:1603 153 | msgid "Mounted Volumes" 154 | msgstr "" 155 | 156 | #: ../mate-tweak:1605 157 | msgid "Enable animations" 158 | msgstr "" 159 | 160 | #: ../mate-tweak:1606 161 | msgid "Whether animations should be displayed by the window manager and panel" 162 | msgstr "" 163 | 164 | #: ../mate-tweak:1607 165 | msgid "Do not show window content when moving windows" 166 | msgstr "" 167 | 168 | #: ../mate-tweak:1608 169 | msgid "Provide less feedback when moving windows by using wireframes" 170 | msgstr "" 171 | 172 | #: ../mate-tweak:1609 173 | msgid "Window manager performance tuning." 174 | msgstr "" 175 | 176 | #: ../mate-tweak:1611 177 | msgid "Enable window snapping" 178 | msgstr "" 179 | 180 | #: ../mate-tweak:1612 181 | msgid "" 182 | "Dropping windows on screen edges maximizes them vertically and resizes them " 183 | "horizontally to cover half the available area" 184 | msgstr "" 185 | 186 | #: ../mate-tweak:1613 187 | msgid "Undecorate maximized windows" 188 | msgstr "" 189 | 190 | #: ../mate-tweak:1614 191 | msgid "Undecorate windows when maximized" 192 | msgstr "" 193 | 194 | #: ../mate-tweak:1615 195 | msgid "Do not auto-maximize new windows" 196 | msgstr "" 197 | 198 | #: ../mate-tweak:1616 199 | msgid "Do not automatically maximize newly opened windows" 200 | msgstr "" 201 | 202 | #: ../mate-tweak:1617 203 | msgid "Window control placement." 204 | msgstr "" 205 | 206 | #: ../mate-tweak:1619 207 | msgid "Save the current panel layout as your own custom version" 208 | msgstr "" 209 | 210 | #: ../mate-tweak:1620 211 | msgid "Delete the currently selected panel layout" 212 | msgstr "" 213 | 214 | #: ../mate-tweak:1621 215 | msgid "Open CCSM" 216 | msgstr "" 217 | 218 | #: ../mate-tweak:1622 219 | msgid "Open the Compiz configuration and settings manager" 220 | msgstr "" 221 | 222 | #: ../mate-tweak:1623 223 | msgid "Reset Compiz" 224 | msgstr "" 225 | 226 | #: ../mate-tweak:1624 227 | msgid "Reset the current Compiz configuration to factory defaults" 228 | msgstr "" 229 | 230 | #: ../mate-tweak:1627 ../mate-tweak:1632 231 | msgid "HiDPI" 232 | msgstr "" 233 | 234 | #: ../mate-tweak:1628 235 | msgid "Select a window scaling factor." 236 | msgstr "" 237 | 238 | #: ../mate-tweak:1630 239 | msgid "Auto-detect" 240 | msgstr "" 241 | 242 | #: ../mate-tweak:1631 243 | msgid "Regular" 244 | msgstr "" 245 | 246 | #: ../mate-tweak:1635 247 | msgid "" 248 | "Double the size of all windows, panels, widgets, fonts, etc. for HiDPI " 249 | "displays." 250 | msgstr "" 251 | 252 | #: ../mate-tweak:1641 253 | msgid "Open Font preferences" 254 | msgstr "" 255 | 256 | #: ../mate-tweak:1642 ../mate-tweak:1644 257 | msgid "Fonts" 258 | msgstr "" 259 | 260 | #: ../mate-tweak:1643 261 | msgid "Open Font preferences and click Details... to fine tune the font DPI." 262 | msgstr "" 263 | 264 | #: ../mate-tweak:1646 265 | msgid "Enable keyboard LED" 266 | msgstr "" 267 | 268 | #: ../mate-tweak:1647 269 | msgid "Show keyboard LED indicators in the notifcation tray" 270 | msgstr "" 271 | 272 | #: ../mate-tweak:1648 273 | msgid "Enable pull-down terminal" 274 | msgstr "" 275 | 276 | #: ../mate-tweak:1649 277 | msgid "When enabled press F12 to pull down terminal" 278 | msgstr "" 279 | 280 | #: ../mate-tweak:1650 281 | msgid "Enable Dock" 282 | msgstr "" 283 | 284 | #: ../mate-tweak:1651 285 | msgid "When checked the Dock will be enabled." 286 | msgstr "" 287 | 288 | #: ../mate-tweak:1652 289 | msgid "Enable HUD" 290 | msgstr "" 291 | 292 | #: ../mate-tweak:1653 293 | msgid "" 294 | "When checked the Heads-Up Display (HUD) will be enabled. Press Alt_L to " 295 | "search application menus." 296 | msgstr "" 297 | 298 | #: ../mate-tweak:1655 299 | msgid "Show Applications" 300 | msgstr "" 301 | 302 | #: ../mate-tweak:1656 303 | msgid "Show Applications item in the menu bar" 304 | msgstr "" 305 | 306 | #: ../mate-tweak:1657 307 | msgid "Show Places" 308 | msgstr "" 309 | 310 | #: ../mate-tweak:1658 311 | msgid "Show Places item in the menu bar" 312 | msgstr "" 313 | 314 | #: ../mate-tweak:1659 315 | msgid "Show System" 316 | msgstr "" 317 | 318 | #: ../mate-tweak:1660 319 | msgid "Show System item in the menu bar" 320 | msgstr "" 321 | 322 | #: ../mate-tweak:1662 323 | msgid "Show icons on menus" 324 | msgstr "" 325 | 326 | #: ../mate-tweak:1663 327 | msgid "Whether menus may display an icon next to a menu entry" 328 | msgstr "" 329 | 330 | #: ../mate-tweak:1664 331 | msgid "Show icons on buttons" 332 | msgstr "" 333 | 334 | #: ../mate-tweak:1665 335 | msgid "Whether buttons may display an icon in addition to the button text" 336 | msgstr "" 337 | 338 | #: ../mate-tweak:1666 339 | msgid "Show Input Methods menu in context menus" 340 | msgstr "" 341 | 342 | #: ../mate-tweak:1667 343 | msgid "" 344 | "Whether the context menus of entries and text views should offer to change " 345 | "the input method" 346 | msgstr "" 347 | 348 | #: ../mate-tweak:1668 349 | msgid "Show Unicode Control Character menu in context menus" 350 | msgstr "" 351 | 352 | #: ../mate-tweak:1669 353 | msgid "" 354 | "Whether the context menu of entries and text views should offer the insert " 355 | "control characters" 356 | msgstr "" 357 | 358 | #: ../mate-tweak:1671 359 | msgid "Style:" 360 | msgstr "" 361 | 362 | #: ../mate-tweak:1672 363 | msgid "Icon size:" 364 | msgstr "" 365 | 366 | #: ../mate-tweak:1691 367 | msgid "Small" 368 | msgstr "" 369 | 370 | #: ../mate-tweak:1692 371 | msgid "Large" 372 | msgstr "" 373 | 374 | #: ../mate-tweak:1701 375 | msgid "The new window manager will be activated upon selection." 376 | msgstr "" 377 | 378 | #: ../mate-tweak:1702 379 | msgid "Select a window manager." 380 | msgstr "" 381 | 382 | #: ../mate-tweak:1708 383 | msgid "Select a panel layout to change the user interface." 384 | msgstr "" 385 | 386 | #: ../mate-tweak:1709 387 | msgid "Select a panel layout." 388 | msgstr "" 389 | 390 | #: ../mate-tweak:1714 391 | msgid "Default" 392 | msgstr "" 393 | 394 | #: ../mate-tweak:1715 395 | msgid "16px" 396 | msgstr "" 397 | 398 | #: ../mate-tweak:1716 399 | msgid "22px" 400 | msgstr "" 401 | 402 | #: ../mate-tweak:1717 403 | msgid "24px" 404 | msgstr "" 405 | 406 | #: ../mate-tweak:1718 407 | msgid "32px" 408 | msgstr "" 409 | 410 | #: ../mate-tweak:1719 411 | msgid "48px" 412 | msgstr "" 413 | 414 | #: ../mate-tweak:1723 415 | msgid "Set the panel icon size." 416 | msgstr "" 417 | 418 | #: ../mate-tweak:1724 419 | msgid "Select the icon size for panel icons." 420 | msgstr "" 421 | 422 | #: ../mate-tweak:1728 423 | msgid "Set the icon size of menu items used in the panel." 424 | msgstr "" 425 | 426 | #: ../mate-tweak:1729 427 | msgid "Select the icon size for menu items in the panel." 428 | msgstr "" 429 | 430 | #: ../mate-tweak:1757 431 | msgid "Text below items" 432 | msgstr "" 433 | 434 | #: ../mate-tweak:1758 435 | msgid "Text beside items" 436 | msgstr "" 437 | 438 | #: ../mate-tweak:1759 439 | msgid "Icons only" 440 | msgstr "" 441 | 442 | #: ../mate-tweak:1760 443 | msgid "Text only" 444 | msgstr "" 445 | -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python3 2 | # -*- coding: utf-8 -*- 3 | 4 | # Copyright (C) 2015 by Mike Gabriel 5 | # 6 | # This program is free software; you can redistribute it and/or modify 7 | # it under the terms of the GNU General Public License as published by 8 | # the Free Software Foundation; either version 2 of the License, or 9 | # (at your option) any later version. 10 | # 11 | # This program is distributed in the hope that it will be useful, 12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 | # GNU General Public License for more details. 15 | # 16 | # You should have received a copy of the GNU General Public License 17 | # along with this program; if not, write to the 18 | # Free Software Foundation, Inc., 19 | # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. 20 | 21 | import os 22 | import sys 23 | 24 | from glob import glob 25 | from setuptools import setup 26 | 27 | import DistUtilsExtra.command.build_extra 28 | import DistUtilsExtra.command.build_i18n 29 | import DistUtilsExtra.command.clean_i18n 30 | 31 | # to update i18n .mo files (and merge .pot file into .po files) run on Linux: 32 | # tx pull -a --minimum-perc=5 33 | # python3 setup.py build_i18n -m 34 | # tx push -s 35 | 36 | # silence pyflakes, __VERSION__ is properly assigned below... 37 | __VERSION__ = '0.0.0.0' 38 | with open('mate-tweak') as f: 39 | for line in f: 40 | if (line.startswith('__VERSION__')): 41 | exec(line.strip()) 42 | break 43 | 44 | PROGRAM_VERSION = __VERSION__ 45 | 46 | def datafilelist(installbase, sourcebase): 47 | datafileList = [] 48 | for root, subFolders, files in os.walk(sourcebase): 49 | fileList = [] 50 | for f in files: 51 | fileList.append(os.path.join(root, f)) 52 | datafileList.append((root.replace(sourcebase, installbase), fileList)) 53 | return datafileList 54 | 55 | data_files = [ 56 | ('{prefix}/share/man/man1'.format(prefix=sys.prefix), glob('data/*.1')), 57 | ('{prefix}/share/applications'.format(prefix=sys.prefix), ['data/mate-tweak.desktop',]), 58 | ('{prefix}/share/applications'.format(prefix=sys.prefix), ['data/marco-xrender.desktop',]), 59 | ('{prefix}/share/applications'.format(prefix=sys.prefix), ['data/marco-glx.desktop',]), 60 | ('{prefix}/share/applications'.format(prefix=sys.prefix), ['data/marco-xr_glx_hybrid.desktop',]), 61 | ('{prefix}/share/applications'.format(prefix=sys.prefix), ['data/marco-no-composite.desktop',]), 62 | ('{prefix}/share/polkit-1/actions'.format(prefix=sys.prefix), ['data/org.mate.mate-tweak.policy',]), 63 | ('{prefix}/lib/mate-tweak'.format(prefix=sys.prefix), ['data/mate-tweak.ui', 'util/mate-tweak-helper']), 64 | ] 65 | data_files.extend(datafilelist('{prefix}/share/locale'.format(prefix=sys.prefix), 'build/mo')) 66 | 67 | cmdclass ={ 68 | "build" : DistUtilsExtra.command.build_extra.build_extra, 69 | "build_i18n" : DistUtilsExtra.command.build_i18n.build_i18n, 70 | "clean": DistUtilsExtra.command.clean_i18n.clean_i18n, 71 | } 72 | 73 | setup( 74 | name = "mate-tweak", 75 | version = PROGRAM_VERSION, 76 | description = "MATE Tweak is a small utility to fine-tune the MATE desktop environment", 77 | license = 'GPLv2+', 78 | author = 'Martin Wimpress', 79 | url = 'https://bitbucket.org/ubuntu-mate/mate-tweak/', 80 | package_dir = {'': '.'}, 81 | data_files = data_files, 82 | install_requires = [ 'setuptools', ], 83 | scripts = ['mate-tweak', 'marco-xrender', 'marco-glx', 'marco-xr_glx_hybrid', 'marco-no-composite', 'marco-compton', 'marco-picom'], 84 | cmdclass = cmdclass, 85 | ) 86 | -------------------------------------------------------------------------------- /util/mate-tweak-helper: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python3 2 | # -*- coding: utf-8 -*- 3 | 4 | # Copyright (C) 2015-2022 Martin Wimpress 5 | # 6 | # This program is free software; you can redistribute it and/or modify 7 | # it under the terms of the GNU General Public License as published by 8 | # the Free Software Foundation; either version 2 of the License, or 9 | # (at your option) any later version. 10 | # 11 | # This program is distributed in the hope that it will be useful, 12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 | # GNU General Public License for more details. 15 | # 16 | # You should have received a copy of the GNU General Public License 17 | # along with this program; if not, write to the 18 | # Free Software Foundation, Inc., 19 | # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. 20 | 21 | import os 22 | import subprocess 23 | import shutil 24 | import sys 25 | import tempfile 26 | from gi.repository import Gio 27 | from subprocess import PIPE 28 | 29 | 30 | def autostop(filename): 31 | desktopfile = os.path.join('/','etc','xdg','autostart', filename) 32 | if os.path.exists(desktopfile): 33 | os.remove(desktopfile) 34 | 35 | 36 | def install_layout(filename): 37 | if os.path.exists(os.path.join(tempfile.gettempdir(),filename)): 38 | shutil.copy2(os.path.join(tempfile.gettempdir(),filename), 39 | os.path.join('/','usr','share','mate-panel','layouts',filename)) 40 | os.remove(os.path.join(tempfile.gettempdir(),filename)) 41 | else: 42 | # If a .dock hint is not found but is installed, remove it. 43 | if filename.endswith('dock') and os.path.exists(os.path.join('/','usr','share','mate-panel','layouts',filename)): 44 | os.remove(os.path.join('/','usr','share','mate-panel','layouts',filename)) 45 | print('Unable to find ' + os.path.join(tempfile.gettempdir(),filename)) 46 | 47 | 48 | def delete_layout(filename): 49 | if 'tweak' in filename: 50 | layout = os.path.join('/','usr','share','mate-panel','layouts',filename) 51 | if os.path.exists(layout): 52 | os.remove(layout) 53 | else: 54 | print('Unable to find ' + layout) 55 | else: 56 | print('WARNING! I will only delete custom layouts. Skipping ' + layout) 57 | 58 | 59 | def backup_layout(filename): 60 | VALID = {'toplevel': ('enable-buttons', 'expand', 'monitor', 'orientation', 'screen', 'size'), 61 | 'launcher': ('object-type', 'launcher-location', 'menu-path', 'toplevel-id', 'position', 'panel-right-stick', 'relative-to-edge', 'locked'), 62 | 'applet': ('object-type', 'applet-iid', 'toplevel-id', 'position', 'panel-right-stick', 'relative-to-edge', 'locked'), 63 | 'drawer': ('object-type', 'attached-toplevel-id', 'toplevel-id', 'position', 'panel-right-stick', 'relative-to-edge', 'use-custom-icon'), 64 | 'menu-bar': ('object-type', 'applet-iid', 'toplevel-id', 'position', 'panel-right-stick','relative-to-edge', 'locked'), 65 | 'menu': ('object-type', 'toplevel-id', 'position', 'panel-right-stick', 'relative-to-edge', 'locked'), 66 | 'action': ('object-type', 'action-type', 'position', 'toplevel-id', 'panel-right-stick', 'relative-to-edge', 'locked'), 67 | 'separator': ('object-type', 'toplevel-id', 'position', 'panel-right-stick', 'relative-to-edge', 'locked')} 68 | 69 | schemas = {'panel': 'org.mate.panel', 70 | 'object': 'org.mate.panel.object', 71 | 'toplevel':'org.mate.panel.toplevel'} 72 | 73 | paths = {'object': '/org/mate/panel/objects/', 74 | 'toplevel': '/org/mate/panel/toplevels/'} 75 | 76 | general_settings = Gio.Settings.new(schemas['panel']) 77 | 78 | toplevel_ids = general_settings['toplevel-id-list'] 79 | object_ids = general_settings['object-id-list'] 80 | 81 | layout = [] 82 | 83 | for toplevel in toplevel_ids: 84 | settings = Gio.Settings.new_with_path( 85 | schemas['toplevel'], 86 | paths['toplevel'] + toplevel + '/') 87 | 88 | layout.append("[Toplevel %s]\n" % toplevel) 89 | 90 | for key in settings.keys(): 91 | val = settings[key] 92 | if str(val) == "True" or str(val) == "False": 93 | val = str(val).lower() 94 | 95 | if key in VALID['toplevel']: 96 | layout.append("%s=%s\n" % (key, val)) 97 | layout.append("\n") 98 | 99 | for obj in object_ids: 100 | settings = Gio.Settings.new_with_path( 101 | schemas['object'], 102 | paths['object'] + obj + '/') 103 | 104 | obj_toplevel = settings['toplevel-id'] 105 | obj_type = settings['object-type'] 106 | obj_name = str(obj) 107 | 108 | if not obj_toplevel in toplevel_ids: 109 | print("WARNING! object \"%s\" references unknown toplevel... skipped" % obj_name) 110 | continue 111 | 112 | layout.append("[Object %s]\n" % obj_name.lower()) 113 | for key in settings.keys(): 114 | if key in VALID[obj_type]: 115 | val = settings[key] 116 | if str(val) == "True" or str(val) == "False": 117 | val = str(val).lower() 118 | 119 | layout.append("%s=%s\n" % (key, val)) 120 | layout.append("\n") 121 | 122 | layout.extend(get_non_panel_settings()) 123 | 124 | #print(layout) 125 | with open(os.path.join(tempfile.gettempdir(), filename + '.layout'), 'w') as f: 126 | f.writelines(layout) 127 | 128 | # Dump dconf panel 129 | dconf_process = subprocess.Popen(['dconf', 'dump', '/org/mate/panel/'], stdout=PIPE) 130 | dump = dconf_process.communicate()[0].decode("UTF-8") 131 | with open(os.path.join(tempfile.gettempdir(),filename + '.panel'), 'w') as f: 132 | f.writelines(dump) 133 | 134 | def get_non_panel_settings(): 135 | layout = [] 136 | 137 | layout.extend(get_maximus_undecorate()) 138 | layout.extend(get_window_control_layout()) 139 | 140 | return layout 141 | 142 | def get_maximus_undecorate(): 143 | VALID = {'mate-maximus-undecorate': 'undecorate'} 144 | 145 | schemas = {'mate-maximus-undecorate': 'org.mate.maximus'} 146 | 147 | paths = {'mate-maximus-undecorate': '/org/mate/maximus/'} 148 | 149 | layout = [] 150 | layout.append('[Customsetting maximusdecoration]\n') 151 | layout.extend(collect_simple_settings(VALID, schemas, paths, False)) 152 | 153 | # We needed a way to determine if the user chose a different 154 | # maximus undecorated setting as opposed to the setting not 155 | # being present (old version of mate-tweak or just not in 156 | # dconf) 157 | if any('mate-maximus-undecorate' in entry for entry in layout): 158 | layout.append('mate-maximus-recorded=True\n') 159 | else: 160 | layout.append('mate-maximus-recorded=False\n') 161 | 162 | layout.append('\n') 163 | return layout 164 | 165 | def get_window_control_layout(): 166 | VALID = {'mate-general': 'button-layout', 167 | 'mate-interface': 'gtk-decoration-layout', 168 | 'gnome-wm-preferences': 'button-layout'} 169 | 170 | schemas = {'mate-general': 'org.mate.Marco.general', 171 | 'mate-interface': 'org.mate.interface', 172 | 'gnome-wm-preferences': 'org.gnome.desktop.wm.preferences'} 173 | 174 | paths = {'mate-general': '/org/mate/Macro/general/', 175 | 'mate-interface': '/org/mate/interface/', 176 | 'gnome-wm-preferences': '/org/gnome/desktop/wm/preferences/'} 177 | 178 | layout = [] 179 | layout.append('[Customsetting windowcontrollayout]\n') 180 | layout.extend(collect_simple_settings(VALID, schemas, paths, True)) 181 | 182 | return layout 183 | 184 | def collect_simple_settings(valid_keys, schemas, paths, append_final_newline): 185 | layout = [] 186 | for setting in schemas.keys(): 187 | if Gio.SettingsSchemaSource.get_default().lookup(schemas[setting], True) == None: 188 | continue 189 | 190 | settings = Gio.Settings.new(schemas[setting]) 191 | 192 | for key in settings.keys(): 193 | if key == valid_keys[setting]: 194 | val = settings[key] 195 | layout.append(f"{setting}={val}\n") 196 | 197 | if append_final_newline: 198 | layout.append('\n') 199 | return layout 200 | 201 | 202 | def backup_dock(filename): 203 | with open(os.path.join(tempfile.gettempdir(), filename + '.dock'), 'w') as f: 204 | f.writelines('plank') 205 | 206 | if __name__ == '__main__': 207 | if len(sys.argv) == 3: 208 | action = sys.argv[1] 209 | filename = sys.argv[2] 210 | if action == 'autostop': 211 | autostop(filename) 212 | elif action == 'backup': 213 | backup_layout(filename) 214 | elif action == 'dock': 215 | backup_dock(filename) 216 | elif action == 'delete': 217 | delete_layout(filename + '.dock') 218 | delete_layout(filename + '.layout') 219 | delete_layout(filename + '.panel') 220 | elif action == 'install': 221 | install_layout(filename + '.dock') 222 | install_layout(filename + '.layout') 223 | install_layout(filename + '.panel') 224 | else: 225 | print("ERROR! No action supplied.") 226 | sys.exit(1) 227 | --------------------------------------------------------------------------------