kwin/po/ca@valencia/kcm_kwinrules.po

1012 lines
28 KiB
Text
Raw Normal View History

2022-10-02 03:16:14 +00:00
# Translation of kcm_kwinrules.po to Catalan (Valencian)
2024-01-19 01:22:42 +00:00
# Copyright (C) 2004-2024 This_file_is_part_of_KDE
2022-10-02 03:16:14 +00:00
# This file is distributed under the license LGPL version 2.1 or
# version 3 or later versions approved by the membership of KDE e.V.
#
# Sebastià Pla i Sanz <sps@sastia.com>, 2004, 2005, 2006.
# Albert Astals Cid <aacid@kde.org>, 2005.
2024-07-25 01:29:06 +00:00
# SPDX-FileCopyrightText: 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 Josep M. Ferrer <txemaq@gmail.com>
2022-10-02 03:16:14 +00:00
# Antoni Bella Pérez <antonibella5@yahoo.com>, 2012, 2013, 2014, 2015, 2017, 2020.
# Empar Montoro Martín <montoro_mde@gva.es>, 2019.
msgid ""
msgstr ""
"Project-Id-Version: kwin\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
2024-08-22 01:35:59 +00:00
"POT-Creation-Date: 2024-08-22 00:40+0000\n"
2024-08-28 01:40:22 +00:00
"PO-Revision-Date: 2024-08-22 10:22+0200\n"
2022-10-02 03:16:14 +00:00
"Last-Translator: Josep M. Ferrer <txemaq@gmail.com>\n"
"Language-Team: Catalan <kde-i18n-ca@kde.org>\n"
"Language: ca@valencia\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
2024-07-25 01:29:06 +00:00
"X-Generator: Lokalize 24.05.2\n"
2022-10-02 03:16:14 +00:00
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: &\n"
2023-10-23 02:14:08 +00:00
#: kcmrules.cpp:228
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Copy of %1"
msgstr "Còpia de %1"
2023-10-23 02:14:08 +00:00
#: kcmrules.cpp:408
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Application settings for %1"
msgstr "Valors d'aplicació per a %1"
2023-10-23 02:14:08 +00:00
#: kcmrules.cpp:430 rulesmodel.cpp:221
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Window settings for %1"
msgstr "Valors de la finestra per a %1"
#: optionsmodel.cpp:198
#, kde-format
msgid "Unimportant"
msgstr "Sense importància"
#: optionsmodel.cpp:199
#, kde-format
msgid "Exact Match"
msgstr "Coincidència exacta"
#: optionsmodel.cpp:200
#, kde-format
msgid "Substring Match"
msgstr "Coincidència parcial"
#: optionsmodel.cpp:201
#, kde-format
msgid "Regular Expression"
msgstr "Expressió regular"
#: optionsmodel.cpp:205
#, kde-format
msgid "Apply Initially"
msgstr "Aplica inicialment"
#: optionsmodel.cpp:206
#, kde-format
msgid ""
"The window property will be only set to the given value after the window is "
"created.\n"
"No further changes will be affected."
msgstr ""
"La propietat de la finestra només s'establirà al valor indicat després de "
"crear la finestra.\n"
"Els canvis posteriors no es veuran afectats."
#: optionsmodel.cpp:209
#, kde-format
msgid "Apply Now"
msgstr "Aplica ara"
#: optionsmodel.cpp:210
#, kde-format
msgid ""
"The window property will be set to the given value immediately and will not "
"be affected later\n"
"(this action will be deleted afterwards)."
msgstr ""
"La propietat de la finestra s'establirà immediatament al valor indicat i no "
"es veurà afectat més tard\n"
"(esta acció se suprimirà més tard)."
#: optionsmodel.cpp:213
#, kde-format
msgid "Remember"
msgstr "Recorda"
#: optionsmodel.cpp:214
#, kde-format
msgid ""
"The value of the window property will be remembered and, every time the "
"window is created, the last remembered value will be applied."
msgstr ""
"Es recordarà el valor de la propietat de la finestra, i s'aplicarà l'últim "
"valor recordat cada vegada que es cree la finestra."
#: optionsmodel.cpp:217
#, kde-format
msgid "Do Not Affect"
msgstr "No afecta"
#: optionsmodel.cpp:218
#, kde-format
msgid ""
"The window property will not be affected and therefore the default handling "
"for it will be used.\n"
"Specifying this will block more generic window settings from taking effect."
msgstr ""
2023-09-21 02:19:45 +00:00
"La propietat de la finestra no es veurà afectada i, per tant, s'utilitzarà "
"la gestió predeterminada per a ella.\n"
2022-10-02 03:16:14 +00:00
"En especificar açò, es blocaran que tinguen efecte les opcions més "
"genèriques de finestra."
#: optionsmodel.cpp:221
#, kde-format
msgid "Force"
msgstr "Força"
#: optionsmodel.cpp:222
#, kde-format
msgid "The window property will be always forced to the given value."
msgstr "La propietat de la finestra sempre es forçarà al valor indicat."
#: optionsmodel.cpp:224
#, kde-format
msgid "Force Temporarily"
msgstr "Força temporalment"
#: optionsmodel.cpp:225
#, kde-format
msgid ""
"The window property will be forced to the given value until it is hidden\n"
"(this action will be deleted after the window is hidden)."
msgstr ""
"La propietat de la finestra es forçarà al valor indicat fins que s'oculte\n"
"(esta acció se suprimirà després d'ocultar la finestra)."
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:224
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Settings for %1"
msgstr "Valors per a %1"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:227
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "New window settings"
2023-01-17 02:41:25 +00:00
msgstr "Configureu les finestres noves"
2022-10-02 03:16:14 +00:00
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:243
2022-10-02 03:16:14 +00:00
#, kde-format
msgid ""
"You have specified the window class as unimportant.\n"
"This means the settings will possibly apply to windows from all "
"applications. If you really want to create a generic setting, it is "
"recommended you at least limit the window types to avoid special window "
"types."
msgstr ""
"Heu especificat la classe de finestra com a sense importància.\n"
"Açò significa que els valors possiblement aplicaran a les finestres de totes "
"les aplicacions. Si segur que voleu crear un configuració genèric, es "
"recomana que, com a mínim, limiteu els tipus de finestra per tal d'evitar "
"tipus de finestra especials."
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:250
2022-10-02 03:16:14 +00:00
#, kde-format
msgid ""
"Some applications set their own geometry after starting, overriding your "
"initial settings for size and position. To enforce these settings, also "
"force the property \"%1\" to \"Yes\"."
msgstr ""
"Diverses aplicacions definixen la seua pròpia geometria després d'iniciar-"
"se, substituint la vostra configuració inicial de mida i posició. Per a "
"forçar esta configuració, forceu també la propietat «%1» a «Sí»."
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:257
2023-02-10 02:26:21 +00:00
#, kde-format
msgid ""
"Readability may be impaired with extremely low opacity values. At 0%, the "
"window becomes invisible."
msgstr ""
2023-02-11 02:18:30 +00:00
"La llegibilitat es pot veure afectada amb valors d'opacitat extremadament "
"baixos. Al 0%, la finestra es torna invisible."
2023-02-10 02:26:21 +00:00
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:388
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Description"
msgstr "Descripció"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:388 rulesmodel.cpp:396 rulesmodel.cpp:404 rulesmodel.cpp:411
#: rulesmodel.cpp:417 rulesmodel.cpp:425 rulesmodel.cpp:430 rulesmodel.cpp:436
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Window matching"
msgstr "Coincidència de la finestra"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:396
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Window class (application)"
msgstr "Classe de finestra (aplicació)"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:404
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Match whole window class"
msgstr "Coincidix amb la classe de finestra completa"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:411
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Whole window class"
msgstr "Classe de finestra completa"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:417
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Window types"
msgstr "Tipus de finestra"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:425
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Window role"
msgstr "Funció de la finestra"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:430
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Window title"
msgstr "Títol de la finestra"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:436
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Machine (hostname)"
2023-11-16 02:24:48 +00:00
msgstr "Màquina (nom de l'amfitrió)"
2022-10-02 03:16:14 +00:00
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:442
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Position"
msgstr "Posició"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:442 rulesmodel.cpp:448 rulesmodel.cpp:454 rulesmodel.cpp:459
#: rulesmodel.cpp:467 rulesmodel.cpp:473 rulesmodel.cpp:492 rulesmodel.cpp:508
#: rulesmodel.cpp:513 rulesmodel.cpp:518 rulesmodel.cpp:523 rulesmodel.cpp:528
#: rulesmodel.cpp:537 rulesmodel.cpp:552 rulesmodel.cpp:557 rulesmodel.cpp:562
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Size & Position"
msgstr "Mida i posició"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:448
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Size"
msgstr "Mida"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:454
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Maximized horizontally"
msgstr "Maximitzada horitzontalment"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:459
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Maximized vertically"
msgstr "Maximitzada verticalment"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:467
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Virtual Desktop"
msgstr "Escriptori virtual"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:473
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Virtual Desktops"
msgstr "Escriptoris virtuals"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:492
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Activities"
msgstr "Activitats"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:508
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Screen"
msgstr "Pantalla"
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:513 rulesmodel.cpp:932
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Fullscreen"
msgstr "Pantalla completa"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:518
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Minimized"
msgstr "Minimitzada"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:523
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Shaded"
msgstr "Plegada"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:528
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Initial placement"
msgstr "Emplaçament inicial"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:537
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Ignore requested geometry"
msgstr "Ignora la geometria demanada"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:540
2023-04-14 02:20:48 +00:00
#, kde-kuit-format
2023-04-12 02:34:12 +00:00
msgctxt "@info:tooltip"
2022-10-02 03:16:14 +00:00
msgid ""
2023-04-12 02:34:12 +00:00
"Some applications can set their own geometry, overriding the window manager "
"preferences. Setting this property overrides their placement requests.<nl/"
2023-04-13 02:38:36 +00:00
"><nl/>This affects <interface>Size</interface> and <interface>Position</"
2023-04-12 02:34:12 +00:00
"interface> but not <interface>Maximized</interface> or "
2023-04-13 02:38:36 +00:00
"<interface>Fullscreen</interface> states.<nl/><nl/>Note that the position "
"can also be used to map to a different <interface>Screen</interface>"
2022-10-02 03:16:14 +00:00
msgstr ""
2023-04-13 02:38:36 +00:00
"Algunes aplicacions poden establir la seua pròpia geometria, substituint les "
"preferències del gestor de finestres. Establir esta propietat substituïx les "
2023-04-14 02:20:48 +00:00
"seues sol·licituds de col·locació.<nl/><nl/>Açò afecta la <interface>Mida</"
2023-04-13 02:38:36 +00:00
"interface> i la <interface>Posició</interface> però no els estats de "
"<interface>Maximització</interface> o <interface>Pantalla completa</"
2023-04-14 02:20:48 +00:00
"interface>.<nl/><nl/>Cal tindre en compte que la posició també es pot emprar "
"per a assignar a una <interface>Pantalla</interface> diferent"
2022-10-02 03:16:14 +00:00
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:552
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Minimum Size"
msgstr "Mida mínima"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:557
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Maximum Size"
msgstr "Mida màxima"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:562
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Obey geometry restrictions"
msgstr "Obeïx les restriccions de geometria"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:564
2023-04-14 02:20:48 +00:00
#, kde-kuit-format
2023-04-13 02:38:36 +00:00
msgctxt "@info:tooltip"
2022-10-02 03:16:14 +00:00
msgid ""
2023-04-13 02:38:36 +00:00
"Some apps like video players or terminals can ask KWin to constrain them to "
"certain aspect ratios or only grow by values larger than the dimensions of "
"one character. Use this property to ignore such restrictions and allow those "
"windows to be resized to arbitrary sizes.<nl/><nl/>This can be helpful for "
"windows that can't quite fit the full screen area when maximized."
2022-10-02 03:16:14 +00:00
msgstr ""
2023-04-14 02:20:48 +00:00
"Algunes aplicacions com els reproductors de vídeo o els terminals poden "
"sol·licitar a KWin que es restringisquen a determinades relacions d'aspecte, "
"o créixer només per a les dimensions d'un caràcter. Utilitzeu esta propietat "
"per a ignorar estes restriccions i permetre que aquelles finestres es "
"redimensionen a mides arbitràries.<nl/><nl/>Açò pot ser útil per a les "
"finestres que no es poden ajustar prou bé a l'àrea de la pantalla completa "
2023-09-21 02:19:45 +00:00
"si estan maximitzades."
2022-10-02 03:16:14 +00:00
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:575
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Keep above other windows"
2023-01-02 03:05:37 +00:00
msgstr "Mantín damunt les altres finestres"
2022-10-02 03:16:14 +00:00
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:575 rulesmodel.cpp:580 rulesmodel.cpp:585 rulesmodel.cpp:591
#: rulesmodel.cpp:597 rulesmodel.cpp:603
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Arrangement & Access"
msgstr "Organització i accés"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:580
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Keep below other windows"
msgstr "Mantín davall les altres finestres"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:585
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Skip taskbar"
msgstr "Ignora la barra de tasques"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:587
2022-10-02 03:16:14 +00:00
#, kde-format
2023-04-13 02:38:36 +00:00
msgctxt "@info:tooltip"
msgid "Controls whether or not the window appears in the Task Manager."
2023-04-14 02:20:48 +00:00
msgstr "Controla si la finestra apareix o no al Gestor de tasques."
2022-10-02 03:16:14 +00:00
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:591
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Skip pager"
msgstr "Ignora el paginador"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:593
2022-10-02 03:16:14 +00:00
#, kde-format
2023-04-13 02:38:36 +00:00
msgctxt "@info:tooltip"
msgid ""
"Controls whether or not the window appears in the Virtual Desktop manager."
2023-04-14 02:20:48 +00:00
msgstr "Controla si la finestra apareix o no al gestor d'escriptoris virtuals."
2022-10-02 03:16:14 +00:00
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:597
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Skip switcher"
msgstr "Ignora el commutador"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:599
2023-04-13 02:38:36 +00:00
#, kde-kuit-format
msgctxt "@info:tooltip"
msgid ""
"Controls whether or not the window appears in the <shortcut>Alt+Tab</"
"shortcut> window list."
msgstr ""
2023-04-14 02:20:48 +00:00
"Controla si la finestra apareix o no a la llista de finestres <shortcut>Alt"
"+Tab</shortcut>."
2023-04-13 02:38:36 +00:00
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:603
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Shortcut"
msgstr "Drecera"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:609
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "No titlebar and frame"
msgstr "Sense barra de títol ni marc"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:609 rulesmodel.cpp:614 rulesmodel.cpp:620 rulesmodel.cpp:625
#: rulesmodel.cpp:631 rulesmodel.cpp:658 rulesmodel.cpp:686 rulesmodel.cpp:692
2024-01-18 01:20:12 +00:00
#: rulesmodel.cpp:704 rulesmodel.cpp:709 rulesmodel.cpp:714 rulesmodel.cpp:719
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:725 rulesmodel.cpp:730
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Appearance & Fixes"
msgstr "Aparença i esmenes"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:614
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Titlebar color scheme"
msgstr "Esquema de color de la barra de títol"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:620
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Active opacity"
msgstr "Opacitat activa"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:625
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Inactive opacity"
msgstr "Opacitat inactiva"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:631
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Focus stealing prevention"
msgstr "Prevenció de robatori de focus"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:633
2023-04-13 02:38:36 +00:00
#, kde-kuit-format
msgctxt "@info:tooltip"
2022-10-02 03:16:14 +00:00
msgid ""
2023-04-13 02:38:36 +00:00
"KWin tries to prevent windows that were opened without direct user action "
"from raising themselves and taking focus while you're currently interacting "
"with another window. This property can be used to change the level of focus "
"stealing prevention applied to individual windows and apps.<nl/><nl/>Here's "
"what will happen to a window opened without your direct action at each level "
"of focus stealing prevention:<nl/><list><item><emphasis strong='true'>None:</"
"emphasis> The window will be raised and focused.</item><item><emphasis "
"strong='true'>Low:</emphasis> Focus stealing prevention will be applied, but "
"in the case of a situation KWin considers ambiguous, the window will be "
"raised and focused.</item><item><emphasis strong='true'>Normal:</emphasis> "
"Focus stealing prevention will be applied, but in the case of a situation "
"KWin considers ambiguous, the window will <emphasis>not</emphasis> be raised "
"and focused.</item><item><emphasis strong='true'>High:</emphasis> The window "
"will only be raised and focused if it belongs to the same app as the "
"currently-focused window.</item><item><emphasis strong='true'>Extreme:</"
"emphasis> The window will never be raised and focused.</item></list>"
2022-10-02 03:16:14 +00:00
msgstr ""
2023-04-14 02:20:48 +00:00
"KWin intenta evitar que les finestres que s'han obert sense acció directa de "
"l'usuari s'eleven i prenguen el focus mentre esteu interactuant amb una "
"altra finestra. Esta propietat es pot utilitzar per a canviar el nivell de "
"prevenció de robatori de focus aplicat a finestres i aplicacions individuals."
"<nl/><nl/>Açò és el que passarà a una finestra oberta sense la vostra acció "
"directa a cada nivell de prevenció de robatori de focus:<nl/"
"><list><item><emphasis strong='true'>Sense:</emphasis> La finestra s'elevarà "
"i prendrà el focus.</item><item><emphasis strong='true'>Baixa:</emphasis> "
"S'aplicarà la política de prevenció de robatori de focus, però en cas d'una "
"situació que KWin considere ambigua, la finestra s'elevarà i prendrà el "
"focus.</item><item><emphasis strong='true'>Normal:</emphasis> S'aplicarà la "
"política de prevenció de robatori de focus, però en cas d'una situació que "
"KWin considere ambigua, la finestra <emphasis>no</emphasis> s'elevarà ni "
"prendrà el focus. </item><item><emphasis strong='true'>Alta:</emphasis> La "
"finestra només s'elevarà i prendrà el focus si pertany a la mateixa "
"aplicació que la finestra actualment amb focus.</item><item><emphasis "
"strong='true'>Extrema:</emphasis> La finestra mai s'elevarà ni prendrà el "
"focus.</item></list>"
2022-10-02 03:16:14 +00:00
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:658
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Focus protection"
msgstr "Protecció del focus"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:660
2023-04-13 02:38:36 +00:00
#, kde-kuit-format
msgctxt "@info:tooltip"
2022-10-02 03:16:14 +00:00
msgid ""
2023-04-13 02:38:36 +00:00
"This property controls the focus protection level of the currently active "
"window. It is used to override the focus stealing prevention applied to new "
"windows that are opened without your direct action.<nl/><nl/>Here's what "
"happens to new windows that are opened without your direct action at each "
"level of focus protection while the window with this property applied to it "
"has focus:<nl/><list><item><emphasis strong='true'>None</emphasis>: Newly-"
"opened windows always raise themselves and take focus.</item><item><emphasis "
"strong='true'>Low:</emphasis> Focus stealing prevention will be applied to "
"the newly-opened window, but in the case of a situation KWin considers "
"ambiguous, the window will be raised and focused.</item><item><emphasis "
"strong='true'>Normal:</emphasis> Focus stealing prevention will be applied "
"to the newly-opened window, but in the case of a situation KWin considers "
"ambiguous, the window will <emphasis>not</emphasis> be raised and focused.</"
"item><item><emphasis strong='true'>High:</emphasis> Newly-opened windows "
"will only raise themselves and take focus if they belongs to the same app as "
"the currently-focused window.</item><item><emphasis strong='true'>Extreme:</"
"emphasis> Newly-opened windows never raise themselves and take focus.</"
"item></list>"
2022-10-02 03:16:14 +00:00
msgstr ""
2023-04-14 02:20:48 +00:00
"Esta propietat controla el nivell de protecció del focus de la finestra "
2023-09-21 02:19:45 +00:00
"actualment activa. S'utilitza per a substituir la prevenció de robatori de "
2023-12-12 02:16:29 +00:00
"focus aplicada a les finestres noves que s'obrin sense la vostra acció "
"directa.<nl/><nl/>Açò és el que passa a les finestres noves que s'obrin "
2023-04-14 02:20:48 +00:00
"sense la vostra acció directa a cada nivell de protecció de focus mentre la "
"finestra amb esta propietat té el focus:<nl/><list><item><emphasis "
"strong='true'>Sense</emphasis>: Les finestres obertes recentment sempre "
"s'eleven i prenen el focus.</item><item><emphasis strong='true'>Baixa:</"
"emphasis> S'aplicarà la prevenció de robatori de focus a les finestres "
"obertes recentment, però en el cas d'una situació que KWin considere "
"ambigua, la finestra s'elevarà i prendrà el focus.</item><item><emphasis "
"strong='true'>Normal:</emphasis> S'aplicarà la prevenció de robatori de "
"focus a les finestres obertes recentment, però en el cas d'una situació que "
"KWin considere ambigua, la finestra <emphasis>no</emphasis> s'elevarà ni "
"prendrà el focus.</item><item><emphasis strong='true'>Alta:</emphasis> Les "
"finestres obertes recentment només s'elevaran i prendran el focus si "
"pertanyen a la mateixa aplicació que la finestra actualment amb focus.</"
"item><item><emphasis strong='true'>Extrema:</emphasis> Les finestres obertes "
"recentment mai s'elevaran ni prendran el focus.</item></list>"
2022-10-02 03:16:14 +00:00
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:686
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Accept focus"
msgstr "Accepta el focus"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:688
2023-04-13 02:38:36 +00:00
#, kde-format
msgid "Controls whether or not the window becomes focused when clicked."
2023-04-14 02:20:48 +00:00
msgstr "Controla si la finestra prendrà el focus o no quan s'hi fa clic."
2022-10-02 03:16:14 +00:00
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:692
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Ignore global shortcuts"
msgstr "Ignora les dreceres globals"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:694
2023-04-13 02:38:36 +00:00
#, kde-kuit-format
msgctxt "@info:tooltip"
2022-10-02 03:16:14 +00:00
msgid ""
2023-04-13 02:38:36 +00:00
"Use this property to prevent global keyboard shortcuts from working while "
"the window is focused. This can be useful for apps like emulators or virtual "
"machines that handle some of the same shortcuts themselves.<nl/><nl/>Note "
"that you won't be able to <shortcut>Alt+Tab</shortcut> out of the window or "
"use any other global shortcuts such as <shortcut>Alt+Space</shortcut> to "
"activate KRunner."
2022-10-02 03:16:14 +00:00
msgstr ""
2023-04-14 02:20:48 +00:00
"Utilitzeu esta propietat per a evitar que les dreceres de teclat globals "
"funcionen mentre la finestra tinga el focus. Açò pot ser útil per a "
"aplicacions com emuladors o màquines virtuals que gestionen algunes de les "
"mateixes dreceres.<nl/><nl/>Cal tindre en compte que no podreu fer "
"<shortcut>Alt+Tab</shortcut> fora de la finestra o utilitzar altres dreceres "
"globals com <shortcut>Alt+Espai</shortcut> per a activar KRunner."
2022-10-02 03:16:14 +00:00
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:704
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Closeable"
msgstr "Es pot tancar"
2023-10-23 02:14:08 +00:00
#: rulesmodel.cpp:709
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Desktop file name"
msgstr "Nom de fitxer «desktop»"
2024-01-18 01:20:12 +00:00
#: rulesmodel.cpp:714
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Block compositing"
msgstr "Bloqueja la composició"
2024-01-18 01:20:12 +00:00
#: rulesmodel.cpp:719
#, kde-format
msgid "Layer"
2024-01-19 01:22:42 +00:00
msgstr "Capa"
2024-01-18 01:20:12 +00:00
2024-02-13 01:24:18 +00:00
#: rulesmodel.cpp:725
#, kde-format
msgid "Adaptive Sync"
2024-02-15 01:19:45 +00:00
msgstr "Sincronització adaptativa"
2024-02-13 01:24:18 +00:00
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:730
#, kde-format
msgid "Allow Tearing"
2024-08-28 01:40:22 +00:00
msgstr "Permet l'esquinçament"
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:782
2022-12-12 02:31:23 +00:00
#, kde-format
2022-12-11 02:20:45 +00:00
msgid "Window class not available"
2022-12-12 02:31:23 +00:00
msgstr "Classe de finestra no disponible"
2022-12-11 02:20:45 +00:00
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:783
2022-12-11 02:20:45 +00:00
#, kde-kuit-format
msgctxt "@info"
msgid ""
"This application is not providing a class for the window, so KWin cannot use "
"it to match and apply any rules. If you still want to apply some rules to "
"it, try to match other properties like the window title instead.<nl/><nl/"
">Please consider reporting this bug to the application's developers."
msgstr ""
2022-12-12 02:31:23 +00:00
"Esta aplicació no proporciona cap classe per a la finestra, així que KWin no "
"la pot utilitzar per a fer-la coincidir i aplicar les regles. Si encara "
"voleu aplicar-hi regles, intenteu fer-hi coincidir altres propietats com el "
"títol de la finestra.<nl/><nl/>Considereu informar d'este error als "
"desenvolupadors de l'aplicació."
2022-12-11 02:20:45 +00:00
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:817
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "All Window Types"
msgstr "Tots els tipus de finestra"
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:818
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Normal Window"
msgstr "Finestra normal"
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:819
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Dialog Window"
msgstr "Finestra de diàleg"
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:820
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Utility Window"
msgstr "Finestra d'utilitat"
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:821
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Dock (panel)"
msgstr "Acoblador (quadro)"
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:822
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Toolbar"
msgstr "Barra d'eines"
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:823
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Torn-Off Menu"
msgstr "Menú separable"
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:824
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Splash Screen"
msgstr "Pantalla de presentació"
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:825 rulesmodel.cpp:927
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Desktop"
msgstr "Escriptori"
#. i18n("Unmanaged Window")}, deprecated
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:827
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Standalone Menubar"
msgstr "Barra de menús aïllada"
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:828
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "On Screen Display"
msgstr "Visualització en pantalla"
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:838
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "All Desktops"
msgstr "Tots els escriptoris"
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:840
2022-10-02 03:16:14 +00:00
#, kde-format
msgctxt "@info:tooltip in the virtual desktop list"
msgid "Make the window available on all desktops"
msgstr "Fa que la finestra estiga disponible en tots els escriptoris"
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:859
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "All Activities"
msgstr "Totes les activitats"
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:861
2022-10-02 03:16:14 +00:00
#, kde-format
msgctxt "@info:tooltip in the activity list"
msgid "Make the window available on all activities"
msgstr "Fa que la finestra estiga disponible en totes les activitats"
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:882
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Default"
msgstr "Predeterminat"
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:883
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "No Placement"
msgstr "Sense emplaçament"
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:884
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Minimal Overlapping"
msgstr "Superposició mínima"
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:885
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Maximized"
msgstr "Maximitzada"
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:886
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Centered"
msgstr "Centrada"
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:887
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Random"
msgstr "Aleatòria"
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:888
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "In Top-Left Corner"
msgstr "En el cantó superior esquerre"
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:889
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Under Mouse"
msgstr "Davall el ratolí"
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:890
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "On Main Window"
2022-10-06 02:13:45 +00:00
msgstr "En la finestra principal"
2022-10-02 03:16:14 +00:00
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:897
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "None"
msgstr "Sense"
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:898
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Low"
msgstr "Baixa"
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:899 rulesmodel.cpp:929
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Normal"
msgstr "Normal"
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:900
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "High"
msgstr "Alta"
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:901
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Extreme"
msgstr "Extrema"
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:928
2024-01-18 01:20:12 +00:00
#, kde-format
msgid "Below"
2024-01-19 01:22:42 +00:00
msgstr "Davall"
2024-01-18 01:20:12 +00:00
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:930
2024-01-18 01:20:12 +00:00
#, kde-format
msgid "Above"
2024-01-19 01:22:42 +00:00
msgstr "Damunt"
2024-01-18 01:20:12 +00:00
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:931
2024-01-19 01:22:42 +00:00
#, kde-format
2024-01-18 01:20:12 +00:00
msgid "Notification"
2024-01-19 01:22:42 +00:00
msgstr "Notificació"
2024-01-18 01:20:12 +00:00
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:933
2024-01-18 01:20:12 +00:00
#, kde-format
msgid "Popup"
2024-01-19 01:22:42 +00:00
msgstr "Emergent"
2024-01-18 01:20:12 +00:00
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:934
2024-01-18 01:20:12 +00:00
#, kde-format
msgid "Critical Notification"
2024-01-19 01:22:42 +00:00
msgstr "Notificació crítica"
2024-01-18 01:20:12 +00:00
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:935
2024-01-18 01:20:12 +00:00
#, kde-format
msgid "OSD"
2024-01-19 01:22:42 +00:00
msgstr "OSD"
2024-01-18 01:20:12 +00:00
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:936
2024-01-18 01:20:12 +00:00
#, kde-format
msgid "Overlay"
2024-01-19 01:22:42 +00:00
msgstr "Superposició"
2024-01-18 01:20:12 +00:00
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:961
2022-12-12 02:31:23 +00:00
#, kde-format
2022-12-11 02:20:45 +00:00
msgid "Unmanaged window"
2022-12-12 02:31:23 +00:00
msgstr "Finestra no gestionada"
2022-12-11 02:20:45 +00:00
2024-08-22 01:35:59 +00:00
#: rulesmodel.cpp:962
2022-10-02 03:16:14 +00:00
#, kde-format
msgid "Could not detect window properties. The window is not managed by KWin."
msgstr ""
"No s'han pogut detectar les propietats de la finestra. KWin no gestiona esta "
"finestra."
2023-06-07 02:43:51 +00:00
#: ui/FileDialogLoader.qml:15
#, kde-format
msgid "Select File"
msgstr "Seleccioneu un fitxer"
#: ui/FileDialogLoader.qml:27
#, kde-format
msgid "KWin Rules (*.kwinrule)"
msgstr "Regles de KWin (*.kwinrule)"
2024-07-23 01:31:41 +00:00
#: ui/main.qml:28
2024-02-29 01:22:07 +00:00
#, kde-format
msgid "Add New…"
msgstr "Afig nova…"
2024-07-23 01:31:41 +00:00
#: ui/main.qml:34
2024-02-29 01:22:07 +00:00
#, kde-format
msgid "Import…"
msgstr "Importa…"
2024-07-23 01:31:41 +00:00
#: ui/main.qml:39
2024-02-29 01:22:07 +00:00
#, kde-format
msgid "Cancel Export"
msgstr "Cancel·la l'exportació"
2024-07-23 01:31:41 +00:00
#: ui/main.qml:39
2024-02-29 01:22:07 +00:00
#, kde-format
msgid "Export…"
msgstr "Exporta…"
2024-07-23 01:31:41 +00:00
#: ui/main.qml:87
2023-06-07 02:43:51 +00:00
#, kde-format
msgid "No rules for specific windows are currently set"
msgstr "Actualment no s'han definit regles per a finestres específiques"
2024-07-23 01:31:41 +00:00
#: ui/main.qml:88
2024-03-01 01:39:10 +00:00
#, kde-kuit-format
2023-06-07 02:43:51 +00:00
msgctxt "@info"
2024-02-29 01:22:07 +00:00
msgid "Click <interface>Add New…</interface> to add some"
2024-03-01 01:39:10 +00:00
msgstr "Feu clic en el botó <interface>Afig nova…</interface> per a afegir-ne"
2023-06-07 02:43:51 +00:00
2024-07-23 01:31:41 +00:00
#: ui/main.qml:96
2023-06-07 02:43:51 +00:00
#, kde-format
msgid "Select the rules to export"
msgstr "Seleccioneu les regles que s'han d'exportar"
2024-07-23 01:31:41 +00:00
#: ui/main.qml:100
2023-06-07 02:43:51 +00:00
#, kde-format
msgid "Unselect All"
msgstr "Desselecciona-ho tot"
2024-07-23 01:31:41 +00:00
#: ui/main.qml:100
2023-06-07 02:43:51 +00:00
#, kde-format
msgid "Select All"
msgstr "Selecciona-ho tot"
2024-07-23 01:31:41 +00:00
#: ui/main.qml:114
2023-06-07 02:43:51 +00:00
#, kde-format
msgid "Save Rules"
msgstr "Guarda les regles"
2024-07-23 01:31:41 +00:00
#: ui/main.qml:195
2023-06-07 02:43:51 +00:00
#, kde-format
msgid "Edit"
msgstr "Edita"
2024-07-23 01:31:41 +00:00
#: ui/main.qml:201
2023-06-07 02:43:51 +00:00
#, kde-format
msgid "Duplicate"
msgstr "Duplica"
2024-07-23 01:31:41 +00:00
#: ui/main.qml:207
2023-06-07 02:43:51 +00:00
#, kde-format
msgid "Delete"
msgstr "Suprimix"
2024-07-23 01:31:41 +00:00
#: ui/main.qml:239
2023-06-07 02:43:51 +00:00
#, kde-format
msgid "Import Rules"
msgstr "Importa algunes regles"
2024-07-23 01:31:41 +00:00
#: ui/main.qml:251
2023-06-07 02:43:51 +00:00
#, kde-format
msgid "Export Rules"
msgstr "Exporta les regles"
#: ui/OptionsComboBox.qml:35
#, kde-format
msgid "None selected"
msgstr "Res seleccionat"
#: ui/OptionsComboBox.qml:41
#, kde-format
msgid "All selected"
msgstr "Tot seleccionat"
#: ui/OptionsComboBox.qml:43
#, kde-format
msgid "%1 selected"
msgid_plural "%1 selected"
msgstr[0] "%1 seleccionat"
msgstr[1] "%1 seleccionats"
2023-12-08 02:14:30 +00:00
#: ui/RulesEditor.qml:66
2023-06-07 02:43:51 +00:00
#, kde-format
msgid "No window properties changed"
msgstr "No han canviat les propietats de les finestres"
2023-12-08 02:14:30 +00:00
#: ui/RulesEditor.qml:67
2023-06-07 02:43:51 +00:00
#, kde-kuit-format
msgctxt "@info"
msgid ""
"Click the <interface>Add Property...</interface> button below to add some "
"window properties that will be affected by the rule"
msgstr ""
2024-05-12 01:36:34 +00:00
"Feu clic en el botó <interface>Afig propietat…</interface> de davall per a "
2023-06-07 02:43:51 +00:00
"afegir diverses propietats de les finestres que seran afectades per la regla"
2023-12-08 02:14:30 +00:00
#: ui/RulesEditor.qml:88
2023-06-07 02:43:51 +00:00
#, kde-format
msgid "Add Property..."
2024-05-12 01:36:34 +00:00
msgstr "Afig una propietat…"
2023-06-07 02:43:51 +00:00
2024-07-23 01:31:41 +00:00
#: ui/RulesEditor.qml:99
2023-06-07 02:43:51 +00:00
#, kde-format
msgid "Detect Window Properties"
msgstr "Detecta les propietats de la finestra"
2024-07-23 01:31:41 +00:00
#: ui/RulesEditor.qml:115 ui/RulesEditor.qml:122
2023-06-07 02:43:51 +00:00
#, kde-format
msgid "Instantly"
msgstr "Instantàniament"
2024-07-23 01:31:41 +00:00
#: ui/RulesEditor.qml:116 ui/RulesEditor.qml:127
2023-06-07 02:43:51 +00:00
#, kde-format
msgid "After %1 second"
msgid_plural "After %1 seconds"
msgstr[0] "Després d'%1 segon"
msgstr[1] "Després de %1 segons"
2024-07-23 01:31:41 +00:00
#: ui/RulesEditor.qml:174
2023-06-07 02:43:51 +00:00
#, kde-format
msgid "Add property to the rule"
msgstr "Afig una propietat a la regla"
2024-07-23 01:31:41 +00:00
#: ui/RulesEditor.qml:267
2024-07-25 01:29:06 +00:00
#, kde-format
2024-07-23 01:31:41 +00:00
msgctxt "@info:placeholder"
msgid "No properties left to add"
2024-07-25 01:29:06 +00:00
msgstr "No queden propietats per a afegir"
2024-07-23 01:31:41 +00:00
#: ui/RulesEditor.qml:269
2024-07-25 01:29:06 +00:00
#, kde-format
2024-07-23 01:31:41 +00:00
msgctxt "@info:placeholder %1 is a filter text introduced by the user"
msgid "No properties match \"%1\""
2024-07-25 01:29:06 +00:00
msgstr "Cap propietat coincidix amb «%1»"
2024-07-23 01:31:41 +00:00
#: ui/RulesEditor.qml:290 ui/ValueEditor.qml:54
2023-06-07 02:43:51 +00:00
#, kde-format
msgid "Yes"
msgstr "Sí"
2024-07-23 01:31:41 +00:00
#: ui/RulesEditor.qml:290 ui/ValueEditor.qml:60
2023-06-07 02:43:51 +00:00
#, kde-format
msgid "No"
msgstr "No"
2024-07-23 01:31:41 +00:00
#: ui/RulesEditor.qml:292 ui/ValueEditor.qml:168 ui/ValueEditor.qml:175
2023-06-07 02:43:51 +00:00
#, kde-format
msgid "%1 %"
msgstr "%1 %"
2024-07-23 01:31:41 +00:00
#: ui/RulesEditor.qml:294
2023-06-07 02:43:51 +00:00
#, kde-format
msgctxt "Coordinates (x, y)"
msgid "(%1, %2)"
msgstr "(%1, %2)"
2024-07-23 01:31:41 +00:00
#: ui/RulesEditor.qml:296
2023-06-07 02:43:51 +00:00
#, kde-format
msgctxt "Size (width, height)"
msgid "(%1, %2)"
msgstr "(%1, %2)"
#: ui/ValueEditor.qml:203
#, kde-format
msgctxt "(x, y) coordinates separator in size/position"
msgid "x"
msgstr "x"