Compare commits

..

2 Commits

Author SHA1 Message Date
Carlos Garnacho
c8ea06be26 workspaceThumbnail: Pass MetaWindow to _updateDialogPosition
This function was mistakenly called with a MetaWindow as first
argument inside the ::position-changed callback, instead of a
MetaWindowActor as it should.

However, that function quickly grabs the MetaWindow from the
actor, and all calling places have the MetaWindow readily available,
so switch to handing it as first function parameter.

Fixes warnings on ::position-changed, because of the aforementioned
typo.
2018-08-04 13:26:08 +02:00
Carlos Garnacho
d734b117e0 workspace: Keep accounting of attached dialogs
We may end up with window-added emitted multiple times on the
same window, which results on:

1) Extra clones being created, all taking the same size and
   stacking.
2) JS exceptions because handle each clone actor being destroyed
   one by one, but all clones already have a NULL source when the
   first destroy handler is called, so we step on null objects
   inside _computeBoundingBox().

Keep accounting of those windows in order to avoid multiple
additions, which fixes both issues.
2018-08-04 13:26:08 +02:00
79 changed files with 4079 additions and 4635 deletions

34
NEWS
View File

@@ -1,37 +1,3 @@
3.29.92
=======
* Choose some actors to cache on the GPU [Daniel; #792633]
* inputMethod: Hide preedit text if requested [Takao; #431]
* Fix forced fallback app-menus on wayland [Jonas; #276]
Contributors:
Jonas Ådahl, Takao Fujiwara, Mohammed Sadiq, Marco Trevisan (Treviño),
Daniel van Vugt
Translators:
Baurzhan Muftakhidinov [kk], Kukuh Syafaat [id], Milo Casagrande [it],
Changwoo Ryu [ko], Marek Cernocky [cs]
3.29.91
=======
* Fix handling of 0/false options in ShowOSD D-Bus API [Florian; #791669]
* overview: Fix handling of confirmation dialogs on wayland [verdre; !180]
* Avoid some full relayout/redraws [Carlos; !197]
* Keep workspace switcher slid out when workspaces are in use [Florian; !161]
* Ignore auto-repeat for some keybindings [Andrea; #373]
* Misc. bug fixes [Carlos, Florian, Pascal; #464, !189, !191, !192, !162]
Contributors:
Andrea Azzarone, Olivier Blin, Carlos Garnacho, Florian Müllner,
Pascal Nowack, verdre
Translators:
Bruno Lopes da Silva [pt_BR], Matej Urbančič [sl], Piotr Drąg [pl],
Aurimas Černius [lt], Emin Tufan Çetin [tr], Fabio Tomat [fur],
Alexandre Franke [fr], Yi-Jyun Pan [zh_TW], Bernd Homuth [de],
Andre Klapper [cs], Jordi Mas [ca], Daniel Șerbănescu [ro],
Bruce Cowan [en_GB]
3.29.90 3.29.90
======= =======
* Add remote access indication on wayland [Jonas; !160] * Add remote access indication on wayland [Jonas; !160]

View File

@@ -22,7 +22,6 @@
<file>id.json</file> <file>id.json</file>
<file>il.json</file> <file>il.json</file>
<file>in+bolnagri.json</file> <file>in+bolnagri.json</file>
<file>in+mal.json</file>
<file>ir.json</file> <file>ir.json</file>
<file>is.json</file> <file>is.json</file>
<file>it.json</file> <file>it.json</file>

View File

@@ -1,559 +0,0 @@
{
"levels": [
{
"level": "",
"mode": "default",
"rows": [
[
[
"െ"
],
[
"ൌ"
],
[
"ൈ"
],
[
"ാ"
],
[
"ീ"
],
[
"ൂ"
],
[
"ബ"
],
[
"ഹ"
],
[
"ഗ"
],
[
"ദ"
],
[
"ജ"
],
[
"ഡ"
],
[
""
]
],
[
[
"ോ"
],
[
"േ"
],
[
"്"
],
[
"ി"
],
[
"ു"
],
[
"പ"
],
[
"ര"
],
[
"ക"
],
[
"ത"
],
[
"ച"
],
[
"ട"
]
],
[
[
"െ"
],
[
""
],
[
"മ",
"ç"
],
[
"ന"
],
[
"വ"
],
[
"ല",
"ñ"
],
[
"സ"
],
[
"ഷ"
],
[
"യ"
]
],
[
[
","
],
[
" "
],
[
".",
"#",
"!",
",",
"?",
"-",
":",
"'",
"@"
]
]
]
},
{
"level": "shift",
"mode": "latched",
"rows": [
[
[
"ഔ"
],
[
"ഐ"
],
[
"ആ"
],
[
"ഈ"
],
[
"ഊ"
],
[
"ഭ"
],
[
"ങ"
],
[
"ഘ"
],
[
"ധ"
],
[
"ഝ"
],
[
"ഢ"
],
[
"ഞ"
]
],
[
[
"ഓ"
],
[
"ഏ"
],
[
"അ"
],
[
"ഇ"
],
[
"ഉ"
],
[
"ഫ"
],
[
"റ"
],
[
"ഖ"
],
[
"ഥ"
],
[
"ഛ"
],
[
""
]
],
[
[
"എ"
],
[
""
],
[
"ണ"
],
[
"ന"
],
[
"ഴ"
],
[
"ള"
],
[
"ശ"
],
[
"ഷ"
],
[
"യ"
]
],
[
[
","
],
[
" "
],
[
".",
"#",
"!",
",",
"?",
"-",
":",
"'",
"@"
]
]
]
},
{
"level": "opt",
"mode": "locked",
"rows": [
[
[
"൧",
"1",
"¹",
"½",
"⅓",
"¼",
"⅛"
],
[
"൨",
"2",
"²",
"⅔"
],
[
"൩",
"3",
"³",
"¾",
"⅜"
],
[
"൪",
"4",
"⁴"
],
[
"൫",
"5",
"⅝"
],
[
"൬",
"6"
],
[
"",
"7",
"⅞"
],
[
"൮",
"8"
],
[
"൯",
"9"
],
[
"",
"0",
"ⁿ",
"∅"
]
],
[
[
"@"
],
[
"#"
],
[
"₹",
"$",
"¢",
"£",
"€",
"¥",
"₱"
],
[
"%",
"‰"
],
[
"&"
],
[
"-",
"_",
"",
"—",
"·"
],
[
"+",
"±"
],
[
"(",
"<",
"{",
"["
],
[
")",
">",
"}",
"]"
]
],
[
[
"*",
"†",
"‡",
"★"
],
[
"\"",
"“",
"”",
"«",
"»"
],
[
"'",
"",
"",
"",
""
],
[
":"
],
[
";"
],
[
"!",
"¡"
],
[
"?",
"¿"
]
],
[
[
"_"
],
[
"/"
],
[
" "
],
[
","
],
[
".",
"…"
]
]
]
},
{
"level": "opt+shift",
"mode": "locked",
"rows": [
[
[
"~"
],
[
"`"
],
[
"|"
],
[
"•",
"♪",
"♥",
"♠",
"♦",
"♣"
],
[
"√"
],
[
"Π",
"π"
],
[
"÷"
],
[
"×"
],
[
"¶",
"§"
],
[
"∆"
]
],
[
[
"£"
],
[
"¢"
],
[
"€"
],
[
"¥"
],
[
"^",
"↑",
"↓",
"←",
"→"
],
[
"°",
"",
"″"
],
[
"=",
"≠",
"≈",
"∞"
],
[
"{"
],
[
"}"
]
],
[
[
"\\"
],
[
"©"
],
[
"®"
],
[
"™"
],
[
"℅"
],
[
"["
],
[
"]"
]
],
[
[
"<",
"",
"≤",
"«"
],
[
">",
"",
"≥",
"»"
],
[
" "
],
[
","
],
[
".",
"…"
]
]
]
}
],
"locale": "ml",
"name": "Malayalam"
}

View File

@@ -50,7 +50,8 @@ gnome.gtkdoc('shell',
join_paths(meson.build_root(), 'src') join_paths(meson.build_root(), 'src')
], ],
scan_args: [ scan_args: [
'--ignore-headers=' + ' '.join(private_headers + exclude_directories) '--ignore-headers=' + ' '.join(private_headers + exclude_directories),
'--rebuild-types'
], ],
install: true install: true
) )

View File

@@ -17,7 +17,8 @@ gnome.gtkdoc('st',
], ],
scan_args: [ scan_args: [
'--ignore-headers=' + ' '.join(private_headers), '--ignore-headers=' + ' '.join(private_headers),
'--rebuild-sections' '--rebuild-sections',
'--rebuild-types'
], ],
install: true install: true
) )

View File

@@ -14,16 +14,15 @@ const _ = Gettext.gettext;
const Config = imports.misc.config; const Config = imports.misc.config;
const ExtensionUtils = imports.misc.extensionUtils; const ExtensionUtils = imports.misc.extensionUtils;
const GnomeShellIface = ` const GnomeShellIface = '<node> \
<node> <interface name="org.gnome.Shell.Extensions"> \
<interface name="org.gnome.Shell.Extensions"> <signal name="ExtensionStatusChanged"> \
<signal name="ExtensionStatusChanged"> <arg type="s" name="uuid"/> \
<arg type="s" name="uuid"/> <arg type="i" name="state"/> \
<arg type="i" name="state"/> <arg type="s" name="error"/> \
<arg type="s" name="error"/> </signal> \
</signal> </interface> \
</interface> </node>';
</node>`;
const GnomeShellProxy = Gio.DBusProxy.makeProxyWrapper(GnomeShellIface); const GnomeShellProxy = Gio.DBusProxy.makeProxyWrapper(GnomeShellIface);

View File

@@ -5,14 +5,13 @@ const Lang = imports.lang;
const Shell = imports.gi.Shell; const Shell = imports.gi.Shell;
const Signals = imports.signals; const Signals = imports.signals;
const FprintManagerIface = ` const FprintManagerIface = '<node> \
<node> <interface name="net.reactivated.Fprint.Manager"> \
<interface name="net.reactivated.Fprint.Manager"> <method name="GetDefaultDevice"> \
<method name="GetDefaultDevice"> <arg type="o" direction="out" /> \
<arg type="o" direction="out" /> </method> \
</method> </interface> \
</interface> </node>';
</node>`;
const FprintManagerInfo = Gio.DBusInterfaceInfo.new_for_xml(FprintManagerIface); const FprintManagerInfo = Gio.DBusInterfaceInfo.new_for_xml(FprintManagerIface);

View File

@@ -4,13 +4,13 @@ const Gio = imports.gi.Gio;
const Lang = imports.lang; const Lang = imports.lang;
const Signals = imports.signals; const Signals = imports.signals;
const OVirtCredentialsIface =`<node> const OVirtCredentialsIface = '<node> \
<interface name="org.ovirt.vdsm.Credentials"> <interface name="org.ovirt.vdsm.Credentials"> \
<signal name="UserAuthenticated"> <signal name="UserAuthenticated"> \
<arg type="s" name="token"/> <arg type="s" name="token"/> \
</signal> </signal> \
</interface> </interface> \
</node>`; </node>';
const OVirtCredentialsInfo = Gio.DBusInterfaceInfo.new_for_xml(OVirtCredentialsIface); const OVirtCredentialsInfo = Gio.DBusInterfaceInfo.new_for_xml(OVirtCredentialsIface);

View File

@@ -5,61 +5,58 @@ const Lang = imports.lang;
const Shell = imports.gi.Shell; const Shell = imports.gi.Shell;
const Signals = imports.signals; const Signals = imports.signals;
const ProviderIface = ` const ProviderIface = '<node> \
<node> <interface name="org.freedesktop.realmd.Provider"> \
<interface name="org.freedesktop.realmd.Provider"> <property name="Name" type="s" access="read"/> \
<property name="Name" type="s" access="read"/> <property name="Version" type="s" access="read"/> \
<property name="Version" type="s" access="read"/> <property name="Realms" type="ao" access="read"/> \
<property name="Realms" type="ao" access="read"/> <method name="Discover"> \
<method name="Discover"> <arg name="string" type="s" direction="in"/> \
<arg name="string" type="s" direction="in"/> <arg name="options" type="a{sv}" direction="in"/> \
<arg name="options" type="a{sv}" direction="in"/> <arg name="relevance" type="i" direction="out"/> \
<arg name="relevance" type="i" direction="out"/> <arg name="realm" type="ao" direction="out"/> \
<arg name="realm" type="ao" direction="out"/> </method> \
</method> </interface> \
</interface> </node>';
</node>`;
const Provider = Gio.DBusProxy.makeProxyWrapper(ProviderIface); const Provider = Gio.DBusProxy.makeProxyWrapper(ProviderIface);
const ServiceIface = ` const ServiceIface = '<node> \
<node> <interface name="org.freedesktop.realmd.Service"> \
<interface name="org.freedesktop.realmd.Service"> <method name="Cancel"> \
<method name="Cancel"> <arg name="operation" type="s" direction="in"/> \
<arg name="operation" type="s" direction="in"/> </method> \
</method> <method name="Release" /> \
<method name="Release" /> <method name="SetLocale"> \
<method name="SetLocale"> <arg name="locale" type="s" direction="in"/> \
<arg name="locale" type="s" direction="in"/> </method> \
</method> <signal name="Diagnostics"> \
<signal name="Diagnostics"> <arg name="data" type="s"/> \
<arg name="data" type="s"/> <arg name="operation" type="s"/> \
<arg name="operation" type="s"/> </signal> \
</signal> </interface> \
</interface> </node>';
</node>`;
const Service = Gio.DBusProxy.makeProxyWrapper(ServiceIface); const Service = Gio.DBusProxy.makeProxyWrapper(ServiceIface);
const RealmIface = ` const RealmIface = '<node> \
<node> <interface name="org.freedesktop.realmd.Realm"> \
<interface name="org.freedesktop.realmd.Realm"> <property name="Name" type="s" access="read"/> \
<property name="Name" type="s" access="read"/> <property name="Configured" type="s" access="read"/> \
<property name="Configured" type="s" access="read"/> <property name="Details" type="a(ss)" access="read"/> \
<property name="Details" type="a(ss)" access="read"/> <property name="LoginFormats" type="as" access="read"/> \
<property name="LoginFormats" type="as" access="read"/> <property name="LoginPolicy" type="s" access="read"/> \
<property name="LoginPolicy" type="s" access="read"/> <property name="PermittedLogins" type="as" access="read"/> \
<property name="PermittedLogins" type="as" access="read"/> <property name="SupportedInterfaces" type="as" access="read"/> \
<property name="SupportedInterfaces" type="as" access="read"/> <method name="ChangeLoginPolicy"> \
<method name="ChangeLoginPolicy"> <arg name="login_policy" type="s" direction="in"/> \
<arg name="login_policy" type="s" direction="in"/> <arg name="permitted_add" type="as" direction="in"/> \
<arg name="permitted_add" type="as" direction="in"/> <arg name="permitted_remove" type="as" direction="in"/> \
<arg name="permitted_remove" type="as" direction="in"/> <arg name="options" type="a{sv}" direction="in"/> \
<arg name="options" type="a{sv}" direction="in"/> </method> \
</method> <method name="Deconfigure"> \
<method name="Deconfigure"> <arg name="options" type="a{sv}" direction="in"/> \
<arg name="options" type="a{sv}" direction="in"/> </method> \
</method> </interface> \
</interface> </node>';
</node>`;
const Realm = Gio.DBusProxy.makeProxyWrapper(RealmIface); const Realm = Gio.DBusProxy.makeProxyWrapper(RealmIface);
var Manager = new Lang.Class({ var Manager = new Lang.Class({

View File

@@ -9,6 +9,8 @@
<file>gdm/realmd.js</file> <file>gdm/realmd.js</file>
<file>gdm/util.js</file> <file>gdm/util.js</file>
<file>extensionPrefs/main.js</file>
<file>misc/config.js</file> <file>misc/config.js</file>
<file>misc/extensionUtils.js</file> <file>misc/extensionUtils.js</file>
<file>misc/fileUtils.js</file> <file>misc/fileUtils.js</file>
@@ -31,6 +33,8 @@
<file>perf/core.js</file> <file>perf/core.js</file>
<file>perf/hwtest.js</file> <file>perf/hwtest.js</file>
<file>portalHelper/main.js</file>
<file>ui/accessDialog.js</file> <file>ui/accessDialog.js</file>
<file>ui/altTab.js</file> <file>ui/altTab.js</file>
<file>ui/animation.js</file> <file>ui/animation.js</file>

View File

@@ -6,17 +6,3 @@ js_resources = gnome.compile_resources(
c_name: 'shell_js_resources', c_name: 'shell_js_resources',
dependencies: [config_js] dependencies: [config_js]
) )
portal_resources = gnome.compile_resources(
'portal-resources', 'portal-resources.gresource.xml',
source_dir: ['.', meson.current_build_dir()],
c_name: 'portal_js_resources',
dependencies: [config_js]
)
prefs_resources = gnome.compile_resources(
'prefs-resources', 'prefs-resources.gresource.xml',
source_dir: ['.', meson.current_build_dir()],
c_name: 'prefs_js_resources',
dependencies: [config_js]
)

View File

@@ -4,18 +4,17 @@ const Gio = imports.gi.Gio;
const Lang = imports.lang; const Lang = imports.lang;
const Signals = imports.signals; const Signals = imports.signals;
const PresenceIface = ` const PresenceIface = '<node> \
<node> <interface name="org.gnome.SessionManager.Presence"> \
<interface name="org.gnome.SessionManager.Presence"> <method name="SetStatus"> \
<method name="SetStatus"> <arg type="u" direction="in"/> \
<arg type="u" direction="in"/> </method> \
</method> <property name="status" type="u" access="readwrite"/> \
<property name="status" type="u" access="readwrite"/> <signal name="StatusChanged"> \
<signal name="StatusChanged"> <arg type="u" direction="out"/> \
<arg type="u" direction="out"/> </signal> \
</signal> </interface> \
</interface> </node>';
</node>`;
var PresenceStatus = { var PresenceStatus = {
AVAILABLE: 0, AVAILABLE: 0,
@@ -33,17 +32,16 @@ function Presence(initCallback, cancellable) {
// Note inhibitors are immutable objects, so they don't // Note inhibitors are immutable objects, so they don't
// change at runtime (changes always come in the form // change at runtime (changes always come in the form
// of new inhibitors) // of new inhibitors)
const InhibitorIface = ` const InhibitorIface = '<node> \
<node> <interface name="org.gnome.SessionManager.Inhibitor"> \
<interface name="org.gnome.SessionManager.Inhibitor"> <method name="GetAppId"> \
<method name="GetAppId"> <arg type="s" direction="out" /> \
<arg type="s" direction="out" /> </method> \
</method> <method name="GetReason"> \
<method name="GetReason"> <arg type="s" direction="out" /> \
<arg type="s" direction="out" /> </method> \
</method> </interface> \
</interface> </node>';
</node>`;
var InhibitorProxy = Gio.DBusProxy.makeProxyWrapper(InhibitorIface); var InhibitorProxy = Gio.DBusProxy.makeProxyWrapper(InhibitorIface);
function Inhibitor(objectPath, initCallback, cancellable) { function Inhibitor(objectPath, initCallback, cancellable) {
@@ -51,30 +49,29 @@ function Inhibitor(objectPath, initCallback, cancellable) {
} }
// Not the full interface, only the methods we use // Not the full interface, only the methods we use
const SessionManagerIface = ` const SessionManagerIface = '<node> \
<node> <interface name="org.gnome.SessionManager"> \
<interface name="org.gnome.SessionManager"> <method name="Logout"> \
<method name="Logout"> <arg type="u" direction="in" /> \
<arg type="u" direction="in" /> </method> \
</method> <method name="Shutdown" /> \
<method name="Shutdown" /> <method name="Reboot" /> \
<method name="Reboot" /> <method name="CanShutdown"> \
<method name="CanShutdown"> <arg type="b" direction="out" /> \
<arg type="b" direction="out" /> </method> \
</method> <method name="IsInhibited"> \
<method name="IsInhibited"> <arg type="u" direction="in" /> \
<arg type="u" direction="in" /> <arg type="b" direction="out" /> \
<arg type="b" direction="out" /> </method> \
</method> <property name="SessionIsActive" type="b" access="read"/> \
<property name="SessionIsActive" type="b" access="read"/> <signal name="InhibitorAdded"> \
<signal name="InhibitorAdded"> <arg type="o" direction="out"/> \
<arg type="o" direction="out"/> </signal> \
</signal> <signal name="InhibitorRemoved"> \
<signal name="InhibitorRemoved"> <arg type="o" direction="out"/> \
<arg type="o" direction="out"/> </signal> \
</signal> </interface> \
</interface> </node>';
</node>`;
var SessionManagerProxy = Gio.DBusProxy.makeProxyWrapper(SessionManagerIface); var SessionManagerProxy = Gio.DBusProxy.makeProxyWrapper(SessionManagerIface);
function SessionManager(initCallback, cancellable) { function SessionManager(initCallback, cancellable) {

View File

@@ -17,8 +17,6 @@ var InputMethod = new Lang.Class({
this._currentFocus = null; this._currentFocus = null;
this._currentEvent = null; this._currentEvent = null;
this._doForwardEvent = false; this._doForwardEvent = false;
this._preeditStr = '';
this._preeditPos = 0;
this._ibus = IBus.Bus.new_async(); this._ibus = IBus.Bus.new_async();
this._ibus.connect('connected', this._onConnected.bind(this)); this._ibus.connect('connected', this._onConnected.bind(this));
this._ibus.connect('disconnected', this._clear.bind(this)); this._ibus.connect('disconnected', this._clear.bind(this));
@@ -71,8 +69,6 @@ var InputMethod = new Lang.Class({
this._context.connect('commit-text', this._onCommitText.bind(this)); this._context.connect('commit-text', this._onCommitText.bind(this));
this._context.connect('delete-surrounding-text', this._onDeleteSurroundingText.bind(this)); this._context.connect('delete-surrounding-text', this._onDeleteSurroundingText.bind(this));
this._context.connect('update-preedit-text', this._onUpdatePreeditText.bind(this)); this._context.connect('update-preedit-text', this._onUpdatePreeditText.bind(this));
this._context.connect('show-preedit-text', this._onShowPreeditText.bind(this));
this._context.connect('hide-preedit-text', this._onHidePreeditText.bind(this));
this._context.connect('forward-key-event', this._onForwardKeyEvent.bind(this)); this._context.connect('forward-key-event', this._onForwardKeyEvent.bind(this));
this._updateCapabilities(); this._updateCapabilities();
@@ -83,8 +79,6 @@ var InputMethod = new Lang.Class({
this._hints = 0; this._hints = 0;
this._purpose = 0; this._purpose = 0;
this._enabled = false; this._enabled = false;
this._preeditStr = ''
this._preeditPos = 0;
}, },
_emitRequestSurrounding() { _emitRequestSurrounding() {
@@ -101,22 +95,11 @@ var InputMethod = new Lang.Class({
}, },
_onUpdatePreeditText(context, text, pos, visible) { _onUpdatePreeditText(context, text, pos, visible) {
if (text == null) let str = null;
return; if (visible && text != null)
this._preeditStr = text.get_text(); str = text.get_text();
this._preeditPos = pos;
if (visible)
this.set_preedit_text(this._preeditStr, pos);
else
this.set_preedit_text(null, pos);
},
_onShowPreeditText(context) { this.set_preedit_text(str, pos);
this.set_preedit_text(this._preeditStr, this._preeditPos);
},
_onHidePreeditText(context) {
this.set_preedit_text(null, this._preeditPos);
}, },
_onForwardKeyEvent(context, keyval, keycode, state) { _onForwardKeyEvent(context, keyval, keycode, state) {

View File

@@ -7,56 +7,53 @@ const Mainloop = imports.mainloop;
const Shell = imports.gi.Shell; const Shell = imports.gi.Shell;
const Signals = imports.signals; const Signals = imports.signals;
const SystemdLoginManagerIface = ` const SystemdLoginManagerIface = '<node> \
<node> <interface name="org.freedesktop.login1.Manager"> \
<interface name="org.freedesktop.login1.Manager"> <method name="Suspend"> \
<method name="Suspend"> <arg type="b" direction="in"/> \
<arg type="b" direction="in"/> </method> \
</method> <method name="CanSuspend"> \
<method name="CanSuspend"> <arg type="s" direction="out"/> \
<arg type="s" direction="out"/> </method> \
</method> <method name="Inhibit"> \
<method name="Inhibit"> <arg type="s" direction="in"/> \
<arg type="s" direction="in"/> <arg type="s" direction="in"/> \
<arg type="s" direction="in"/> <arg type="s" direction="in"/> \
<arg type="s" direction="in"/> <arg type="s" direction="in"/> \
<arg type="s" direction="in"/> <arg type="h" direction="out"/> \
<arg type="h" direction="out"/> </method> \
</method> <method name="GetSession"> \
<method name="GetSession"> <arg type="s" direction="in"/> \
<arg type="s" direction="in"/> <arg type="o" direction="out"/> \
<arg type="o" direction="out"/> </method> \
</method> <method name="ListSessions"> \
<method name="ListSessions"> <arg name="sessions" type="a(susso)" direction="out"/> \
<arg name="sessions" type="a(susso)" direction="out"/> </method> \
</method> <signal name="PrepareForSleep"> \
<signal name="PrepareForSleep"> <arg type="b" direction="out"/> \
<arg type="b" direction="out"/> </signal> \
</signal> </interface> \
</interface> </node>';
</node>`;
const SystemdLoginSessionIface = ` const SystemdLoginSessionIface = '<node> \
<node> <interface name="org.freedesktop.login1.Session"> \
<interface name="org.freedesktop.login1.Session"> <signal name="Lock" /> \
<signal name="Lock" /> <signal name="Unlock" /> \
<signal name="Unlock" /> <property name="Active" type="b" access="read" /> \
<property name="Active" type="b" access="read" /> <property name="Class" type="s" access="read" /> \
<property name="Class" type="s" access="read" /> <property name="Id" type="s" access="read" /> \
<property name="Id" type="s" access="read" /> <method name="SetLockedHint"> \
<method name="SetLockedHint"> <arg type="b" direction="in"/> \
<arg type="b" direction="in"/> </method> \
</method> </interface> \
</interface> </node>';
</node>`;
const SystemdLoginUserIface = ` const SystemdLoginUserIface = '<node> \
<node> <interface name="org.freedesktop.login1.User"> \
<interface name="org.freedesktop.login1.User"> <property name="Display" type="(so)" access="read" /> \
<property name="Display" type="(so)" access="read" /> <property name="Sessions" type="a(so)" access="read" /> \
<property name="Sessions" type="a(so)" access="read" /> </interface> \
</interface> </node>';
</node>`;
const SystemdLoginManager = Gio.DBusProxy.makeProxyWrapper(SystemdLoginManagerIface); const SystemdLoginManager = Gio.DBusProxy.makeProxyWrapper(SystemdLoginManagerIface);
const SystemdLoginSession = Gio.DBusProxy.makeProxyWrapper(SystemdLoginSessionIface); const SystemdLoginSession = Gio.DBusProxy.makeProxyWrapper(SystemdLoginSessionIface);

View File

@@ -92,43 +92,41 @@ function _findProviderForSid(sid) {
// The following are not the complete interfaces, just the methods we need // The following are not the complete interfaces, just the methods we need
// (or may need in the future) // (or may need in the future)
const ModemGsmNetworkInterface = ` const ModemGsmNetworkInterface = '<node> \
<node> <interface name="org.freedesktop.ModemManager.Modem.Gsm.Network"> \
<interface name="org.freedesktop.ModemManager.Modem.Gsm.Network"> <method name="GetRegistrationInfo"> \
<method name="GetRegistrationInfo"> <arg type="(uss)" direction="out" /> \
<arg type="(uss)" direction="out" /> </method> \
</method> <method name="GetSignalQuality"> \
<method name="GetSignalQuality"> <arg type="u" direction="out" /> \
<arg type="u" direction="out" /> </method> \
</method> <property name="AccessTechnology" type="u" access="read" /> \
<property name="AccessTechnology" type="u" access="read" /> <signal name="SignalQuality"> \
<signal name="SignalQuality"> <arg type="u" direction="out" /> \
<arg type="u" direction="out" /> </signal> \
</signal> <signal name="RegistrationInfo"> \
<signal name="RegistrationInfo"> <arg type="u" direction="out" /> \
<arg type="u" direction="out" /> <arg type="s" direction="out" /> \
<arg type="s" direction="out" /> <arg type="s" direction="out" /> \
<arg type="s" direction="out" /> </signal> \
</signal> </interface> \
</interface> </node>';
</node>`;
const ModemGsmNetworkProxy = Gio.DBusProxy.makeProxyWrapper(ModemGsmNetworkInterface); const ModemGsmNetworkProxy = Gio.DBusProxy.makeProxyWrapper(ModemGsmNetworkInterface);
const ModemCdmaInterface = ` const ModemCdmaInterface = '<node> \
<node> <interface name="org.freedesktop.ModemManager.Modem.Cdma"> \
<interface name="org.freedesktop.ModemManager.Modem.Cdma"> <method name="GetSignalQuality"> \
<method name="GetSignalQuality"> <arg type="u" direction="out" /> \
<arg type="u" direction="out" /> </method> \
</method> <method name="GetServingSystem"> \
<method name="GetServingSystem"> <arg type="(usu)" direction="out" /> \
<arg type="(usu)" direction="out" /> </method> \
</method> <signal name="SignalQuality"> \
<signal name="SignalQuality"> <arg type="u" direction="out" /> \
<arg type="u" direction="out" /> </signal> \
</signal> </interface> \
</interface> </node>';
</node>`;
const ModemCdmaProxy = Gio.DBusProxy.makeProxyWrapper(ModemCdmaInterface); const ModemCdmaProxy = Gio.DBusProxy.makeProxyWrapper(ModemCdmaInterface);
@@ -224,29 +222,26 @@ Signals.addSignalMethods(ModemCdma.prototype);
// Support for the new ModemManager1 interface (MM >= 0.7) // Support for the new ModemManager1 interface (MM >= 0.7)
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
const BroadbandModemInterface = ` const BroadbandModemInterface = '<node> \
<node> <interface name="org.freedesktop.ModemManager1.Modem"> \
<interface name="org.freedesktop.ModemManager1.Modem"> <property name="SignalQuality" type="(ub)" access="read" /> \
<property name="SignalQuality" type="(ub)" access="read" /> </interface> \
</interface> </node>';
</node>`;
const BroadbandModemProxy = Gio.DBusProxy.makeProxyWrapper(BroadbandModemInterface); const BroadbandModemProxy = Gio.DBusProxy.makeProxyWrapper(BroadbandModemInterface);
const BroadbandModem3gppInterface = ` const BroadbandModem3gppInterface = '<node> \
<node> <interface name="org.freedesktop.ModemManager1.Modem.Modem3gpp"> \
<interface name="org.freedesktop.ModemManager1.Modem.Modem3gpp"> <property name="OperatorCode" type="s" access="read" /> \
<property name="OperatorCode" type="s" access="read" /> <property name="OperatorName" type="s" access="read" /> \
<property name="OperatorName" type="s" access="read" /> </interface> \
</interface> </node>';
</node>`;
const BroadbandModem3gppProxy = Gio.DBusProxy.makeProxyWrapper(BroadbandModem3gppInterface); const BroadbandModem3gppProxy = Gio.DBusProxy.makeProxyWrapper(BroadbandModem3gppInterface);
const BroadbandModemCdmaInterface = ` const BroadbandModemCdmaInterface = '<node> \
<node> <interface name="org.freedesktop.ModemManager1.Modem.ModemCdma"> \
<interface name="org.freedesktop.ModemManager1.Modem.ModemCdma"> <property name="Sid" type="u" access="read" /> \
<property name="Sid" type="u" access="read" /> </interface> \
</interface> </node>';
</node>`;
const BroadbandModemCdmaProxy = Gio.DBusProxy.makeProxyWrapper(BroadbandModemCdmaInterface); const BroadbandModemCdmaProxy = Gio.DBusProxy.makeProxyWrapper(BroadbandModemCdmaInterface);
var BroadbandModem = new Lang.Class({ var BroadbandModem = new Lang.Class({

View File

@@ -8,22 +8,21 @@ const Signals = imports.signals;
// Specified in the D-Bus specification here: // Specified in the D-Bus specification here:
// http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager // http://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-objectmanager
const ObjectManagerIface = ` const ObjectManagerIface = '<node> \
<node> <interface name="org.freedesktop.DBus.ObjectManager"> \
<interface name="org.freedesktop.DBus.ObjectManager"> <method name="GetManagedObjects"> \
<method name="GetManagedObjects"> <arg name="objects" type="a{oa{sa{sv}}}" direction="out"/> \
<arg name="objects" type="a{oa{sa{sv}}}" direction="out"/> </method> \
</method> <signal name="InterfacesAdded"> \
<signal name="InterfacesAdded"> <arg name="objectPath" type="o"/> \
<arg name="objectPath" type="o"/> <arg name="interfaces" type="a{sa{sv}}" /> \
<arg name="interfaces" type="a{sa{sv}}" /> </signal> \
</signal> <signal name="InterfacesRemoved"> \
<signal name="InterfacesRemoved"> <arg name="objectPath" type="o"/> \
<arg name="objectPath" type="o"/> <arg name="interfaces" type="as" /> \
<arg name="interfaces" type="as" /> </signal> \
</signal> </interface> \
</interface> </node>';
</node>`;
const ObjectManagerInfo = Gio.DBusInterfaceInfo.new_for_xml(ObjectManagerIface); const ObjectManagerInfo = Gio.DBusInterfaceInfo.new_for_xml(ObjectManagerIface);

View File

@@ -2,31 +2,30 @@
const Gio = imports.gi.Gio; const Gio = imports.gi.Gio;
const PermissionStoreIface = ` const PermissionStoreIface = '<node> \
<node> <interface name="org.freedesktop.impl.portal.PermissionStore"> \
<interface name="org.freedesktop.impl.portal.PermissionStore"> <method name="Lookup"> \
<method name="Lookup"> <arg name="table" type="s" direction="in"/> \
<arg name="table" type="s" direction="in"/> <arg name="id" type="s" direction="in"/> \
<arg name="id" type="s" direction="in"/> <arg name="permissions" type="a{sas}" direction="out"/> \
<arg name="permissions" type="a{sas}" direction="out"/> <arg name="data" type="v" direction="out"/> \
<arg name="data" type="v" direction="out"/> </method> \
</method> <method name="Set"> \
<method name="Set"> <arg name="table" type="s" direction="in"/> \
<arg name="table" type="s" direction="in"/> <arg name="create" type="b" direction="in"/> \
<arg name="create" type="b" direction="in"/> <arg name="id" type="s" direction="in"/> \
<arg name="id" type="s" direction="in"/> <arg name="app_permissions" type="a{sas}" direction="in"/> \
<arg name="app_permissions" type="a{sas}" direction="in"/> <arg name="data" type="v" direction="in"/> \
<arg name="data" type="v" direction="in"/> </method> \
</method> <signal name="Changed"> \
<signal name="Changed"> <arg name="table" type="s" direction="out"/> \
<arg name="table" type="s" direction="out"/> <arg name="id" type="s" direction="out"/> \
<arg name="id" type="s" direction="out"/> <arg name="deleted" type="b" direction="out"/> \
<arg name="deleted" type="b" direction="out"/> <arg name="data" type="v" direction="out"/> \
<arg name="data" type="v" direction="out"/> <arg name="permissions" type="a{sas}" direction="out"/> \
<arg name="permissions" type="a{sas}" direction="out"/> </signal> \
</signal> </interface> \
</interface> </node>';
</node>`;
const PermissionStoreProxy = Gio.DBusProxy.makeProxyWrapper(PermissionStoreIface); const PermissionStoreProxy = Gio.DBusProxy.makeProxyWrapper(PermissionStoreIface);

View File

@@ -7,15 +7,14 @@ const Signals = imports.signals;
const ObjectManager = imports.misc.objectManager; const ObjectManager = imports.misc.objectManager;
const SmartcardTokenIface = ` const SmartcardTokenIface = '<node> \
<node> <interface name="org.gnome.SettingsDaemon.Smartcard.Token"> \
<interface name="org.gnome.SettingsDaemon.Smartcard.Token"> <property name="Name" type="s" access="read"/> \
<property name="Name" type="s" access="read"/> <property name="Driver" type="o" access="read"/> \
<property name="Driver" type="o" access="read"/> <property name="IsInserted" type="b" access="read"/> \
<property name="IsInserted" type="b" access="read"/> <property name="UsedToLogin" type="b" access="read"/> \
<property name="UsedToLogin" type="b" access="read"/> </interface> \
</interface> </node>';
</node>`;
let _smartcardManager = null; let _smartcardManager = null;

View File

@@ -22,12 +22,11 @@ const ALWAYS_SHOW_LOG_OUT_KEY = 'always-show-log-out';
const SENSOR_BUS_NAME = 'net.hadess.SensorProxy'; const SENSOR_BUS_NAME = 'net.hadess.SensorProxy';
const SENSOR_OBJECT_PATH = '/net/hadess/SensorProxy'; const SENSOR_OBJECT_PATH = '/net/hadess/SensorProxy';
const SensorProxyInterface = ` const SensorProxyInterface = '<node> \
<node> <interface name="net.hadess.SensorProxy"> \
<interface name="net.hadess.SensorProxy"> <property name="HasAccelerometer" type="b" access="read"/> \
<property name="HasAccelerometer" type="b" access="read"/> </interface> \
</interface> </node>';
</node>`;
const POWER_OFF_ACTION_ID = 'power-off'; const POWER_OFF_ACTION_ID = 'power-off';
const LOCK_SCREEN_ACTION_ID = 'lock-screen'; const LOCK_SCREEN_ACTION_ID = 'lock-screen';

View File

@@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/org/gnome/shell">
<file>misc/config.js</file>
<file>portalHelper/main.js</file>
</gresource>
</gresources>

View File

@@ -30,26 +30,25 @@ const CONNECTIVITY_CHECK_HOST = 'nmcheck.gnome.org';
const CONNECTIVITY_CHECK_URI = 'http://' + CONNECTIVITY_CHECK_HOST; const CONNECTIVITY_CHECK_URI = 'http://' + CONNECTIVITY_CHECK_HOST;
const CONNECTIVITY_RECHECK_RATELIMIT_TIMEOUT = 30 * GLib.USEC_PER_SEC; const CONNECTIVITY_RECHECK_RATELIMIT_TIMEOUT = 30 * GLib.USEC_PER_SEC;
const HelperDBusInterface = ` const HelperDBusInterface = '<node> \
<node> <interface name="org.gnome.Shell.PortalHelper"> \
<interface name="org.gnome.Shell.PortalHelper"> <method name="Authenticate"> \
<method name="Authenticate"> <arg type="o" direction="in" name="connection" /> \
<arg type="o" direction="in" name="connection" /> <arg type="s" direction="in" name="url" /> \
<arg type="s" direction="in" name="url" /> <arg type="u" direction="in" name="timestamp" /> \
<arg type="u" direction="in" name="timestamp" /> </method> \
</method> <method name="Close"> \
<method name="Close"> <arg type="o" direction="in" name="connection" /> \
<arg type="o" direction="in" name="connection" /> </method> \
</method> <method name="Refresh"> \
<method name="Refresh"> <arg type="o" direction="in" name="connection" /> \
<arg type="o" direction="in" name="connection" /> </method> \
</method> <signal name="Done"> \
<signal name="Done"> <arg type="o" name="connection" /> \
<arg type="o" name="connection" /> <arg type="u" name="result" /> \
<arg type="u" name="result" /> </signal> \
</signal> </interface> \
</interface> </node>';
</node>`;
var PortalHeaderBar = new Lang.Class({ var PortalHeaderBar = new Lang.Class({
Name: 'PortalHeaderBar', Name: 'PortalHeaderBar',

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/org/gnome/shell">
<file>extensionPrefs/main.js</file>
<file>misc/config.js</file>
<file>misc/extensionUtils.js</file>
<file>misc/fileUtils.js</file>
<file>misc/params.js</file>
</gresource>
</gresources>

View File

@@ -10,29 +10,27 @@ const CheckBox = imports.ui.checkBox;
const Dialog = imports.ui.dialog; const Dialog = imports.ui.dialog;
const ModalDialog = imports.ui.modalDialog; const ModalDialog = imports.ui.modalDialog;
const RequestIface = ` const RequestIface = '<node> \
<node> <interface name="org.freedesktop.impl.portal.Request"> \
<interface name="org.freedesktop.impl.portal.Request"> <method name="Close"/> \
<method name="Close"/> </interface> \
</interface> </node>';
</node>`;
const AccessIface = ` const AccessIface = '<node> \
<node> <interface name="org.freedesktop.impl.portal.Access"> \
<interface name="org.freedesktop.impl.portal.Access"> <method name="AccessDialog"> \
<method name="AccessDialog"> <arg type="o" name="handle" direction="in"/> \
<arg type="o" name="handle" direction="in"/> <arg type="s" name="app_id" direction="in"/> \
<arg type="s" name="app_id" direction="in"/> <arg type="s" name="parent_window" direction="in"/> \
<arg type="s" name="parent_window" direction="in"/> <arg type="s" name="title" direction="in"/> \
<arg type="s" name="title" direction="in"/> <arg type="s" name="subtitle" direction="in"/> \
<arg type="s" name="subtitle" direction="in"/> <arg type="s" name="body" direction="in"/> \
<arg type="s" name="body" direction="in"/> <arg type="a{sv}" name="options" direction="in"/> \
<arg type="a{sv}" name="options" direction="in"/> <arg type="u" name="response" direction="out"/> \
<arg type="u" name="response" direction="out"/> <arg type="a{sv}" name="results" direction="out"/> \
<arg type="a{sv}" name="results" direction="out"/> </method> \
</method> </interface> \
</interface> </node>';
</node>`;
var DialogResponse = { var DialogResponse = {
OK: 0, OK: 0,

View File

@@ -66,12 +66,11 @@ var PAGE_SWITCH_TIME = 0.3;
const SWITCHEROO_BUS_NAME = 'net.hadess.SwitcherooControl'; const SWITCHEROO_BUS_NAME = 'net.hadess.SwitcherooControl';
const SWITCHEROO_OBJECT_PATH = '/net/hadess/SwitcherooControl'; const SWITCHEROO_OBJECT_PATH = '/net/hadess/SwitcherooControl';
const SwitcherooProxyInterface = ` const SwitcherooProxyInterface = '<node> \
<node> <interface name="net.hadess.SwitcherooControl"> \
<interface name="net.hadess.SwitcherooControl"> <property name="HasDualGpu" type="b" access="read"/> \
<property name="HasDualGpu" type="b" access="read"/> </interface> \
</interface> </node>';
</node>`;
const SwitcherooProxy = Gio.DBusProxy.makeProxyWrapper(SwitcherooProxyInterface); const SwitcherooProxy = Gio.DBusProxy.makeProxyWrapper(SwitcherooProxyInterface);
let discreteGpuAvailable = false; let discreteGpuAvailable = false;

View File

@@ -15,19 +15,18 @@ var AudioDevice = {
MICROPHONE: 1 << 2 MICROPHONE: 1 << 2
}; };
const AudioDeviceSelectionIface = ` const AudioDeviceSelectionIface = '<node> \
<node> <interface name="org.gnome.Shell.AudioDeviceSelection"> \
<interface name="org.gnome.Shell.AudioDeviceSelection"> <method name="Open"> \
<method name="Open"> <arg name="devices" direction="in" type="as" /> \
<arg name="devices" direction="in" type="as" /> </method> \
</method> <method name="Close"> \
<method name="Close"> </method> \
</method> <signal name="DeviceSelected"> \
<signal name="DeviceSelected"> <arg name="device" type="s" /> \
<arg name="device" type="s" /> </signal> \
</signal> </interface> \
</interface> </node>';
</node>`;
var AudioDeviceSelectionDialog = new Lang.Class({ var AudioDeviceSelectionDialog = new Lang.Class({
Name: 'AudioDeviceSelectionDialog', Name: 'AudioDeviceSelectionDialog',

View File

@@ -44,7 +44,6 @@ var BoxPointer = new Lang.Class({
y_fill: true }); y_fill: true });
this._container = new Shell.GenericContainer(); this._container = new Shell.GenericContainer();
this.actor.set_child(this._container); this.actor.set_child(this._container);
this.actor.set_offscreen_redirect(Clutter.OffscreenRedirect.ALWAYS);
this._container.connect('get-preferred-width', this._getPreferredWidth.bind(this)); this._container.connect('get-preferred-width', this._getPreferredWidth.bind(this));
this._container.connect('get-preferred-height', this._getPreferredHeight.bind(this)); this._container.connect('get-preferred-height', this._getPreferredHeight.bind(this));
this._container.connect('allocate', this._allocate.bind(this)); this._container.connect('allocate', this._allocate.bind(this));

View File

@@ -134,19 +134,18 @@ var EmptyEventSource = new Lang.Class({
}); });
Signals.addSignalMethods(EmptyEventSource.prototype); Signals.addSignalMethods(EmptyEventSource.prototype);
const CalendarServerIface = ` const CalendarServerIface = '<node> \
<node> <interface name="org.gnome.Shell.CalendarServer"> \
<interface name="org.gnome.Shell.CalendarServer"> <method name="GetEvents"> \
<method name="GetEvents"> <arg type="x" direction="in" /> \
<arg type="x" direction="in" /> <arg type="x" direction="in" /> \
<arg type="x" direction="in" /> <arg type="b" direction="in" /> \
<arg type="b" direction="in" /> <arg type="a(sssbxxa{sv})" direction="out" /> \
<arg type="a(sssbxxa{sv})" direction="out" /> </method> \
</method> <property name="HasCalendars" type="b" access="read" /> \
<property name="HasCalendars" type="b" access="read" /> <signal name="Changed" /> \
<signal name="Changed" /> </interface> \
</interface> </node>';
</node>`;
const CalendarServerInfo = Gio.DBusInterfaceInfo.new_for_xml(CalendarServerIface); const CalendarServerInfo = Gio.DBusInterfaceInfo.new_for_xml(CalendarServerIface);

View File

@@ -74,15 +74,14 @@ function startAppForMount(app, mount) {
/******************************************/ /******************************************/
const HotplugSnifferIface = ` const HotplugSnifferIface = '<node> \
<node> <interface name="org.gnome.Shell.HotplugSniffer"> \
<interface name="org.gnome.Shell.HotplugSniffer"> <method name="SniffURI"> \
<method name="SniffURI"> <arg type="s" direction="in" /> \
<arg type="s" direction="in" /> <arg type="as" direction="out" /> \
<arg type="as" direction="out" /> </method> \
</method> </interface> \
</interface> </node>';
</node>`;
const HotplugSnifferProxy = Gio.DBusProxy.makeProxyWrapper(HotplugSnifferIface); const HotplugSnifferProxy = Gio.DBusProxy.makeProxyWrapper(HotplugSnifferIface);
function HotplugSniffer() { function HotplugSniffer() {

View File

@@ -506,12 +506,8 @@ var VPNRequestHandler = new Lang.Class({
try { try {
data = this._dataStdout.peek_buffer(); data = this._dataStdout.peek_buffer();
if (data instanceof Uint8Array) keyfile.load_from_data(data.toString(), data.length,
data = imports.byteArray.toGBytes(data); GLib.KeyFileFlags.NONE);
else
data = data.toGBytes();
keyfile.load_from_bytes(data, GLib.KeyFileFlags.NONE);
if (keyfile.get_integer(VPN_UI_GROUP, 'Version') != 2) if (keyfile.get_integer(VPN_UI_GROUP, 'Version') != 2)
throw new Error('Invalid plugin keyfile version, is %d'); throw new Error('Invalid plugin keyfile version, is %d');

View File

@@ -402,7 +402,6 @@ var Dash = new Lang.Class({
clip_to_allocation: true }); clip_to_allocation: true });
this._box._delegate = this; this._box._delegate = this;
this._container.add_actor(this._box); this._container.add_actor(this._box);
this._container.set_offscreen_redirect(Clutter.OffscreenRedirect.ALWAYS);
this._showAppsIcon = new ShowAppsIcon(); this._showAppsIcon = new ShowAppsIcon();
this._showAppsIcon.childScale = 1; this._showAppsIcon.childScale = 1;

View File

@@ -40,7 +40,6 @@ var Dialog = new Lang.Class({
// mode accordingly so wrapped labels are handled correctly during // mode accordingly so wrapped labels are handled correctly during
// size requests. // size requests.
this._dialog.request_mode = Clutter.RequestMode.HEIGHT_FOR_WIDTH; this._dialog.request_mode = Clutter.RequestMode.HEIGHT_FOR_WIDTH;
this._dialog.set_offscreen_redirect(Clutter.OffscreenRedirect.ALWAYS);
this.contentLayout = new St.BoxLayout({ vertical: true, this.contentLayout = new St.BoxLayout({ vertical: true,
style_class: "modal-dialog-content-box" }); style_class: "modal-dialog-content-box" });

View File

@@ -43,23 +43,22 @@ const _DIALOG_ICON_SIZE = 48;
var GSM_SESSION_MANAGER_LOGOUT_FORCE = 2; var GSM_SESSION_MANAGER_LOGOUT_FORCE = 2;
const EndSessionDialogIface = ` const EndSessionDialogIface = '<node> \
<node> <interface name="org.gnome.SessionManager.EndSessionDialog"> \
<interface name="org.gnome.SessionManager.EndSessionDialog"> <method name="Open"> \
<method name="Open"> <arg type="u" direction="in" /> \
<arg type="u" direction="in" /> <arg type="u" direction="in" /> \
<arg type="u" direction="in" /> <arg type="u" direction="in" /> \
<arg type="u" direction="in" /> <arg type="ao" direction="in" /> \
<arg type="ao" direction="in" /> </method> \
</method> <method name="Close" /> \
<method name="Close" /> <signal name="ConfirmedLogout" /> \
<signal name="ConfirmedLogout" /> <signal name="ConfirmedReboot" /> \
<signal name="ConfirmedReboot" /> <signal name="ConfirmedShutdown" /> \
<signal name="ConfirmedShutdown" /> <signal name="Canceled" /> \
<signal name="Canceled" /> <signal name="Closed" /> \
<signal name="Closed" /> </interface> \
</interface> </node>';
</node>`;
const logoutDialogContent = { const logoutDialogContent = {
subjectWithUser: C_("title", "Log Out %s"), subjectWithUser: C_("title", "Log Out %s"),
@@ -169,42 +168,39 @@ const DialogContent = {
var MAX_USERS_IN_SESSION_DIALOG = 5; var MAX_USERS_IN_SESSION_DIALOG = 5;
const LogindSessionIface = ` const LogindSessionIface = '<node> \
<node> <interface name="org.freedesktop.login1.Session"> \
<interface name="org.freedesktop.login1.Session"> <property name="Id" type="s" access="read"/> \
<property name="Id" type="s" access="read"/> <property name="Remote" type="b" access="read"/> \
<property name="Remote" type="b" access="read"/> <property name="Class" type="s" access="read"/> \
<property name="Class" type="s" access="read"/> <property name="Type" type="s" access="read"/> \
<property name="Type" type="s" access="read"/> <property name="State" type="s" access="read"/> \
<property name="State" type="s" access="read"/> </interface> \
</interface> </node>';
</node>`;
const LogindSession = Gio.DBusProxy.makeProxyWrapper(LogindSessionIface); const LogindSession = Gio.DBusProxy.makeProxyWrapper(LogindSessionIface);
const PkOfflineIface = ` const PkOfflineIface = '<node> \
<node> <interface name="org.freedesktop.PackageKit.Offline"> \
<interface name="org.freedesktop.PackageKit.Offline"> <property name="UpdatePrepared" type="b" access="read"/> \
<property name="UpdatePrepared" type="b" access="read"/> <property name="UpdateTriggered" type="b" access="read"/> \
<property name="UpdateTriggered" type="b" access="read"/> <property name="UpgradePrepared" type="b" access="read"/> \
<property name="UpgradePrepared" type="b" access="read"/> <property name="UpgradeTriggered" type="b" access="read"/> \
<property name="UpgradeTriggered" type="b" access="read"/> <property name="PreparedUpgrade" type="a{sv}" access="read"/> \
<property name="PreparedUpgrade" type="a{sv}" access="read"/> <method name="Trigger"> \
<method name="Trigger"> <arg type="s" name="action" direction="in"/> \
<arg type="s" name="action" direction="in"/> </method> \
</method> <method name="Cancel"/> \
<method name="Cancel"/> </interface> \
</interface> </node>';
</node>`;
const PkOfflineProxy = Gio.DBusProxy.makeProxyWrapper(PkOfflineIface); const PkOfflineProxy = Gio.DBusProxy.makeProxyWrapper(PkOfflineIface);
const UPowerIface = ` const UPowerIface = '<node> \
<node> <interface name="org.freedesktop.UPower"> \
<interface name="org.freedesktop.UPower"> <property name="OnBattery" type="b" access="read"/> \
<property name="OnBattery" type="b" access="read"/> </interface> \
</interface> </node>';
</node>`;
const UPowerProxy = Gio.DBusProxy.makeProxyWrapper(UPowerIface); const UPowerProxy = Gio.DBusProxy.makeProxyWrapper(UPowerIface);

View File

@@ -204,7 +204,6 @@ var LayoutManager = new Lang.Class({
// Set up stage hierarchy to group all UI actors under one container. // Set up stage hierarchy to group all UI actors under one container.
this.uiGroup = new Shell.GenericContainer({ name: 'uiGroup' }); this.uiGroup = new Shell.GenericContainer({ name: 'uiGroup' });
this.uiGroup.set_flags(Clutter.ActorFlags.NO_LAYOUT);
this.uiGroup.connect('allocate', (actor, box, flags) => { this.uiGroup.connect('allocate', (actor, box, flags) => {
let children = actor.get_children(); let children = actor.get_children();
for (let i = 0; i < children.length; i++) for (let i = 0; i < children.length; i++)

View File

@@ -9,91 +9,89 @@ const ZOOM_SERVICE_PATH = '/org/gnome/Magnifier/ZoomRegion';
// Subset of gnome-mag's Magnifier dbus interface -- to be expanded. See: // Subset of gnome-mag's Magnifier dbus interface -- to be expanded. See:
// http://git.gnome.org/browse/gnome-mag/tree/xml/...Magnifier.xml // http://git.gnome.org/browse/gnome-mag/tree/xml/...Magnifier.xml
const MagnifierIface = ` const MagnifierIface = '<node> \
<node> <interface name="org.gnome.Magnifier"> \
<interface name="org.gnome.Magnifier"> <method name="setActive"> \
<method name="setActive"> <arg type="b" direction="in" /> \
<arg type="b" direction="in" /> </method> \
</method> <method name="isActive"> \
<method name="isActive"> <arg type="b" direction="out" /> \
<arg type="b" direction="out" /> </method> \
</method> <method name="showCursor" /> \
<method name="showCursor" /> <method name="hideCursor" /> \
<method name="hideCursor" /> <method name="createZoomRegion"> \
<method name="createZoomRegion"> <arg type="d" direction="in" /> \
<arg type="d" direction="in" /> <arg type="d" direction="in" /> \
<arg type="d" direction="in" /> <arg type="ai" direction="in" /> \
<arg type="ai" direction="in" /> <arg type="ai" direction="in" /> \
<arg type="ai" direction="in" /> <arg type="o" direction="out" /> \
<arg type="o" direction="out" /> </method> \
</method> <method name="addZoomRegion"> \
<method name="addZoomRegion"> <arg type="o" direction="in" /> \
<arg type="o" direction="in" /> <arg type="b" direction="out" /> \
<arg type="b" direction="out" /> </method> \
</method> <method name="getZoomRegions"> \
<method name="getZoomRegions"> <arg type="ao" direction="out" /> \
<arg type="ao" direction="out" /> </method> \
</method> <method name="clearAllZoomRegions" /> \
<method name="clearAllZoomRegions" /> <method name="fullScreenCapable"> \
<method name="fullScreenCapable"> <arg type="b" direction="out" /> \
<arg type="b" direction="out" /> </method> \
</method> <method name="setCrosswireSize"> \
<method name="setCrosswireSize"> <arg type="i" direction="in" /> \
<arg type="i" direction="in" /> </method> \
</method> <method name="getCrosswireSize"> \
<method name="getCrosswireSize"> <arg type="i" direction="out" /> \
<arg type="i" direction="out" /> </method> \
</method> <method name="setCrosswireLength"> \
<method name="setCrosswireLength"> <arg type="i" direction="in" /> \
<arg type="i" direction="in" /> </method> \
</method> <method name="getCrosswireLength"> \
<method name="getCrosswireLength"> <arg type="i" direction="out" /> \
<arg type="i" direction="out" /> </method> \
</method> <method name="setCrosswireClip"> \
<method name="setCrosswireClip"> <arg type="b" direction="in" /> \
<arg type="b" direction="in" /> </method> \
</method> <method name="getCrosswireClip"> \
<method name="getCrosswireClip"> <arg type="b" direction="out" /> \
<arg type="b" direction="out" /> </method> \
</method> <method name="setCrosswireColor"> \
<method name="setCrosswireColor"> <arg type="u" direction="in" /> \
<arg type="u" direction="in" /> </method> \
</method> <method name="getCrosswireColor"> \
<method name="getCrosswireColor"> <arg type="u" direction="out" /> \
<arg type="u" direction="out" /> </method> \
</method> </interface> \
</interface> </node>';
</node>`;
// Subset of gnome-mag's ZoomRegion dbus interface -- to be expanded. See: // Subset of gnome-mag's ZoomRegion dbus interface -- to be expanded. See:
// http://git.gnome.org/browse/gnome-mag/tree/xml/...ZoomRegion.xml // http://git.gnome.org/browse/gnome-mag/tree/xml/...ZoomRegion.xml
const ZoomRegionIface = ` const ZoomRegionIface = '<node> \
<node> <interface name="org.gnome.Magnifier.ZoomRegion"> \
<interface name="org.gnome.Magnifier.ZoomRegion"> <method name="setMagFactor"> \
<method name="setMagFactor"> <arg type="d" direction="in" /> \
<arg type="d" direction="in" /> <arg type="d" direction="in" /> \
<arg type="d" direction="in" /> </method> \
</method> <method name="getMagFactor"> \
<method name="getMagFactor"> <arg type="d" direction="out" /> \
<arg type="d" direction="out" /> <arg type="d" direction="out" /> \
<arg type="d" direction="out" /> </method> \
</method> <method name="setRoi"> \
<method name="setRoi"> <arg type="ai" direction="in" /> \
<arg type="ai" direction="in" /> </method> \
</method> <method name="getRoi"> \
<method name="getRoi"> <arg type="ai" direction="out" /> \
<arg type="ai" direction="out" /> </method> \
</method> <method name="shiftContentsTo"> \
<method name="shiftContentsTo"> <arg type="i" direction="in" /> \
<arg type="i" direction="in" /> <arg type="i" direction="in" /> \
<arg type="i" direction="in" /> <arg type="b" direction="out" /> \
<arg type="b" direction="out" /> </method> \
</method> <method name="moveResize"> \
<method name="moveResize"> <arg type="ai" direction="in" /> \
<arg type="ai" direction="in" /> </method> \
</method> </interface> \
</interface> </node>';
</node>`;
// For making unique ZoomRegion DBus proxy object paths of the form: // For making unique ZoomRegion DBus proxy object paths of the form:
// '/org/gnome/Magnifier/ZoomRegion/zoomer0', // '/org/gnome/Magnifier/ZoomRegion/zoomer0',

View File

@@ -8,44 +8,41 @@ const Calendar = imports.ui.calendar;
const Main = imports.ui.main; const Main = imports.ui.main;
const MessageList = imports.ui.messageList; const MessageList = imports.ui.messageList;
const DBusIface = ` const DBusIface = '<node> \
<node> <interface name="org.freedesktop.DBus"> \
<interface name="org.freedesktop.DBus"> <method name="ListNames"> \
<method name="ListNames"> <arg type="as" direction="out" name="names" /> \
<arg type="as" direction="out" name="names" /> </method> \
</method> <signal name="NameOwnerChanged"> \
<signal name="NameOwnerChanged"> <arg type="s" direction="out" name="name" /> \
<arg type="s" direction="out" name="name" /> <arg type="s" direction="out" name="oldOwner" /> \
<arg type="s" direction="out" name="oldOwner" /> <arg type="s" direction="out" name="newOwner" /> \
<arg type="s" direction="out" name="newOwner" /> </signal> \
</signal> </interface> \
</interface> </node>';
</node>`;
const DBusProxy = Gio.DBusProxy.makeProxyWrapper(DBusIface); const DBusProxy = Gio.DBusProxy.makeProxyWrapper(DBusIface);
const MprisIface = ` const MprisIface = '<node> \
<node> <interface name="org.mpris.MediaPlayer2"> \
<interface name="org.mpris.MediaPlayer2"> <method name="Raise" /> \
<method name="Raise" /> <property name="CanRaise" type="b" access="read" /> \
<property name="CanRaise" type="b" access="read" /> <property name="DesktopEntry" type="s" access="read" /> \
<property name="DesktopEntry" type="s" access="read" /> </interface> \
</interface> </node>';
</node>`;
const MprisProxy = Gio.DBusProxy.makeProxyWrapper(MprisIface); const MprisProxy = Gio.DBusProxy.makeProxyWrapper(MprisIface);
const MprisPlayerIface = ` const MprisPlayerIface = '<node> \
<node> <interface name="org.mpris.MediaPlayer2.Player"> \
<interface name="org.mpris.MediaPlayer2.Player"> <method name="PlayPause" /> \
<method name="PlayPause" /> <method name="Next" /> \
<method name="Next" /> <method name="Previous" /> \
<method name="Previous" /> <property name="CanGoNext" type="b" access="read" /> \
<property name="CanGoNext" type="b" access="read" /> <property name="CanGoPrevious" type="b" access="read" /> \
<property name="CanGoPrevious" type="b" access="read" /> <property name="CanPlay" type="b" access="read" /> \
<property name="CanPlay" type="b" access="read" /> <property name="Metadata" type="a{sv}" access="read" /> \
<property name="Metadata" type="a{sv}" access="read" /> <property name="PlaybackStatus" type="s" access="read" /> \
<property name="PlaybackStatus" type="s" access="read" /> </interface> \
</interface> </node>';
</node>`;
const MprisPlayerProxy = Gio.DBusProxy.makeProxyWrapper(MprisPlayerIface); const MprisPlayerProxy = Gio.DBusProxy.makeProxyWrapper(MprisPlayerIface);
const MPRIS_PLAYER_PREFIX = 'org.mpris.MediaPlayer2.'; const MPRIS_PLAYER_PREFIX = 'org.mpris.MediaPlayer2.';

View File

@@ -17,57 +17,55 @@ const Params = imports.misc.params;
const Util = imports.misc.util; const Util = imports.misc.util;
// Should really be defined in Gio.js // Should really be defined in Gio.js
const BusIface = ` const BusIface = '<node> \
<node> <interface name="org.freedesktop.DBus"> \
<interface name="org.freedesktop.DBus"> <method name="GetConnectionUnixProcessID"> \
<method name="GetConnectionUnixProcessID"> <arg type="s" direction="in" /> \
<arg type="s" direction="in" /> <arg type="u" direction="out" /> \
<arg type="u" direction="out" /> </method> \
</method> </interface> \
</interface> </node>';
</node>`;
var BusProxy = Gio.DBusProxy.makeProxyWrapper(BusIface); var BusProxy = Gio.DBusProxy.makeProxyWrapper(BusIface);
function Bus() { function Bus() {
return new BusProxy(Gio.DBus.session, 'org.freedesktop.DBus', '/org/freedesktop/DBus'); return new BusProxy(Gio.DBus.session, 'org.freedesktop.DBus', '/org/freedesktop/DBus');
} }
const FdoNotificationsIface = ` const FdoNotificationsIface = '<node> \
<node> <interface name="org.freedesktop.Notifications"> \
<interface name="org.freedesktop.Notifications"> <method name="Notify"> \
<method name="Notify"> <arg type="s" direction="in"/> \
<arg type="s" direction="in"/> <arg type="u" direction="in"/> \
<arg type="u" direction="in"/> <arg type="s" direction="in"/> \
<arg type="s" direction="in"/> <arg type="s" direction="in"/> \
<arg type="s" direction="in"/> <arg type="s" direction="in"/> \
<arg type="s" direction="in"/> <arg type="as" direction="in"/> \
<arg type="as" direction="in"/> <arg type="a{sv}" direction="in"/> \
<arg type="a{sv}" direction="in"/> <arg type="i" direction="in"/> \
<arg type="i" direction="in"/> <arg type="u" direction="out"/> \
<arg type="u" direction="out"/> </method> \
</method> <method name="CloseNotification"> \
<method name="CloseNotification"> <arg type="u" direction="in"/> \
<arg type="u" direction="in"/> </method> \
</method> <method name="GetCapabilities"> \
<method name="GetCapabilities"> <arg type="as" direction="out"/> \
<arg type="as" direction="out"/> </method> \
</method> <method name="GetServerInformation"> \
<method name="GetServerInformation"> <arg type="s" direction="out"/> \
<arg type="s" direction="out"/> <arg type="s" direction="out"/> \
<arg type="s" direction="out"/> <arg type="s" direction="out"/> \
<arg type="s" direction="out"/> <arg type="s" direction="out"/> \
<arg type="s" direction="out"/> </method> \
</method> <signal name="NotificationClosed"> \
<signal name="NotificationClosed"> <arg type="u"/> \
<arg type="u"/> <arg type="u"/> \
<arg type="u"/> </signal> \
</signal> <signal name="ActionInvoked"> \
<signal name="ActionInvoked"> <arg type="u"/> \
<arg type="u"/> <arg type="s"/> \
<arg type="s"/> </signal> \
</signal> </interface> \
</interface> </node>';
</node>`;
var NotificationClosedReason = { var NotificationClosedReason = {
EXPIRED: 1, EXPIRED: 1,
@@ -656,19 +654,18 @@ var GtkNotificationDaemonNotification = new Lang.Class({
}, },
}); });
const FdoApplicationIface = ` const FdoApplicationIface = '<node> \
<node> <interface name="org.freedesktop.Application"> \
<interface name="org.freedesktop.Application"> <method name="ActivateAction"> \
<method name="ActivateAction"> <arg type="s" direction="in" /> \
<arg type="s" direction="in" /> <arg type="av" direction="in" /> \
<arg type="av" direction="in" /> <arg type="a{sv}" direction="in" /> \
<arg type="a{sv}" direction="in" /> </method> \
</method> <method name="Activate"> \
<method name="Activate"> <arg type="a{sv}" direction="in" /> \
<arg type="a{sv}" direction="in" /> </method> \
</method> </interface> \
</interface> </node>';
</node>`;
const FdoApplicationProxy = Gio.DBusProxy.makeProxyWrapper(FdoApplicationIface); const FdoApplicationProxy = Gio.DBusProxy.makeProxyWrapper(FdoApplicationIface);
function objectPathFromAppId(appId) { function objectPathFromAppId(appId) {
@@ -777,20 +774,19 @@ var GtkNotificationDaemonAppSource = new Lang.Class({
}, },
}); });
const GtkNotificationsIface = ` const GtkNotificationsIface = '<node> \
<node> <interface name="org.gtk.Notifications"> \
<interface name="org.gtk.Notifications"> <method name="AddNotification"> \
<method name="AddNotification"> <arg type="s" direction="in" /> \
<arg type="s" direction="in" /> <arg type="s" direction="in" /> \
<arg type="s" direction="in" /> <arg type="a{sv}" direction="in" /> \
<arg type="a{sv}" direction="in" /> </method> \
</method> <method name="RemoveNotification"> \
<method name="RemoveNotification"> <arg type="s" direction="in" /> \
<arg type="s" direction="in" /> <arg type="s" direction="in" /> \
<arg type="s" direction="in" /> </method> \
</method> </interface> \
</interface> </node>';
</node>`;
var GtkNotificationDaemon = new Lang.Class({ var GtkNotificationDaemon = new Lang.Class({
Name: 'GtkNotificationDaemon', Name: 'GtkNotificationDaemon',

View File

@@ -395,8 +395,10 @@ var Overview = new Lang.Class({
if (!Main.layoutManager.primaryMonitor) if (!Main.layoutManager.primaryMonitor)
return; return;
this._coverPane.set_position(0, 0); let workArea = Main.layoutManager.getWorkAreaForMonitor(Main.layoutManager.primaryIndex);
this._coverPane.set_size(global.screen_width, global.screen_height);
this._coverPane.set_position(0, workArea.y);
this._coverPane.set_size(workArea.width, workArea.height);
this._updateBackgrounds(); this._updateBackgrounds();
}, },

View File

@@ -253,23 +253,13 @@ var ThumbnailsSlider = new Lang.Class({
this.actor.add_actor(this._thumbnailsBox.actor); this.actor.add_actor(this._thumbnailsBox.actor);
Main.layoutManager.connect('monitors-changed', this._updateSlide.bind(this)); Main.layoutManager.connect('monitors-changed', this._updateSlide.bind(this));
global.workspace_manager.connect('active-workspace-changed',
this._updateSlide.bind(this));
global.workspace_manager.connect('notify::n-workspaces',
this._updateSlide.bind(this));
this.actor.connect('notify::hover', this._updateSlide.bind(this)); this.actor.connect('notify::hover', this._updateSlide.bind(this));
this._thumbnailsBox.actor.bind_property('visible', this.actor, 'visible', GObject.BindingFlags.SYNC_CREATE); this._thumbnailsBox.actor.bind_property('visible', this.actor, 'visible', GObject.BindingFlags.SYNC_CREATE);
}, },
_getAlwaysZoomOut() { _getAlwaysZoomOut() {
// Always show the pager on hover, during a drag, or if workspaces are // Always show the pager on hover or during a drag
// actually used, e.g. there are windows on any non-active workspace let alwaysZoomOut = this.actor.hover || this._inDrag;
let workspaceManager = global.workspace_manager;
let alwaysZoomOut = this.actor.hover ||
this._inDrag ||
!Meta.prefs_get_dynamic_workspaces() ||
workspaceManager.n_workspaces > 2 ||
workspaceManager.get_active_workspace_index() != 0;
if (!alwaysZoomOut) { if (!alwaysZoomOut) {
let monitors = Main.layoutManager.monitors; let monitors = Main.layoutManager.monitors;
@@ -294,11 +284,6 @@ var ThumbnailsSlider = new Lang.Class({
return child.get_theme_node().get_length('visible-width'); return child.get_theme_node().get_length('visible-width');
}, },
_onDragEnd() {
this.actor.sync_hover();
this.parent();
},
_getSlide() { _getSlide() {
if (!this._visible) if (!this._visible)
return 0; return 0;

View File

@@ -962,15 +962,14 @@ var PadOsd = new Lang.Class({
}); });
Signals.addSignalMethods(PadOsd.prototype); Signals.addSignalMethods(PadOsd.prototype);
const PadOsdIface = ` const PadOsdIface = '<node> \
<node> <interface name="org.gnome.Shell.Wacom.PadOsd"> \
<interface name="org.gnome.Shell.Wacom.PadOsd"> <method name="Show"> \
<method name="Show"> <arg name="device_node" direction="in" type="o"/> \
<arg name="device_node" direction="in" type="o"/> <arg name="edition_mode" direction="in" type="b"/> \
<arg name="edition_mode" direction="in" type="b"/> </method> \
</method> </interface> \
</interface> </node>';
</node>`;
var PadOsdService = new Lang.Class({ var PadOsdService = new Lang.Class({
Name: 'PadOsdService', Name: 'PadOsdService',

View File

@@ -307,11 +307,8 @@ var AppMenuButton = new Lang.Class({
} }
} }
let shellShowsAppMenu = this._gtkSettings.gtk_shell_shows_app_menu;
Meta.prefs_set_show_fallback_app_menu(!shellShowsAppMenu);
let visible = (this._targetApp != null && let visible = (this._targetApp != null &&
shellShowsAppMenu && this._gtkSettings.gtk_shell_shows_app_menu &&
!Main.overview.visibleTarget); !Main.overview.visibleTarget);
if (visible) if (visible)
this.show(); this.show();
@@ -779,7 +776,6 @@ var Panel = new Lang.Class({
this.actor = new Shell.GenericContainer({ name: 'panel', this.actor = new Shell.GenericContainer({ name: 'panel',
reactive: true }); reactive: true });
this.actor._delegate = this; this.actor._delegate = this;
this.actor.set_offscreen_redirect(Clutter.OffscreenRedirect.ALWAYS);
this._sessionStyle = null; this._sessionStyle = null;

View File

@@ -12,55 +12,53 @@ const Search = imports.ui.search;
const KEY_FILE_GROUP = 'Shell Search Provider'; const KEY_FILE_GROUP = 'Shell Search Provider';
const SearchProviderIface = ` const SearchProviderIface = '<node> \
<node> <interface name="org.gnome.Shell.SearchProvider"> \
<interface name="org.gnome.Shell.SearchProvider"> <method name="GetInitialResultSet"> \
<method name="GetInitialResultSet"> <arg type="as" direction="in" /> \
<arg type="as" direction="in" /> <arg type="as" direction="out" /> \
<arg type="as" direction="out" /> </method> \
</method> <method name="GetSubsearchResultSet"> \
<method name="GetSubsearchResultSet"> <arg type="as" direction="in" /> \
<arg type="as" direction="in" /> <arg type="as" direction="in" /> \
<arg type="as" direction="in" /> <arg type="as" direction="out" /> \
<arg type="as" direction="out" /> </method> \
</method> <method name="GetResultMetas"> \
<method name="GetResultMetas"> <arg type="as" direction="in" /> \
<arg type="as" direction="in" /> <arg type="aa{sv}" direction="out" /> \
<arg type="aa{sv}" direction="out" /> </method> \
</method> <method name="ActivateResult"> \
<method name="ActivateResult"> <arg type="s" direction="in" /> \
<arg type="s" direction="in" /> </method> \
</method> </interface> \
</interface> </node>';
</node>`;
const SearchProvider2Iface = ` const SearchProvider2Iface = '<node> \
<node> <interface name="org.gnome.Shell.SearchProvider2"> \
<interface name="org.gnome.Shell.SearchProvider2"> <method name="GetInitialResultSet"> \
<method name="GetInitialResultSet"> <arg type="as" direction="in" /> \
<arg type="as" direction="in" /> <arg type="as" direction="out" /> \
<arg type="as" direction="out" /> </method> \
</method> <method name="GetSubsearchResultSet"> \
<method name="GetSubsearchResultSet"> <arg type="as" direction="in" /> \
<arg type="as" direction="in" /> <arg type="as" direction="in" /> \
<arg type="as" direction="in" /> <arg type="as" direction="out" /> \
<arg type="as" direction="out" /> </method> \
</method> <method name="GetResultMetas"> \
<method name="GetResultMetas"> <arg type="as" direction="in" /> \
<arg type="as" direction="in" /> <arg type="aa{sv}" direction="out" /> \
<arg type="aa{sv}" direction="out" /> </method> \
</method> <method name="ActivateResult"> \
<method name="ActivateResult"> <arg type="s" direction="in" /> \
<arg type="s" direction="in" /> <arg type="as" direction="in" /> \
<arg type="as" direction="in" /> <arg type="u" direction="in" /> \
<arg type="u" direction="in" /> </method> \
</method> <method name="LaunchSearch"> \
<method name="LaunchSearch"> <arg type="as" direction="in" /> \
<arg type="as" direction="in" /> <arg type="u" direction="in" /> \
<arg type="u" direction="in" /> </method> \
</method> </interface> \
</interface> </node>';
</node>`;
var SearchProviderProxyInfo = Gio.DBusInterfaceInfo.new_for_xml(SearchProviderIface); var SearchProviderProxyInfo = Gio.DBusInterfaceInfo.new_for_xml(SearchProviderIface);
var SearchProvider2ProxyInfo = Gio.DBusInterfaceInfo.new_for_xml(SearchProvider2Iface); var SearchProvider2ProxyInfo = Gio.DBusInterfaceInfo.new_for_xml(SearchProvider2Iface);

View File

@@ -118,16 +118,18 @@ var RunDialog = new Lang.Class({
this._history = new History.HistoryManager({ gsettingsKey: HISTORY_KEY, this._history = new History.HistoryManager({ gsettingsKey: HISTORY_KEY,
entry: this._entryText }); entry: this._entryText });
this._entryText.connect('activate', (o) => {
this.popModal();
this._run(o.get_text(),
Clutter.get_current_event().get_state() & Clutter.ModifierType.CONTROL_MASK);
if (!this._commandError ||
!this.pushModal())
this.close();
});
this._entryText.connect('key-press-event', (o, e) => { this._entryText.connect('key-press-event', (o, e) => {
let symbol = e.get_key_symbol(); let symbol = e.get_key_symbol();
if (symbol == Clutter.Return || symbol == Clutter.KP_Enter) {
this.popModal();
this._run(o.get_text(),
e.get_state() & Clutter.ModifierType.CONTROL_MASK);
if (!this._commandError ||
!this.pushModal())
this.close();
return Clutter.EVENT_STOP;
}
if (symbol == Clutter.Tab) { if (symbol == Clutter.Tab) {
let text = o.get_text(); let text = o.get_text();
let prefix; let prefix;

View File

@@ -8,30 +8,29 @@ const Signals = imports.signals;
const Main = imports.ui.main; const Main = imports.ui.main;
const ScreencastIface = ` const ScreencastIface = '<node> \
<node> <interface name="org.gnome.Shell.Screencast"> \
<interface name="org.gnome.Shell.Screencast"> <method name="Screencast"> \
<method name="Screencast"> <arg type="s" direction="in" name="file_template"/> \
<arg type="s" direction="in" name="file_template"/> <arg type="a{sv}" direction="in" name="options"/> \
<arg type="a{sv}" direction="in" name="options"/> <arg type="b" direction="out" name="success"/> \
<arg type="b" direction="out" name="success"/> <arg type="s" direction="out" name="filename_used"/> \
<arg type="s" direction="out" name="filename_used"/> </method> \
</method> <method name="ScreencastArea"> \
<method name="ScreencastArea"> <arg type="i" direction="in" name="x"/> \
<arg type="i" direction="in" name="x"/> <arg type="i" direction="in" name="y"/> \
<arg type="i" direction="in" name="y"/> <arg type="i" direction="in" name="width"/> \
<arg type="i" direction="in" name="width"/> <arg type="i" direction="in" name="height"/> \
<arg type="i" direction="in" name="height"/> <arg type="s" direction="in" name="file_template"/> \
<arg type="s" direction="in" name="file_template"/> <arg type="a{sv}" direction="in" name="options"/> \
<arg type="a{sv}" direction="in" name="options"/> <arg type="b" direction="out" name="success"/> \
<arg type="b" direction="out" name="success"/> <arg type="s" direction="out" name="filename_used"/> \
<arg type="s" direction="out" name="filename_used"/> </method> \
</method> <method name="StopScreencast"> \
<method name="StopScreencast"> <arg type="b" direction="out" name="success"/> \
<arg type="b" direction="out" name="success"/> </method> \
</method> </interface> \
</interface> </node>';
</node>`;
var ScreencastService = new Lang.Class({ var ScreencastService = new Lang.Class({
Name: 'ScreencastService', Name: 'ScreencastService',

View File

@@ -16,51 +16,50 @@ const Lightbox = imports.ui.lightbox;
const Main = imports.ui.main; const Main = imports.ui.main;
const Tweener = imports.ui.tweener; const Tweener = imports.ui.tweener;
const ScreenshotIface = ` const ScreenshotIface = '<node> \
<node> <interface name="org.gnome.Shell.Screenshot"> \
<interface name="org.gnome.Shell.Screenshot"> <method name="ScreenshotArea"> \
<method name="ScreenshotArea"> <arg type="i" direction="in" name="x"/> \
<arg type="i" direction="in" name="x"/> <arg type="i" direction="in" name="y"/> \
<arg type="i" direction="in" name="y"/> <arg type="i" direction="in" name="width"/> \
<arg type="i" direction="in" name="width"/> <arg type="i" direction="in" name="height"/> \
<arg type="i" direction="in" name="height"/> <arg type="b" direction="in" name="flash"/> \
<arg type="b" direction="in" name="flash"/> <arg type="s" direction="in" name="filename"/> \
<arg type="s" direction="in" name="filename"/> <arg type="b" direction="out" name="success"/> \
<arg type="b" direction="out" name="success"/> <arg type="s" direction="out" name="filename_used"/> \
<arg type="s" direction="out" name="filename_used"/> </method> \
</method> <method name="ScreenshotWindow"> \
<method name="ScreenshotWindow"> <arg type="b" direction="in" name="include_frame"/> \
<arg type="b" direction="in" name="include_frame"/> <arg type="b" direction="in" name="include_cursor"/> \
<arg type="b" direction="in" name="include_cursor"/> <arg type="b" direction="in" name="flash"/> \
<arg type="b" direction="in" name="flash"/> <arg type="s" direction="in" name="filename"/> \
<arg type="s" direction="in" name="filename"/> <arg type="b" direction="out" name="success"/> \
<arg type="b" direction="out" name="success"/> <arg type="s" direction="out" name="filename_used"/> \
<arg type="s" direction="out" name="filename_used"/> </method> \
</method> <method name="Screenshot"> \
<method name="Screenshot"> <arg type="b" direction="in" name="include_cursor"/> \
<arg type="b" direction="in" name="include_cursor"/> <arg type="b" direction="in" name="flash"/> \
<arg type="b" direction="in" name="flash"/> <arg type="s" direction="in" name="filename"/> \
<arg type="s" direction="in" name="filename"/> <arg type="b" direction="out" name="success"/> \
<arg type="b" direction="out" name="success"/> <arg type="s" direction="out" name="filename_used"/> \
<arg type="s" direction="out" name="filename_used"/> </method> \
</method> <method name="SelectArea"> \
<method name="SelectArea"> <arg type="i" direction="out" name="x"/> \
<arg type="i" direction="out" name="x"/> <arg type="i" direction="out" name="y"/> \
<arg type="i" direction="out" name="y"/> <arg type="i" direction="out" name="width"/> \
<arg type="i" direction="out" name="width"/> <arg type="i" direction="out" name="height"/> \
<arg type="i" direction="out" name="height"/> </method> \
</method> <method name="FlashArea"> \
<method name="FlashArea"> <arg type="i" direction="in" name="x"/> \
<arg type="i" direction="in" name="x"/> <arg type="i" direction="in" name="y"/> \
<arg type="i" direction="in" name="y"/> <arg type="i" direction="in" name="width"/> \
<arg type="i" direction="in" name="width"/> <arg type="i" direction="in" name="height"/> \
<arg type="i" direction="in" name="height"/> </method> \
</method> <method name="PickColor"> \
<method name="PickColor"> <arg type="a{sv}" direction="out" name="result"/> \
<arg type="a{sv}" direction="out" name="result"/> </method> \
</method> </interface> \
</interface> </node>';
</node>`;
var ScreenshotService = new Lang.Class({ var ScreenshotService = new Lang.Class({
Name: 'ScreenshotService', Name: 'ScreenshotService',

View File

@@ -68,20 +68,19 @@ function waitLeisure() {
return callback => { cb = callback; }; return callback => { cb = callback; };
} }
const PerfHelperIface = ` const PerfHelperIface = '<node> \
<node> <interface name="org.gnome.Shell.PerfHelper"> \
<interface name="org.gnome.Shell.PerfHelper"> <method name="CreateWindow"> \
<method name="CreateWindow"> <arg type="i" direction="in" /> \
<arg type="i" direction="in" /> <arg type="i" direction="in" /> \
<arg type="i" direction="in" /> <arg type="b" direction="in" /> \
<arg type="b" direction="in" /> <arg type="b" direction="in" /> \
<arg type="b" direction="in" /> <arg type="b" direction="in" /> \
<arg type="b" direction="in" /> </method> \
</method> <method name="WaitWindows" /> \
<method name="WaitWindows" /> <method name="DestroyWindows" /> \
<method name="DestroyWindows" /> </interface> \
</interface> </node>';
</node>`;
var PerfHelperProxy = Gio.DBusProxy.makeProxyWrapper(PerfHelperIface); var PerfHelperProxy = Gio.DBusProxy.makeProxyWrapper(PerfHelperIface);
function PerfHelper() { function PerfHelper() {

View File

@@ -14,72 +14,70 @@ const Main = imports.ui.main;
const Screenshot = imports.ui.screenshot; const Screenshot = imports.ui.screenshot;
const ViewSelector = imports.ui.viewSelector; const ViewSelector = imports.ui.viewSelector;
const GnomeShellIface = ` const GnomeShellIface = '<node> \
<node> <interface name="org.gnome.Shell"> \
<interface name="org.gnome.Shell"> <method name="Eval"> \
<method name="Eval"> <arg type="s" direction="in" name="script" /> \
<arg type="s" direction="in" name="script" /> <arg type="b" direction="out" name="success" /> \
<arg type="b" direction="out" name="success" /> <arg type="s" direction="out" name="result" /> \
<arg type="s" direction="out" name="result" /> </method> \
</method> <method name="FocusSearch"/> \
<method name="FocusSearch"/> <method name="ShowOSD"> \
<method name="ShowOSD"> <arg type="a{sv}" direction="in" name="params"/> \
<arg type="a{sv}" direction="in" name="params"/> </method> \
</method> <method name="ShowMonitorLabels"> \
<method name="ShowMonitorLabels"> <arg type="a{uv}" direction="in" name="params" /> \
<arg type="a{uv}" direction="in" name="params" /> </method> \
</method> <method name="ShowMonitorLabels2"> \
<method name="ShowMonitorLabels2"> <arg type="a{sv}" direction="in" name="params" /> \
<arg type="a{sv}" direction="in" name="params" /> </method> \
</method> <method name="HideMonitorLabels" /> \
<method name="HideMonitorLabels" /> <method name="FocusApp"> \
<method name="FocusApp"> <arg type="s" direction="in" name="id"/> \
<arg type="s" direction="in" name="id"/> </method> \
</method> <method name="ShowApplications" /> \
<method name="ShowApplications" /> <method name="GrabAccelerator"> \
<method name="GrabAccelerator"> <arg type="s" direction="in" name="accelerator"/> \
<arg type="s" direction="in" name="accelerator"/> <arg type="u" direction="in" name="flags"/> \
<arg type="u" direction="in" name="flags"/> <arg type="u" direction="out" name="action"/> \
<arg type="u" direction="out" name="action"/> </method> \
</method> <method name="GrabAccelerators"> \
<method name="GrabAccelerators"> <arg type="a(su)" direction="in" name="accelerators"/> \
<arg type="a(su)" direction="in" name="accelerators"/> <arg type="au" direction="out" name="actions"/> \
<arg type="au" direction="out" name="actions"/> </method> \
</method> <method name="UngrabAccelerator"> \
<method name="UngrabAccelerator"> <arg type="u" direction="in" name="action"/> \
<arg type="u" direction="in" name="action"/> <arg type="b" direction="out" name="success"/> \
<arg type="b" direction="out" name="success"/> </method> \
</method> <signal name="AcceleratorActivated"> \
<signal name="AcceleratorActivated"> <arg name="action" type="u" /> \
<arg name="action" type="u" /> <arg name="parameters" type="a{sv}" /> \
<arg name="parameters" type="a{sv}" /> </signal> \
</signal> <property name="Mode" type="s" access="read" /> \
<property name="Mode" type="s" access="read" /> <property name="OverviewActive" type="b" access="readwrite" /> \
<property name="OverviewActive" type="b" access="readwrite" /> <property name="ShellVersion" type="s" access="read" /> \
<property name="ShellVersion" type="s" access="read" /> </interface> \
</interface> </node>';
</node>`;
const ScreenSaverIface = ` const ScreenSaverIface = '<node> \
<node> <interface name="org.gnome.ScreenSaver"> \
<interface name="org.gnome.ScreenSaver"> <method name="Lock"> \
<method name="Lock"> </method> \
</method> <method name="GetActive"> \
<method name="GetActive"> <arg name="active" direction="out" type="b" /> \
<arg name="active" direction="out" type="b" /> </method> \
</method> <method name="SetActive"> \
<method name="SetActive"> <arg name="value" direction="in" type="b" /> \
<arg name="value" direction="in" type="b" /> </method> \
</method> <method name="GetActiveTime"> \
<method name="GetActiveTime"> <arg name="value" direction="out" type="u" /> \
<arg name="value" direction="out" type="u" /> </method> \
</method> <signal name="ActiveChanged"> \
<signal name="ActiveChanged"> <arg name="new_value" type="b" /> \
<arg name="new_value" type="b" /> </signal> \
</signal> <signal name="WakeUpScreen" /> \
<signal name="WakeUpScreen" /> </interface> \
</interface> </node>';
</node>`;
var GnomeShell = new Lang.Class({ var GnomeShell = new Lang.Class({
Name: 'GnomeShellDBus', Name: 'GnomeShellDBus',
@@ -295,44 +293,43 @@ var GnomeShell = new Lang.Class({
ShellVersion: Config.PACKAGE_VERSION ShellVersion: Config.PACKAGE_VERSION
}); });
const GnomeShellExtensionsIface = ` const GnomeShellExtensionsIface = '<node> \
<node> <interface name="org.gnome.Shell.Extensions"> \
<interface name="org.gnome.Shell.Extensions"> <method name="ListExtensions"> \
<method name="ListExtensions"> <arg type="a{sa{sv}}" direction="out" name="extensions" /> \
<arg type="a{sa{sv}}" direction="out" name="extensions" /> </method> \
</method> <method name="GetExtensionInfo"> \
<method name="GetExtensionInfo"> <arg type="s" direction="in" name="extension" /> \
<arg type="s" direction="in" name="extension" /> <arg type="a{sv}" direction="out" name="info" /> \
<arg type="a{sv}" direction="out" name="info" /> </method> \
</method> <method name="GetExtensionErrors"> \
<method name="GetExtensionErrors"> <arg type="s" direction="in" name="extension" /> \
<arg type="s" direction="in" name="extension" /> <arg type="as" direction="out" name="errors" /> \
<arg type="as" direction="out" name="errors" /> </method> \
</method> <signal name="ExtensionStatusChanged"> \
<signal name="ExtensionStatusChanged"> <arg type="s" name="uuid"/> \
<arg type="s" name="uuid"/> <arg type="i" name="state"/> \
<arg type="i" name="state"/> <arg type="s" name="error"/> \
<arg type="s" name="error"/> </signal> \
</signal> <method name="InstallRemoteExtension"> \
<method name="InstallRemoteExtension"> <arg type="s" direction="in" name="uuid"/> \
<arg type="s" direction="in" name="uuid"/> <arg type="s" direction="out" name="result"/> \
<arg type="s" direction="out" name="result"/> </method> \
</method> <method name="UninstallExtension"> \
<method name="UninstallExtension"> <arg type="s" direction="in" name="uuid"/> \
<arg type="s" direction="in" name="uuid"/> <arg type="b" direction="out" name="success"/> \
<arg type="b" direction="out" name="success"/> </method> \
</method> <method name="LaunchExtensionPrefs"> \
<method name="LaunchExtensionPrefs"> <arg type="s" direction="in" name="uuid"/> \
<arg type="s" direction="in" name="uuid"/> </method> \
</method> <method name="ReloadExtension"> \
<method name="ReloadExtension"> <arg type="s" direction="in" name="uuid"/> \
<arg type="s" direction="in" name="uuid"/> </method> \
</method> <method name="CheckForUpdates"> \
<method name="CheckForUpdates"> </method> \
</method> <property name="ShellVersion" type="s" access="read" /> \
<property name="ShellVersion" type="s" access="read" /> </interface> \
</interface> </node>';
</node>`;
var GnomeShellExtensions = new Lang.Class({ var GnomeShellExtensions = new Lang.Class({
Name: 'GnomeShellExtensionsDBus', Name: 'GnomeShellExtensionsDBus',

View File

@@ -436,39 +436,38 @@ var ShellProcessesDialog = new Lang.Class({
}); });
Signals.addSignalMethods(ShellProcessesDialog.prototype); Signals.addSignalMethods(ShellProcessesDialog.prototype);
const GnomeShellMountOpIface = ` const GnomeShellMountOpIface = '<node> \
<node> <interface name="org.Gtk.MountOperationHandler"> \
<interface name="org.Gtk.MountOperationHandler"> <method name="AskPassword"> \
<method name="AskPassword"> <arg type="s" direction="in" name="object_id"/> \
<arg type="s" direction="in" name="object_id"/> <arg type="s" direction="in" name="message"/> \
<arg type="s" direction="in" name="message"/> <arg type="s" direction="in" name="icon_name"/> \
<arg type="s" direction="in" name="icon_name"/> <arg type="s" direction="in" name="default_user"/> \
<arg type="s" direction="in" name="default_user"/> <arg type="s" direction="in" name="default_domain"/> \
<arg type="s" direction="in" name="default_domain"/> <arg type="u" direction="in" name="flags"/> \
<arg type="u" direction="in" name="flags"/> <arg type="u" direction="out" name="response"/> \
<arg type="u" direction="out" name="response"/> <arg type="a{sv}" direction="out" name="response_details"/> \
<arg type="a{sv}" direction="out" name="response_details"/> </method> \
</method> <method name="AskQuestion"> \
<method name="AskQuestion"> <arg type="s" direction="in" name="object_id"/> \
<arg type="s" direction="in" name="object_id"/> <arg type="s" direction="in" name="message"/> \
<arg type="s" direction="in" name="message"/> <arg type="s" direction="in" name="icon_name"/> \
<arg type="s" direction="in" name="icon_name"/> <arg type="as" direction="in" name="choices"/> \
<arg type="as" direction="in" name="choices"/> <arg type="u" direction="out" name="response"/> \
<arg type="u" direction="out" name="response"/> <arg type="a{sv}" direction="out" name="response_details"/> \
<arg type="a{sv}" direction="out" name="response_details"/> </method> \
</method> <method name="ShowProcesses"> \
<method name="ShowProcesses"> <arg type="s" direction="in" name="object_id"/> \
<arg type="s" direction="in" name="object_id"/> <arg type="s" direction="in" name="message"/> \
<arg type="s" direction="in" name="message"/> <arg type="s" direction="in" name="icon_name"/> \
<arg type="s" direction="in" name="icon_name"/> <arg type="ai" direction="in" name="application_pids"/> \
<arg type="ai" direction="in" name="application_pids"/> <arg type="as" direction="in" name="choices"/> \
<arg type="as" direction="in" name="choices"/> <arg type="u" direction="out" name="response"/> \
<arg type="u" direction="out" name="response"/> <arg type="a{sv}" direction="out" name="response_details"/> \
<arg type="a{sv}" direction="out" name="response_details"/> </method> \
</method> <method name="Close"/> \
<method name="Close"/> </interface> \
</interface> </node>';
</node>`;
var ShellMountOperationType = { var ShellMountOperationType = {
NONE: 0, NONE: 0,

View File

@@ -11,14 +11,13 @@ const PopupMenu = imports.ui.popupMenu;
const BUS_NAME = 'org.gnome.SettingsDaemon.Rfkill'; const BUS_NAME = 'org.gnome.SettingsDaemon.Rfkill';
const OBJECT_PATH = '/org/gnome/SettingsDaemon/Rfkill'; const OBJECT_PATH = '/org/gnome/SettingsDaemon/Rfkill';
const RfkillManagerInterface = ` const RfkillManagerInterface = '<node> \
<node> <interface name="org.gnome.SettingsDaemon.Rfkill"> \
<interface name="org.gnome.SettingsDaemon.Rfkill"> <property name="BluetoothAirplaneMode" type="b" access="readwrite" /> \
<property name="BluetoothAirplaneMode" type="b" access="readwrite" /> <property name="BluetoothHasAirplaneMode" type="b" access="read" /> \
<property name="BluetoothHasAirplaneMode" type="b" access="read" /> <property name="BluetoothHardwareAirplaneMode" type="b" access="readwrite" /> \
<property name="BluetoothHardwareAirplaneMode" type="b" access="readwrite" /> </interface> \
</interface> </node>';
</node>`;
const RfkillManagerProxy = Gio.DBusProxy.makeProxyWrapper(RfkillManagerInterface); const RfkillManagerProxy = Gio.DBusProxy.makeProxyWrapper(RfkillManagerInterface);

View File

@@ -11,12 +11,11 @@ const Slider = imports.ui.slider;
const BUS_NAME = 'org.gnome.SettingsDaemon.Power'; const BUS_NAME = 'org.gnome.SettingsDaemon.Power';
const OBJECT_PATH = '/org/gnome/SettingsDaemon/Power'; const OBJECT_PATH = '/org/gnome/SettingsDaemon/Power';
const BrightnessInterface = ` const BrightnessInterface = '<node> \
<node> <interface name="org.gnome.SettingsDaemon.Power.Screen"> \
<interface name="org.gnome.SettingsDaemon.Power.Screen"> <property name="Brightness" type="i" access="readwrite"/> \
<property name="Brightness" type="i" access="readwrite"/> </interface> \
</interface> </node>';
</node>`;
const BrightnessProxy = Gio.DBusProxy.makeProxyWrapper(BrightnessInterface); const BrightnessProxy = Gio.DBusProxy.makeProxyWrapper(BrightnessInterface);

View File

@@ -40,31 +40,29 @@ function accuracyLevelToString(accuracyLevel) {
return 'NONE'; return 'NONE';
} }
var GeoclueIface = ` var GeoclueIface = '<node> \
<node> <interface name="org.freedesktop.GeoClue2.Manager"> \
<interface name="org.freedesktop.GeoClue2.Manager"> <property name="InUse" type="b" access="read"/> \
<property name="InUse" type="b" access="read"/> <property name="AvailableAccuracyLevel" type="u" access="read"/> \
<property name="AvailableAccuracyLevel" type="u" access="read"/> <method name="AddAgent"> \
<method name="AddAgent"> <arg name="id" type="s" direction="in"/> \
<arg name="id" type="s" direction="in"/> </method> \
</method> </interface> \
</interface> </node>';
</node>`;
const GeoclueManager = Gio.DBusProxy.makeProxyWrapper(GeoclueIface); const GeoclueManager = Gio.DBusProxy.makeProxyWrapper(GeoclueIface);
var AgentIface = ` var AgentIface = '<node> \
<node> <interface name="org.freedesktop.GeoClue2.Agent"> \
<interface name="org.freedesktop.GeoClue2.Agent"> <property name="MaxAccuracyLevel" type="u" access="read"/> \
<property name="MaxAccuracyLevel" type="u" access="read"/> <method name="AuthorizeApp"> \
<method name="AuthorizeApp"> <arg name="desktop_id" type="s" direction="in"/> \
<arg name="desktop_id" type="s" direction="in"/> <arg name="req_accuracy_level" type="u" direction="in"/> \
<arg name="req_accuracy_level" type="u" direction="in"/> <arg name="authorized" type="b" direction="out"/> \
<arg name="authorized" type="b" direction="out"/> <arg name="allowed_accuracy_level" type="u" direction="out"/> \
<arg name="allowed_accuracy_level" type="u" direction="out"/> </method> \
</method> </interface> \
</interface> </node>';
</node>`;
var Indicator = new Lang.Class({ var Indicator = new Lang.Class({
Name: 'LocationIndicator', Name: 'LocationIndicator',

View File

@@ -51,26 +51,25 @@ var PortalHelperResult = {
RECHECK: 2 RECHECK: 2
}; };
const PortalHelperIface = ` const PortalHelperIface = '<node> \
<node> <interface name="org.gnome.Shell.PortalHelper"> \
<interface name="org.gnome.Shell.PortalHelper"> <method name="Authenticate"> \
<method name="Authenticate"> <arg type="o" direction="in" name="connection" /> \
<arg type="o" direction="in" name="connection" /> <arg type="s" direction="in" name="url" /> \
<arg type="s" direction="in" name="url" /> <arg type="u" direction="in" name="timestamp" /> \
<arg type="u" direction="in" name="timestamp" /> </method> \
</method> <method name="Close"> \
<method name="Close"> <arg type="o" direction="in" name="connection" /> \
<arg type="o" direction="in" name="connection" /> </method> \
</method> <method name="Refresh"> \
<method name="Refresh"> <arg type="o" direction="in" name="connection" /> \
<arg type="o" direction="in" name="connection" /> </method> \
</method> <signal name="Done"> \
<signal name="Done"> <arg type="o" name="connection" /> \
<arg type="o" name="connection" /> <arg type="u" name="result" /> \
<arg type="u" name="result" /> </signal> \
</signal> </interface> \
</interface> </node>';
</node>`;
const PortalHelperProxy = Gio.DBusProxy.makeProxyWrapper(PortalHelperIface); const PortalHelperProxy = Gio.DBusProxy.makeProxyWrapper(PortalHelperIface);
function signalToIcon(value) { function signalToIcon(value) {

View File

@@ -10,13 +10,12 @@ const PopupMenu = imports.ui.popupMenu;
const BUS_NAME = 'org.gnome.SettingsDaemon.Color'; const BUS_NAME = 'org.gnome.SettingsDaemon.Color';
const OBJECT_PATH = '/org/gnome/SettingsDaemon/Color'; const OBJECT_PATH = '/org/gnome/SettingsDaemon/Color';
const ColorInterface = ` const ColorInterface = '<node> \
<node> <interface name="org.gnome.SettingsDaemon.Color"> \
<interface name="org.gnome.SettingsDaemon.Color"> <property name="DisabledUntilTomorrow" type="b" access="readwrite"/> \
<property name="DisabledUntilTomorrow" type="b" access="readwrite"/> <property name="NightLightActive" type="b" access="read"/> \
<property name="NightLightActive" type="b" access="read"/> </interface> \
</interface> </node>';
</node>`;
const ColorProxy = Gio.DBusProxy.makeProxyWrapper(ColorInterface); const ColorProxy = Gio.DBusProxy.makeProxyWrapper(ColorInterface);

View File

@@ -13,18 +13,17 @@ const PopupMenu = imports.ui.popupMenu;
const BUS_NAME = 'org.freedesktop.UPower'; const BUS_NAME = 'org.freedesktop.UPower';
const OBJECT_PATH = '/org/freedesktop/UPower/devices/DisplayDevice'; const OBJECT_PATH = '/org/freedesktop/UPower/devices/DisplayDevice';
const DisplayDeviceInterface = ` const DisplayDeviceInterface = '<node> \
<node> <interface name="org.freedesktop.UPower.Device"> \
<interface name="org.freedesktop.UPower.Device"> <property name="Type" type="u" access="read"/> \
<property name="Type" type="u" access="read"/> <property name="State" type="u" access="read"/> \
<property name="State" type="u" access="read"/> <property name="Percentage" type="d" access="read"/> \
<property name="Percentage" type="d" access="read"/> <property name="TimeToEmpty" type="x" access="read"/> \
<property name="TimeToEmpty" type="x" access="read"/> <property name="TimeToFull" type="x" access="read"/> \
<property name="TimeToFull" type="x" access="read"/> <property name="IsPresent" type="b" access="read"/> \
<property name="IsPresent" type="b" access="read"/> <property name="IconName" type="s" access="read"/> \
<property name="IconName" type="s" access="read"/> </interface> \
</interface> </node>';
</node>`;
const PowerManagerProxy = Gio.DBusProxy.makeProxyWrapper(DisplayDeviceInterface); const PowerManagerProxy = Gio.DBusProxy.makeProxyWrapper(DisplayDeviceInterface);

View File

@@ -11,14 +11,13 @@ const PopupMenu = imports.ui.popupMenu;
const BUS_NAME = 'org.gnome.SettingsDaemon.Rfkill'; const BUS_NAME = 'org.gnome.SettingsDaemon.Rfkill';
const OBJECT_PATH = '/org/gnome/SettingsDaemon/Rfkill'; const OBJECT_PATH = '/org/gnome/SettingsDaemon/Rfkill';
const RfkillManagerInterface = ` const RfkillManagerInterface = '<node> \
<node> <interface name="org.gnome.SettingsDaemon.Rfkill"> \
<interface name="org.gnome.SettingsDaemon.Rfkill"> <property name="AirplaneMode" type="b" access="readwrite" /> \
<property name="AirplaneMode" type="b" access="readwrite" /> <property name="HardwareAirplaneMode" type="b" access="read" /> \
<property name="HardwareAirplaneMode" type="b" access="read" /> <property name="ShouldShowAirplaneMode" type="b" access="read" /> \
<property name="ShouldShowAirplaneMode" type="b" access="read" /> </interface> \
</interface> </node>';
</node>`;
const RfkillManagerProxy = Gio.DBusProxy.makeProxyWrapper(RfkillManagerInterface); const RfkillManagerProxy = Gio.DBusProxy.makeProxyWrapper(RfkillManagerInterface);

View File

@@ -14,42 +14,40 @@ const PanelMenu = imports.ui.panelMenu;
/* Keep in sync with data/org.freedesktop.bolt.xml */ /* Keep in sync with data/org.freedesktop.bolt.xml */
const BoltClientInterface = ` const BoltClientInterface = '<node> \
<node> <interface name="org.freedesktop.bolt1.Manager"> \
<interface name="org.freedesktop.bolt1.Manager"> <property name="Probing" type="b" access="read"></property> \
<property name="Probing" type="b" access="read"></property> <property name="AuthMode" type="s" access="readwrite"></property> \
<property name="AuthMode" type="s" access="readwrite"></property> <method name="EnrollDevice"> \
<method name="EnrollDevice"> <arg type="s" name="uid" direction="in"> </arg> \
<arg type="s" name="uid" direction="in"> </arg> <arg type="s" name="policy" direction="in"> </arg> \
<arg type="s" name="policy" direction="in"> </arg> <arg type="s" name="flags" direction="in"> </arg> \
<arg type="s" name="flags" direction="in"> </arg> <arg name="device" direction="out" type="o"> </arg> \
<arg name="device" direction="out" type="o"> </arg> </method> \
</method> <signal name="DeviceAdded"> \
<signal name="DeviceAdded"> <arg name="device" type="o"> </arg> \
<arg name="device" type="o"> </arg> </signal> \
</signal> </interface> \
</interface> </node>';
</node>`;
const BoltDeviceInterface = ` const BoltDeviceInterface = '<node> \
<node> <interface name="org.freedesktop.bolt1.Device"> \
<interface name="org.freedesktop.bolt1.Device"> <property name="Uid" type="s" access="read"></property> \
<property name="Uid" type="s" access="read"></property> <property name="Name" type="s" access="read"></property> \
<property name="Name" type="s" access="read"></property> <property name="Vendor" type="s" access="read"></property> \
<property name="Vendor" type="s" access="read"></property> <property name="Type" type="s" access="read"></property> \
<property name="Type" type="s" access="read"></property> <property name="Status" type="s" access="read"></property> \
<property name="Status" type="s" access="read"></property> <property name="Parent" type="s" access="read"></property> \
<property name="Parent" type="s" access="read"></property> <property name="SysfsPath" type="s" access="read"></property> \
<property name="SysfsPath" type="s" access="read"></property> <property name="Stored" type="b" access="read"></property> \
<property name="Stored" type="b" access="read"></property> <property name="Policy" type="s" access="read"></property> \
<property name="Policy" type="s" access="read"></property> <property name="Key" type="s" access="read"></property> \
<property name="Key" type="s" access="read"></property> <property name="Label" type="s" access="read"></property> \
<property name="Label" type="s" access="read"></property> <property name="ConnectTime" type="t" access="read"></property> \
<property name="ConnectTime" type="t" access="read"></property> <property name="AuthorizeTime" type="t" access="read"></property> \
<property name="AuthorizeTime" type="t" access="read"></property> <property name="StoreTime" type="t" access="read"></property> \
<property name="StoreTime" type="t" access="read"></property> </interface> \
</interface> </node>';
</node>`;
const BoltDeviceProxy = Gio.DBusProxy.makeProxyWrapper(BoltDeviceInterface); const BoltDeviceProxy = Gio.DBusProxy.makeProxyWrapper(BoltDeviceInterface);

View File

@@ -230,14 +230,14 @@ var ViewSelector = new Lang.Class({
Main.wm.addKeybinding('toggle-application-view', Main.wm.addKeybinding('toggle-application-view',
new Gio.Settings({ schema_id: SHELL_KEYBINDINGS_SCHEMA }), new Gio.Settings({ schema_id: SHELL_KEYBINDINGS_SCHEMA }),
Meta.KeyBindingFlags.IGNORE_AUTOREPEAT, Meta.KeyBindingFlags.NONE,
Shell.ActionMode.NORMAL | Shell.ActionMode.NORMAL |
Shell.ActionMode.OVERVIEW, Shell.ActionMode.OVERVIEW,
this._toggleAppsPage.bind(this)); this._toggleAppsPage.bind(this));
Main.wm.addKeybinding('toggle-overview', Main.wm.addKeybinding('toggle-overview',
new Gio.Settings({ schema_id: SHELL_KEYBINDINGS_SCHEMA }), new Gio.Settings({ schema_id: SHELL_KEYBINDINGS_SCHEMA }),
Meta.KeyBindingFlags.IGNORE_AUTOREPEAT, Meta.KeyBindingFlags.NONE,
Shell.ActionMode.NORMAL | Shell.ActionMode.NORMAL |
Shell.ActionMode.OVERVIEW, Shell.ActionMode.OVERVIEW,
Main.overview.toggle.bind(Main.overview)); Main.overview.toggle.bind(Main.overview));

View File

@@ -42,20 +42,19 @@ var ONE_SECOND = 1000; // in ms
const GSD_WACOM_BUS_NAME = 'org.gnome.SettingsDaemon.Wacom'; const GSD_WACOM_BUS_NAME = 'org.gnome.SettingsDaemon.Wacom';
const GSD_WACOM_OBJECT_PATH = '/org/gnome/SettingsDaemon/Wacom'; const GSD_WACOM_OBJECT_PATH = '/org/gnome/SettingsDaemon/Wacom';
const GsdWacomIface = ` const GsdWacomIface = '<node name="/org/gnome/SettingsDaemon/Wacom"> \
<node name="/org/gnome/SettingsDaemon/Wacom"> <interface name="org.gnome.SettingsDaemon.Wacom"> \
<interface name="org.gnome.SettingsDaemon.Wacom"> <method name="SetGroupModeLED"> \
<method name="SetGroupModeLED"> <arg name="device_path" direction="in" type="s"/> \
<arg name="device_path" direction="in" type="s"/> <arg name="group" direction="in" type="u"/> \
<arg name="group" direction="in" type="u"/> <arg name="mode" direction="in" type="u"/> \
<arg name="mode" direction="in" type="u"/> </method> \
</method> <method name="SetOLEDLabels"> \
<method name="SetOLEDLabels"> <arg name="device_path" direction="in" type="s"/> \
<arg name="device_path" direction="in" type="s"/> <arg name="labels" direction="in" type="as"/> \
<arg name="labels" direction="in" type="as"/> </method> \
</method> </interface> \
</interface> </node>';
</node>`;
const GsdWacomProxy = Gio.DBusProxy.makeProxyWrapper(GsdWacomIface); const GsdWacomProxy = Gio.DBusProxy.makeProxyWrapper(GsdWacomIface);
@@ -949,14 +948,14 @@ var WindowManager = new Lang.Class({
this.addKeybinding('open-application-menu', this.addKeybinding('open-application-menu',
new Gio.Settings({ schema_id: SHELL_KEYBINDINGS_SCHEMA }), new Gio.Settings({ schema_id: SHELL_KEYBINDINGS_SCHEMA }),
Meta.KeyBindingFlags.IGNORE_AUTOREPEAT, Meta.KeyBindingFlags.NONE,
Shell.ActionMode.NORMAL | Shell.ActionMode.NORMAL |
Shell.ActionMode.POPUP, Shell.ActionMode.POPUP,
this._toggleAppMenu.bind(this)); this._toggleAppMenu.bind(this));
this.addKeybinding('toggle-message-tray', this.addKeybinding('toggle-message-tray',
new Gio.Settings({ schema_id: SHELL_KEYBINDINGS_SCHEMA }), new Gio.Settings({ schema_id: SHELL_KEYBINDINGS_SCHEMA }),
Meta.KeyBindingFlags.IGNORE_AUTOREPEAT, Meta.KeyBindingFlags.NONE,
Shell.ActionMode.NORMAL | Shell.ActionMode.NORMAL |
Shell.ActionMode.OVERVIEW | Shell.ActionMode.OVERVIEW |
Shell.ActionMode.POPUP, Shell.ActionMode.POPUP,

View File

@@ -110,6 +110,7 @@ var WindowClone = new Lang.Class({
this.metaWindow = realWindow.meta_window; this.metaWindow = realWindow.meta_window;
this.metaWindow._delegate = this; this.metaWindow._delegate = this;
this._workspace = workspace; this._workspace = workspace;
this._attachedDialogs = [];
this._windowClone = new Clutter.Clone({ source: realWindow }); this._windowClone = new Clutter.Clone({ source: realWindow });
// We expect this.actor to be used for all interaction rather than // We expect this.actor to be used for all interaction rather than
@@ -208,6 +209,12 @@ var WindowClone = new Lang.Class({
}, },
addDialog(win) { addDialog(win) {
let realWin = win.get_compositor_private();
if (this._attachedDialogs.includes(realWin))
return;
this._attachedDialogs.push(realWin);
let parent = win.get_transient_for(); let parent = win.get_transient_for();
while (parent.is_attached_dialog()) while (parent.is_attached_dialog())
parent = parent.get_transient_for(); parent = parent.get_transient_for();
@@ -225,7 +232,7 @@ var WindowClone = new Lang.Class({
}, },
hasAttachedDialogs() { hasAttachedDialogs() {
return this.actor.get_n_children() > 1; return this._attachedDialogs.length > 1;
}, },
_doAddAttachedDialog(metaWin, realWin) { _doAddAttachedDialog(metaWin, realWin) {
@@ -235,6 +242,9 @@ var WindowClone = new Lang.Class({
clone._posChangedId = metaWin.connect('position-changed', clone._posChangedId = metaWin.connect('position-changed',
this._onMetaWindowSizeChanged.bind(this)); this._onMetaWindowSizeChanged.bind(this));
clone._destroyId = realWin.connect('destroy', () => { clone._destroyId = realWin.connect('destroy', () => {
let idx = this._attachedDialogs.indexOf(realWin);
this._attachedDialogs.splice(idx, 1);
clone.destroy(); clone.destroy();
this._onMetaWindowSizeChanged(); this._onMetaWindowSizeChanged();

View File

@@ -151,7 +151,7 @@ var WindowClone = new Lang.Class({
_doAddAttachedDialog(metaDialog, realDialog) { _doAddAttachedDialog(metaDialog, realDialog) {
let clone = new Clutter.Clone({ source: realDialog }); let clone = new Clutter.Clone({ source: realDialog });
this._updateDialogPosition(realDialog, clone); this._updateDialogPosition(metaDialog, clone);
clone._updateId = realDialog.connect('notify::position', dialog => { clone._updateId = realDialog.connect('notify::position', dialog => {
this._updateDialogPosition(dialog, clone); this._updateDialogPosition(dialog, clone);
@@ -162,8 +162,7 @@ var WindowClone = new Lang.Class({
this.actor.add_child(clone); this.actor.add_child(clone);
}, },
_updateDialogPosition(realDialog, cloneDialog) { _updateDialogPosition(metaDialog, cloneDialog) {
let metaDialog = realDialog.meta_window;
let dialogRect = metaDialog.get_frame_rect(); let dialogRect = metaDialog.get_frame_rect();
let rect = this.metaWindow.get_frame_rect(); let rect = this.metaWindow.get_frame_rect();
@@ -678,11 +677,7 @@ var ThumbnailsBox = new Lang.Class({
this._settings.connect('changed::dynamic-workspaces', this._settings.connect('changed::dynamic-workspaces',
this._updateSwitcherVisibility.bind(this)); this._updateSwitcherVisibility.bind(this));
Main.layoutManager.connect('monitors-changed', () => { Main.layoutManager.connect('monitors-changed', this._rebuildThumbnails.bind(this));
this._destroyThumbnails();
if (Main.overview.visible)
this._createThumbnails();
});
this._switchWorkspaceNotifyId = 0; this._switchWorkspaceNotifyId = 0;
this._nWorkspacesNotifyId = 0; this._nWorkspacesNotifyId = 0;
@@ -885,6 +880,10 @@ var ThumbnailsBox = new Lang.Class({
Main.overview.connect('windows-restacked', Main.overview.connect('windows-restacked',
this._syncStacking.bind(this)); this._syncStacking.bind(this));
this._workareasChangedId =
global.display.connect('workareas-changed',
this._rebuildThumbnails.bind(this));
this._targetScale = 0; this._targetScale = 0;
this._scale = 0; this._scale = 0;
this._pendingScaleUpdate = false; this._pendingScaleUpdate = false;
@@ -918,12 +917,24 @@ var ThumbnailsBox = new Lang.Class({
this._syncStackingId = 0; this._syncStackingId = 0;
} }
if (this._workareasChangedId > 0) {
global.display.disconnect(this._workareasChangedId);
this._workareasChangedId = 0;
}
for (let w = 0; w < this._thumbnails.length; w++) for (let w = 0; w < this._thumbnails.length; w++)
this._thumbnails[w].destroy(); this._thumbnails[w].destroy();
this._thumbnails = []; this._thumbnails = [];
this._porthole = null; this._porthole = null;
}, },
_rebuildThumbnails() {
this._destroyThumbnails();
if (Main.overview.visible)
this._createThumbnails();
},
_workspacesChanged() { _workspacesChanged() {
let validThumbnails = let validThumbnails =
this._thumbnails.filter(t => t.state <= ThumbnailState.NORMAL); this._thumbnails.filter(t => t.state <= ThumbnailState.NORMAL);

View File

@@ -1,6 +1,6 @@
project('gnome-shell', 'c', project('gnome-shell', 'c',
version: '3.29.92', version: '3.29.90',
meson_version: '>= 0.47.0', meson_version: '>= 0.42.0',
license: 'GPLv2+' license: 'GPLv2+'
) )
@@ -23,7 +23,7 @@ gi_req = '>= 1.49.1'
gjs_req = '>= 1.47.0' gjs_req = '>= 1.47.0'
gtk_req = '>= 3.15.0' gtk_req = '>= 3.15.0'
json_glib_req = '>= 0.13.2' json_glib_req = '>= 0.13.2'
mutter_req = '>= 3.29.92' mutter_req = '>= 3.29.90'
polkit_req = '>= 0.100' polkit_req = '>= 0.100'
schemas_req = '>= 3.27.90' schemas_req = '>= 3.27.90'
startup_req = '>= 0.11' startup_req = '>= 0.11'

230
po/ca.po
View File

@@ -10,7 +10,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: HEAD\n" "Project-Id-Version: HEAD\n"
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell/issues\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell/issues\n"
"POT-Creation-Date: 2018-08-01 18:08+0000\n" "POT-Creation-Date: 2018-04-13 19:54+0000\n"
"PO-Revision-Date: 2018-03-10 21:24+0100\n" "PO-Revision-Date: 2018-03-10 21:24+0100\n"
"Last-Translator: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>\n" "Last-Translator: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>\n"
"Language-Team: Catalan <tradgnome@softcatala.org>\n" "Language-Team: Catalan <tradgnome@softcatala.org>\n"
@@ -299,36 +299,36 @@ msgstr ""
"Si és «true» (cert), només les finestres de l'espai de treball actual es " "Si és «true» (cert), només les finestres de l'espai de treball actual es "
"mostren en el canviador. En cas contrari, es mostren totes les finestres." "mostren en el canviador. En cas contrari, es mostren totes les finestres."
#: data/org.gnome.shell.gschema.xml.in:198 #: data/org.gnome.shell.gschema.xml.in:197
msgid "Attach modal dialog to the parent window" msgid "Attach modal dialog to the parent window"
msgstr "Adjunta el diàleg modal a la finestra pare" msgstr "Adjunta el diàleg modal a la finestra pare"
#: data/org.gnome.shell.gschema.xml.in:199 #: data/org.gnome.shell.gschema.xml.in:198
#: data/org.gnome.shell.gschema.xml.in:208 #: data/org.gnome.shell.gschema.xml.in:207
#: data/org.gnome.shell.gschema.xml.in:216 #: data/org.gnome.shell.gschema.xml.in:215
#: data/org.gnome.shell.gschema.xml.in:224 #: data/org.gnome.shell.gschema.xml.in:223
#: data/org.gnome.shell.gschema.xml.in:232 #: data/org.gnome.shell.gschema.xml.in:231
msgid "" msgid ""
"This key overrides the key in org.gnome.mutter when running GNOME Shell." "This key overrides the key in org.gnome.mutter when running GNOME Shell."
msgstr "" msgstr ""
"Si s'executa el GNOME Shell, aquesta clau sobreescriu la clau «org.gnome." "Si s'executa el GNOME Shell, aquesta clau sobreescriu la clau «org.gnome."
"mutter»." "mutter»."
#: data/org.gnome.shell.gschema.xml.in:207 #: data/org.gnome.shell.gschema.xml.in:206
msgid "Enable edge tiling when dropping windows on screen edges" msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "" msgstr ""
"Habilita el mòsaic a les vores en deixar anar les finestres a les vores de " "Habilita el mòsaic a les vores en deixar anar les finestres a les vores de "
"la pantalla" "la pantalla"
#: data/org.gnome.shell.gschema.xml.in:215 #: data/org.gnome.shell.gschema.xml.in:214
msgid "Workspaces are managed dynamically" msgid "Workspaces are managed dynamically"
msgstr "Els espais de treball es gestionen dinàmicament" msgstr "Els espais de treball es gestionen dinàmicament"
#: data/org.gnome.shell.gschema.xml.in:223 #: data/org.gnome.shell.gschema.xml.in:222
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Només en el monitor principal hi ha espais de treball" msgstr "Només en el monitor principal hi ha espais de treball"
#: data/org.gnome.shell.gschema.xml.in:231 #: data/org.gnome.shell.gschema.xml.in:230
msgid "Delay focus changes in mouse mode until the pointer stops moving" msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr "" msgstr ""
"Retarda el canvi del focus, quan s'està en mode ratolí, fins que el punter " "Retarda el canvi del focus, quan s'està en mode ratolí, fins que el punter "
@@ -369,20 +369,20 @@ msgctxt "button"
msgid "Sign In" msgid "Sign In"
msgstr "Entra" msgstr "Entra"
#: js/gdm/loginDialog.js:319 #: js/gdm/loginDialog.js:315
msgid "Choose Session" msgid "Choose Session"
msgstr "Trieu la sessió" msgstr "Trieu la sessió"
#. translators: this message is shown below the user list on the #. translators: this message is shown below the user list on the
#. login screen. It can be activated to reveal an entry for #. login screen. It can be activated to reveal an entry for
#. manually entering the username. #. manually entering the username.
#: js/gdm/loginDialog.js:462 #: js/gdm/loginDialog.js:458
msgid "Not listed?" msgid "Not listed?"
msgstr "No esteu llistat?" msgstr "No esteu llistat?"
#. Translators: this message is shown below the username entry field #. Translators: this message is shown below the username entry field
#. to clue the user in on how to login to the local network realm #. to clue the user in on how to login to the local network realm
#: js/gdm/loginDialog.js:891 #: js/gdm/loginDialog.js:887
#, javascript-format #, javascript-format
msgid "(e.g., user or %s)" msgid "(e.g., user or %s)"
msgstr "(p. ex. l'usuari o %s)" msgstr "(p. ex. l'usuari o %s)"
@@ -390,12 +390,12 @@ msgstr "(p. ex. l'usuari o %s)"
#. TTLS and PEAP are actually much more complicated, but this complication #. TTLS and PEAP are actually much more complicated, but this complication
#. is not visible here since we only care about phase2 authentication #. is not visible here since we only care about phase2 authentication
#. (and don't even care of which one) #. (and don't even care of which one)
#: js/gdm/loginDialog.js:896 js/ui/components/networkAgent.js:243 #: js/gdm/loginDialog.js:892 js/ui/components/networkAgent.js:243
#: js/ui/components/networkAgent.js:261 #: js/ui/components/networkAgent.js:261
msgid "Username: " msgid "Username: "
msgstr "Nom d'usuari:" msgstr "Nom d'usuari:"
#: js/gdm/loginDialog.js:1234 #: js/gdm/loginDialog.js:1228
msgid "Login Window" msgid "Login Window"
msgstr "Finestra d'entrada" msgstr "Finestra d'entrada"
@@ -408,7 +408,7 @@ msgstr "Error d'autenticació"
#. as a cue to display our own message. #. as a cue to display our own message.
#. Translators: this message is shown below the password entry field #. Translators: this message is shown below the password entry field
#. to indicate the user can swipe their finger instead #. to indicate the user can swipe their finger instead
#: js/gdm/util.js:485 #: js/gdm/util.js:482
msgid "(or swipe finger)" msgid "(or swipe finger)"
msgstr "(o passeu el dit)" msgstr "(o passeu el dit)"
@@ -649,23 +649,23 @@ msgstr "Freqüent"
msgid "All" msgid "All"
msgstr "Totes" msgstr "Totes"
#: js/ui/appDisplay.js:1890 #: js/ui/appDisplay.js:1886
msgid "New Window" msgid "New Window"
msgstr "Finestra nova" msgstr "Finestra nova"
#: js/ui/appDisplay.js:1904 #: js/ui/appDisplay.js:1900
msgid "Launch using Dedicated Graphics Card" msgid "Launch using Dedicated Graphics Card"
msgstr "Inicia usant una targeta gràfica dedicada" msgstr "Inicia usant una targeta gràfica dedicada"
#: js/ui/appDisplay.js:1931 js/ui/dash.js:285 #: js/ui/appDisplay.js:1927 js/ui/dash.js:285
msgid "Remove from Favorites" msgid "Remove from Favorites"
msgstr "Suprimeix dels preferits" msgstr "Suprimeix dels preferits"
#: js/ui/appDisplay.js:1937 #: js/ui/appDisplay.js:1933
msgid "Add to Favorites" msgid "Add to Favorites"
msgstr "Afegeix als preferits" msgstr "Afegeix als preferits"
#: js/ui/appDisplay.js:1947 #: js/ui/appDisplay.js:1943
msgid "Show Details" msgid "Show Details"
msgstr "Mostra els detalls" msgstr "Mostra els detalls"
@@ -695,7 +695,7 @@ msgstr "Auriculars"
msgid "Headset" msgid "Headset"
msgstr "Auriculars amb micròfon" msgstr "Auriculars amb micròfon"
#: js/ui/audioDeviceSelection.js:82 js/ui/status/volume.js:255 #: js/ui/audioDeviceSelection.js:82 js/ui/status/volume.js:221
msgid "Microphone" msgid "Microphone"
msgstr "Micròfon" msgstr "Micròfon"
@@ -707,7 +707,7 @@ msgstr "Canvia el fons de l'escriptori…"
msgid "Display Settings" msgid "Display Settings"
msgstr "Paràmetres de la pantalla" msgstr "Paràmetres de la pantalla"
#: js/ui/backgroundMenu.js:22 #: js/ui/backgroundMenu.js:22 js/ui/status/system.js:264
msgid "Settings" msgid "Settings"
msgstr "Paràmetres" msgstr "Paràmetres"
@@ -812,35 +812,35 @@ msgctxt "event list time"
msgid "All Day" msgid "All Day"
msgstr "Tot el dia" msgstr "Tot el dia"
#: js/ui/calendar.js:866 #: js/ui/calendar.js:864
msgctxt "calendar heading" msgctxt "calendar heading"
msgid "%A, %B %d" msgid "%A, %B %d"
msgstr "%A %-d %B" msgstr "%A %-d %B"
#: js/ui/calendar.js:870 #: js/ui/calendar.js:868
msgctxt "calendar heading" msgctxt "calendar heading"
msgid "%A, %B %d, %Y" msgid "%A, %B %d, %Y"
msgstr "%A %d %B de %Y" msgstr "%A %d %B de %Y"
#: js/ui/calendar.js:1100 #: js/ui/calendar.js:1086
msgid "No Notifications" msgid "No Notifications"
msgstr "Cap notificació" msgstr "Cap notificació"
#: js/ui/calendar.js:1103 #: js/ui/calendar.js:1089
msgid "No Events" msgid "No Events"
msgstr "Cap cita" msgstr "Cap cita"
#: js/ui/calendar.js:1131 #: js/ui/calendar.js:1117
msgid "Clear All" msgid "Clear All"
msgstr "Neteja-ho tot" msgstr "Neteja-ho tot"
#. Translators: %s is an application name #. Translators: %s is an application name
#: js/ui/closeDialog.js:47 #: js/ui/closeDialog.js:44
#, javascript-format #, javascript-format
msgid "“%s” is not responding." msgid "“%s” is not responding."
msgstr "«%s» no està responent." msgstr "«%s» no està responent."
#: js/ui/closeDialog.js:48 #: js/ui/closeDialog.js:45
msgid "" msgid ""
"You may choose to wait a short while for it to continue or force the " "You may choose to wait a short while for it to continue or force the "
"application to quit entirely." "application to quit entirely."
@@ -848,11 +848,11 @@ msgstr ""
"Podeu esperar un moment perquè continuï o podeu forçar-ne la sortida " "Podeu esperar un moment perquè continuï o podeu forçar-ne la sortida "
"completa." "completa."
#: js/ui/closeDialog.js:64 #: js/ui/closeDialog.js:61
msgid "Force Quit" msgid "Force Quit"
msgstr "Força la sortida" msgstr "Força la sortida"
#: js/ui/closeDialog.js:67 #: js/ui/closeDialog.js:64
msgid "Wait" msgid "Wait"
msgstr "Espera" msgstr "Espera"
@@ -869,7 +869,7 @@ msgstr "S'ha desconnectat un dispositiu extern"
msgid "Open with %s" msgid "Open with %s"
msgstr "Obre amb %s" msgstr "Obre amb %s"
#: js/ui/components/keyring.js:107 js/ui/components/polkitAgent.js:297 #: js/ui/components/keyring.js:107 js/ui/components/polkitAgent.js:295
msgid "Password:" msgid "Password:"
msgstr "Contrasenya:" msgstr "Contrasenya:"
@@ -906,11 +906,11 @@ msgstr "Contrasenya de la clau privada:"
msgid "Service: " msgid "Service: "
msgstr "Servei:" msgstr "Servei:"
#: js/ui/components/networkAgent.js:292 js/ui/components/networkAgent.js:664 #: js/ui/components/networkAgent.js:292 js/ui/components/networkAgent.js:659
msgid "Authentication required by wireless network" msgid "Authentication required by wireless network"
msgstr "La xarxa sense fil requereix autenticació" msgstr "La xarxa sense fil requereix autenticació"
#: js/ui/components/networkAgent.js:293 js/ui/components/networkAgent.js:665 #: js/ui/components/networkAgent.js:293 js/ui/components/networkAgent.js:660
#, javascript-format #, javascript-format
msgid "" msgid ""
"Passwords or encryption keys are required to access the wireless network " "Passwords or encryption keys are required to access the wireless network "
@@ -919,7 +919,7 @@ msgstr ""
"Per accedir a la xarxa sense fil «%s» calen les contrasenyes o les claus " "Per accedir a la xarxa sense fil «%s» calen les contrasenyes o les claus "
"d'encriptació." "d'encriptació."
#: js/ui/components/networkAgent.js:297 js/ui/components/networkAgent.js:668 #: js/ui/components/networkAgent.js:297 js/ui/components/networkAgent.js:663
msgid "Wired 802.1X authentication" msgid "Wired 802.1X authentication"
msgstr "Autenticació 802.1X amb fil" msgstr "Autenticació 802.1X amb fil"
@@ -927,15 +927,15 @@ msgstr "Autenticació 802.1X amb fil"
msgid "Network name: " msgid "Network name: "
msgstr "Nom de la xarxa: " msgstr "Nom de la xarxa: "
#: js/ui/components/networkAgent.js:304 js/ui/components/networkAgent.js:672 #: js/ui/components/networkAgent.js:304 js/ui/components/networkAgent.js:667
msgid "DSL authentication" msgid "DSL authentication"
msgstr "Autenticació DSL" msgstr "Autenticació DSL"
#: js/ui/components/networkAgent.js:311 js/ui/components/networkAgent.js:678 #: js/ui/components/networkAgent.js:311 js/ui/components/networkAgent.js:673
msgid "PIN code required" msgid "PIN code required"
msgstr "Cal que introduïu el codi PIN" msgstr "Cal que introduïu el codi PIN"
#: js/ui/components/networkAgent.js:312 js/ui/components/networkAgent.js:679 #: js/ui/components/networkAgent.js:312 js/ui/components/networkAgent.js:674
msgid "PIN code is needed for the mobile broadband device" msgid "PIN code is needed for the mobile broadband device"
msgstr "Cal que introduïu el codi PIN del dispositiu de banda ampla mòbil" msgstr "Cal que introduïu el codi PIN del dispositiu de banda ampla mòbil"
@@ -943,17 +943,17 @@ msgstr "Cal que introduïu el codi PIN del dispositiu de banda ampla mòbil"
msgid "PIN: " msgid "PIN: "
msgstr "PIN: " msgstr "PIN: "
#: js/ui/components/networkAgent.js:320 js/ui/components/networkAgent.js:685 #: js/ui/components/networkAgent.js:320 js/ui/components/networkAgent.js:680
msgid "Mobile broadband network password" msgid "Mobile broadband network password"
msgstr "Contrasenya de la xarxa de banda ampla mòbil" msgstr "Contrasenya de la xarxa de banda ampla mòbil"
#: js/ui/components/networkAgent.js:321 js/ui/components/networkAgent.js:669 #: js/ui/components/networkAgent.js:321 js/ui/components/networkAgent.js:664
#: js/ui/components/networkAgent.js:673 js/ui/components/networkAgent.js:686 #: js/ui/components/networkAgent.js:668 js/ui/components/networkAgent.js:681
#, javascript-format #, javascript-format
msgid "A password is required to connect to “%s”." msgid "A password is required to connect to “%s”."
msgstr "Cal introduir una contrasenya per connectar-vos a «%s»." msgstr "Cal introduir una contrasenya per connectar-vos a «%s»."
#: js/ui/components/networkAgent.js:653 js/ui/status/network.js:1704 #: js/ui/components/networkAgent.js:648 js/ui/status/network.js:1691
msgid "Network Manager" msgid "Network Manager"
msgstr "Gestor de connexions de xarxa" msgstr "Gestor de connexions de xarxa"
@@ -973,7 +973,7 @@ msgstr "Autentica"
#. * requested authentication was not gained; this can happen #. * requested authentication was not gained; this can happen
#. * because of an authentication error (like invalid password), #. * because of an authentication error (like invalid password),
#. * for instance. #. * for instance.
#: js/ui/components/polkitAgent.js:283 js/ui/shellMountOperation.js:327 #: js/ui/components/polkitAgent.js:281 js/ui/shellMountOperation.js:327
msgid "Sorry, that didnt work. Please try again." msgid "Sorry, that didnt work. Please try again."
msgstr "No ha funcionat. Torneu-ho a provar." msgstr "No ha funcionat. Torneu-ho a provar."
@@ -1308,13 +1308,13 @@ msgid "Leave On"
msgstr "Deixa-ho actiu" msgstr "Deixa-ho actiu"
#: js/ui/kbdA11yDialog.js:59 js/ui/status/bluetooth.js:143 #: js/ui/kbdA11yDialog.js:59 js/ui/status/bluetooth.js:143
#: js/ui/status/network.js:1294 #: js/ui/status/network.js:1281
msgid "Turn On" msgid "Turn On"
msgstr "Activa" msgstr "Activa"
#: js/ui/kbdA11yDialog.js:67 js/ui/status/bluetooth.js:143 #: js/ui/kbdA11yDialog.js:67 js/ui/status/bluetooth.js:143
#: js/ui/status/network.js:154 js/ui/status/network.js:337 #: js/ui/status/network.js:154 js/ui/status/network.js:337
#: js/ui/status/network.js:1294 js/ui/status/network.js:1409 #: js/ui/status/network.js:1281 js/ui/status/network.js:1396
#: js/ui/status/nightLight.js:47 js/ui/status/rfkill.js:90 #: js/ui/status/nightLight.js:47 js/ui/status/rfkill.js:90
#: js/ui/status/rfkill.js:117 #: js/ui/status/rfkill.js:117
msgid "Turn Off" msgid "Turn Off"
@@ -1376,7 +1376,7 @@ msgstr "Mostra el codi font"
msgid "Web Page" msgid "Web Page"
msgstr "Pàgina web" msgstr "Pàgina web"
#: js/ui/messageTray.js:1495 #: js/ui/messageTray.js:1493
msgid "System Information" msgid "System Information"
msgstr "Informació de l'ordinador" msgstr "Informació de l'ordinador"
@@ -1388,10 +1388,6 @@ msgstr "Artista desconegut"
msgid "Unknown title" msgid "Unknown title"
msgstr "Títol desconegut" msgstr "Títol desconegut"
#: js/ui/osdWindow.js:32 js/ui/status/volume.js:204
msgid "Volume"
msgstr "Volum"
#: js/ui/overview.js:83 #: js/ui/overview.js:83
msgid "Undo" msgid "Undo"
msgstr "Desfés" msgstr "Desfés"
@@ -1434,42 +1430,42 @@ msgstr "Assigna la pulsació de tecla"
msgid "Done" msgid "Done"
msgstr "Fet" msgstr "Fet"
#: js/ui/padOsd.js:742 #: js/ui/padOsd.js:740
msgid "Edit…" msgid "Edit…"
msgstr "Edita…" msgstr "Edita…"
#: js/ui/padOsd.js:784 js/ui/padOsd.js:889 #: js/ui/padOsd.js:782 js/ui/padOsd.js:887
msgid "None" msgid "None"
msgstr "Cap" msgstr "Cap"
#: js/ui/padOsd.js:843 #: js/ui/padOsd.js:841
msgid "Press a button to configure" msgid "Press a button to configure"
msgstr "Premeu un botó per a configurar" msgstr "Premeu un botó per a configurar"
#: js/ui/padOsd.js:844 #: js/ui/padOsd.js:842
msgid "Press Esc to exit" msgid "Press Esc to exit"
msgstr "Premeu Esc per sortir" msgstr "Premeu Esc per sortir"
#: js/ui/padOsd.js:847 #: js/ui/padOsd.js:845
msgid "Press any key to exit" msgid "Press any key to exit"
msgstr "Premeu qualsevol tecla per sortir" msgstr "Premeu qualsevol tecla per sortir"
#: js/ui/panel.js:356 #: js/ui/panel.js:355
msgid "Quit" msgid "Quit"
msgstr "Surt" msgstr "Surt"
#. Translators: If there is no suitable word for "Activities" #. Translators: If there is no suitable word for "Activities"
#. in your language, you can use the word for "Overview". #. in your language, you can use the word for "Overview".
#: js/ui/panel.js:412 #: js/ui/panel.js:411
msgid "Activities" msgid "Activities"
msgstr "Activitats" msgstr "Activitats"
#: js/ui/panel.js:693 #: js/ui/panel.js:692
msgctxt "System menu in the top bar" msgctxt "System menu in the top bar"
msgid "System" msgid "System"
msgstr "Sistema" msgstr "Sistema"
#: js/ui/panel.js:816 #: js/ui/panel.js:811
msgid "Top Bar" msgid "Top Bar"
msgstr "Barra superior" msgstr "Barra superior"
@@ -1478,23 +1474,23 @@ msgstr "Barra superior"
#. "ON" and "OFF") or "toggle-switch-intl" (for toggle #. "ON" and "OFF") or "toggle-switch-intl" (for toggle
#. switches containing "◯" and "|"). Other values will #. switches containing "◯" and "|"). Other values will
#. simply result in invisible toggle switches. #. simply result in invisible toggle switches.
#: js/ui/popupMenu.js:300 #: js/ui/popupMenu.js:291
msgid "toggle-switch-us" msgid "toggle-switch-us"
msgstr "toggle-switch-intl" msgstr "toggle-switch-intl"
#: js/ui/runDialog.js:74 #: js/ui/runDialog.js:70
msgid "Enter a Command" msgid "Enter a Command"
msgstr "Introduïu una ordre" msgstr "Introduïu una ordre"
#: js/ui/runDialog.js:114 js/ui/windowMenu.js:174 #: js/ui/runDialog.js:110 js/ui/windowMenu.js:175
msgid "Close" msgid "Close"
msgstr "Tanca" msgstr "Tanca"
#: js/ui/runDialog.js:278 #: js/ui/runDialog.js:273
msgid "Restart is not available on Wayland" msgid "Restart is not available on Wayland"
msgstr "El reinici no està disponible en Wayland" msgstr "El reinici no està disponible en Wayland"
#: js/ui/runDialog.js:283 #: js/ui/runDialog.js:278
msgid "Restarting…" msgid "Restarting…"
msgstr "S'està reiniciant…" msgstr "S'està reiniciant…"
@@ -1518,7 +1514,7 @@ msgid_plural "%d new notifications"
msgstr[0] "%d notificació nova" msgstr[0] "%d notificació nova"
msgstr[1] "%d notificacions noves" msgstr[1] "%d notificacions noves"
#: js/ui/screenShield.js:451 js/ui/status/system.js:294 #: js/ui/screenShield.js:451 js/ui/status/system.js:283
msgid "Lock" msgid "Lock"
msgstr "Bloqueja" msgstr "Bloqueja"
@@ -1701,7 +1697,7 @@ msgid "<unknown>"
msgstr "<desconegut>" msgstr "<desconegut>"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:441 js/ui/status/network.js:1323 #: js/ui/status/network.js:441 js/ui/status/network.js:1310
#, javascript-format #, javascript-format
msgid "%s Off" msgid "%s Off"
msgstr "%s apagat" msgstr "%s apagat"
@@ -1728,7 +1724,7 @@ msgid "%s Disconnecting"
msgstr "%s s'està desconnectant" msgstr "%s s'està desconnectant"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:459 js/ui/status/network.js:1315 #: js/ui/status/network.js:459 js/ui/status/network.js:1302
#, javascript-format #, javascript-format
msgid "%s Connecting" msgid "%s Connecting"
msgstr "%s s'està connectant" msgstr "%s s'està connectant"
@@ -1768,7 +1764,7 @@ msgid "Mobile Broadband Settings"
msgstr "Configuració de la xarxa de banda ampla mòbil" msgstr "Configuració de la xarxa de banda ampla mòbil"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:578 js/ui/status/network.js:1320 #: js/ui/status/network.js:578 js/ui/status/network.js:1307
#, javascript-format #, javascript-format
msgid "%s Hardware Disabled" msgid "%s Hardware Disabled"
msgstr "%s maquinari inhabilitat" msgstr "%s maquinari inhabilitat"
@@ -1824,81 +1820,81 @@ msgstr "Cap xarxa"
msgid "Use hardware switch to turn off" msgid "Use hardware switch to turn off"
msgstr "Utilitza l'interruptor de maquinari per desactivar-la" msgstr "Utilitza l'interruptor de maquinari per desactivar-la"
#: js/ui/status/network.js:1186 #: js/ui/status/network.js:1173
msgid "Select Network" msgid "Select Network"
msgstr "Trieu una xarxa" msgstr "Trieu una xarxa"
#: js/ui/status/network.js:1192 #: js/ui/status/network.js:1179
msgid "Wi-Fi Settings" msgid "Wi-Fi Settings"
msgstr "Paràmetres de la xarxa sense fil" msgstr "Paràmetres de la xarxa sense fil"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:1311 #: js/ui/status/network.js:1298
#, javascript-format #, javascript-format
msgid "%s Hotspot Active" msgid "%s Hotspot Active"
msgstr "Hostpot %s actiu" msgstr "Hostpot %s actiu"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:1326 #: js/ui/status/network.js:1313
#, javascript-format #, javascript-format
msgid "%s Not Connected" msgid "%s Not Connected"
msgstr "%s no està connectat" msgstr "%s no està connectat"
#: js/ui/status/network.js:1426 #: js/ui/status/network.js:1413
msgid "connecting…" msgid "connecting…"
msgstr "s'està connectant..." msgstr "s'està connectant..."
#. Translators: this is for network connections that require some kind of key or password #. Translators: this is for network connections that require some kind of key or password
#: js/ui/status/network.js:1429 #: js/ui/status/network.js:1416
msgid "authentication required" msgid "authentication required"
msgstr "cal autenticació" msgstr "cal autenticació"
#: js/ui/status/network.js:1431 #: js/ui/status/network.js:1418
msgid "connection failed" msgid "connection failed"
msgstr "ha fallat la connexió" msgstr "ha fallat la connexió"
#: js/ui/status/network.js:1485 #: js/ui/status/network.js:1472
msgid "VPN Settings" msgid "VPN Settings"
msgstr "Paràmetres de la VPN" msgstr "Paràmetres de la VPN"
#: js/ui/status/network.js:1498 #: js/ui/status/network.js:1485
msgid "VPN" msgid "VPN"
msgstr "VPN" msgstr "VPN"
#: js/ui/status/network.js:1508 #: js/ui/status/network.js:1495
msgid "VPN Off" msgid "VPN Off"
msgstr "VPN apagada" msgstr "VPN apagada"
#: js/ui/status/network.js:1572 js/ui/status/rfkill.js:93 #: js/ui/status/network.js:1559 js/ui/status/rfkill.js:93
msgid "Network Settings" msgid "Network Settings"
msgstr "Paràmetres de xarxa" msgstr "Paràmetres de xarxa"
#: js/ui/status/network.js:1601 #: js/ui/status/network.js:1588
#, javascript-format #, javascript-format
msgid "%s Wired Connection" msgid "%s Wired Connection"
msgid_plural "%s Wired Connections" msgid_plural "%s Wired Connections"
msgstr[0] "%s connexió amb fil" msgstr[0] "%s connexió amb fil"
msgstr[1] "%s connexions amb fil" msgstr[1] "%s connexions amb fil"
#: js/ui/status/network.js:1605 #: js/ui/status/network.js:1592
#, javascript-format #, javascript-format
msgid "%s Wi-Fi Connection" msgid "%s Wi-Fi Connection"
msgid_plural "%s Wi-Fi Connections" msgid_plural "%s Wi-Fi Connections"
msgstr[0] "%s connexió Wifi" msgstr[0] "%s connexió Wifi"
msgstr[1] "%s connexions Wifi" msgstr[1] "%s connexions Wifi"
#: js/ui/status/network.js:1609 #: js/ui/status/network.js:1596
#, javascript-format #, javascript-format
msgid "%s Modem Connection" msgid "%s Modem Connection"
msgid_plural "%s Modem Connections" msgid_plural "%s Modem Connections"
msgstr[0] "%s connexió mòdem" msgstr[0] "%s connexió mòdem"
msgstr[1] "%s connexions mòdem" msgstr[1] "%s connexions mòdem"
#: js/ui/status/network.js:1741 #: js/ui/status/network.js:1728
msgid "Connection failed" msgid "Connection failed"
msgstr "Ha fallat la connexió" msgstr "Ha fallat la connexió"
#: js/ui/status/network.js:1742 #: js/ui/status/network.js:1729
msgid "Activation of network connection failed" msgid "Activation of network connection failed"
msgstr "Ha fallat l'activació de la connexió de xarxa" msgstr "Ha fallat l'activació de la connexió de xarxa"
@@ -1949,14 +1945,6 @@ msgstr "%d%02d per completar la càrrega (%d %%)"
msgid "%d%%" msgid "%d%%"
msgstr "%d%%" msgstr "%d%%"
#: js/ui/status/remoteAccess.js:46
msgid "Screen is Being Shared"
msgstr "Es comparteix la pantalla"
#: js/ui/status/remoteAccess.js:48
msgid "Turn off"
msgstr "Desactiva"
#. The menu only appears when airplane mode is on, so just #. The menu only appears when airplane mode is on, so just
#. statically build it as if it was on, rather than dynamically #. statically build it as if it was on, rather than dynamically
#. changing the menu contents. #. changing the menu contents.
@@ -1976,28 +1964,28 @@ msgstr "Surt"
msgid "Account Settings" msgid "Account Settings"
msgstr "Paràmetres del compte" msgstr "Paràmetres del compte"
#: js/ui/status/system.js:279 #: js/ui/status/system.js:268
msgid "Orientation Lock" msgid "Orientation Lock"
msgstr "Bloqueja l'orientació" msgstr "Bloqueja l'orientació"
#: js/ui/status/system.js:305 #: js/ui/status/system.js:294
msgid "Suspend" msgid "Suspend"
msgstr "Atura temporalment" msgstr "Atura temporalment"
#: js/ui/status/system.js:315 #: js/ui/status/system.js:304
msgid "Power Off" msgid "Power Off"
msgstr "Apaga" msgstr "Apaga"
#: js/ui/status/thunderbolt.js:298 #: js/ui/status/thunderbolt.js:294
msgid "Thunderbolt" msgid "Thunderbolt"
msgstr "Thunderbolt" msgstr "Thunderbolt"
#. we are done #. we are done
#: js/ui/status/thunderbolt.js:354 #: js/ui/status/thunderbolt.js:350
msgid "Unknown Thunderbolt device" msgid "Unknown Thunderbolt device"
msgstr "Dispostiu Thunderbolt desconegut" msgstr "Dispostiu Thunderbolt desconegut"
#: js/ui/status/thunderbolt.js:355 #: js/ui/status/thunderbolt.js:351
msgid "" msgid ""
"New device has been detected while you were away. Please disconnect and " "New device has been detected while you were away. Please disconnect and "
"reconnect the device to start using it." "reconnect the device to start using it."
@@ -2005,19 +1993,23 @@ msgstr ""
"El nou dispositiu s'ha detectat mentre estàveu absents. Desconnecteu i " "El nou dispositiu s'ha detectat mentre estàveu absents. Desconnecteu i "
"torneu a connectar el dispositiu per a començar a utilitzar-lo." "torneu a connectar el dispositiu per a començar a utilitzar-lo."
#: js/ui/status/thunderbolt.js:360 #: js/ui/status/thunderbolt.js:356
msgid "Thunderbolt authorization error" msgid "Thunderbolt authorization error"
msgstr "S'ha produït un error d'autorització a Thunderbolt" msgstr "S'ha produït un error d'autorització a Thunderbolt"
#: js/ui/status/thunderbolt.js:361 #: js/ui/status/thunderbolt.js:357
#, javascript-format #, javascript-format
msgid "Could not authorize the Thunderbolt device: %s" msgid "Could not authorize the Thunderbolt device: %s"
msgstr "No s'ha pogut autoritzar el dispositiu Thunderbolt: %s" msgstr "No s'ha pogut autoritzar el dispositiu Thunderbolt: %s"
#: js/ui/status/volume.js:135 #: js/ui/status/volume.js:128
msgid "Volume changed" msgid "Volume changed"
msgstr "S'ha canviat el volum" msgstr "S'ha canviat el volum"
#: js/ui/status/volume.js:170
msgid "Volume"
msgstr "Volum"
#. Translators: this is for display mirroring i.e. cloning. #. Translators: this is for display mirroring i.e. cloning.
#. * Try to keep it under around 15 characters. #. * Try to keep it under around 15 characters.
#. #.
@@ -2067,22 +2059,22 @@ msgstr "Cerca"
msgid "“%s” is ready" msgid "“%s” is ready"
msgstr "«%s» ja està a punt" msgstr "«%s» ja està a punt"
#: js/ui/windowManager.js:74 #: js/ui/windowManager.js:72
msgid "Do you want to keep these display settings?" msgid "Do you want to keep these display settings?"
msgstr "Voleu mantenir aquesta configuració de la pantalla?" msgstr "Voleu mantenir aquesta configuració de la pantalla?"
#. Translators: this and the following message should be limited in lenght, #. Translators: this and the following message should be limited in lenght,
#. to avoid ellipsizing the labels. #. to avoid ellipsizing the labels.
#. #.
#: js/ui/windowManager.js:86 #: js/ui/windowManager.js:84
msgid "Revert Settings" msgid "Revert Settings"
msgstr "Descarta els canvis" msgstr "Descarta els canvis"
#: js/ui/windowManager.js:89 #: js/ui/windowManager.js:87
msgid "Keep Changes" msgid "Keep Changes"
msgstr "Mantén els canvis" msgstr "Mantén els canvis"
#: js/ui/windowManager.js:107 #: js/ui/windowManager.js:105
#, javascript-format #, javascript-format
msgid "Settings changes will revert in %d second" msgid "Settings changes will revert in %d second"
msgid_plural "Settings changes will revert in %d seconds" msgid_plural "Settings changes will revert in %d seconds"
@@ -2091,7 +2083,7 @@ msgstr[1] "Es descartaran els canvis d'aquí %d segons"
#. Translators: This represents the size of a window. The first number is #. Translators: This represents the size of a window. The first number is
#. * the width of the window and the second is the height. #. * the width of the window and the second is the height.
#: js/ui/windowManager.js:689 #: js/ui/windowManager.js:660
#, javascript-format #, javascript-format
msgid "%d × %d" msgid "%d × %d"
msgstr "%d × %d" msgstr "%d × %d"
@@ -2144,19 +2136,19 @@ msgstr "Mou a l'espai de treball superior"
msgid "Move to Workspace Down" msgid "Move to Workspace Down"
msgstr "Mou a l'espai de treball inferior" msgstr "Mou a l'espai de treball inferior"
#: js/ui/windowMenu.js:139 #: js/ui/windowMenu.js:140
msgid "Move to Monitor Up" msgid "Move to Monitor Up"
msgstr "Mou a la pantalla de dalt" msgstr "Mou a la pantalla de dalt"
#: js/ui/windowMenu.js:148 #: js/ui/windowMenu.js:149
msgid "Move to Monitor Down" msgid "Move to Monitor Down"
msgstr "Mou a la pantalla de baix" msgstr "Mou a la pantalla de baix"
#: js/ui/windowMenu.js:157 #: js/ui/windowMenu.js:158
msgid "Move to Monitor Left" msgid "Move to Monitor Left"
msgstr "Mou a la pantalla de l'esquerra" msgstr "Mou a la pantalla de l'esquerra"
#: js/ui/windowMenu.js:166 #: js/ui/windowMenu.js:167
msgid "Move to Monitor Right" msgid "Move to Monitor Right"
msgstr "Mou a la pantalla de la dreta" msgstr "Mou a la pantalla de la dreta"
@@ -2169,28 +2161,28 @@ msgstr "Calendari de l'Evolution"
msgid "evolution" msgid "evolution"
msgstr "evolution" msgstr "evolution"
#: src/main.c:410 #: src/main.c:432
msgid "Print version" msgid "Print version"
msgstr "Mostra la versió" msgstr "Mostra la versió"
#: src/main.c:416 #: src/main.c:438
msgid "Mode used by GDM for login screen" msgid "Mode used by GDM for login screen"
msgstr "El mode que utilitzarà el GDM per a la pantalla d'entrada" msgstr "El mode que utilitzarà el GDM per a la pantalla d'entrada"
#: src/main.c:422 #: src/main.c:444
msgid "Use a specific mode, e.g. “gdm” for login screen" msgid "Use a specific mode, e.g. “gdm” for login screen"
msgstr "Utilitza un mode específic, p. ex. «gdm» per la pantalla d'entrada" msgstr "Utilitza un mode específic, p. ex. «gdm» per la pantalla d'entrada"
#: src/main.c:428 #: src/main.c:450
msgid "List possible modes" msgid "List possible modes"
msgstr "Llista els modes possibles" msgstr "Llista els modes possibles"
#: src/shell-app.c:272 #: src/shell-app.c:270
msgctxt "program" msgctxt "program"
msgid "Unknown" msgid "Unknown"
msgstr "Desconegut" msgstr "Desconegut"
#: src/shell-app.c:523 #: src/shell-app.c:511
#, c-format #, c-format
msgid "Failed to launch “%s”" msgid "Failed to launch “%s”"
msgstr "No s'ha pogut iniciar «%s»" msgstr "No s'ha pogut iniciar «%s»"

1002
po/cs.po

File diff suppressed because it is too large Load Diff

460
po/de.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

231
po/fr.po
View File

@@ -20,8 +20,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell master fr\n" "Project-Id-Version: gnome-shell master fr\n"
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell/issues\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell/issues\n"
"POT-Creation-Date: 2018-08-01 18:08+0000\n" "POT-Creation-Date: 2018-04-13 19:54+0000\n"
"PO-Revision-Date: 2018-08-09 19:51+0200\n" "PO-Revision-Date: 2018-04-18 19:30+0200\n"
"Last-Translator: Charles Monzat <superboa@hotmail.fr>\n" "Last-Translator: Charles Monzat <superboa@hotmail.fr>\n"
"Language-Team: français <gnomefr@traduc.org>\n" "Language-Team: français <gnomefr@traduc.org>\n"
"Language: fr\n" "Language: fr\n"
@@ -312,34 +312,34 @@ msgstr ""
"Si vrai, seules les fenêtres de lespace de travail actuel sont affichées " "Si vrai, seules les fenêtres de lespace de travail actuel sont affichées "
"dans le sélecteur. Sinon, toutes les fenêtres y sont incluses." "dans le sélecteur. Sinon, toutes les fenêtres y sont incluses."
#: data/org.gnome.shell.gschema.xml.in:198 #: data/org.gnome.shell.gschema.xml.in:197
msgid "Attach modal dialog to the parent window" msgid "Attach modal dialog to the parent window"
msgstr "Attacher les dialogues modaux à leur fenêtre parente" msgstr "Attacher les dialogues modaux à leur fenêtre parente"
#: data/org.gnome.shell.gschema.xml.in:199 #: data/org.gnome.shell.gschema.xml.in:198
#: data/org.gnome.shell.gschema.xml.in:208 #: data/org.gnome.shell.gschema.xml.in:207
#: data/org.gnome.shell.gschema.xml.in:216 #: data/org.gnome.shell.gschema.xml.in:215
#: data/org.gnome.shell.gschema.xml.in:224 #: data/org.gnome.shell.gschema.xml.in:223
#: data/org.gnome.shell.gschema.xml.in:232 #: data/org.gnome.shell.gschema.xml.in:231
msgid "" msgid ""
"This key overrides the key in org.gnome.mutter when running GNOME Shell." "This key overrides the key in org.gnome.mutter when running GNOME Shell."
msgstr "" msgstr ""
"Cette clé prend le pas sur la clé dans org.gnome.mutter lorsque GNOME Shell " "Cette clé prend le pas sur la clé dans org.gnome.mutter lorsque GNOME Shell "
"est lancé." "est lancé."
#: data/org.gnome.shell.gschema.xml.in:207 #: data/org.gnome.shell.gschema.xml.in:206
msgid "Enable edge tiling when dropping windows on screen edges" msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "Activer lempilage des fenêtres déposées sur les bords de lécran" msgstr "Activer lempilage des fenêtres déposées sur les bords de lécran"
#: data/org.gnome.shell.gschema.xml.in:215 #: data/org.gnome.shell.gschema.xml.in:214
msgid "Workspaces are managed dynamically" msgid "Workspaces are managed dynamically"
msgstr "Les espaces de travail sont gérés dynamiquement" msgstr "Les espaces de travail sont gérés dynamiquement"
#: data/org.gnome.shell.gschema.xml.in:223 #: data/org.gnome.shell.gschema.xml.in:222
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Les espaces de travail sont uniquement sur lécran principal" msgstr "Les espaces de travail sont uniquement sur lécran principal"
#: data/org.gnome.shell.gschema.xml.in:231 #: data/org.gnome.shell.gschema.xml.in:230
msgid "Delay focus changes in mouse mode until the pointer stops moving" msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr "" msgstr ""
"Retarder les changements de focus en mode souris jusquà ce que le pointeur " "Retarder les changements de focus en mode souris jusquà ce que le pointeur "
@@ -382,20 +382,20 @@ msgctxt "button"
msgid "Sign In" msgid "Sign In"
msgstr "Se connecter" msgstr "Se connecter"
#: js/gdm/loginDialog.js:319 #: js/gdm/loginDialog.js:315
msgid "Choose Session" msgid "Choose Session"
msgstr "Choisir une session" msgstr "Choisir une session"
#. translators: this message is shown below the user list on the #. translators: this message is shown below the user list on the
#. login screen. It can be activated to reveal an entry for #. login screen. It can be activated to reveal an entry for
#. manually entering the username. #. manually entering the username.
#: js/gdm/loginDialog.js:462 #: js/gdm/loginDialog.js:458
msgid "Not listed?" msgid "Not listed?"
msgstr "Absent de la liste ?" msgstr "Absent de la liste ?"
#. Translators: this message is shown below the username entry field #. Translators: this message is shown below the username entry field
#. to clue the user in on how to login to the local network realm #. to clue the user in on how to login to the local network realm
#: js/gdm/loginDialog.js:891 #: js/gdm/loginDialog.js:887
#, javascript-format #, javascript-format
msgid "(e.g., user or %s)" msgid "(e.g., user or %s)"
msgstr "(par ex. utilisateur ou %s)" msgstr "(par ex. utilisateur ou %s)"
@@ -403,12 +403,12 @@ msgstr "(par ex. utilisateur ou %s)"
#. TTLS and PEAP are actually much more complicated, but this complication #. TTLS and PEAP are actually much more complicated, but this complication
#. is not visible here since we only care about phase2 authentication #. is not visible here since we only care about phase2 authentication
#. (and don't even care of which one) #. (and don't even care of which one)
#: js/gdm/loginDialog.js:896 js/ui/components/networkAgent.js:243 #: js/gdm/loginDialog.js:892 js/ui/components/networkAgent.js:243
#: js/ui/components/networkAgent.js:261 #: js/ui/components/networkAgent.js:261
msgid "Username: " msgid "Username: "
msgstr "Nom dutilisateur : " msgstr "Nom dutilisateur : "
#: js/gdm/loginDialog.js:1234 #: js/gdm/loginDialog.js:1228
msgid "Login Window" msgid "Login Window"
msgstr "Fenêtre de connexion" msgstr "Fenêtre de connexion"
@@ -421,7 +421,7 @@ msgstr "Erreur dauthentification"
#. as a cue to display our own message. #. as a cue to display our own message.
#. Translators: this message is shown below the password entry field #. Translators: this message is shown below the password entry field
#. to indicate the user can swipe their finger instead #. to indicate the user can swipe their finger instead
#: js/gdm/util.js:485 #: js/gdm/util.js:482
msgid "(or swipe finger)" msgid "(or swipe finger)"
msgstr "(ou faites glisser le doigt)" msgstr "(ou faites glisser le doigt)"
@@ -662,23 +662,23 @@ msgstr "Fréquemment utilisées"
msgid "All" msgid "All"
msgstr "Toutes" msgstr "Toutes"
#: js/ui/appDisplay.js:1890 #: js/ui/appDisplay.js:1886
msgid "New Window" msgid "New Window"
msgstr "Nouvelle fenêtre" msgstr "Nouvelle fenêtre"
#: js/ui/appDisplay.js:1904 #: js/ui/appDisplay.js:1900
msgid "Launch using Dedicated Graphics Card" msgid "Launch using Dedicated Graphics Card"
msgstr "Démarrer en utilisant la carte graphique dédiée" msgstr "Démarrer en utilisant la carte graphique dédiée"
#: js/ui/appDisplay.js:1931 js/ui/dash.js:285 #: js/ui/appDisplay.js:1927 js/ui/dash.js:285
msgid "Remove from Favorites" msgid "Remove from Favorites"
msgstr "Enlever des favoris" msgstr "Enlever des favoris"
#: js/ui/appDisplay.js:1937 #: js/ui/appDisplay.js:1933
msgid "Add to Favorites" msgid "Add to Favorites"
msgstr "Ajouter aux favoris" msgstr "Ajouter aux favoris"
#: js/ui/appDisplay.js:1947 #: js/ui/appDisplay.js:1943
msgid "Show Details" msgid "Show Details"
msgstr "Afficher les détails" msgstr "Afficher les détails"
@@ -708,7 +708,7 @@ msgstr "Casque audio"
msgid "Headset" msgid "Headset"
msgstr "Micro-casque" msgstr "Micro-casque"
#: js/ui/audioDeviceSelection.js:82 js/ui/status/volume.js:255 #: js/ui/audioDeviceSelection.js:82 js/ui/status/volume.js:221
msgid "Microphone" msgid "Microphone"
msgstr "Microphone" msgstr "Microphone"
@@ -720,7 +720,7 @@ msgstr "Modifier larrière-plan…"
msgid "Display Settings" msgid "Display Settings"
msgstr "Paramètres daffichage" msgstr "Paramètres daffichage"
#: js/ui/backgroundMenu.js:22 #: js/ui/backgroundMenu.js:22 js/ui/status/system.js:264
msgid "Settings" msgid "Settings"
msgstr "Paramètres" msgstr "Paramètres"
@@ -840,35 +840,35 @@ msgctxt "event list time"
msgid "All Day" msgid "All Day"
msgstr "Journée" msgstr "Journée"
#: js/ui/calendar.js:866 #: js/ui/calendar.js:864
msgctxt "calendar heading" msgctxt "calendar heading"
msgid "%A, %B %d" msgid "%A, %B %d"
msgstr "%A %d %B" msgstr "%A %d %B"
#: js/ui/calendar.js:870 #: js/ui/calendar.js:868
msgctxt "calendar heading" msgctxt "calendar heading"
msgid "%A, %B %d, %Y" msgid "%A, %B %d, %Y"
msgstr "%A %d %B, %Y" msgstr "%A %d %B, %Y"
#: js/ui/calendar.js:1100 #: js/ui/calendar.js:1086
msgid "No Notifications" msgid "No Notifications"
msgstr "Aucune notification" msgstr "Aucune notification"
#: js/ui/calendar.js:1103 #: js/ui/calendar.js:1089
msgid "No Events" msgid "No Events"
msgstr "Aucun évènement" msgstr "Aucun évènement"
#: js/ui/calendar.js:1131 #: js/ui/calendar.js:1117
msgid "Clear All" msgid "Clear All"
msgstr "Effacer tout" msgstr "Effacer tout"
#. Translators: %s is an application name #. Translators: %s is an application name
#: js/ui/closeDialog.js:47 #: js/ui/closeDialog.js:44
#, javascript-format #, javascript-format
msgid "“%s” is not responding." msgid "“%s” is not responding."
msgstr "« %s » ne répond pas." msgstr "« %s » ne répond pas."
#: js/ui/closeDialog.js:48 #: js/ui/closeDialog.js:45
msgid "" msgid ""
"You may choose to wait a short while for it to continue or force the " "You may choose to wait a short while for it to continue or force the "
"application to quit entirely." "application to quit entirely."
@@ -876,11 +876,11 @@ msgstr ""
"Vous pouvez soit attendre un peu pour continuer, soit forcer lapplication à " "Vous pouvez soit attendre un peu pour continuer, soit forcer lapplication à "
"quitter." "quitter."
#: js/ui/closeDialog.js:64 #: js/ui/closeDialog.js:61
msgid "Force Quit" msgid "Force Quit"
msgstr "Forcer à quitter" msgstr "Forcer à quitter"
#: js/ui/closeDialog.js:67 #: js/ui/closeDialog.js:64
msgid "Wait" msgid "Wait"
msgstr "Attendre" msgstr "Attendre"
@@ -897,7 +897,7 @@ msgstr "Disque externe déconnecté"
msgid "Open with %s" msgid "Open with %s"
msgstr "Ouvrir avec %s" msgstr "Ouvrir avec %s"
#: js/ui/components/keyring.js:107 js/ui/components/polkitAgent.js:297 #: js/ui/components/keyring.js:107 js/ui/components/polkitAgent.js:295
msgid "Password:" msgid "Password:"
msgstr "Mot de passe :" msgstr "Mot de passe :"
@@ -934,11 +934,11 @@ msgstr "Mot de passe de la clé privée : "
msgid "Service: " msgid "Service: "
msgstr "Service : " msgstr "Service : "
#: js/ui/components/networkAgent.js:292 js/ui/components/networkAgent.js:664 #: js/ui/components/networkAgent.js:292 js/ui/components/networkAgent.js:659
msgid "Authentication required by wireless network" msgid "Authentication required by wireless network"
msgstr "Lauthentification est requise par le réseau sans fil" msgstr "Lauthentification est requise par le réseau sans fil"
#: js/ui/components/networkAgent.js:293 js/ui/components/networkAgent.js:665 #: js/ui/components/networkAgent.js:293 js/ui/components/networkAgent.js:660
#, javascript-format #, javascript-format
msgid "" msgid ""
"Passwords or encryption keys are required to access the wireless network " "Passwords or encryption keys are required to access the wireless network "
@@ -947,7 +947,7 @@ msgstr ""
"Il faut un mot de passe ou une clé de chiffrement pour accéder au réseau " "Il faut un mot de passe ou une clé de chiffrement pour accéder au réseau "
"sans fil « %s »" "sans fil « %s »"
#: js/ui/components/networkAgent.js:297 js/ui/components/networkAgent.js:668 #: js/ui/components/networkAgent.js:297 js/ui/components/networkAgent.js:663
msgid "Wired 802.1X authentication" msgid "Wired 802.1X authentication"
msgstr "Authentification filaire 802.1X" msgstr "Authentification filaire 802.1X"
@@ -955,15 +955,15 @@ msgstr "Authentification filaire 802.1X"
msgid "Network name: " msgid "Network name: "
msgstr "Nom du réseau : " msgstr "Nom du réseau : "
#: js/ui/components/networkAgent.js:304 js/ui/components/networkAgent.js:672 #: js/ui/components/networkAgent.js:304 js/ui/components/networkAgent.js:667
msgid "DSL authentication" msgid "DSL authentication"
msgstr "Authentification DSL" msgstr "Authentification DSL"
#: js/ui/components/networkAgent.js:311 js/ui/components/networkAgent.js:678 #: js/ui/components/networkAgent.js:311 js/ui/components/networkAgent.js:673
msgid "PIN code required" msgid "PIN code required"
msgstr "Code PIN requis" msgstr "Code PIN requis"
#: js/ui/components/networkAgent.js:312 js/ui/components/networkAgent.js:679 #: js/ui/components/networkAgent.js:312 js/ui/components/networkAgent.js:674
msgid "PIN code is needed for the mobile broadband device" msgid "PIN code is needed for the mobile broadband device"
msgstr "Un code PIN est nécessaire pour les connexions mobiles" msgstr "Un code PIN est nécessaire pour les connexions mobiles"
@@ -971,17 +971,17 @@ msgstr "Un code PIN est nécessaire pour les connexions mobiles"
msgid "PIN: " msgid "PIN: "
msgstr "PIN : " msgstr "PIN : "
#: js/ui/components/networkAgent.js:320 js/ui/components/networkAgent.js:685 #: js/ui/components/networkAgent.js:320 js/ui/components/networkAgent.js:680
msgid "Mobile broadband network password" msgid "Mobile broadband network password"
msgstr "Mot de passe de la connexion mobile" msgstr "Mot de passe de la connexion mobile"
#: js/ui/components/networkAgent.js:321 js/ui/components/networkAgent.js:669 #: js/ui/components/networkAgent.js:321 js/ui/components/networkAgent.js:664
#: js/ui/components/networkAgent.js:673 js/ui/components/networkAgent.js:686 #: js/ui/components/networkAgent.js:668 js/ui/components/networkAgent.js:681
#, javascript-format #, javascript-format
msgid "A password is required to connect to “%s”." msgid "A password is required to connect to “%s”."
msgstr "Un mot de passe est requis pour se connecter à « %s »." msgstr "Un mot de passe est requis pour se connecter à « %s »."
#: js/ui/components/networkAgent.js:653 js/ui/status/network.js:1704 #: js/ui/components/networkAgent.js:648 js/ui/status/network.js:1691
msgid "Network Manager" msgid "Network Manager"
msgstr "Gestionnaire de réseau" msgstr "Gestionnaire de réseau"
@@ -1001,7 +1001,7 @@ msgstr "Sauthentifier"
#. * requested authentication was not gained; this can happen #. * requested authentication was not gained; this can happen
#. * because of an authentication error (like invalid password), #. * because of an authentication error (like invalid password),
#. * for instance. #. * for instance.
#: js/ui/components/polkitAgent.js:283 js/ui/shellMountOperation.js:327 #: js/ui/components/polkitAgent.js:281 js/ui/shellMountOperation.js:327
msgid "Sorry, that didnt work. Please try again." msgid "Sorry, that didnt work. Please try again."
msgstr "Échec de lauthentification. Essayez à nouveau." msgstr "Échec de lauthentification. Essayez à nouveau."
@@ -1344,13 +1344,13 @@ msgid "Leave On"
msgstr "Laisser activé" msgstr "Laisser activé"
#: js/ui/kbdA11yDialog.js:59 js/ui/status/bluetooth.js:143 #: js/ui/kbdA11yDialog.js:59 js/ui/status/bluetooth.js:143
#: js/ui/status/network.js:1294 #: js/ui/status/network.js:1281
msgid "Turn On" msgid "Turn On"
msgstr "Activer" msgstr "Activer"
#: js/ui/kbdA11yDialog.js:67 js/ui/status/bluetooth.js:143 #: js/ui/kbdA11yDialog.js:67 js/ui/status/bluetooth.js:143
#: js/ui/status/network.js:154 js/ui/status/network.js:337 #: js/ui/status/network.js:154 js/ui/status/network.js:337
#: js/ui/status/network.js:1294 js/ui/status/network.js:1409 #: js/ui/status/network.js:1281 js/ui/status/network.js:1396
#: js/ui/status/nightLight.js:47 js/ui/status/rfkill.js:90 #: js/ui/status/nightLight.js:47 js/ui/status/rfkill.js:90
#: js/ui/status/rfkill.js:117 #: js/ui/status/rfkill.js:117
msgid "Turn Off" msgid "Turn Off"
@@ -1412,7 +1412,7 @@ msgstr "Afficher la source"
msgid "Web Page" msgid "Web Page"
msgstr "Page Web" msgstr "Page Web"
#: js/ui/messageTray.js:1495 #: js/ui/messageTray.js:1493
msgid "System Information" msgid "System Information"
msgstr "Informations du système" msgstr "Informations du système"
@@ -1424,10 +1424,6 @@ msgstr "Artiste inconnu"
msgid "Unknown title" msgid "Unknown title"
msgstr "Titre inconnu" msgstr "Titre inconnu"
#: js/ui/osdWindow.js:32 js/ui/status/volume.js:204
msgid "Volume"
msgstr "Volume"
#: js/ui/overview.js:83 #: js/ui/overview.js:83
msgid "Undo" msgid "Undo"
msgstr "Annuler" msgstr "Annuler"
@@ -1470,42 +1466,42 @@ msgstr "Associer une touche"
msgid "Done" msgid "Done"
msgstr "Terminé" msgstr "Terminé"
#: js/ui/padOsd.js:742 #: js/ui/padOsd.js:740
msgid "Edit…" msgid "Edit…"
msgstr "Édition…" msgstr "Édition…"
#: js/ui/padOsd.js:784 js/ui/padOsd.js:889 #: js/ui/padOsd.js:782 js/ui/padOsd.js:887
msgid "None" msgid "None"
msgstr "Aucun" msgstr "Aucun"
#: js/ui/padOsd.js:843 #: js/ui/padOsd.js:841
msgid "Press a button to configure" msgid "Press a button to configure"
msgstr "Appuyez sur un bouton pour le configurer" msgstr "Appuyez sur un bouton pour le configurer"
#: js/ui/padOsd.js:844 #: js/ui/padOsd.js:842
msgid "Press Esc to exit" msgid "Press Esc to exit"
msgstr "Appuyez sur Échap. pour quitter" msgstr "Appuyez sur Échap. pour quitter"
#: js/ui/padOsd.js:847 #: js/ui/padOsd.js:845
msgid "Press any key to exit" msgid "Press any key to exit"
msgstr "Appuyez sur une touche pour quitter" msgstr "Appuyez sur une touche pour quitter"
#: js/ui/panel.js:356 #: js/ui/panel.js:355
msgid "Quit" msgid "Quit"
msgstr "Quitter" msgstr "Quitter"
#. Translators: If there is no suitable word for "Activities" #. Translators: If there is no suitable word for "Activities"
#. in your language, you can use the word for "Overview". #. in your language, you can use the word for "Overview".
#: js/ui/panel.js:412 #: js/ui/panel.js:411
msgid "Activities" msgid "Activities"
msgstr "Activités" msgstr "Activités"
#: js/ui/panel.js:693 #: js/ui/panel.js:692
msgctxt "System menu in the top bar" msgctxt "System menu in the top bar"
msgid "System" msgid "System"
msgstr "Système" msgstr "Système"
#: js/ui/panel.js:816 #: js/ui/panel.js:811
msgid "Top Bar" msgid "Top Bar"
msgstr "Barre supérieure" msgstr "Barre supérieure"
@@ -1514,23 +1510,23 @@ msgstr "Barre supérieure"
#. "ON" and "OFF") or "toggle-switch-intl" (for toggle #. "ON" and "OFF") or "toggle-switch-intl" (for toggle
#. switches containing "◯" and "|"). Other values will #. switches containing "◯" and "|"). Other values will
#. simply result in invisible toggle switches. #. simply result in invisible toggle switches.
#: js/ui/popupMenu.js:300 #: js/ui/popupMenu.js:291
msgid "toggle-switch-us" msgid "toggle-switch-us"
msgstr "toggle-switch-intl" msgstr "toggle-switch-intl"
#: js/ui/runDialog.js:74 #: js/ui/runDialog.js:70
msgid "Enter a Command" msgid "Enter a Command"
msgstr "Saisissez une commande" msgstr "Saisissez une commande"
#: js/ui/runDialog.js:114 js/ui/windowMenu.js:174 #: js/ui/runDialog.js:110 js/ui/windowMenu.js:175
msgid "Close" msgid "Close"
msgstr "Fermer" msgstr "Fermer"
#: js/ui/runDialog.js:278 #: js/ui/runDialog.js:273
msgid "Restart is not available on Wayland" msgid "Restart is not available on Wayland"
msgstr "Le redémarrage nest pas disponible sur Wayland" msgstr "Le redémarrage nest pas disponible sur Wayland"
#: js/ui/runDialog.js:283 #: js/ui/runDialog.js:278
msgid "Restarting…" msgid "Restarting…"
msgstr "Redémarrage…" msgstr "Redémarrage…"
@@ -1554,7 +1550,7 @@ msgid_plural "%d new notifications"
msgstr[0] "%d nouvelle notification" msgstr[0] "%d nouvelle notification"
msgstr[1] "%d nouvelles notifications" msgstr[1] "%d nouvelles notifications"
#: js/ui/screenShield.js:451 js/ui/status/system.js:294 #: js/ui/screenShield.js:451 js/ui/status/system.js:283
msgid "Lock" msgid "Lock"
msgstr "Verrouiller" msgstr "Verrouiller"
@@ -1737,7 +1733,7 @@ msgid "<unknown>"
msgstr "<inconnu>" msgstr "<inconnu>"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:441 js/ui/status/network.js:1323 #: js/ui/status/network.js:441 js/ui/status/network.js:1310
#, javascript-format #, javascript-format
msgid "%s Off" msgid "%s Off"
msgstr "%s éteint" msgstr "%s éteint"
@@ -1763,7 +1759,7 @@ msgid "%s Disconnecting"
msgstr "Déconnexion de %s en cours" msgstr "Déconnexion de %s en cours"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:459 js/ui/status/network.js:1315 #: js/ui/status/network.js:459 js/ui/status/network.js:1302
#, javascript-format #, javascript-format
msgid "%s Connecting" msgid "%s Connecting"
msgstr "Connexion de %s en cours" msgstr "Connexion de %s en cours"
@@ -1803,7 +1799,7 @@ msgid "Mobile Broadband Settings"
msgstr "Paramètres connexion mobile" msgstr "Paramètres connexion mobile"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:578 js/ui/status/network.js:1320 #: js/ui/status/network.js:578 js/ui/status/network.js:1307
#, javascript-format #, javascript-format
msgid "%s Hardware Disabled" msgid "%s Hardware Disabled"
msgstr "Équipement %s désactivé" msgstr "Équipement %s désactivé"
@@ -1859,81 +1855,81 @@ msgstr "Aucun réseau disponible"
msgid "Use hardware switch to turn off" msgid "Use hardware switch to turn off"
msgstr "Utiliser linterrupteur matériel pour éteindre" msgstr "Utiliser linterrupteur matériel pour éteindre"
#: js/ui/status/network.js:1186 #: js/ui/status/network.js:1173
msgid "Select Network" msgid "Select Network"
msgstr "Sélectionner un réseau" msgstr "Sélectionner un réseau"
#: js/ui/status/network.js:1192 #: js/ui/status/network.js:1179
msgid "Wi-Fi Settings" msgid "Wi-Fi Settings"
msgstr "Paramètres Wi-Fi" msgstr "Paramètres Wi-Fi"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:1311 #: js/ui/status/network.js:1298
#, javascript-format #, javascript-format
msgid "%s Hotspot Active" msgid "%s Hotspot Active"
msgstr "Point daccès %s actif" msgstr "Point daccès %s actif"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:1326 #: js/ui/status/network.js:1313
#, javascript-format #, javascript-format
msgid "%s Not Connected" msgid "%s Not Connected"
msgstr "%s non connecté" msgstr "%s non connecté"
#: js/ui/status/network.js:1426 #: js/ui/status/network.js:1413
msgid "connecting…" msgid "connecting…"
msgstr "connexion…" msgstr "connexion…"
#. Translators: this is for network connections that require some kind of key or password #. Translators: this is for network connections that require some kind of key or password
#: js/ui/status/network.js:1429 #: js/ui/status/network.js:1416
msgid "authentication required" msgid "authentication required"
msgstr "authentification nécessaire" msgstr "authentification nécessaire"
#: js/ui/status/network.js:1431 #: js/ui/status/network.js:1418
msgid "connection failed" msgid "connection failed"
msgstr "échec de connexion" msgstr "échec de connexion"
#: js/ui/status/network.js:1485 #: js/ui/status/network.js:1472
msgid "VPN Settings" msgid "VPN Settings"
msgstr "Paramètres VPN" msgstr "Paramètres VPN"
#: js/ui/status/network.js:1498 #: js/ui/status/network.js:1485
msgid "VPN" msgid "VPN"
msgstr "VPN" msgstr "VPN"
#: js/ui/status/network.js:1508 #: js/ui/status/network.js:1495
msgid "VPN Off" msgid "VPN Off"
msgstr "VPN désactivé" msgstr "VPN désactivé"
#: js/ui/status/network.js:1572 js/ui/status/rfkill.js:93 #: js/ui/status/network.js:1559 js/ui/status/rfkill.js:93
msgid "Network Settings" msgid "Network Settings"
msgstr "Paramètres du réseau" msgstr "Paramètres du réseau"
#: js/ui/status/network.js:1601 #: js/ui/status/network.js:1588
#, javascript-format #, javascript-format
msgid "%s Wired Connection" msgid "%s Wired Connection"
msgid_plural "%s Wired Connections" msgid_plural "%s Wired Connections"
msgstr[0] "%s connexion filaire." msgstr[0] "%s connexion filaire."
msgstr[1] "%s connexions filaires." msgstr[1] "%s connexions filaires."
#: js/ui/status/network.js:1605 #: js/ui/status/network.js:1592
#, javascript-format #, javascript-format
msgid "%s Wi-Fi Connection" msgid "%s Wi-Fi Connection"
msgid_plural "%s Wi-Fi Connections" msgid_plural "%s Wi-Fi Connections"
msgstr[0] "%s connexion Wi-Fi." msgstr[0] "%s connexion Wi-Fi."
msgstr[1] "%s connexions Wi-Fi." msgstr[1] "%s connexions Wi-Fi."
#: js/ui/status/network.js:1609 #: js/ui/status/network.js:1596
#, javascript-format #, javascript-format
msgid "%s Modem Connection" msgid "%s Modem Connection"
msgid_plural "%s Modem Connections" msgid_plural "%s Modem Connections"
msgstr[0] "%s connexion à un modem." msgstr[0] "%s connexion à un modem."
msgstr[1] "%s connexions à des modem." msgstr[1] "%s connexions à des modem."
#: js/ui/status/network.js:1741 #: js/ui/status/network.js:1728
msgid "Connection failed" msgid "Connection failed"
msgstr "Échec de connexion" msgstr "Échec de connexion"
#: js/ui/status/network.js:1742 #: js/ui/status/network.js:1729
msgid "Activation of network connection failed" msgid "Activation of network connection failed"
msgstr "Lactivation de la connexion réseau a échoué" msgstr "Lactivation de la connexion réseau a échoué"
@@ -1984,14 +1980,6 @@ msgstr "%d%02d avant chargement complet (%d %%)"
msgid "%d%%" msgid "%d%%"
msgstr "%d%%" msgstr "%d%%"
#: js/ui/status/remoteAccess.js:46
msgid "Screen is Being Shared"
msgstr "Lécran est partagé"
#: js/ui/status/remoteAccess.js:48
msgid "Turn off"
msgstr "Éteindre"
#. The menu only appears when airplane mode is on, so just #. The menu only appears when airplane mode is on, so just
#. statically build it as if it was on, rather than dynamically #. statically build it as if it was on, rather than dynamically
#. changing the menu contents. #. changing the menu contents.
@@ -2011,28 +1999,28 @@ msgstr "Fermer la session"
msgid "Account Settings" msgid "Account Settings"
msgstr "Paramètres du compte" msgstr "Paramètres du compte"
#: js/ui/status/system.js:279 #: js/ui/status/system.js:268
msgid "Orientation Lock" msgid "Orientation Lock"
msgstr "Verrouillage de lorientation " msgstr "Verrouillage de lorientation "
#: js/ui/status/system.js:305 #: js/ui/status/system.js:294
msgid "Suspend" msgid "Suspend"
msgstr "Mettre en veille" msgstr "Mettre en veille"
#: js/ui/status/system.js:315 #: js/ui/status/system.js:304
msgid "Power Off" msgid "Power Off"
msgstr "Éteindre" msgstr "Éteindre"
#: js/ui/status/thunderbolt.js:298 #: js/ui/status/thunderbolt.js:294
msgid "Thunderbolt" msgid "Thunderbolt"
msgstr "Interface Thunderbolt" msgstr "Interface Thunderbolt"
#. we are done #. we are done
#: js/ui/status/thunderbolt.js:354 #: js/ui/status/thunderbolt.js:350
msgid "Unknown Thunderbolt device" msgid "Unknown Thunderbolt device"
msgstr "Périphérique Thunderbolt inconnu" msgstr "Périphérique Thunderbolt inconnu"
#: js/ui/status/thunderbolt.js:355 #: js/ui/status/thunderbolt.js:351
msgid "" msgid ""
"New device has been detected while you were away. Please disconnect and " "New device has been detected while you were away. Please disconnect and "
"reconnect the device to start using it." "reconnect the device to start using it."
@@ -2040,19 +2028,24 @@ msgstr ""
"Un nouveau périphérique a été détecté pendant votre absence. Veuillez le " "Un nouveau périphérique a été détecté pendant votre absence. Veuillez le "
"débrancher et rebrancher avant de commencer à lutiliser" "débrancher et rebrancher avant de commencer à lutiliser"
#: js/ui/status/thunderbolt.js:360 #: js/ui/status/thunderbolt.js:356
msgid "Thunderbolt authorization error" msgid "Thunderbolt authorization error"
msgstr "Erreur dautorisation Thunderbolt" msgstr "Erreur dautorisation Thunderbolt"
#: js/ui/status/thunderbolt.js:361 #: js/ui/status/thunderbolt.js:357
#, javascript-format #, javascript-format
#| msgid "Could not authorize the thunderbolt device: %s"
msgid "Could not authorize the Thunderbolt device: %s" msgid "Could not authorize the Thunderbolt device: %s"
msgstr "Impossible dautoriser le périphérique Thunderbolt : %s" msgstr "Impossible dautoriser le périphérique Thunderbolt : %s"
#: js/ui/status/volume.js:135 #: js/ui/status/volume.js:128
msgid "Volume changed" msgid "Volume changed"
msgstr "Volume modifié" msgstr "Volume modifié"
#: js/ui/status/volume.js:170
msgid "Volume"
msgstr "Volume"
#. Translators: this is for display mirroring i.e. cloning. #. Translators: this is for display mirroring i.e. cloning.
#. * Try to keep it under around 15 characters. #. * Try to keep it under around 15 characters.
#. #.
@@ -2102,22 +2095,22 @@ msgstr "Recherche"
msgid "“%s” is ready" msgid "“%s” is ready"
msgstr "« %s » est prêt" msgstr "« %s » est prêt"
#: js/ui/windowManager.js:74 #: js/ui/windowManager.js:72
msgid "Do you want to keep these display settings?" msgid "Do you want to keep these display settings?"
msgstr "Voulez-vous conserver ces paramètres daffichage ?" msgstr "Voulez-vous conserver ces paramètres daffichage ?"
#. Translators: this and the following message should be limited in lenght, #. Translators: this and the following message should be limited in lenght,
#. to avoid ellipsizing the labels. #. to avoid ellipsizing the labels.
#. #.
#: js/ui/windowManager.js:86 #: js/ui/windowManager.js:84
msgid "Revert Settings" msgid "Revert Settings"
msgstr "Restaurer les paramètres" msgstr "Restaurer les paramètres"
#: js/ui/windowManager.js:89 #: js/ui/windowManager.js:87
msgid "Keep Changes" msgid "Keep Changes"
msgstr "Conserver les modifications" msgstr "Conserver les modifications"
#: js/ui/windowManager.js:107 #: js/ui/windowManager.js:105
#, javascript-format #, javascript-format
msgid "Settings changes will revert in %d second" msgid "Settings changes will revert in %d second"
msgid_plural "Settings changes will revert in %d seconds" msgid_plural "Settings changes will revert in %d seconds"
@@ -2126,7 +2119,7 @@ msgstr[1] "Les paramètres seront restaurés dans %d secondes"
#. Translators: This represents the size of a window. The first number is #. Translators: This represents the size of a window. The first number is
#. * the width of the window and the second is the height. #. * the width of the window and the second is the height.
#: js/ui/windowManager.js:689 #: js/ui/windowManager.js:660
#, javascript-format #, javascript-format
msgid "%d × %d" msgid "%d × %d"
msgstr "%d × %d" msgstr "%d × %d"
@@ -2179,19 +2172,19 @@ msgstr "Déplacer vers lespace de travail supérieur"
msgid "Move to Workspace Down" msgid "Move to Workspace Down"
msgstr "Déplacer vers lespace de travail inférieur" msgstr "Déplacer vers lespace de travail inférieur"
#: js/ui/windowMenu.js:139 #: js/ui/windowMenu.js:140
msgid "Move to Monitor Up" msgid "Move to Monitor Up"
msgstr "Déplacer vers lécran du haut" msgstr "Déplacer vers lécran du haut"
#: js/ui/windowMenu.js:148 #: js/ui/windowMenu.js:149
msgid "Move to Monitor Down" msgid "Move to Monitor Down"
msgstr "Déplacer vers lécran du bas" msgstr "Déplacer vers lécran du bas"
#: js/ui/windowMenu.js:157 #: js/ui/windowMenu.js:158
msgid "Move to Monitor Left" msgid "Move to Monitor Left"
msgstr "Déplacer vers lécran de gauche" msgstr "Déplacer vers lécran de gauche"
#: js/ui/windowMenu.js:166 #: js/ui/windowMenu.js:167
msgid "Move to Monitor Right" msgid "Move to Monitor Right"
msgstr "Déplacer vers lécran de droite" msgstr "Déplacer vers lécran de droite"
@@ -2204,29 +2197,29 @@ msgstr "Agenda dEvolution"
msgid "evolution" msgid "evolution"
msgstr "evolution" msgstr "evolution"
#: src/main.c:410 #: src/main.c:432
msgid "Print version" msgid "Print version"
msgstr "Affiche la version" msgstr "Affiche la version"
#: src/main.c:416 #: src/main.c:438
msgid "Mode used by GDM for login screen" msgid "Mode used by GDM for login screen"
msgstr "Mode utilisé par GDM pour lécran de connexion" msgstr "Mode utilisé par GDM pour lécran de connexion"
#: src/main.c:422 #: src/main.c:444
msgid "Use a specific mode, e.g. “gdm” for login screen" msgid "Use a specific mode, e.g. “gdm” for login screen"
msgstr "" msgstr ""
"Utiliser un mode particulier, par ex. « gdm » pour lécran de connexion" "Utiliser un mode particulier, par ex. « gdm » pour lécran de connexion"
#: src/main.c:428 #: src/main.c:450
msgid "List possible modes" msgid "List possible modes"
msgstr "Lister les modes possibles" msgstr "Lister les modes possibles"
#: src/shell-app.c:272 #: src/shell-app.c:270
msgctxt "program" msgctxt "program"
msgid "Unknown" msgid "Unknown"
msgstr "Inconnu" msgstr "Inconnu"
#: src/shell-app.c:523 #: src/shell-app.c:511
#, c-format #, c-format
msgid "Failed to launch “%s”" msgid "Failed to launch “%s”"
msgstr "Impossible de lancer « %s »" msgstr "Impossible de lancer « %s »"

232
po/fur.po
View File

@@ -7,15 +7,15 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: video-subtitles master\n" "Project-Id-Version: video-subtitles master\n"
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell/issues\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell/issues\n"
"POT-Creation-Date: 2018-08-01 18:08+0000\n" "POT-Creation-Date: 2018-04-13 19:54+0000\n"
"PO-Revision-Date: 2018-08-08 06:58+0200\n" "PO-Revision-Date: 2018-04-23 21:41+0200\n"
"Last-Translator: Fabio Tomat <f.t.public@gmail.com>\n" "Last-Translator: Fabio Tomat <f.t.public@gmail.com>\n"
"Language-Team: Friulian <fur@li.org>\n" "Language-Team: Friulian <fur@li.org>\n"
"Language: fur\n" "Language: fur\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.0.7\n" "X-Generator: Poedit 2.0.6\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/50-gnome-shell-system.xml:6 #: data/50-gnome-shell-system.xml:6
@@ -286,36 +286,36 @@ msgstr ""
"Se vêr, nome i barcons dal spazi di lavôr curint a vegnin mostrâts intal " "Se vêr, nome i barcons dal spazi di lavôr curint a vegnin mostrâts intal "
"seletôr. Se no, ducj i barcons a vegnin includûts." "seletôr. Se no, ducj i barcons a vegnin includûts."
#: data/org.gnome.shell.gschema.xml.in:198 #: data/org.gnome.shell.gschema.xml.in:197
msgid "Attach modal dialog to the parent window" msgid "Attach modal dialog to the parent window"
msgstr "Lee il barcon modâl al barcon gjenitôr" msgstr "Lee il barcon modâl al barcon gjenitôr"
#: data/org.gnome.shell.gschema.xml.in:199 #: data/org.gnome.shell.gschema.xml.in:198
#: data/org.gnome.shell.gschema.xml.in:208 #: data/org.gnome.shell.gschema.xml.in:207
#: data/org.gnome.shell.gschema.xml.in:216 #: data/org.gnome.shell.gschema.xml.in:215
#: data/org.gnome.shell.gschema.xml.in:224 #: data/org.gnome.shell.gschema.xml.in:223
#: data/org.gnome.shell.gschema.xml.in:232 #: data/org.gnome.shell.gschema.xml.in:231
msgid "" msgid ""
"This key overrides the key in org.gnome.mutter when running GNOME Shell." "This key overrides the key in org.gnome.mutter when running GNOME Shell."
msgstr "" msgstr ""
"Cheste clâf e sorplante chê in org.gnome.mutter cuant che al è in esecuzion " "Cheste clâf e sorplante chê in org.gnome.mutter cuant che al è in esecuzion "
"GNOME Shell." "GNOME Shell."
#: data/org.gnome.shell.gschema.xml.in:207 #: data/org.gnome.shell.gschema.xml.in:206
msgid "Enable edge tiling when dropping windows on screen edges" msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "" msgstr ""
"Abilite la tasseladure sul ôr cuant che si strissine i barcons tal ôr dal " "Abilite la tasseladure sul ôr cuant che si strissine i barcons tal ôr dal "
"visôr" "visôr"
#: data/org.gnome.shell.gschema.xml.in:215 #: data/org.gnome.shell.gschema.xml.in:214
msgid "Workspaces are managed dynamically" msgid "Workspaces are managed dynamically"
msgstr "I spazis di vore a son ministrât in maniere dinamiche" msgstr "I spazis di vore a son ministrât in maniere dinamiche"
#: data/org.gnome.shell.gschema.xml.in:223 #: data/org.gnome.shell.gschema.xml.in:222
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Spazis di lavôr dome sul visôr principâl" msgstr "Spazis di lavôr dome sul visôr principâl"
#: data/org.gnome.shell.gschema.xml.in:231 #: data/org.gnome.shell.gschema.xml.in:230
msgid "Delay focus changes in mouse mode until the pointer stops moving" msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr "" msgstr ""
"Tardâ il cambiament dal focus te modalitât mouse fintant che il pontadôr no " "Tardâ il cambiament dal focus te modalitât mouse fintant che il pontadôr no "
@@ -358,20 +358,20 @@ msgctxt "button"
msgid "Sign In" msgid "Sign In"
msgstr "Jentre" msgstr "Jentre"
#: js/gdm/loginDialog.js:319 #: js/gdm/loginDialog.js:315
msgid "Choose Session" msgid "Choose Session"
msgstr "Selezione Session" msgstr "Selezione Session"
#. translators: this message is shown below the user list on the #. translators: this message is shown below the user list on the
#. login screen. It can be activated to reveal an entry for #. login screen. It can be activated to reveal an entry for
#. manually entering the username. #. manually entering the username.
#: js/gdm/loginDialog.js:462 #: js/gdm/loginDialog.js:458
msgid "Not listed?" msgid "Not listed?"
msgstr "No in liste?" msgstr "No in liste?"
#. Translators: this message is shown below the username entry field #. Translators: this message is shown below the username entry field
#. to clue the user in on how to login to the local network realm #. to clue the user in on how to login to the local network realm
#: js/gdm/loginDialog.js:891 #: js/gdm/loginDialog.js:887
#, javascript-format #, javascript-format
msgid "(e.g., user or %s)" msgid "(e.g., user or %s)"
msgstr "(p.e., utent o %s)" msgstr "(p.e., utent o %s)"
@@ -379,12 +379,12 @@ msgstr "(p.e., utent o %s)"
#. TTLS and PEAP are actually much more complicated, but this complication #. TTLS and PEAP are actually much more complicated, but this complication
#. is not visible here since we only care about phase2 authentication #. is not visible here since we only care about phase2 authentication
#. (and don't even care of which one) #. (and don't even care of which one)
#: js/gdm/loginDialog.js:896 js/ui/components/networkAgent.js:243 #: js/gdm/loginDialog.js:892 js/ui/components/networkAgent.js:243
#: js/ui/components/networkAgent.js:261 #: js/ui/components/networkAgent.js:261
msgid "Username: " msgid "Username: "
msgstr "Non utent:" msgstr "Non utent:"
#: js/gdm/loginDialog.js:1234 #: js/gdm/loginDialog.js:1228
msgid "Login Window" msgid "Login Window"
msgstr "Barcon di acès" msgstr "Barcon di acès"
@@ -397,7 +397,7 @@ msgstr "Erôr di autenticazion"
#. as a cue to display our own message. #. as a cue to display our own message.
#. Translators: this message is shown below the password entry field #. Translators: this message is shown below the password entry field
#. to indicate the user can swipe their finger instead #. to indicate the user can swipe their finger instead
#: js/gdm/util.js:485 #: js/gdm/util.js:482
msgid "(or swipe finger)" msgid "(or swipe finger)"
msgstr "(o passe cul dêt)" msgstr "(o passe cul dêt)"
@@ -638,23 +638,23 @@ msgstr "Dispès"
msgid "All" msgid "All"
msgstr "Dutis" msgstr "Dutis"
#: js/ui/appDisplay.js:1890 #: js/ui/appDisplay.js:1886
msgid "New Window" msgid "New Window"
msgstr "Gnûf barcon" msgstr "Gnûf barcon"
#: js/ui/appDisplay.js:1904 #: js/ui/appDisplay.js:1900
msgid "Launch using Dedicated Graphics Card" msgid "Launch using Dedicated Graphics Card"
msgstr "Invie doprant une schede grafiche dedicade" msgstr "Invie doprant une schede grafiche dedicade"
#: js/ui/appDisplay.js:1931 js/ui/dash.js:285 #: js/ui/appDisplay.js:1927 js/ui/dash.js:285
msgid "Remove from Favorites" msgid "Remove from Favorites"
msgstr "Gjave dai preferîts" msgstr "Gjave dai preferîts"
#: js/ui/appDisplay.js:1937 #: js/ui/appDisplay.js:1933
msgid "Add to Favorites" msgid "Add to Favorites"
msgstr "Zonte tai preferîts" msgstr "Zonte tai preferîts"
#: js/ui/appDisplay.js:1947 #: js/ui/appDisplay.js:1943
msgid "Show Details" msgid "Show Details"
msgstr "Mostre Detais" msgstr "Mostre Detais"
@@ -684,7 +684,7 @@ msgstr "Cufis"
msgid "Headset" msgid "Headset"
msgstr "Cufis cun microfon" msgstr "Cufis cun microfon"
#: js/ui/audioDeviceSelection.js:82 js/ui/status/volume.js:255 #: js/ui/audioDeviceSelection.js:82 js/ui/status/volume.js:221
msgid "Microphone" msgid "Microphone"
msgstr "Microfon" msgstr "Microfon"
@@ -696,7 +696,7 @@ msgstr "Cambie sfont…"
msgid "Display Settings" msgid "Display Settings"
msgstr "Impostazions visôr" msgstr "Impostazions visôr"
#: js/ui/backgroundMenu.js:22 #: js/ui/backgroundMenu.js:22 js/ui/status/system.js:264
msgid "Settings" msgid "Settings"
msgstr "Impostazions" msgstr "Impostazions"
@@ -801,35 +801,35 @@ msgctxt "event list time"
msgid "All Day" msgid "All Day"
msgstr "Dut il dì" msgstr "Dut il dì"
#: js/ui/calendar.js:866 #: js/ui/calendar.js:864
msgctxt "calendar heading" msgctxt "calendar heading"
msgid "%A, %B %d" msgid "%A, %B %d"
msgstr "%A, %d di %B" msgstr "%A, %d di %B"
#: js/ui/calendar.js:870 #: js/ui/calendar.js:868
msgctxt "calendar heading" msgctxt "calendar heading"
msgid "%A, %B %d, %Y" msgid "%A, %B %d, %Y"
msgstr "%A, %d di %B dal %Y" msgstr "%A, %d di %B dal %Y"
#: js/ui/calendar.js:1100 #: js/ui/calendar.js:1086
msgid "No Notifications" msgid "No Notifications"
msgstr "Nissune notifiche" msgstr "Nissune notifiche"
#: js/ui/calendar.js:1103 #: js/ui/calendar.js:1089
msgid "No Events" msgid "No Events"
msgstr "Nissun event" msgstr "Nissun event"
#: js/ui/calendar.js:1131 #: js/ui/calendar.js:1117
msgid "Clear All" msgid "Clear All"
msgstr "Nete dut" msgstr "Nete dut"
#. Translators: %s is an application name #. Translators: %s is an application name
#: js/ui/closeDialog.js:47 #: js/ui/closeDialog.js:44
#, javascript-format #, javascript-format
msgid "“%s” is not responding." msgid "“%s” is not responding."
msgstr "“%s” nol rispuint." msgstr "“%s” nol rispuint."
#: js/ui/closeDialog.js:48 #: js/ui/closeDialog.js:45
msgid "" msgid ""
"You may choose to wait a short while for it to continue or force the " "You may choose to wait a short while for it to continue or force the "
"application to quit entirely." "application to quit entirely."
@@ -837,11 +837,11 @@ msgstr ""
"Si pues sielzi di spietâ un tic che al continui o sfuarçâ la aplicazion a " "Si pues sielzi di spietâ un tic che al continui o sfuarçâ la aplicazion a "
"jessî dal dut." "jessî dal dut."
#: js/ui/closeDialog.js:64 #: js/ui/closeDialog.js:61
msgid "Force Quit" msgid "Force Quit"
msgstr "Sfuarce jessude" msgstr "Sfuarce jessude"
#: js/ui/closeDialog.js:67 #: js/ui/closeDialog.js:64
msgid "Wait" msgid "Wait"
msgstr "Spiete" msgstr "Spiete"
@@ -858,7 +858,7 @@ msgstr "Dispositîf esterni distacât"
msgid "Open with %s" msgid "Open with %s"
msgstr "Vierç cun %s" msgstr "Vierç cun %s"
#: js/ui/components/keyring.js:107 js/ui/components/polkitAgent.js:297 #: js/ui/components/keyring.js:107 js/ui/components/polkitAgent.js:295
msgid "Password:" msgid "Password:"
msgstr "Password:" msgstr "Password:"
@@ -895,11 +895,11 @@ msgstr "Password di clâf privade:"
msgid "Service: " msgid "Service: "
msgstr "Servizi:" msgstr "Servizi:"
#: js/ui/components/networkAgent.js:292 js/ui/components/networkAgent.js:664 #: js/ui/components/networkAgent.js:292 js/ui/components/networkAgent.js:659
msgid "Authentication required by wireless network" msgid "Authentication required by wireless network"
msgstr "La rêt cence fîl e domande autenticazion" msgstr "La rêt cence fîl e domande autenticazion"
#: js/ui/components/networkAgent.js:293 js/ui/components/networkAgent.js:665 #: js/ui/components/networkAgent.js:293 js/ui/components/networkAgent.js:660
#, javascript-format #, javascript-format
msgid "" msgid ""
"Passwords or encryption keys are required to access the wireless network " "Passwords or encryption keys are required to access the wireless network "
@@ -908,7 +908,7 @@ msgstr ""
"Si scugne meti une password o une clâf di cifradure par jentrâ te rêt cence " "Si scugne meti une password o une clâf di cifradure par jentrâ te rêt cence "
"fîl \"%s\"." "fîl \"%s\"."
#: js/ui/components/networkAgent.js:297 js/ui/components/networkAgent.js:668 #: js/ui/components/networkAgent.js:297 js/ui/components/networkAgent.js:663
msgid "Wired 802.1X authentication" msgid "Wired 802.1X authentication"
msgstr "Autenticazion vie fîl 802.1X" msgstr "Autenticazion vie fîl 802.1X"
@@ -916,15 +916,15 @@ msgstr "Autenticazion vie fîl 802.1X"
msgid "Network name: " msgid "Network name: "
msgstr "Non rêt:" msgstr "Non rêt:"
#: js/ui/components/networkAgent.js:304 js/ui/components/networkAgent.js:672 #: js/ui/components/networkAgent.js:304 js/ui/components/networkAgent.js:667
msgid "DSL authentication" msgid "DSL authentication"
msgstr "Autenticazion DSL" msgstr "Autenticazion DSL"
#: js/ui/components/networkAgent.js:311 js/ui/components/networkAgent.js:678 #: js/ui/components/networkAgent.js:311 js/ui/components/networkAgent.js:673
msgid "PIN code required" msgid "PIN code required"
msgstr "Si pretint un codiç PIN" msgstr "Si pretint un codiç PIN"
#: js/ui/components/networkAgent.js:312 js/ui/components/networkAgent.js:679 #: js/ui/components/networkAgent.js:312 js/ui/components/networkAgent.js:674
msgid "PIN code is needed for the mobile broadband device" msgid "PIN code is needed for the mobile broadband device"
msgstr "Si scugne meti un codiç PIN pal dispositîf a bande largje mobil" msgstr "Si scugne meti un codiç PIN pal dispositîf a bande largje mobil"
@@ -932,17 +932,17 @@ msgstr "Si scugne meti un codiç PIN pal dispositîf a bande largje mobil"
msgid "PIN: " msgid "PIN: "
msgstr "PIN: " msgstr "PIN: "
#: js/ui/components/networkAgent.js:320 js/ui/components/networkAgent.js:685 #: js/ui/components/networkAgent.js:320 js/ui/components/networkAgent.js:680
msgid "Mobile broadband network password" msgid "Mobile broadband network password"
msgstr "Passowrd rêt mobil a bande largje" msgstr "Passowrd rêt mobil a bande largje"
#: js/ui/components/networkAgent.js:321 js/ui/components/networkAgent.js:669 #: js/ui/components/networkAgent.js:321 js/ui/components/networkAgent.js:664
#: js/ui/components/networkAgent.js:673 js/ui/components/networkAgent.js:686 #: js/ui/components/networkAgent.js:668 js/ui/components/networkAgent.js:681
#, javascript-format #, javascript-format
msgid "A password is required to connect to “%s”." msgid "A password is required to connect to “%s”."
msgstr "A covente une password par tacâsi a '%s'." msgstr "A covente une password par tacâsi a '%s'."
#: js/ui/components/networkAgent.js:653 js/ui/status/network.js:1704 #: js/ui/components/networkAgent.js:648 js/ui/status/network.js:1691
msgid "Network Manager" msgid "Network Manager"
msgstr "Ministradôr di rêt" msgstr "Ministradôr di rêt"
@@ -962,7 +962,7 @@ msgstr "Autentiche"
#. * requested authentication was not gained; this can happen #. * requested authentication was not gained; this can happen
#. * because of an authentication error (like invalid password), #. * because of an authentication error (like invalid password),
#. * for instance. #. * for instance.
#: js/ui/components/polkitAgent.js:283 js/ui/shellMountOperation.js:327 #: js/ui/components/polkitAgent.js:281 js/ui/shellMountOperation.js:327
msgid "Sorry, that didnt work. Please try again." msgid "Sorry, that didnt work. Please try again."
msgstr "Mi displâs, no je lade drete. Prove di gnûf." msgstr "Mi displâs, no je lade drete. Prove di gnûf."
@@ -1294,13 +1294,13 @@ msgid "Leave On"
msgstr "Lasse ativât" msgstr "Lasse ativât"
#: js/ui/kbdA11yDialog.js:59 js/ui/status/bluetooth.js:143 #: js/ui/kbdA11yDialog.js:59 js/ui/status/bluetooth.js:143
#: js/ui/status/network.js:1294 #: js/ui/status/network.js:1281
msgid "Turn On" msgid "Turn On"
msgstr "Impie" msgstr "Impie"
#: js/ui/kbdA11yDialog.js:67 js/ui/status/bluetooth.js:143 #: js/ui/kbdA11yDialog.js:67 js/ui/status/bluetooth.js:143
#: js/ui/status/network.js:154 js/ui/status/network.js:337 #: js/ui/status/network.js:154 js/ui/status/network.js:337
#: js/ui/status/network.js:1294 js/ui/status/network.js:1409 #: js/ui/status/network.js:1281 js/ui/status/network.js:1396
#: js/ui/status/nightLight.js:47 js/ui/status/rfkill.js:90 #: js/ui/status/nightLight.js:47 js/ui/status/rfkill.js:90
#: js/ui/status/rfkill.js:117 #: js/ui/status/rfkill.js:117
msgid "Turn Off" msgid "Turn Off"
@@ -1362,7 +1362,7 @@ msgstr "Viôt sorzint"
msgid "Web Page" msgid "Web Page"
msgstr "Pagjine Web" msgstr "Pagjine Web"
#: js/ui/messageTray.js:1495 #: js/ui/messageTray.js:1493
msgid "System Information" msgid "System Information"
msgstr "Informazion di sisteme" msgstr "Informazion di sisteme"
@@ -1374,10 +1374,6 @@ msgstr "Artist no cognossût"
msgid "Unknown title" msgid "Unknown title"
msgstr "Titul no cognossût" msgstr "Titul no cognossût"
#: js/ui/osdWindow.js:32 js/ui/status/volume.js:204
msgid "Volume"
msgstr "Volum"
#: js/ui/overview.js:83 #: js/ui/overview.js:83
msgid "Undo" msgid "Undo"
msgstr "Anule" msgstr "Anule"
@@ -1420,43 +1416,43 @@ msgstr "Assegne batidure"
msgid "Done" msgid "Done"
msgstr "Fat" msgstr "Fat"
#: js/ui/padOsd.js:742 #: js/ui/padOsd.js:740
msgid "Edit…" msgid "Edit…"
msgstr "Modifiche…" msgstr "Modifiche…"
# masculin o feminin # masculin o feminin
#: js/ui/padOsd.js:784 js/ui/padOsd.js:889 #: js/ui/padOsd.js:782 js/ui/padOsd.js:887
msgid "None" msgid "None"
msgstr "Nissune" msgstr "Nissune"
#: js/ui/padOsd.js:843 #: js/ui/padOsd.js:841
msgid "Press a button to configure" msgid "Press a button to configure"
msgstr "Frache un boton par configurâ" msgstr "Frache un boton par configurâ"
#: js/ui/padOsd.js:844 #: js/ui/padOsd.js:842
msgid "Press Esc to exit" msgid "Press Esc to exit"
msgstr "Frache Esc par jessî" msgstr "Frache Esc par jessî"
#: js/ui/padOsd.js:847 #: js/ui/padOsd.js:845
msgid "Press any key to exit" msgid "Press any key to exit"
msgstr "Frache un tast par jessî" msgstr "Frache un tast par jessî"
#: js/ui/panel.js:356 #: js/ui/panel.js:355
msgid "Quit" msgid "Quit"
msgstr "Jes" msgstr "Jes"
#. Translators: If there is no suitable word for "Activities" #. Translators: If there is no suitable word for "Activities"
#. in your language, you can use the word for "Overview". #. in your language, you can use the word for "Overview".
#: js/ui/panel.js:412 #: js/ui/panel.js:411
msgid "Activities" msgid "Activities"
msgstr "Ativitâts" msgstr "Ativitâts"
#: js/ui/panel.js:693 #: js/ui/panel.js:692
msgctxt "System menu in the top bar" msgctxt "System menu in the top bar"
msgid "System" msgid "System"
msgstr "Sisteme" msgstr "Sisteme"
#: js/ui/panel.js:816 #: js/ui/panel.js:811
msgid "Top Bar" msgid "Top Bar"
msgstr "Sbare parsore" msgstr "Sbare parsore"
@@ -1465,24 +1461,24 @@ msgstr "Sbare parsore"
#. "ON" and "OFF") or "toggle-switch-intl" (for toggle #. "ON" and "OFF") or "toggle-switch-intl" (for toggle
#. switches containing "◯" and "|"). Other values will #. switches containing "◯" and "|"). Other values will
#. simply result in invisible toggle switches. #. simply result in invisible toggle switches.
#: js/ui/popupMenu.js:300 #: js/ui/popupMenu.js:291
msgid "toggle-switch-us" msgid "toggle-switch-us"
msgstr "toggle-switch-intl" msgstr "toggle-switch-intl"
#: js/ui/runDialog.js:74 #: js/ui/runDialog.js:70
msgid "Enter a Command" msgid "Enter a Command"
msgstr "Scrîf un comant" msgstr "Scrîf un comant"
#: js/ui/runDialog.js:114 js/ui/windowMenu.js:174 #: js/ui/runDialog.js:110 js/ui/windowMenu.js:175
msgid "Close" msgid "Close"
msgstr "Siere" msgstr "Siere"
# torne invie o torne tache # torne invie o torne tache
#: js/ui/runDialog.js:278 #: js/ui/runDialog.js:273
msgid "Restart is not available on Wayland" msgid "Restart is not available on Wayland"
msgstr "Il tornâ a tacâ nol è disponibil in Wayland" msgstr "Il tornâ a tacâ nol è disponibil in Wayland"
#: js/ui/runDialog.js:283 #: js/ui/runDialog.js:278
msgid "Restarting…" msgid "Restarting…"
msgstr "Daûr a tornâ a inviâ…" msgstr "Daûr a tornâ a inviâ…"
@@ -1506,7 +1502,7 @@ msgid_plural "%d new notifications"
msgstr[0] "%d gnove notifiche" msgstr[0] "%d gnove notifiche"
msgstr[1] "%d gnovis modifichis" msgstr[1] "%d gnovis modifichis"
#: js/ui/screenShield.js:451 js/ui/status/system.js:294 #: js/ui/screenShield.js:451 js/ui/status/system.js:283
msgid "Lock" msgid "Lock"
msgstr "Bloche" msgstr "Bloche"
@@ -1690,7 +1686,7 @@ msgid "<unknown>"
msgstr "<no cognossût>" msgstr "<no cognossût>"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:441 js/ui/status/network.js:1323 #: js/ui/status/network.js:441 js/ui/status/network.js:1310
#, javascript-format #, javascript-format
msgid "%s Off" msgid "%s Off"
msgstr "%s distudât" msgstr "%s distudât"
@@ -1716,7 +1712,7 @@ msgid "%s Disconnecting"
msgstr "%s daûr a disconeti" msgstr "%s daûr a disconeti"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:459 js/ui/status/network.js:1315 #: js/ui/status/network.js:459 js/ui/status/network.js:1302
#, javascript-format #, javascript-format
msgid "%s Connecting" msgid "%s Connecting"
msgstr "%s in conession" msgstr "%s in conession"
@@ -1756,7 +1752,7 @@ msgid "Mobile Broadband Settings"
msgstr "Impostazions bande largje mobil" msgstr "Impostazions bande largje mobil"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:578 js/ui/status/network.js:1320 #: js/ui/status/network.js:578 js/ui/status/network.js:1307
#, javascript-format #, javascript-format
msgid "%s Hardware Disabled" msgid "%s Hardware Disabled"
msgstr "%s disabilitât vie hardware " msgstr "%s disabilitât vie hardware "
@@ -1812,81 +1808,81 @@ msgstr "Nissune rêt"
msgid "Use hardware switch to turn off" msgid "Use hardware switch to turn off"
msgstr "Dopre interutôr fisic par distudâ" msgstr "Dopre interutôr fisic par distudâ"
#: js/ui/status/network.js:1186 #: js/ui/status/network.js:1173
msgid "Select Network" msgid "Select Network"
msgstr "Selezione rêt" msgstr "Selezione rêt"
#: js/ui/status/network.js:1192 #: js/ui/status/network.js:1179
msgid "Wi-Fi Settings" msgid "Wi-Fi Settings"
msgstr "Impostazions Wi-Fi" msgstr "Impostazions Wi-Fi"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:1311 #: js/ui/status/network.js:1298
#, javascript-format #, javascript-format
msgid "%s Hotspot Active" msgid "%s Hotspot Active"
msgstr "Hotspot %s atîf" msgstr "Hotspot %s atîf"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:1326 #: js/ui/status/network.js:1313
#, javascript-format #, javascript-format
msgid "%s Not Connected" msgid "%s Not Connected"
msgstr "%s distacât" msgstr "%s distacât"
#: js/ui/status/network.js:1426 #: js/ui/status/network.js:1413
msgid "connecting…" msgid "connecting…"
msgstr "daûr a coneti…" msgstr "daûr a coneti…"
#. Translators: this is for network connections that require some kind of key or password #. Translators: this is for network connections that require some kind of key or password
#: js/ui/status/network.js:1429 #: js/ui/status/network.js:1416
msgid "authentication required" msgid "authentication required"
msgstr "autenticazion necessarie" msgstr "autenticazion necessarie"
#: js/ui/status/network.js:1431 #: js/ui/status/network.js:1418
msgid "connection failed" msgid "connection failed"
msgstr "conession falide" msgstr "conession falide"
#: js/ui/status/network.js:1485 #: js/ui/status/network.js:1472
msgid "VPN Settings" msgid "VPN Settings"
msgstr "Impostazions VPN" msgstr "Impostazions VPN"
#: js/ui/status/network.js:1498 #: js/ui/status/network.js:1485
msgid "VPN" msgid "VPN"
msgstr "VPN" msgstr "VPN"
#: js/ui/status/network.js:1508 #: js/ui/status/network.js:1495
msgid "VPN Off" msgid "VPN Off"
msgstr "VPN distudât" msgstr "VPN distudât"
#: js/ui/status/network.js:1572 js/ui/status/rfkill.js:93 #: js/ui/status/network.js:1559 js/ui/status/rfkill.js:93
msgid "Network Settings" msgid "Network Settings"
msgstr "Impostazions rêt" msgstr "Impostazions rêt"
#: js/ui/status/network.js:1601 #: js/ui/status/network.js:1588
#, javascript-format #, javascript-format
msgid "%s Wired Connection" msgid "%s Wired Connection"
msgid_plural "%s Wired Connections" msgid_plural "%s Wired Connections"
msgstr[0] "%s conession cablade" msgstr[0] "%s conession cablade"
msgstr[1] "%s conessions cabladis" msgstr[1] "%s conessions cabladis"
#: js/ui/status/network.js:1605 #: js/ui/status/network.js:1592
#, javascript-format #, javascript-format
msgid "%s Wi-Fi Connection" msgid "%s Wi-Fi Connection"
msgid_plural "%s Wi-Fi Connections" msgid_plural "%s Wi-Fi Connections"
msgstr[0] "%s conession cence fîi" msgstr[0] "%s conession cence fîi"
msgstr[1] "%s conessions cence fîi" msgstr[1] "%s conessions cence fîi"
#: js/ui/status/network.js:1609 #: js/ui/status/network.js:1596
#, javascript-format #, javascript-format
msgid "%s Modem Connection" msgid "%s Modem Connection"
msgid_plural "%s Modem Connections" msgid_plural "%s Modem Connections"
msgstr[0] "%s conession modem" msgstr[0] "%s conession modem"
msgstr[1] "%s conessions modem" msgstr[1] "%s conessions modem"
#: js/ui/status/network.js:1741 #: js/ui/status/network.js:1728
msgid "Connection failed" msgid "Connection failed"
msgstr "Conession falide" msgstr "Conession falide"
#: js/ui/status/network.js:1742 #: js/ui/status/network.js:1729
msgid "Activation of network connection failed" msgid "Activation of network connection failed"
msgstr "Ativazion de conession di rêt falide" msgstr "Ativazion de conession di rêt falide"
@@ -1937,14 +1933,6 @@ msgstr "%d%02d par jessi plene (%d%%)"
msgid "%d%%" msgid "%d%%"
msgstr "%d%%" msgstr "%d%%"
#: js/ui/status/remoteAccess.js:46
msgid "Screen is Being Shared"
msgstr "Il schermi al è condividût"
#: js/ui/status/remoteAccess.js:48
msgid "Turn off"
msgstr "Distude"
#. The menu only appears when airplane mode is on, so just #. The menu only appears when airplane mode is on, so just
#. statically build it as if it was on, rather than dynamically #. statically build it as if it was on, rather than dynamically
#. changing the menu contents. #. changing the menu contents.
@@ -1964,28 +1952,28 @@ msgstr "Jes"
msgid "Account Settings" msgid "Account Settings"
msgstr "Impostazions account" msgstr "Impostazions account"
#: js/ui/status/system.js:279 #: js/ui/status/system.js:268
msgid "Orientation Lock" msgid "Orientation Lock"
msgstr "Bloc Orientament" msgstr "Bloc Orientament"
#: js/ui/status/system.js:305 #: js/ui/status/system.js:294
msgid "Suspend" msgid "Suspend"
msgstr "Sospindi" msgstr "Sospindi"
#: js/ui/status/system.js:315 #: js/ui/status/system.js:304
msgid "Power Off" msgid "Power Off"
msgstr "Distude" msgstr "Distude"
#: js/ui/status/thunderbolt.js:298 #: js/ui/status/thunderbolt.js:294
msgid "Thunderbolt" msgid "Thunderbolt"
msgstr "Thunderbolt" msgstr "Thunderbolt"
#. we are done #. we are done
#: js/ui/status/thunderbolt.js:354 #: js/ui/status/thunderbolt.js:350
msgid "Unknown Thunderbolt device" msgid "Unknown Thunderbolt device"
msgstr "Dispositîf Thunderbolt no cognossût" msgstr "Dispositîf Thunderbolt no cognossût"
#: js/ui/status/thunderbolt.js:355 #: js/ui/status/thunderbolt.js:351
msgid "" msgid ""
"New device has been detected while you were away. Please disconnect and " "New device has been detected while you were away. Please disconnect and "
"reconnect the device to start using it." "reconnect the device to start using it."
@@ -1993,19 +1981,23 @@ msgstr ""
"Un gnûf dispositîf al è stât rilevât intant che tu jeris vie. Par plasê " "Un gnûf dispositîf al è stât rilevât intant che tu jeris vie. Par plasê "
"disconet e torne conet il dispositîf par tacâ a doprâlu." "disconet e torne conet il dispositîf par tacâ a doprâlu."
#: js/ui/status/thunderbolt.js:360 #: js/ui/status/thunderbolt.js:356
msgid "Thunderbolt authorization error" msgid "Thunderbolt authorization error"
msgstr "Erôr di autorizazion di Thunderbolt" msgstr "Erôr di autorizazion di Thunderbolt"
#: js/ui/status/thunderbolt.js:361 #: js/ui/status/thunderbolt.js:357
#, javascript-format #, javascript-format
msgid "Could not authorize the Thunderbolt device: %s" msgid "Could not authorize the Thunderbolt device: %s"
msgstr "Impussibil autorizâ il dispositîf Thunderbolt: %s" msgstr "Impussibil autorizâ il dispositîf Thunderbolt: %s"
#: js/ui/status/volume.js:135 #: js/ui/status/volume.js:128
msgid "Volume changed" msgid "Volume changed"
msgstr "Volum modificât" msgstr "Volum modificât"
#: js/ui/status/volume.js:170
msgid "Volume"
msgstr "Volum"
#. Translators: this is for display mirroring i.e. cloning. #. Translators: this is for display mirroring i.e. cloning.
#. * Try to keep it under around 15 characters. #. * Try to keep it under around 15 characters.
#. #.
@@ -2055,22 +2047,22 @@ msgstr "Cîr"
msgid "“%s” is ready" msgid "“%s” is ready"
msgstr "“%s” al è pront" msgstr "“%s” al è pront"
#: js/ui/windowManager.js:74 #: js/ui/windowManager.js:72
msgid "Do you want to keep these display settings?" msgid "Do you want to keep these display settings?"
msgstr "Vûstu tignî chestis impostazions di visôr?" msgstr "Vûstu tignî chestis impostazions di visôr?"
#. Translators: this and the following message should be limited in lenght, #. Translators: this and the following message should be limited in lenght,
#. to avoid ellipsizing the labels. #. to avoid ellipsizing the labels.
#. #.
#: js/ui/windowManager.js:86 #: js/ui/windowManager.js:84
msgid "Revert Settings" msgid "Revert Settings"
msgstr "Ripristine impostazions" msgstr "Ripristine impostazions"
#: js/ui/windowManager.js:89 #: js/ui/windowManager.js:87
msgid "Keep Changes" msgid "Keep Changes"
msgstr "Ten lis modifichis" msgstr "Ten lis modifichis"
#: js/ui/windowManager.js:107 #: js/ui/windowManager.js:105
#, javascript-format #, javascript-format
msgid "Settings changes will revert in %d second" msgid "Settings changes will revert in %d second"
msgid_plural "Settings changes will revert in %d seconds" msgid_plural "Settings changes will revert in %d seconds"
@@ -2081,7 +2073,7 @@ msgstr[1] ""
#. Translators: This represents the size of a window. The first number is #. Translators: This represents the size of a window. The first number is
#. * the width of the window and the second is the height. #. * the width of the window and the second is the height.
#: js/ui/windowManager.js:689 #: js/ui/windowManager.js:660
#, javascript-format #, javascript-format
msgid "%d × %d" msgid "%d × %d"
msgstr "%d × %d" msgstr "%d × %d"
@@ -2134,19 +2126,19 @@ msgstr "Sposte tal spazi di lavôr Parsore"
msgid "Move to Workspace Down" msgid "Move to Workspace Down"
msgstr "Sposte tal spazi di lavôr Disot" msgstr "Sposte tal spazi di lavôr Disot"
#: js/ui/windowMenu.js:139 #: js/ui/windowMenu.js:140
msgid "Move to Monitor Up" msgid "Move to Monitor Up"
msgstr "Sposte tal visôr parsore" msgstr "Sposte tal visôr parsore"
#: js/ui/windowMenu.js:148 #: js/ui/windowMenu.js:149
msgid "Move to Monitor Down" msgid "Move to Monitor Down"
msgstr "Sposte tal visôr disot" msgstr "Sposte tal visôr disot"
#: js/ui/windowMenu.js:157 #: js/ui/windowMenu.js:158
msgid "Move to Monitor Left" msgid "Move to Monitor Left"
msgstr "Sposte tal visôr a çampe" msgstr "Sposte tal visôr a çampe"
#: js/ui/windowMenu.js:166 #: js/ui/windowMenu.js:167
msgid "Move to Monitor Right" msgid "Move to Monitor Right"
msgstr "Sposte tal visôr a drete" msgstr "Sposte tal visôr a drete"
@@ -2159,28 +2151,28 @@ msgstr "Calendari di Evolution"
msgid "evolution" msgid "evolution"
msgstr "evolution" msgstr "evolution"
#: src/main.c:410 #: src/main.c:432
msgid "Print version" msgid "Print version"
msgstr "Stampe version" msgstr "Stampe version"
#: src/main.c:416 #: src/main.c:438
msgid "Mode used by GDM for login screen" msgid "Mode used by GDM for login screen"
msgstr "Modalitât doprade da GDM pe videade di acès" msgstr "Modalitât doprade da GDM pe videade di acès"
#: src/main.c:422 #: src/main.c:444
msgid "Use a specific mode, e.g. “gdm” for login screen" msgid "Use a specific mode, e.g. “gdm” for login screen"
msgstr "Dopre une modalitât specifiche, par esempli “gdm” pe videade di acès" msgstr "Dopre une modalitât specifiche, par esempli “gdm” pe videade di acès"
#: src/main.c:428 #: src/main.c:450
msgid "List possible modes" msgid "List possible modes"
msgstr "Liste modalitâts pussibilis" msgstr "Liste modalitâts pussibilis"
#: src/shell-app.c:272 #: src/shell-app.c:270
msgctxt "program" msgctxt "program"
msgid "Unknown" msgid "Unknown"
msgstr "No cognossût" msgstr "No cognossût"
#: src/shell-app.c:523 #: src/shell-app.c:511
#, c-format #, c-format
msgid "Failed to launch “%s”" msgid "Failed to launch “%s”"
msgstr "No soi rivât a eseguî '%s'" msgstr "No soi rivât a eseguî '%s'"

160
po/id.po
View File

@@ -9,8 +9,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell master\n" "Project-Id-Version: gnome-shell master\n"
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell/issues\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell/issues\n"
"POT-Creation-Date: 2018-07-24 18:34+0000\n" "POT-Creation-Date: 2018-04-13 19:54+0000\n"
"PO-Revision-Date: 2018-07-25 16:01+0700\n" "PO-Revision-Date: 2018-04-23 13:41+0700\n"
"Last-Translator: Kukuh Syafaat <kukuhsyafaat@gnome.org>\n" "Last-Translator: Kukuh Syafaat <kukuhsyafaat@gnome.org>\n"
"Language-Team: Indonesian <gnome-l10n-id@googlegroups.com>\n" "Language-Team: Indonesian <gnome-l10n-id@googlegroups.com>\n"
"Language: id\n" "Language: id\n"
@@ -360,20 +360,20 @@ msgctxt "button"
msgid "Sign In" msgid "Sign In"
msgstr "Masuk" msgstr "Masuk"
#: js/gdm/loginDialog.js:319 #: js/gdm/loginDialog.js:315
msgid "Choose Session" msgid "Choose Session"
msgstr "Pilih Sesi" msgstr "Pilih Sesi"
#. translators: this message is shown below the user list on the #. translators: this message is shown below the user list on the
#. login screen. It can be activated to reveal an entry for #. login screen. It can be activated to reveal an entry for
#. manually entering the username. #. manually entering the username.
#: js/gdm/loginDialog.js:462 #: js/gdm/loginDialog.js:458
msgid "Not listed?" msgid "Not listed?"
msgstr "Tak masuk daftar?" msgstr "Tak masuk daftar?"
#. Translators: this message is shown below the username entry field #. Translators: this message is shown below the username entry field
#. to clue the user in on how to login to the local network realm #. to clue the user in on how to login to the local network realm
#: js/gdm/loginDialog.js:891 #: js/gdm/loginDialog.js:887
#, javascript-format #, javascript-format
msgid "(e.g., user or %s)" msgid "(e.g., user or %s)"
msgstr "(cth., pengguna dari %s)" msgstr "(cth., pengguna dari %s)"
@@ -381,12 +381,12 @@ msgstr "(cth., pengguna dari %s)"
#. TTLS and PEAP are actually much more complicated, but this complication #. TTLS and PEAP are actually much more complicated, but this complication
#. is not visible here since we only care about phase2 authentication #. is not visible here since we only care about phase2 authentication
#. (and don't even care of which one) #. (and don't even care of which one)
#: js/gdm/loginDialog.js:896 js/ui/components/networkAgent.js:243 #: js/gdm/loginDialog.js:892 js/ui/components/networkAgent.js:243
#: js/ui/components/networkAgent.js:261 #: js/ui/components/networkAgent.js:261
msgid "Username: " msgid "Username: "
msgstr "Nama pengguna: " msgstr "Nama pengguna: "
#: js/gdm/loginDialog.js:1234 #: js/gdm/loginDialog.js:1228
msgid "Login Window" msgid "Login Window"
msgstr "Jendela Log Masuk" msgstr "Jendela Log Masuk"
@@ -399,7 +399,7 @@ msgstr "Galat otentikasi"
#. as a cue to display our own message. #. as a cue to display our own message.
#. Translators: this message is shown below the password entry field #. Translators: this message is shown below the password entry field
#. to indicate the user can swipe their finger instead #. to indicate the user can swipe their finger instead
#: js/gdm/util.js:485 #: js/gdm/util.js:482
msgid "(or swipe finger)" msgid "(or swipe finger)"
msgstr "(atau gesekkan jari)" msgstr "(atau gesekkan jari)"
@@ -634,23 +634,23 @@ msgstr "Sering"
msgid "All" msgid "All"
msgstr "Semua" msgstr "Semua"
#: js/ui/appDisplay.js:1890 #: js/ui/appDisplay.js:1886
msgid "New Window" msgid "New Window"
msgstr "Jendela Baru" msgstr "Jendela Baru"
#: js/ui/appDisplay.js:1904 #: js/ui/appDisplay.js:1900
msgid "Launch using Dedicated Graphics Card" msgid "Launch using Dedicated Graphics Card"
msgstr "Luncurkan menggunakan Kartu Grafis Terdedikasi" msgstr "Luncurkan menggunakan Kartu Grafis Terdedikasi"
#: js/ui/appDisplay.js:1931 js/ui/dash.js:285 #: js/ui/appDisplay.js:1927 js/ui/dash.js:285
msgid "Remove from Favorites" msgid "Remove from Favorites"
msgstr "Hapus dari Favorit" msgstr "Hapus dari Favorit"
#: js/ui/appDisplay.js:1937 #: js/ui/appDisplay.js:1933
msgid "Add to Favorites" msgid "Add to Favorites"
msgstr "Tambah ke Favorit" msgstr "Tambah ke Favorit"
#: js/ui/appDisplay.js:1947 #: js/ui/appDisplay.js:1943
msgid "Show Details" msgid "Show Details"
msgstr "Tampilkan Rincian" msgstr "Tampilkan Rincian"
@@ -797,35 +797,35 @@ msgctxt "event list time"
msgid "All Day" msgid "All Day"
msgstr "Sepanjang Hari" msgstr "Sepanjang Hari"
#: js/ui/calendar.js:866 #: js/ui/calendar.js:864
msgctxt "calendar heading" msgctxt "calendar heading"
msgid "%A, %B %d" msgid "%A, %B %d"
msgstr "%A, %d %B" msgstr "%A, %d %B"
#: js/ui/calendar.js:870 #: js/ui/calendar.js:868
msgctxt "calendar heading" msgctxt "calendar heading"
msgid "%A, %B %d, %Y" msgid "%A, %B %d, %Y"
msgstr "%A, %d %B %Y" msgstr "%A, %d %B %Y"
#: js/ui/calendar.js:1100 #: js/ui/calendar.js:1086
msgid "No Notifications" msgid "No Notifications"
msgstr "Tak Ada Pemberitahuan" msgstr "Tak Ada Pemberitahuan"
#: js/ui/calendar.js:1103 #: js/ui/calendar.js:1089
msgid "No Events" msgid "No Events"
msgstr "Tak Ada Kejadian" msgstr "Tak Ada Kejadian"
#: js/ui/calendar.js:1131 #: js/ui/calendar.js:1117
msgid "Clear All" msgid "Clear All"
msgstr "Bersihkan Semua" msgstr "Bersihkan Semua"
#. Translators: %s is an application name #. Translators: %s is an application name
#: js/ui/closeDialog.js:47 #: js/ui/closeDialog.js:44
#, javascript-format #, javascript-format
msgid "“%s” is not responding." msgid "“%s” is not responding."
msgstr "\"%s\" tidak merespon." msgstr "\"%s\" tidak merespon."
#: js/ui/closeDialog.js:48 #: js/ui/closeDialog.js:45
msgid "" msgid ""
"You may choose to wait a short while for it to continue or force the " "You may choose to wait a short while for it to continue or force the "
"application to quit entirely." "application to quit entirely."
@@ -833,11 +833,11 @@ msgstr ""
"Anda dapat memilih untuk menunggu sebentar untuk melanjutkan atau memaksa " "Anda dapat memilih untuk menunggu sebentar untuk melanjutkan atau memaksa "
"aplikasi keluar." "aplikasi keluar."
#: js/ui/closeDialog.js:64 #: js/ui/closeDialog.js:61
msgid "Force Quit" msgid "Force Quit"
msgstr "Tutup Paksa" msgstr "Tutup Paksa"
#: js/ui/closeDialog.js:67 #: js/ui/closeDialog.js:64
msgid "Wait" msgid "Wait"
msgstr "Tunggu" msgstr "Tunggu"
@@ -854,7 +854,7 @@ msgstr "Drive eksternal terputus"
msgid "Open with %s" msgid "Open with %s"
msgstr "Buka dengan %s" msgstr "Buka dengan %s"
#: js/ui/components/keyring.js:107 js/ui/components/polkitAgent.js:297 #: js/ui/components/keyring.js:107 js/ui/components/polkitAgent.js:295
msgid "Password:" msgid "Password:"
msgstr "Sandi:" msgstr "Sandi:"
@@ -891,11 +891,11 @@ msgstr "Sandi kunci privat: "
msgid "Service: " msgid "Service: "
msgstr "Layanan: " msgstr "Layanan: "
#: js/ui/components/networkAgent.js:292 js/ui/components/networkAgent.js:664 #: js/ui/components/networkAgent.js:292 js/ui/components/networkAgent.js:659
msgid "Authentication required by wireless network" msgid "Authentication required by wireless network"
msgstr "Otentikasi diperlukan oleh jaringan nirkabel" msgstr "Otentikasi diperlukan oleh jaringan nirkabel"
#: js/ui/components/networkAgent.js:293 js/ui/components/networkAgent.js:665 #: js/ui/components/networkAgent.js:293 js/ui/components/networkAgent.js:660
#, javascript-format #, javascript-format
msgid "" msgid ""
"Passwords or encryption keys are required to access the wireless network " "Passwords or encryption keys are required to access the wireless network "
@@ -904,7 +904,7 @@ msgstr ""
"Sandi atau kunci enkripsi diperlukan untuk mengakses jaringan nirkabel \"%s" "Sandi atau kunci enkripsi diperlukan untuk mengakses jaringan nirkabel \"%s"
"\"." "\"."
#: js/ui/components/networkAgent.js:297 js/ui/components/networkAgent.js:668 #: js/ui/components/networkAgent.js:297 js/ui/components/networkAgent.js:663
msgid "Wired 802.1X authentication" msgid "Wired 802.1X authentication"
msgstr "Otentikasi 802.1X kabel" msgstr "Otentikasi 802.1X kabel"
@@ -912,15 +912,15 @@ msgstr "Otentikasi 802.1X kabel"
msgid "Network name: " msgid "Network name: "
msgstr "Nama jaringan: " msgstr "Nama jaringan: "
#: js/ui/components/networkAgent.js:304 js/ui/components/networkAgent.js:672 #: js/ui/components/networkAgent.js:304 js/ui/components/networkAgent.js:667
msgid "DSL authentication" msgid "DSL authentication"
msgstr "Otentikasi DSL" msgstr "Otentikasi DSL"
#: js/ui/components/networkAgent.js:311 js/ui/components/networkAgent.js:678 #: js/ui/components/networkAgent.js:311 js/ui/components/networkAgent.js:673
msgid "PIN code required" msgid "PIN code required"
msgstr "Perlu kode PIN" msgstr "Perlu kode PIN"
#: js/ui/components/networkAgent.js:312 js/ui/components/networkAgent.js:679 #: js/ui/components/networkAgent.js:312 js/ui/components/networkAgent.js:674
msgid "PIN code is needed for the mobile broadband device" msgid "PIN code is needed for the mobile broadband device"
msgstr "Kode PIN diperlukan untuk perangkat data seluler" msgstr "Kode PIN diperlukan untuk perangkat data seluler"
@@ -928,17 +928,17 @@ msgstr "Kode PIN diperlukan untuk perangkat data seluler"
msgid "PIN: " msgid "PIN: "
msgstr "PIN: " msgstr "PIN: "
#: js/ui/components/networkAgent.js:320 js/ui/components/networkAgent.js:685 #: js/ui/components/networkAgent.js:320 js/ui/components/networkAgent.js:680
msgid "Mobile broadband network password" msgid "Mobile broadband network password"
msgstr "Sandi jaringan data seluler" msgstr "Sandi jaringan data seluler"
#: js/ui/components/networkAgent.js:321 js/ui/components/networkAgent.js:669 #: js/ui/components/networkAgent.js:321 js/ui/components/networkAgent.js:664
#: js/ui/components/networkAgent.js:673 js/ui/components/networkAgent.js:686 #: js/ui/components/networkAgent.js:668 js/ui/components/networkAgent.js:681
#, javascript-format #, javascript-format
msgid "A password is required to connect to “%s”." msgid "A password is required to connect to “%s”."
msgstr "Perlu suatu sandi untuk menyambung ke \"%s\"." msgstr "Perlu suatu sandi untuk menyambung ke \"%s\"."
#: js/ui/components/networkAgent.js:653 js/ui/status/network.js:1704 #: js/ui/components/networkAgent.js:648 js/ui/status/network.js:1691
msgid "Network Manager" msgid "Network Manager"
msgstr "Manajer Jaringan" msgstr "Manajer Jaringan"
@@ -958,7 +958,7 @@ msgstr "Otentikasi"
#. * requested authentication was not gained; this can happen #. * requested authentication was not gained; this can happen
#. * because of an authentication error (like invalid password), #. * because of an authentication error (like invalid password),
#. * for instance. #. * for instance.
#: js/ui/components/polkitAgent.js:283 js/ui/shellMountOperation.js:327 #: js/ui/components/polkitAgent.js:281 js/ui/shellMountOperation.js:327
msgid "Sorry, that didnt work. Please try again." msgid "Sorry, that didnt work. Please try again."
msgstr "Maaf, tidak berhasil. Silakan coba lagi." msgstr "Maaf, tidak berhasil. Silakan coba lagi."
@@ -1281,13 +1281,13 @@ msgid "Leave On"
msgstr "Biarkan Menyala" msgstr "Biarkan Menyala"
#: js/ui/kbdA11yDialog.js:59 js/ui/status/bluetooth.js:143 #: js/ui/kbdA11yDialog.js:59 js/ui/status/bluetooth.js:143
#: js/ui/status/network.js:1294 #: js/ui/status/network.js:1281
msgid "Turn On" msgid "Turn On"
msgstr "Nyalakan" msgstr "Nyalakan"
#: js/ui/kbdA11yDialog.js:67 js/ui/status/bluetooth.js:143 #: js/ui/kbdA11yDialog.js:67 js/ui/status/bluetooth.js:143
#: js/ui/status/network.js:154 js/ui/status/network.js:337 #: js/ui/status/network.js:154 js/ui/status/network.js:337
#: js/ui/status/network.js:1294 js/ui/status/network.js:1409 #: js/ui/status/network.js:1281 js/ui/status/network.js:1396
#: js/ui/status/nightLight.js:47 js/ui/status/rfkill.js:90 #: js/ui/status/nightLight.js:47 js/ui/status/rfkill.js:90
#: js/ui/status/rfkill.js:117 #: js/ui/status/rfkill.js:117
msgid "Turn Off" msgid "Turn Off"
@@ -1349,7 +1349,7 @@ msgstr "Tilik Sumber"
msgid "Web Page" msgid "Web Page"
msgstr "Halaman Web" msgstr "Halaman Web"
#: js/ui/messageTray.js:1495 #: js/ui/messageTray.js:1493
msgid "System Information" msgid "System Information"
msgstr "Informasi Sistem" msgstr "Informasi Sistem"
@@ -1423,22 +1423,22 @@ msgstr "Tekan Esc untuk keluar"
msgid "Press any key to exit" msgid "Press any key to exit"
msgstr "Tekan tombol apa saja untuk keluar" msgstr "Tekan tombol apa saja untuk keluar"
#: js/ui/panel.js:356 #: js/ui/panel.js:355
msgid "Quit" msgid "Quit"
msgstr "Keluar" msgstr "Keluar"
#. Translators: If there is no suitable word for "Activities" #. Translators: If there is no suitable word for "Activities"
#. in your language, you can use the word for "Overview". #. in your language, you can use the word for "Overview".
#: js/ui/panel.js:412 #: js/ui/panel.js:411
msgid "Activities" msgid "Activities"
msgstr "Aktivitas" msgstr "Aktivitas"
#: js/ui/panel.js:693 #: js/ui/panel.js:692
msgctxt "System menu in the top bar" msgctxt "System menu in the top bar"
msgid "System" msgid "System"
msgstr "Sistem" msgstr "Sistem"
#: js/ui/panel.js:816 #: js/ui/panel.js:811
msgid "Top Bar" msgid "Top Bar"
msgstr "Bar Atas" msgstr "Bar Atas"
@@ -1448,7 +1448,7 @@ msgstr "Bar Atas"
#. "ON" and "OFF") or "toggle-switch-intl" (for toggle #. "ON" and "OFF") or "toggle-switch-intl" (for toggle
#. switches containing "◯" and "|"). Other values will #. switches containing "◯" and "|"). Other values will
#. simply result in invisible toggle switches. #. simply result in invisible toggle switches.
#: js/ui/popupMenu.js:300 #: js/ui/popupMenu.js:291
msgid "toggle-switch-us" msgid "toggle-switch-us"
msgstr "toggle-switch-intl" msgstr "toggle-switch-intl"
@@ -1456,15 +1456,15 @@ msgstr "toggle-switch-intl"
msgid "Enter a Command" msgid "Enter a Command"
msgstr "Ketikkan Perintah" msgstr "Ketikkan Perintah"
#: js/ui/runDialog.js:110 js/ui/windowMenu.js:174 #: js/ui/runDialog.js:110 js/ui/windowMenu.js:175
msgid "Close" msgid "Close"
msgstr "Tutup" msgstr "Tutup"
#: js/ui/runDialog.js:274 #: js/ui/runDialog.js:273
msgid "Restart is not available on Wayland" msgid "Restart is not available on Wayland"
msgstr "Memulai ulang tidak tersedia di Wayland" msgstr "Memulai ulang tidak tersedia di Wayland"
#: js/ui/runDialog.js:279 #: js/ui/runDialog.js:278
msgid "Restarting…" msgid "Restarting…"
msgstr "Memulai ulang..." msgstr "Memulai ulang..."
@@ -1665,7 +1665,7 @@ msgid "<unknown>"
msgstr "<tak dikenal>" msgstr "<tak dikenal>"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:441 js/ui/status/network.js:1323 #: js/ui/status/network.js:441 js/ui/status/network.js:1310
#, javascript-format #, javascript-format
msgid "%s Off" msgid "%s Off"
msgstr "%s Mati" msgstr "%s Mati"
@@ -1691,7 +1691,7 @@ msgid "%s Disconnecting"
msgstr "%s Memutus" msgstr "%s Memutus"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:459 js/ui/status/network.js:1315 #: js/ui/status/network.js:459 js/ui/status/network.js:1302
#, javascript-format #, javascript-format
msgid "%s Connecting" msgid "%s Connecting"
msgstr "%s Menyambung" msgstr "%s Menyambung"
@@ -1731,7 +1731,7 @@ msgid "Mobile Broadband Settings"
msgstr "Pengaturan Data Seluler" msgstr "Pengaturan Data Seluler"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:578 js/ui/status/network.js:1320 #: js/ui/status/network.js:578 js/ui/status/network.js:1307
#, javascript-format #, javascript-format
msgid "%s Hardware Disabled" msgid "%s Hardware Disabled"
msgstr "%s Perangkat Keras Dinonaktifkan" msgstr "%s Perangkat Keras Dinonaktifkan"
@@ -1787,78 +1787,78 @@ msgstr "Tiada Jaringan"
msgid "Use hardware switch to turn off" msgid "Use hardware switch to turn off"
msgstr "Pakai saklar perangkat keras untuk mematikan" msgstr "Pakai saklar perangkat keras untuk mematikan"
#: js/ui/status/network.js:1186 #: js/ui/status/network.js:1173
msgid "Select Network" msgid "Select Network"
msgstr "Pilih Jaringan" msgstr "Pilih Jaringan"
#: js/ui/status/network.js:1192 #: js/ui/status/network.js:1179
msgid "Wi-Fi Settings" msgid "Wi-Fi Settings"
msgstr "Pengaturan Wi-Fi" msgstr "Pengaturan Wi-Fi"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:1311 #: js/ui/status/network.js:1298
#, javascript-format #, javascript-format
msgid "%s Hotspot Active" msgid "%s Hotspot Active"
msgstr "%s Hotspot Aktif" msgstr "%s Hotspot Aktif"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:1326 #: js/ui/status/network.js:1313
#, javascript-format #, javascript-format
msgid "%s Not Connected" msgid "%s Not Connected"
msgstr "%s Tak Tersambung" msgstr "%s Tak Tersambung"
#: js/ui/status/network.js:1426 #: js/ui/status/network.js:1413
msgid "connecting…" msgid "connecting…"
msgstr "menghubungi..." msgstr "menghubungi..."
#. Translators: this is for network connections that require some kind of key or password #. Translators: this is for network connections that require some kind of key or password
#: js/ui/status/network.js:1429 #: js/ui/status/network.js:1416
msgid "authentication required" msgid "authentication required"
msgstr "diperlukan otentikasi" msgstr "diperlukan otentikasi"
#: js/ui/status/network.js:1431 #: js/ui/status/network.js:1418
msgid "connection failed" msgid "connection failed"
msgstr "koneksi gagal" msgstr "koneksi gagal"
#: js/ui/status/network.js:1485 #: js/ui/status/network.js:1472
msgid "VPN Settings" msgid "VPN Settings"
msgstr "Pengaturan VPN" msgstr "Pengaturan VPN"
#: js/ui/status/network.js:1498 #: js/ui/status/network.js:1485
msgid "VPN" msgid "VPN"
msgstr "VPN" msgstr "VPN"
#: js/ui/status/network.js:1508 #: js/ui/status/network.js:1495
msgid "VPN Off" msgid "VPN Off"
msgstr "VPN Mati" msgstr "VPN Mati"
#: js/ui/status/network.js:1572 js/ui/status/rfkill.js:93 #: js/ui/status/network.js:1559 js/ui/status/rfkill.js:93
msgid "Network Settings" msgid "Network Settings"
msgstr "Pengaturan Jaringan" msgstr "Pengaturan Jaringan"
#: js/ui/status/network.js:1601 #: js/ui/status/network.js:1588
#, javascript-format #, javascript-format
msgid "%s Wired Connection" msgid "%s Wired Connection"
msgid_plural "%s Wired Connections" msgid_plural "%s Wired Connections"
msgstr[0] "%s Koneksi Kabel" msgstr[0] "%s Koneksi Kabel"
#: js/ui/status/network.js:1605 #: js/ui/status/network.js:1592
#, javascript-format #, javascript-format
msgid "%s Wi-Fi Connection" msgid "%s Wi-Fi Connection"
msgid_plural "%s Wi-Fi Connections" msgid_plural "%s Wi-Fi Connections"
msgstr[0] "%s Koneksi Wi-Fi" msgstr[0] "%s Koneksi Wi-Fi"
#: js/ui/status/network.js:1609 #: js/ui/status/network.js:1596
#, javascript-format #, javascript-format
msgid "%s Modem Connection" msgid "%s Modem Connection"
msgid_plural "%s Modem Connections" msgid_plural "%s Modem Connections"
msgstr[0] "%s Koneksi Modem" msgstr[0] "%s Koneksi Modem"
#: js/ui/status/network.js:1741 #: js/ui/status/network.js:1728
msgid "Connection failed" msgid "Connection failed"
msgstr "Koneksi gagal" msgstr "Koneksi gagal"
#: js/ui/status/network.js:1742 #: js/ui/status/network.js:1729
msgid "Activation of network connection failed" msgid "Activation of network connection failed"
msgstr "Aktivasi koneksi jaringan gagal" msgstr "Aktivasi koneksi jaringan gagal"
@@ -1909,14 +1909,6 @@ msgstr "%d:%02d Sampai Penuh (%d%%)"
msgid "%d%%" msgid "%d%%"
msgstr "%d%%" msgstr "%d%%"
#: js/ui/status/remoteAccess.js:45
msgid "Screen is Being Shared"
msgstr "Layar Sedang Dibagi"
#: js/ui/status/remoteAccess.js:47
msgid "Turn off"
msgstr "Matikan"
#. The menu only appears when airplane mode is on, so just #. The menu only appears when airplane mode is on, so just
#. statically build it as if it was on, rather than dynamically #. statically build it as if it was on, rather than dynamically
#. changing the menu contents. #. changing the menu contents.
@@ -1948,16 +1940,16 @@ msgstr "Suspensi"
msgid "Power Off" msgid "Power Off"
msgstr "Matikan" msgstr "Matikan"
#: js/ui/status/thunderbolt.js:298 #: js/ui/status/thunderbolt.js:294
msgid "Thunderbolt" msgid "Thunderbolt"
msgstr "Thunderbolt" msgstr "Thunderbolt"
#. we are done #. we are done
#: js/ui/status/thunderbolt.js:354 #: js/ui/status/thunderbolt.js:350
msgid "Unknown Thunderbolt device" msgid "Unknown Thunderbolt device"
msgstr "Perangkat Thunderbolt tak dikenal" msgstr "Perangkat Thunderbolt tak dikenal"
#: js/ui/status/thunderbolt.js:355 #: js/ui/status/thunderbolt.js:351
msgid "" msgid ""
"New device has been detected while you were away. Please disconnect and " "New device has been detected while you were away. Please disconnect and "
"reconnect the device to start using it." "reconnect the device to start using it."
@@ -1965,11 +1957,11 @@ msgstr ""
"Perangkat baru telah terdeteksi saat Anda pergi. Harap lepaskan dan " "Perangkat baru telah terdeteksi saat Anda pergi. Harap lepaskan dan "
"sambungkan kembali perangkat untuk mulai menggunakannya." "sambungkan kembali perangkat untuk mulai menggunakannya."
#: js/ui/status/thunderbolt.js:360 #: js/ui/status/thunderbolt.js:356
msgid "Thunderbolt authorization error" msgid "Thunderbolt authorization error"
msgstr "Autorisasi Thunderbolt galat" msgstr "Autorisasi Thunderbolt galat"
#: js/ui/status/thunderbolt.js:361 #: js/ui/status/thunderbolt.js:357
#, javascript-format #, javascript-format
msgid "Could not authorize the Thunderbolt device: %s" msgid "Could not authorize the Thunderbolt device: %s"
msgstr "Tidak dapat mengautorisasi perangkat Thunderbolt: %s" msgstr "Tidak dapat mengautorisasi perangkat Thunderbolt: %s"
@@ -2054,7 +2046,7 @@ msgstr[0] "Perubahan tatanan akan dikembalikan dalam %d detik"
#. Translators: This represents the size of a window. The first number is #. Translators: This represents the size of a window. The first number is
#. * the width of the window and the second is the height. #. * the width of the window and the second is the height.
#: js/ui/windowManager.js:668 #: js/ui/windowManager.js:660
#, javascript-format #, javascript-format
msgid "%d × %d" msgid "%d × %d"
msgstr "%d × %d" msgstr "%d × %d"
@@ -2107,19 +2099,19 @@ msgstr "Pindah ke Ruang Kerja Atas"
msgid "Move to Workspace Down" msgid "Move to Workspace Down"
msgstr "Pindah ke Ruang Kerja Bawah" msgstr "Pindah ke Ruang Kerja Bawah"
#: js/ui/windowMenu.js:139 #: js/ui/windowMenu.js:140
msgid "Move to Monitor Up" msgid "Move to Monitor Up"
msgstr "Pindah ke Ruang Kerja Atas" msgstr "Pindah ke Ruang Kerja Atas"
#: js/ui/windowMenu.js:148 #: js/ui/windowMenu.js:149
msgid "Move to Monitor Down" msgid "Move to Monitor Down"
msgstr "Pindah ke Ruang Kerja Bawah" msgstr "Pindah ke Ruang Kerja Bawah"
#: js/ui/windowMenu.js:157 #: js/ui/windowMenu.js:158
msgid "Move to Monitor Left" msgid "Move to Monitor Left"
msgstr "Pindahkan ke Monitor Kiri" msgstr "Pindahkan ke Monitor Kiri"
#: js/ui/windowMenu.js:166 #: js/ui/windowMenu.js:167
msgid "Move to Monitor Right" msgid "Move to Monitor Right"
msgstr "Pindahkan ke Monitor Kanan" msgstr "Pindahkan ke Monitor Kanan"
@@ -2148,12 +2140,12 @@ msgstr "Menggunakan mode tertentu, mis. \"gdm\" untuk layar masuk"
msgid "List possible modes" msgid "List possible modes"
msgstr "Menampilkan mode yang mungkin" msgstr "Menampilkan mode yang mungkin"
#: src/shell-app.c:272 #: src/shell-app.c:270
msgctxt "program" msgctxt "program"
msgid "Unknown" msgid "Unknown"
msgstr "Tak dikenal" msgstr "Tak dikenal"
#: src/shell-app.c:523 #: src/shell-app.c:511
#, c-format #, c-format
msgid "Failed to launch “%s”" msgid "Failed to launch “%s”"
msgstr "Gagal meluncurkan \"%s\"" msgstr "Gagal meluncurkan \"%s\""

734
po/it.po

File diff suppressed because it is too large Load Diff

458
po/kk.po

File diff suppressed because it is too large Load Diff

315
po/ko.po
View File

@@ -14,14 +14,13 @@
# - VPN: 가상사설망 # - VPN: 가상사설망
# - pairing (bluetooth 관련): 페어링 # - pairing (bluetooth 관련): 페어링
# - Wayland: 웨일랜드로 음역 # - Wayland: 웨일랜드로 음역
# - Night Light: 야간 모드 (gnome-control-center와 일치)
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell\n" "Project-Id-Version: gnome-shell\n"
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell/issues\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell/issues\n"
"POT-Creation-Date: 2018-08-01 18:08+0000\n" "POT-Creation-Date: 2018-02-22 09:24+0000\n"
"PO-Revision-Date: 2018-08-26 15:05+0900\n" "PO-Revision-Date: 2018-02-25 09:21+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n" "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: GNOME Korea <gnome-kr@googlegroups.com>\n" "Language-Team: GNOME Korea <gnome-kr@googlegroups.com>\n"
"Language: ko\n" "Language: ko\n"
@@ -284,32 +283,32 @@ msgstr ""
"참이면, 현재 작업 공간에 창이 있는 창만 창 전환 창에 표시합니다. 거짓이면 모" "참이면, 현재 작업 공간에 창이 있는 창만 창 전환 창에 표시합니다. 거짓이면 모"
"든 창을 표시합니다." "든 창을 표시합니다."
#: data/org.gnome.shell.gschema.xml.in:198 #: data/org.gnome.shell.gschema.xml.in:197
msgid "Attach modal dialog to the parent window" msgid "Attach modal dialog to the parent window"
msgstr "상위 창에 모달 대화창 붙이기" msgstr "상위 창에 모달 대화창 붙이기"
#: data/org.gnome.shell.gschema.xml.in:199 #: data/org.gnome.shell.gschema.xml.in:198
#: data/org.gnome.shell.gschema.xml.in:208 #: data/org.gnome.shell.gschema.xml.in:207
#: data/org.gnome.shell.gschema.xml.in:216 #: data/org.gnome.shell.gschema.xml.in:215
#: data/org.gnome.shell.gschema.xml.in:224 #: data/org.gnome.shell.gschema.xml.in:223
#: data/org.gnome.shell.gschema.xml.in:232 #: data/org.gnome.shell.gschema.xml.in:231
msgid "" msgid ""
"This key overrides the key in org.gnome.mutter when running GNOME Shell." "This key overrides the key in org.gnome.mutter when running GNOME Shell."
msgstr "그놈 셸을 실행할 때 org.gnome.mutter의 키 대신 사용됩니다." msgstr "그놈 셸을 실행할 때 org.gnome.mutter의 키 대신 사용됩니다."
#: data/org.gnome.shell.gschema.xml.in:207 #: data/org.gnome.shell.gschema.xml.in:206
msgid "Enable edge tiling when dropping windows on screen edges" msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "화면 가장자리에 창을 놓을 때 가장자리에 맞춥니다" msgstr "화면 가장자리에 창을 놓을 때 가장자리에 맞춥니다"
#: data/org.gnome.shell.gschema.xml.in:215 #: data/org.gnome.shell.gschema.xml.in:214
msgid "Workspaces are managed dynamically" msgid "Workspaces are managed dynamically"
msgstr "작업 공간을 동적으로 관리" msgstr "작업 공간을 동적으로 관리"
#: data/org.gnome.shell.gschema.xml.in:223 #: data/org.gnome.shell.gschema.xml.in:222
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "주 모니터에서만 작업 공간 사용" msgstr "주 모니터에서만 작업 공간 사용"
#: data/org.gnome.shell.gschema.xml.in:231 #: data/org.gnome.shell.gschema.xml.in:230
msgid "Delay focus changes in mouse mode until the pointer stops moving" msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr "마우스 포인터가 움직이지 않을 때까지 포커스 전환을 미루기" msgstr "마우스 포인터가 움직이지 않을 때까지 포커스 전환을 미루기"
@@ -328,7 +327,7 @@ msgid "There was an error loading the preferences dialog for %s:"
msgstr "%s에 대한 기본 설정 대화상자를 불러오는데 오류가 발생했습니다:" msgstr "%s에 대한 기본 설정 대화상자를 불러오는데 오류가 발생했습니다:"
#: js/gdm/authPrompt.js:147 js/ui/audioDeviceSelection.js:71 #: js/gdm/authPrompt.js:147 js/ui/audioDeviceSelection.js:71
#: js/ui/components/networkAgent.js:117 js/ui/components/polkitAgent.js:153 #: js/ui/components/networkAgent.js:117 js/ui/components/polkitAgent.js:148
#: js/ui/endSessionDialog.js:482 js/ui/extensionDownloader.js:197 #: js/ui/endSessionDialog.js:482 js/ui/extensionDownloader.js:197
#: js/ui/shellMountOperation.js:343 js/ui/status/network.js:919 #: js/ui/shellMountOperation.js:343 js/ui/status/network.js:919
msgid "Cancel" msgid "Cancel"
@@ -348,20 +347,20 @@ msgctxt "button"
msgid "Sign In" msgid "Sign In"
msgstr "로그인" msgstr "로그인"
#: js/gdm/loginDialog.js:319 #: js/gdm/loginDialog.js:315
msgid "Choose Session" msgid "Choose Session"
msgstr "세션 선택" msgstr "세션 선택"
#. translators: this message is shown below the user list on the #. translators: this message is shown below the user list on the
#. login screen. It can be activated to reveal an entry for #. login screen. It can be activated to reveal an entry for
#. manually entering the username. #. manually entering the username.
#: js/gdm/loginDialog.js:462 #: js/gdm/loginDialog.js:458
msgid "Not listed?" msgid "Not listed?"
msgstr "목록에 없습니까?" msgstr "목록에 없습니까?"
#. Translators: this message is shown below the username entry field #. Translators: this message is shown below the username entry field
#. to clue the user in on how to login to the local network realm #. to clue the user in on how to login to the local network realm
#: js/gdm/loginDialog.js:891 #: js/gdm/loginDialog.js:887
#, javascript-format #, javascript-format
msgid "(e.g., user or %s)" msgid "(e.g., user or %s)"
msgstr "(예를 들어, 사용자 또는 %s)" msgstr "(예를 들어, 사용자 또는 %s)"
@@ -369,12 +368,12 @@ msgstr "(예를 들어, 사용자 또는 %s)"
#. TTLS and PEAP are actually much more complicated, but this complication #. TTLS and PEAP are actually much more complicated, but this complication
#. is not visible here since we only care about phase2 authentication #. is not visible here since we only care about phase2 authentication
#. (and don't even care of which one) #. (and don't even care of which one)
#: js/gdm/loginDialog.js:896 js/ui/components/networkAgent.js:243 #: js/gdm/loginDialog.js:892 js/ui/components/networkAgent.js:243
#: js/ui/components/networkAgent.js:261 #: js/ui/components/networkAgent.js:261
msgid "Username: " msgid "Username: "
msgstr "사용자 이름: " msgstr "사용자 이름: "
#: js/gdm/loginDialog.js:1234 #: js/gdm/loginDialog.js:1228
msgid "Login Window" msgid "Login Window"
msgstr "로그인 창" msgstr "로그인 창"
@@ -387,7 +386,7 @@ msgstr "인증 오류"
#. as a cue to display our own message. #. as a cue to display our own message.
#. Translators: this message is shown below the password entry field #. Translators: this message is shown below the password entry field
#. to indicate the user can swipe their finger instead #. to indicate the user can swipe their finger instead
#: js/gdm/util.js:485 #: js/gdm/util.js:482
msgid "(or swipe finger)" msgid "(or swipe finger)"
msgstr "(또는 지문을 문지르십시오)" msgstr "(또는 지문을 문지르십시오)"
@@ -622,33 +621,33 @@ msgstr "자주"
msgid "All" msgid "All"
msgstr "모두" msgstr "모두"
#: js/ui/appDisplay.js:1890 #: js/ui/appDisplay.js:1886
msgid "New Window" msgid "New Window"
msgstr "새 창" msgstr "새 창"
#: js/ui/appDisplay.js:1904 #: js/ui/appDisplay.js:1900
msgid "Launch using Dedicated Graphics Card" msgid "Launch using Dedicated Graphics Card"
msgstr "지정한 그래픽 카드를 사용해 시작" msgstr "지정한 그래픽 카드를 사용해 시작"
#: js/ui/appDisplay.js:1931 js/ui/dash.js:285 #: js/ui/appDisplay.js:1927 js/ui/dash.js:285
msgid "Remove from Favorites" msgid "Remove from Favorites"
msgstr "즐겨찾기에서 제거" msgstr "즐겨찾기에서 제거"
#: js/ui/appDisplay.js:1937 #: js/ui/appDisplay.js:1933
msgid "Add to Favorites" msgid "Add to Favorites"
msgstr "즐겨찾기에 추가" msgstr "즐겨찾기에 추가"
# 주의: "Show ..." 형태지만 보이기로 번역하지 않는다 # 주의: "Show ..." 형태지만 보이기로 번역하지 않는다
#: js/ui/appDisplay.js:1947 #: js/ui/appDisplay.js:1943
msgid "Show Details" msgid "Show Details"
msgstr "자세히 보기" msgstr "자세히 보기"
#: js/ui/appFavorites.js:140 #: js/ui/appFavorites.js:138
#, javascript-format #, javascript-format
msgid "%s has been added to your favorites." msgid "%s has been added to your favorites."
msgstr "%s 프로그램을 즐겨찾기에 추가했습니다." msgstr "%s 프로그램을 즐겨찾기에 추가했습니다."
#: js/ui/appFavorites.js:174 #: js/ui/appFavorites.js:172
#, javascript-format #, javascript-format
msgid "%s has been removed from your favorites." msgid "%s has been removed from your favorites."
msgstr "%s 프로그램을 즐겨찾기에서 제거했습니다." msgstr "%s 프로그램을 즐겨찾기에서 제거했습니다."
@@ -669,7 +668,7 @@ msgstr "헤드폰"
msgid "Headset" msgid "Headset"
msgstr "헤드셋" msgstr "헤드셋"
#: js/ui/audioDeviceSelection.js:82 js/ui/status/volume.js:255 #: js/ui/audioDeviceSelection.js:82 js/ui/status/volume.js:221
msgid "Microphone" msgid "Microphone"
msgstr "마이크" msgstr "마이크"
@@ -681,7 +680,7 @@ msgstr "배경 바꾸기…"
msgid "Display Settings" msgid "Display Settings"
msgstr "디스플레이 설정" msgstr "디스플레이 설정"
#: js/ui/backgroundMenu.js:22 #: js/ui/backgroundMenu.js:22 js/ui/status/system.js:264
msgid "Settings" msgid "Settings"
msgstr "설정" msgstr "설정"
@@ -786,46 +785,46 @@ msgctxt "event list time"
msgid "All Day" msgid "All Day"
msgstr "종일" msgstr "종일"
#: js/ui/calendar.js:866 #: js/ui/calendar.js:864
msgctxt "calendar heading" msgctxt "calendar heading"
msgid "%A, %B %d" msgid "%A, %B %d"
msgstr "%B %d일 %A" msgstr "%B %d일 %A"
#: js/ui/calendar.js:870 #: js/ui/calendar.js:868
msgctxt "calendar heading" msgctxt "calendar heading"
msgid "%A, %B %d, %Y" msgid "%A, %B %d, %Y"
msgstr "%Y년 %B %d일 %A" msgstr "%Y년 %B %d일 %A"
#: js/ui/calendar.js:1100 #: js/ui/calendar.js:1086
msgid "No Notifications" msgid "No Notifications"
msgstr "알림 없음" msgstr "알림 없음"
#: js/ui/calendar.js:1103 #: js/ui/calendar.js:1089
msgid "No Events" msgid "No Events"
msgstr "행사 없음" msgstr "행사 없음"
#: js/ui/calendar.js:1131 #: js/ui/calendar.js:1117
msgid "Clear All" msgid "Clear All"
msgstr "모두 지우기" msgstr "모두 지우기"
#. Translators: %s is an application name #. Translators: %s is an application name
#: js/ui/closeDialog.js:47 #: js/ui/closeDialog.js:44
#, javascript-format #, javascript-format
msgid "“%s” is not responding." msgid "“%s” is not responding."
msgstr "“%s” 프로그램이 응답하지 않습니다." msgstr "“%s” 프로그램이 응답하지 않습니다."
#: js/ui/closeDialog.js:48 #: js/ui/closeDialog.js:45
msgid "" msgid ""
"You may choose to wait a short while for it to continue or force the " "You may choose to wait a short while for it to continue or force the "
"application to quit entirely." "application to quit entirely."
msgstr "" msgstr ""
"좀 더 기다려서 계속 할 수도 있고, 강제로 프로그램을 끝낼 수도 있습니다." "좀 더 기다려서 계속 할 수도 있고, 강제로 프로그램을 끝낼 수도 있습니다."
#: js/ui/closeDialog.js:64 #: js/ui/closeDialog.js:61
msgid "Force Quit" msgid "Force Quit"
msgstr "강제로 끝내기" msgstr "강제로 끝내기"
#: js/ui/closeDialog.js:67 #: js/ui/closeDialog.js:64
msgid "Wait" msgid "Wait"
msgstr "기다리기" msgstr "기다리기"
@@ -842,7 +841,7 @@ msgstr "외부 드라이브 연결 끊김"
msgid "Open with %s" msgid "Open with %s"
msgstr "%s 프로그램으로 열기" msgstr "%s 프로그램으로 열기"
#: js/ui/components/keyring.js:107 js/ui/components/polkitAgent.js:297 #: js/ui/components/keyring.js:107 js/ui/components/polkitAgent.js:284
msgid "Password:" msgid "Password:"
msgstr "암호:" msgstr "암호:"
@@ -879,18 +878,18 @@ msgstr "개인 키 암호: "
msgid "Service: " msgid "Service: "
msgstr "서비스: " msgstr "서비스: "
#: js/ui/components/networkAgent.js:292 js/ui/components/networkAgent.js:664 #: js/ui/components/networkAgent.js:292 js/ui/components/networkAgent.js:659
msgid "Authentication required by wireless network" msgid "Authentication required by wireless network"
msgstr "무선 네트워크에서 인증이 필요합니다" msgstr "무선 네트워크에서 인증이 필요합니다"
#: js/ui/components/networkAgent.js:293 js/ui/components/networkAgent.js:665 #: js/ui/components/networkAgent.js:293 js/ui/components/networkAgent.js:660
#, javascript-format #, javascript-format
msgid "" msgid ""
"Passwords or encryption keys are required to access the wireless network " "Passwords or encryption keys are required to access the wireless network "
"“%s”." "“%s”."
msgstr "“%s” 무선 네트워크에 연결하려면 암호 또는 암호화 키가 필요합니다." msgstr "“%s” 무선 네트워크에 연결하려면 암호 또는 암호화 키가 필요합니다."
#: js/ui/components/networkAgent.js:297 js/ui/components/networkAgent.js:668 #: js/ui/components/networkAgent.js:297 js/ui/components/networkAgent.js:663
msgid "Wired 802.1X authentication" msgid "Wired 802.1X authentication"
msgstr "유선 802.1X 인증" msgstr "유선 802.1X 인증"
@@ -898,15 +897,15 @@ msgstr "유선 802.1X 인증"
msgid "Network name: " msgid "Network name: "
msgstr "네트워크 이름: " msgstr "네트워크 이름: "
#: js/ui/components/networkAgent.js:304 js/ui/components/networkAgent.js:672 #: js/ui/components/networkAgent.js:304 js/ui/components/networkAgent.js:667
msgid "DSL authentication" msgid "DSL authentication"
msgstr "인증이 필요합니다" msgstr "인증이 필요합니다"
#: js/ui/components/networkAgent.js:311 js/ui/components/networkAgent.js:678 #: js/ui/components/networkAgent.js:311 js/ui/components/networkAgent.js:673
msgid "PIN code required" msgid "PIN code required"
msgstr "PIN 코드가 필요합니다" msgstr "PIN 코드가 필요합니다"
#: js/ui/components/networkAgent.js:312 js/ui/components/networkAgent.js:679 #: js/ui/components/networkAgent.js:312 js/ui/components/networkAgent.js:674
msgid "PIN code is needed for the mobile broadband device" msgid "PIN code is needed for the mobile broadband device"
msgstr "휴대전화 네트워크 장치를 사용하려면 PIN 코드가 필요합니다" msgstr "휴대전화 네트워크 장치를 사용하려면 PIN 코드가 필요합니다"
@@ -914,29 +913,29 @@ msgstr "휴대전화 네트워크 장치를 사용하려면 PIN 코드가 필요
msgid "PIN: " msgid "PIN: "
msgstr "PIN: " msgstr "PIN: "
#: js/ui/components/networkAgent.js:320 js/ui/components/networkAgent.js:685 #: js/ui/components/networkAgent.js:320 js/ui/components/networkAgent.js:680
msgid "Mobile broadband network password" msgid "Mobile broadband network password"
msgstr "휴대전화 네트워크 암호" msgstr "휴대전화 네트워크 암호"
#: js/ui/components/networkAgent.js:321 js/ui/components/networkAgent.js:669 #: js/ui/components/networkAgent.js:321 js/ui/components/networkAgent.js:664
#: js/ui/components/networkAgent.js:673 js/ui/components/networkAgent.js:686 #: js/ui/components/networkAgent.js:668 js/ui/components/networkAgent.js:681
#, javascript-format #, javascript-format
msgid "A password is required to connect to “%s”." msgid "A password is required to connect to “%s”."
msgstr "“%s”에 연결하려면 암호가 필요합니다." msgstr "“%s”에 연결하려면 암호가 필요합니다."
#: js/ui/components/networkAgent.js:653 js/ui/status/network.js:1704 #: js/ui/components/networkAgent.js:648 js/ui/status/network.js:1691
msgid "Network Manager" msgid "Network Manager"
msgstr "네트워크 관리" msgstr "네트워크 관리"
#: js/ui/components/polkitAgent.js:48 #: js/ui/components/polkitAgent.js:43
msgid "Authentication Required" msgid "Authentication Required"
msgstr "인증이 필요합니다" msgstr "인증이 필요합니다"
#: js/ui/components/polkitAgent.js:76 #: js/ui/components/polkitAgent.js:71
msgid "Administrator" msgid "Administrator"
msgstr "관리자" msgstr "관리자"
#: js/ui/components/polkitAgent.js:156 #: js/ui/components/polkitAgent.js:151
msgid "Authenticate" msgid "Authenticate"
msgstr "인증" msgstr "인증"
@@ -944,7 +943,7 @@ msgstr "인증"
#. * requested authentication was not gained; this can happen #. * requested authentication was not gained; this can happen
#. * because of an authentication error (like invalid password), #. * because of an authentication error (like invalid password),
#. * for instance. #. * for instance.
#: js/ui/components/polkitAgent.js:283 js/ui/shellMountOperation.js:327 #: js/ui/components/polkitAgent.js:270 js/ui/shellMountOperation.js:327
msgid "Sorry, that didnt work. Please try again." msgid "Sorry, that didnt work. Please try again."
msgstr "죄송합니다. 동작하지 않았습니다. 다시 시도하십시오." msgstr "죄송합니다. 동작하지 않았습니다. 다시 시도하십시오."
@@ -992,7 +991,7 @@ msgstr "세계 시계 추가…"
msgid "World Clocks" msgid "World Clocks"
msgstr "세계 시계" msgstr "세계 시계"
#: js/ui/dateMenu.js:227 #: js/ui/dateMenu.js:225
msgid "Weather" msgid "Weather"
msgstr "날씨" msgstr "날씨"
@@ -1000,7 +999,7 @@ msgstr "날씨"
#. libgweather for the possible condition strings. If at all #. libgweather for the possible condition strings. If at all
#. possible, the sentence should match the grammatical case etc. of #. possible, the sentence should match the grammatical case etc. of
#. the inserted conditions. #. the inserted conditions.
#: js/ui/dateMenu.js:291 #: js/ui/dateMenu.js:289
#, javascript-format #, javascript-format
msgid "%s all day." msgid "%s all day."
msgstr "하루 종일 %s." msgstr "하루 종일 %s."
@@ -1009,7 +1008,7 @@ msgstr "하루 종일 %s."
#. libgweather for the possible condition strings. If at all #. libgweather for the possible condition strings. If at all
#. possible, the sentence should match the grammatical case etc. of #. possible, the sentence should match the grammatical case etc. of
#. the inserted conditions. #. the inserted conditions.
#: js/ui/dateMenu.js:297 #: js/ui/dateMenu.js:295
#, javascript-format #, javascript-format
msgid "%s, then %s later." msgid "%s, then %s later."
msgstr "%s, 그리고 나중에 %s." msgstr "%s, 그리고 나중에 %s."
@@ -1018,30 +1017,30 @@ msgstr "%s, 그리고 나중에 %s."
#. libgweather for the possible condition strings. If at all #. libgweather for the possible condition strings. If at all
#. possible, the sentence should match the grammatical case etc. of #. possible, the sentence should match the grammatical case etc. of
#. the inserted conditions. #. the inserted conditions.
#: js/ui/dateMenu.js:303 #: js/ui/dateMenu.js:301
#, javascript-format #, javascript-format
msgid "%s, then %s, followed by %s later." msgid "%s, then %s, followed by %s later."
msgstr "%s, 그리고 %s, 또 나중에 %s." msgstr "%s, 그리고 %s, 또 나중에 %s."
#: js/ui/dateMenu.js:314 #: js/ui/dateMenu.js:312
msgid "Select a location…" msgid "Select a location…"
msgstr "위치를 선택하십시오…" msgstr "위치를 선택하십시오…"
#: js/ui/dateMenu.js:317 #: js/ui/dateMenu.js:315
msgid "Loading…" msgid "Loading…"
msgstr "읽어들이는 중…" msgstr "읽어들이는 중…"
#. Translators: %s is a temperature with unit, e.g. "23℃" #. Translators: %s is a temperature with unit, e.g. "23℃"
#: js/ui/dateMenu.js:323 #: js/ui/dateMenu.js:321
#, javascript-format #, javascript-format
msgid "Feels like %s." msgid "Feels like %s."
msgstr "체감 온도 %s." msgstr "체감 온도 %s."
#: js/ui/dateMenu.js:326 #: js/ui/dateMenu.js:324
msgid "Go online for weather information" msgid "Go online for weather information"
msgstr "날씨 정보를 온라인으로 가져옵니다" msgstr "날씨 정보를 온라인으로 가져옵니다"
#: js/ui/dateMenu.js:328 #: js/ui/dateMenu.js:326
msgid "Weather information is currently unavailable" msgid "Weather information is currently unavailable"
msgstr "날씨 정보를 현재 사용할 수 없습니다" msgstr "날씨 정보를 현재 사용할 수 없습니다"
@@ -1229,9 +1228,7 @@ msgstr "느린 키 끔"
msgid "" msgid ""
"You just held down the Shift key for 8 seconds. This is the shortcut for the " "You just held down the Shift key for 8 seconds. This is the shortcut for the "
"Slow Keys feature, which affects the way your keyboard works." "Slow Keys feature, which affects the way your keyboard works."
msgstr "" msgstr "Shift 키를 8초 동안 누르고 있었습니다. 느린 키 기능의 바로 가기이고, 이렇게 하면 키보드 동작이 달라집니다."
"Shift 키를 8초 동안 누르고 있었습니다. 느린 키 기능의 바로 가기이고, 이렇게 "
"하면 키보드 동작이 달라집니다."
#: js/ui/kbdA11yDialog.js:42 #: js/ui/kbdA11yDialog.js:42
msgid "Sticky Keys Turned On" msgid "Sticky Keys Turned On"
@@ -1263,13 +1260,13 @@ msgid "Leave On"
msgstr "계속 유지" msgstr "계속 유지"
#: js/ui/kbdA11yDialog.js:59 js/ui/status/bluetooth.js:143 #: js/ui/kbdA11yDialog.js:59 js/ui/status/bluetooth.js:143
#: js/ui/status/network.js:1294 #: js/ui/status/network.js:1281
msgid "Turn On" msgid "Turn On"
msgstr "켜기" msgstr "켜기"
#: js/ui/kbdA11yDialog.js:67 js/ui/status/bluetooth.js:143 #: js/ui/kbdA11yDialog.js:67 js/ui/status/bluetooth.js:143
#: js/ui/status/network.js:154 js/ui/status/network.js:337 #: js/ui/status/network.js:154 js/ui/status/network.js:337
#: js/ui/status/network.js:1294 js/ui/status/network.js:1409 #: js/ui/status/network.js:1281 js/ui/status/network.js:1396
#: js/ui/status/nightLight.js:47 js/ui/status/rfkill.js:90 #: js/ui/status/nightLight.js:47 js/ui/status/rfkill.js:90
#: js/ui/status/rfkill.js:117 #: js/ui/status/rfkill.js:117
msgid "Turn Off" msgid "Turn Off"
@@ -1331,7 +1328,7 @@ msgstr "소스 보기"
msgid "Web Page" msgid "Web Page"
msgstr "웹페이지" msgstr "웹페이지"
#: js/ui/messageTray.js:1495 #: js/ui/messageTray.js:1493
msgid "System Information" msgid "System Information"
msgstr "시스템 정보" msgstr "시스템 정보"
@@ -1343,11 +1340,6 @@ msgstr "알 수 없는 음악가"
msgid "Unknown title" msgid "Unknown title"
msgstr "알 수 없는 제목" msgstr "알 수 없는 제목"
# 오디오 볼륨
#: js/ui/osdWindow.js:32 js/ui/status/volume.js:204
msgid "Volume"
msgstr "볼륨"
#: js/ui/overview.js:83 #: js/ui/overview.js:83
msgid "Undo" msgid "Undo"
msgstr "실행 취소" msgstr "실행 취소"
@@ -1390,42 +1382,42 @@ msgstr "키 누르기 지정"
msgid "Done" msgid "Done"
msgstr "마침" msgstr "마침"
#: js/ui/padOsd.js:742 #: js/ui/padOsd.js:740
msgid "Edit…" msgid "Edit…"
msgstr "편집…" msgstr "편집…"
#: js/ui/padOsd.js:784 js/ui/padOsd.js:889 #: js/ui/padOsd.js:782 js/ui/padOsd.js:887
msgid "None" msgid "None"
msgstr "없음" msgstr "없음"
#: js/ui/padOsd.js:843 #: js/ui/padOsd.js:841
msgid "Press a button to configure" msgid "Press a button to configure"
msgstr "설정하려면 단추를 누르십시오" msgstr "설정하려면 단추를 누르십시오"
#: js/ui/padOsd.js:844 #: js/ui/padOsd.js:842
msgid "Press Esc to exit" msgid "Press Esc to exit"
msgstr "나가려면 Esc를 누르십시오" msgstr "나가려면 Esc를 누르십시오"
#: js/ui/padOsd.js:847 #: js/ui/padOsd.js:845
msgid "Press any key to exit" msgid "Press any key to exit"
msgstr "나가려면 아무 키나 누르십시오" msgstr "나가려면 아무 키나 누르십시오"
#: js/ui/panel.js:356 #: js/ui/panel.js:355
msgid "Quit" msgid "Quit"
msgstr "끝내기" msgstr "끝내기"
#. Translators: If there is no suitable word for "Activities" #. Translators: If there is no suitable word for "Activities"
#. in your language, you can use the word for "Overview". #. in your language, you can use the word for "Overview".
#: js/ui/panel.js:412 #: js/ui/panel.js:411
msgid "Activities" msgid "Activities"
msgstr "현재 활동" msgstr "현재 활동"
#: js/ui/panel.js:693 #: js/ui/panel.js:692
msgctxt "System menu in the top bar" msgctxt "System menu in the top bar"
msgid "System" msgid "System"
msgstr "시스템" msgstr "시스템"
#: js/ui/panel.js:816 #: js/ui/panel.js:811
msgid "Top Bar" msgid "Top Bar"
msgstr "위 막대" msgstr "위 막대"
@@ -1434,23 +1426,23 @@ msgstr "위 막대"
#. "ON" and "OFF") or "toggle-switch-intl" (for toggle #. "ON" and "OFF") or "toggle-switch-intl" (for toggle
#. switches containing "◯" and "|"). Other values will #. switches containing "◯" and "|"). Other values will
#. simply result in invisible toggle switches. #. simply result in invisible toggle switches.
#: js/ui/popupMenu.js:300 #: js/ui/popupMenu.js:291
msgid "toggle-switch-us" msgid "toggle-switch-us"
msgstr "toggle-switch-intl" msgstr "toggle-switch-intl"
#: js/ui/runDialog.js:74 #: js/ui/runDialog.js:70
msgid "Enter a Command" msgid "Enter a Command"
msgstr "명령을 입력하십시오" msgstr "명령을 입력하십시오"
#: js/ui/runDialog.js:114 js/ui/windowMenu.js:174 #: js/ui/runDialog.js:110 js/ui/windowMenu.js:175
msgid "Close" msgid "Close"
msgstr "닫기" msgstr "닫기"
#: js/ui/runDialog.js:278 #: js/ui/runDialog.js:273
msgid "Restart is not available on Wayland" msgid "Restart is not available on Wayland"
msgstr "웨일랜드에서는 다시 시작 기능을 사용할 수 없습니다" msgstr "웨일랜드에서는 다시 시작 기능을 사용할 수 없습니다"
#: js/ui/runDialog.js:283 #: js/ui/runDialog.js:278
msgid "Restarting…" msgid "Restarting…"
msgstr "다시 시작하는 중…" msgstr "다시 시작하는 중…"
@@ -1472,7 +1464,7 @@ msgid "%d new notification"
msgid_plural "%d new notifications" msgid_plural "%d new notifications"
msgstr[0] "새 알림 %d개" msgstr[0] "새 알림 %d개"
#: js/ui/screenShield.js:451 js/ui/status/system.js:294 #: js/ui/screenShield.js:451 js/ui/status/system.js:283
msgid "Lock" msgid "Lock"
msgstr "잠그기" msgstr "잠그기"
@@ -1651,7 +1643,7 @@ msgid "<unknown>"
msgstr "<알 수 없음>" msgstr "<알 수 없음>"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:441 js/ui/status/network.js:1323 #: js/ui/status/network.js:441 js/ui/status/network.js:1310
#, javascript-format #, javascript-format
msgid "%s Off" msgid "%s Off"
msgstr "%s 꺼짐" msgstr "%s 꺼짐"
@@ -1677,7 +1669,7 @@ msgid "%s Disconnecting"
msgstr "%s 연결 끊는 중" msgstr "%s 연결 끊는 중"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:459 js/ui/status/network.js:1315 #: js/ui/status/network.js:459 js/ui/status/network.js:1302
#, javascript-format #, javascript-format
msgid "%s Connecting" msgid "%s Connecting"
msgstr "%s 연결하는 중" msgstr "%s 연결하는 중"
@@ -1717,7 +1709,7 @@ msgid "Mobile Broadband Settings"
msgstr "휴대전화 네트워크 설정" msgstr "휴대전화 네트워크 설정"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:578 js/ui/status/network.js:1320 #: js/ui/status/network.js:578 js/ui/status/network.js:1307
#, javascript-format #, javascript-format
msgid "%s Hardware Disabled" msgid "%s Hardware Disabled"
msgstr "%s 하드웨어 사용 않음" msgstr "%s 하드웨어 사용 않음"
@@ -1773,88 +1765,88 @@ msgstr "네트워크 없음"
msgid "Use hardware switch to turn off" msgid "Use hardware switch to turn off"
msgstr "끄려면 하드웨어 스위치를 사용하십시오" msgstr "끄려면 하드웨어 스위치를 사용하십시오"
#: js/ui/status/network.js:1186 #: js/ui/status/network.js:1173
msgid "Select Network" msgid "Select Network"
msgstr "네트워크 선택" msgstr "네트워크 선택"
#: js/ui/status/network.js:1192 #: js/ui/status/network.js:1179
msgid "Wi-Fi Settings" msgid "Wi-Fi Settings"
msgstr "와이파이 설정" msgstr "와이파이 설정"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:1311 #: js/ui/status/network.js:1298
#, javascript-format #, javascript-format
msgid "%s Hotspot Active" msgid "%s Hotspot Active"
msgstr "%s 핫스팟 사용 중" msgstr "%s 핫스팟 사용 중"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:1326 #: js/ui/status/network.js:1313
#, javascript-format #, javascript-format
msgid "%s Not Connected" msgid "%s Not Connected"
msgstr "%s 연결되지 않음" msgstr "%s 연결되지 않음"
#: js/ui/status/network.js:1426 #: js/ui/status/network.js:1413
msgid "connecting…" msgid "connecting…"
msgstr "연결하는 중…" msgstr "연결하는 중…"
#. Translators: this is for network connections that require some kind of key or password #. Translators: this is for network connections that require some kind of key or password
#: js/ui/status/network.js:1429 #: js/ui/status/network.js:1416
msgid "authentication required" msgid "authentication required"
msgstr "인증 필요" msgstr "인증 필요"
#: js/ui/status/network.js:1431 #: js/ui/status/network.js:1418
msgid "connection failed" msgid "connection failed"
msgstr "연결 실패" msgstr "연결 실패"
#: js/ui/status/network.js:1485 #: js/ui/status/network.js:1472
msgid "VPN Settings" msgid "VPN Settings"
msgstr "가상사설망 설정" msgstr "가상사설망 설정"
#: js/ui/status/network.js:1498 #: js/ui/status/network.js:1485
msgid "VPN" msgid "VPN"
msgstr "가상사설망" msgstr "가상사설망"
#: js/ui/status/network.js:1508 #: js/ui/status/network.js:1495
msgid "VPN Off" msgid "VPN Off"
msgstr "가상사설망 꺼짐" msgstr "가상사설망 꺼짐"
#: js/ui/status/network.js:1572 js/ui/status/rfkill.js:93 #: js/ui/status/network.js:1559 js/ui/status/rfkill.js:93
msgid "Network Settings" msgid "Network Settings"
msgstr "네트워크 설정" msgstr "네트워크 설정"
#: js/ui/status/network.js:1601 #: js/ui/status/network.js:1588
#, javascript-format #, javascript-format
msgid "%s Wired Connection" msgid "%s Wired Connection"
msgid_plural "%s Wired Connections" msgid_plural "%s Wired Connections"
msgstr[0] "%s 유선 연결" msgstr[0] "%s 유선 연결"
#: js/ui/status/network.js:1605 #: js/ui/status/network.js:1592
#, javascript-format #, javascript-format
msgid "%s Wi-Fi Connection" msgid "%s Wi-Fi Connection"
msgid_plural "%s Wi-Fi Connections" msgid_plural "%s Wi-Fi Connections"
msgstr[0] "%s 와이파이 연결" msgstr[0] "%s 와이파이 연결"
#: js/ui/status/network.js:1609 #: js/ui/status/network.js:1596
#, javascript-format #, javascript-format
msgid "%s Modem Connection" msgid "%s Modem Connection"
msgid_plural "%s Modem Connections" msgid_plural "%s Modem Connections"
msgstr[0] "%s 모뎀 연결" msgstr[0] "%s 모뎀 연결"
#: js/ui/status/network.js:1741 #: js/ui/status/network.js:1728
msgid "Connection failed" msgid "Connection failed"
msgstr "연결이 실패했습니다" msgstr "연결이 실패했습니다"
#: js/ui/status/network.js:1742 #: js/ui/status/network.js:1729
msgid "Activation of network connection failed" msgid "Activation of network connection failed"
msgstr "네트워크 연결이 실패했습니다" msgstr "네트워크 연결이 실패했습니다"
#: js/ui/status/nightLight.js:68 #: js/ui/status/nightLight.js:68
msgid "Night Light Disabled" msgid "Night Light Disabled"
msgstr "야간 모드 사용하지 않음" msgstr "야간 조명 사용하지 않음"
#: js/ui/status/nightLight.js:69 #: js/ui/status/nightLight.js:69
msgid "Night Light On" msgid "Night Light On"
msgstr "야간 모드 켬" msgstr "야간 조명 켬"
#: js/ui/status/nightLight.js:70 #: js/ui/status/nightLight.js:70
msgid "Resume" msgid "Resume"
@@ -1895,14 +1887,6 @@ msgstr "충전까지 %d:%02d(%d %%)"
msgid "%d%%" msgid "%d%%"
msgstr "%d%%" msgstr "%d%%"
#: js/ui/status/remoteAccess.js:46
msgid "Screen is Being Shared"
msgstr "화면을 공유하는 중입니다"
#: js/ui/status/remoteAccess.js:48
msgid "Turn off"
msgstr "끄기"
#. The menu only appears when airplane mode is on, so just #. The menu only appears when airplane mode is on, so just
#. statically build it as if it was on, rather than dynamically #. statically build it as if it was on, rather than dynamically
#. changing the menu contents. #. changing the menu contents.
@@ -1922,28 +1906,28 @@ msgstr "로그아웃"
msgid "Account Settings" msgid "Account Settings"
msgstr "계정 설정" msgstr "계정 설정"
#: js/ui/status/system.js:279 #: js/ui/status/system.js:268
msgid "Orientation Lock" msgid "Orientation Lock"
msgstr "방향 잠금" msgstr "방향 잠금"
#: js/ui/status/system.js:305 #: js/ui/status/system.js:294
msgid "Suspend" msgid "Suspend"
msgstr "절전" msgstr "절전"
#: js/ui/status/system.js:315 #: js/ui/status/system.js:304
msgid "Power Off" msgid "Power Off"
msgstr "컴퓨터 끄기" msgstr "컴퓨터 끄기"
#: js/ui/status/thunderbolt.js:298 #: js/ui/status/thunderbolt.js:272
msgid "Thunderbolt" msgid "Thunderbolt"
msgstr "썬더볼트" msgstr "썬더볼트"
#. we are done #. we are done
#: js/ui/status/thunderbolt.js:354 #: js/ui/status/thunderbolt.js:328
msgid "Unknown Thunderbolt device" msgid "Unknown Thunderbolt device"
msgstr "알 수 없는 썬더볼트 장치" msgstr "알 수 없는 썬더볼트 장치"
#: js/ui/status/thunderbolt.js:355 #: js/ui/status/thunderbolt.js:329
msgid "" msgid ""
"New device has been detected while you were away. Please disconnect and " "New device has been detected while you were away. Please disconnect and "
"reconnect the device to start using it." "reconnect the device to start using it."
@@ -1951,20 +1935,25 @@ msgstr ""
"자리에 없는 동안 새 장치를 검색했습니다. 이 장치를 사용하려면 장치 연결을 끊" "자리에 없는 동안 새 장치를 검색했습니다. 이 장치를 사용하려면 장치 연결을 끊"
"었다가 다시 연결하십시오." "었다가 다시 연결하십시오."
#: js/ui/status/thunderbolt.js:360 #: js/ui/status/thunderbolt.js:334
msgid "Thunderbolt authorization error" msgid "Thunderbolt authorization error"
msgstr "썬더볼트 권한 오류" msgstr "썬더볼트 권한 오류"
#: js/ui/status/thunderbolt.js:361 #: js/ui/status/thunderbolt.js:335
#, javascript-format #, javascript-format
msgid "Could not authorize the Thunderbolt device: %s" msgid "Could not authorize the thunderbolt device: %s"
msgstr "썬더볼트 장치에 권한을 부여할 수 없습니다: %s" msgstr "썬더볼트 장치에 권한을 부여할 수 없습니다: %s"
# 오디오 볼륨 # 오디오 볼륨
#: js/ui/status/volume.js:135 #: js/ui/status/volume.js:128
msgid "Volume changed" msgid "Volume changed"
msgstr "볼륨 바꿈" msgstr "볼륨 바꿈"
# 오디오 볼륨
#: js/ui/status/volume.js:170
msgid "Volume"
msgstr "볼륨"
#. Translators: this is for display mirroring i.e. cloning. #. Translators: this is for display mirroring i.e. cloning.
#. * Try to keep it under around 15 characters. #. * Try to keep it under around 15 characters.
#. #.
@@ -2014,22 +2003,22 @@ msgstr "검색"
msgid "“%s” is ready" msgid "“%s” is ready"
msgstr "“%s” 프로그램이 준비되었습니다" msgstr "“%s” 프로그램이 준비되었습니다"
#: js/ui/windowManager.js:74 #: js/ui/windowManager.js:72
msgid "Do you want to keep these display settings?" msgid "Do you want to keep these display settings?"
msgstr "이 디스플레이 설정을 유지하시겠습니까?" msgstr "이 디스플레이 설정을 유지하시겠습니까?"
#. Translators: this and the following message should be limited in lenght, #. Translators: this and the following message should be limited in lenght,
#. to avoid ellipsizing the labels. #. to avoid ellipsizing the labels.
#. #.
#: js/ui/windowManager.js:86 #: js/ui/windowManager.js:84
msgid "Revert Settings" msgid "Revert Settings"
msgstr "설정 되돌리기" msgstr "설정 되돌리기"
#: js/ui/windowManager.js:89 #: js/ui/windowManager.js:87
msgid "Keep Changes" msgid "Keep Changes"
msgstr "바뀐 사항 유지" msgstr "바뀐 사항 유지"
#: js/ui/windowManager.js:107 #: js/ui/windowManager.js:105
#, javascript-format #, javascript-format
msgid "Settings changes will revert in %d second" msgid "Settings changes will revert in %d second"
msgid_plural "Settings changes will revert in %d seconds" msgid_plural "Settings changes will revert in %d seconds"
@@ -2037,7 +2026,7 @@ msgstr[0] "바뀐 설정을 %d초 후에 되돌립니다"
#. Translators: This represents the size of a window. The first number is #. Translators: This represents the size of a window. The first number is
#. * the width of the window and the second is the height. #. * the width of the window and the second is the height.
#: js/ui/windowManager.js:689 #: js/ui/windowManager.js:660
#, javascript-format #, javascript-format
msgid "%d × %d" msgid "%d × %d"
msgstr "%d × %d" msgstr "%d × %d"
@@ -2090,19 +2079,19 @@ msgstr "위 작업 공간으로 옮기기"
msgid "Move to Workspace Down" msgid "Move to Workspace Down"
msgstr "아래 작업 공간으로 옮기기" msgstr "아래 작업 공간으로 옮기기"
#: js/ui/windowMenu.js:139 #: js/ui/windowMenu.js:140
msgid "Move to Monitor Up" msgid "Move to Monitor Up"
msgstr "위 모니터로 옮기기" msgstr "위 모니터로 옮기기"
#: js/ui/windowMenu.js:148 #: js/ui/windowMenu.js:149
msgid "Move to Monitor Down" msgid "Move to Monitor Down"
msgstr "아래 모니터로 옮기기" msgstr "아래 모니터로 옮기기"
#: js/ui/windowMenu.js:157 #: js/ui/windowMenu.js:158
msgid "Move to Monitor Left" msgid "Move to Monitor Left"
msgstr "왼쪽 모니터로 옮기기" msgstr "왼쪽 모니터로 옮기기"
#: js/ui/windowMenu.js:166 #: js/ui/windowMenu.js:167
msgid "Move to Monitor Right" msgid "Move to Monitor Right"
msgstr "오른쪽 모니터로 옮기기" msgstr "오른쪽 모니터로 옮기기"
@@ -2116,28 +2105,28 @@ msgid "evolution"
msgstr "evolution" msgstr "evolution"
# 커맨드라인 옵션 설명 # 커맨드라인 옵션 설명
#: src/main.c:410 #: src/main.c:432
msgid "Print version" msgid "Print version"
msgstr "버전을 표시합니다" msgstr "버전을 표시합니다"
#: src/main.c:416 #: src/main.c:438
msgid "Mode used by GDM for login screen" msgid "Mode used by GDM for login screen"
msgstr "GDM에서 로그인 화면에 사용할 모드" msgstr "GDM에서 로그인 화면에 사용할 모드"
#: src/main.c:422 #: src/main.c:444
msgid "Use a specific mode, e.g. “gdm” for login screen" msgid "Use a specific mode, e.g. “gdm” for login screen"
msgstr "특정 모드 사용. 예를 들어 로그인 화면에 대해 “gdm”" msgstr "특정 모드 사용. 예를 들어 로그인 화면에 대해 “gdm”"
#: src/main.c:428 #: src/main.c:450
msgid "List possible modes" msgid "List possible modes"
msgstr "가능한 모드 목록 표시" msgstr "가능한 모드 목록 표시"
#: src/shell-app.c:272 #: src/shell-app.c:270
msgctxt "program" msgctxt "program"
msgid "Unknown" msgid "Unknown"
msgstr "알 수 없음" msgstr "알 수 없음"
#: src/shell-app.c:523 #: src/shell-app.c:511
#, c-format #, c-format
msgid "Failed to launch “%s”" msgid "Failed to launch “%s”"
msgstr "“%s” 실행에 실패했습니다" msgstr "“%s” 실행에 실패했습니다"
@@ -2173,3 +2162,45 @@ msgstr[0] "%u개 입력"
#: subprojects/gvc/gvc-mixer-control.c:2738 #: subprojects/gvc/gvc-mixer-control.c:2738
msgid "System Sounds" msgid "System Sounds"
msgstr "시스템 소리" msgstr "시스템 소리"
#~ msgctxt "search-result"
#~ msgid "Power off"
#~ msgstr "컴퓨터 끄기"
#~ msgctxt "search-result"
#~ msgid "Log out"
#~ msgstr "로그아웃"
#~ msgctxt "search-result"
#~ msgid "Switch user"
#~ msgstr "사용자 바꾸기"
#~ msgid "Hide tray"
#~ msgstr "트레이 숨기기"
#~ msgid "Status Icons"
#~ msgstr "상태 아이콘"
#~ msgid "GNOME Shell Extension Preferences"
#~ msgstr "그놈 셸 확장 기본 설정"
#~ msgid "Web Authentication Redirect"
#~ msgstr "웹 인증 리다이렉트"
#~ msgid "Events"
#~ msgstr "행사"
#~ msgid "Notifications"
#~ msgstr "알림"
#~ msgid "Clear section"
#~ msgstr "부분 지우기"
#~ msgid "Media"
#~ msgstr "미디어"
#~ msgid "Not In Use"
#~ msgstr "사용 중 아님"
#~ msgid "%d x %d"
#~ msgstr "%d x %d"

271
po/lt.po
View File

@@ -10,8 +10,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell master\n" "Project-Id-Version: gnome-shell master\n"
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell/issues\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell/issues\n"
"POT-Creation-Date: 2018-08-01 18:08+0000\n" "POT-Creation-Date: 2018-02-26 17:00+0000\n"
"PO-Revision-Date: 2018-08-05 23:20+0300\n" "PO-Revision-Date: 2018-02-28 23:39+0200\n"
"Last-Translator: Aurimas Černius <aurisc4@gmail.com>\n" "Last-Translator: Aurimas Černius <aurisc4@gmail.com>\n"
"Language-Team: Lietuvių <gnome-lt@lists.akl.lt>\n" "Language-Team: Lietuvių <gnome-lt@lists.akl.lt>\n"
"Language: lt\n" "Language: lt\n"
@@ -290,32 +290,32 @@ msgstr ""
"Jei teigiama, perjungimo lange rodomi tik langai iš dabartinės darbo " "Jei teigiama, perjungimo lange rodomi tik langai iš dabartinės darbo "
"srities. Priešingu atveju įtraukiami visi langai." "srities. Priešingu atveju įtraukiami visi langai."
#: data/org.gnome.shell.gschema.xml.in:198 #: data/org.gnome.shell.gschema.xml.in:197
msgid "Attach modal dialog to the parent window" msgid "Attach modal dialog to the parent window"
msgstr "Prikabinti modalinį dialogą prie tėvinio lango" msgstr "Prikabinti modalinį dialogą prie tėvinio lango"
#: data/org.gnome.shell.gschema.xml.in:199 #: data/org.gnome.shell.gschema.xml.in:198
#: data/org.gnome.shell.gschema.xml.in:208 #: data/org.gnome.shell.gschema.xml.in:207
#: data/org.gnome.shell.gschema.xml.in:216 #: data/org.gnome.shell.gschema.xml.in:215
#: data/org.gnome.shell.gschema.xml.in:224 #: data/org.gnome.shell.gschema.xml.in:223
#: data/org.gnome.shell.gschema.xml.in:232 #: data/org.gnome.shell.gschema.xml.in:231
msgid "" msgid ""
"This key overrides the key in org.gnome.mutter when running GNOME Shell." "This key overrides the key in org.gnome.mutter when running GNOME Shell."
msgstr "Šis raktas perrašo org.gnome.mutter raktą, kai vykdoma GNOME Shell." msgstr "Šis raktas perrašo org.gnome.mutter raktą, kai vykdoma GNOME Shell."
#: data/org.gnome.shell.gschema.xml.in:207 #: data/org.gnome.shell.gschema.xml.in:206
msgid "Enable edge tiling when dropping windows on screen edges" msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "Įjungti kraštų išplėtimą, kai langai numetami ekrano kraštuose" msgstr "Įjungti kraštų išplėtimą, kai langai numetami ekrano kraštuose"
#: data/org.gnome.shell.gschema.xml.in:215 #: data/org.gnome.shell.gschema.xml.in:214
msgid "Workspaces are managed dynamically" msgid "Workspaces are managed dynamically"
msgstr "Darbo sritys yra tvarkomos dinamiškai" msgstr "Darbo sritys yra tvarkomos dinamiškai"
#: data/org.gnome.shell.gschema.xml.in:223 #: data/org.gnome.shell.gschema.xml.in:222
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Darbo sritys tik pagrindiniame monitoriuje" msgstr "Darbo sritys tik pagrindiniame monitoriuje"
#: data/org.gnome.shell.gschema.xml.in:231 #: data/org.gnome.shell.gschema.xml.in:230
msgid "Delay focus changes in mouse mode until the pointer stops moving" msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr "Atidėti fokuso pakeitimus pelei iki žymiklis nustos judėti" msgstr "Atidėti fokuso pakeitimus pelei iki žymiklis nustos judėti"
@@ -334,7 +334,7 @@ msgid "There was an error loading the preferences dialog for %s:"
msgstr "Kilo klaida įkeliant %s nuostatų dialogą:" msgstr "Kilo klaida įkeliant %s nuostatų dialogą:"
#: js/gdm/authPrompt.js:147 js/ui/audioDeviceSelection.js:71 #: js/gdm/authPrompt.js:147 js/ui/audioDeviceSelection.js:71
#: js/ui/components/networkAgent.js:117 js/ui/components/polkitAgent.js:153 #: js/ui/components/networkAgent.js:117 js/ui/components/polkitAgent.js:148
#: js/ui/endSessionDialog.js:482 js/ui/extensionDownloader.js:197 #: js/ui/endSessionDialog.js:482 js/ui/extensionDownloader.js:197
#: js/ui/shellMountOperation.js:343 js/ui/status/network.js:919 #: js/ui/shellMountOperation.js:343 js/ui/status/network.js:919
msgid "Cancel" msgid "Cancel"
@@ -354,20 +354,20 @@ msgctxt "button"
msgid "Sign In" msgid "Sign In"
msgstr "Prisijungti" msgstr "Prisijungti"
#: js/gdm/loginDialog.js:319 #: js/gdm/loginDialog.js:315
msgid "Choose Session" msgid "Choose Session"
msgstr "Pasirinkite seansą" msgstr "Pasirinkite seansą"
#. translators: this message is shown below the user list on the #. translators: this message is shown below the user list on the
#. login screen. It can be activated to reveal an entry for #. login screen. It can be activated to reveal an entry for
#. manually entering the username. #. manually entering the username.
#: js/gdm/loginDialog.js:462 #: js/gdm/loginDialog.js:458
msgid "Not listed?" msgid "Not listed?"
msgstr "Nėra sąraše?" msgstr "Nėra sąraše?"
#. Translators: this message is shown below the username entry field #. Translators: this message is shown below the username entry field
#. to clue the user in on how to login to the local network realm #. to clue the user in on how to login to the local network realm
#: js/gdm/loginDialog.js:891 #: js/gdm/loginDialog.js:887
#, javascript-format #, javascript-format
msgid "(e.g., user or %s)" msgid "(e.g., user or %s)"
msgstr "(pvz., naudotojas arba %s)" msgstr "(pvz., naudotojas arba %s)"
@@ -375,12 +375,12 @@ msgstr "(pvz., naudotojas arba %s)"
#. TTLS and PEAP are actually much more complicated, but this complication #. TTLS and PEAP are actually much more complicated, but this complication
#. is not visible here since we only care about phase2 authentication #. is not visible here since we only care about phase2 authentication
#. (and don't even care of which one) #. (and don't even care of which one)
#: js/gdm/loginDialog.js:896 js/ui/components/networkAgent.js:243 #: js/gdm/loginDialog.js:892 js/ui/components/networkAgent.js:243
#: js/ui/components/networkAgent.js:261 #: js/ui/components/networkAgent.js:261
msgid "Username: " msgid "Username: "
msgstr "Naudotojo vardas: " msgstr "Naudotojo vardas: "
#: js/gdm/loginDialog.js:1234 #: js/gdm/loginDialog.js:1228
msgid "Login Window" msgid "Login Window"
msgstr "Prisijungimo langas" msgstr "Prisijungimo langas"
@@ -393,7 +393,7 @@ msgstr "Tapatybės patvirtinimo klaida"
#. as a cue to display our own message. #. as a cue to display our own message.
#. Translators: this message is shown below the password entry field #. Translators: this message is shown below the password entry field
#. to indicate the user can swipe their finger instead #. to indicate the user can swipe their finger instead
#: js/gdm/util.js:485 #: js/gdm/util.js:482
msgid "(or swipe finger)" msgid "(or swipe finger)"
msgstr "(arba perbraukite pirštu)" msgstr "(arba perbraukite pirštu)"
@@ -639,32 +639,32 @@ msgstr "Dažnai naudojamos"
msgid "All" msgid "All"
msgstr "Visos" msgstr "Visos"
#: js/ui/appDisplay.js:1890 #: js/ui/appDisplay.js:1886
msgid "New Window" msgid "New Window"
msgstr "Naujas langas" msgstr "Naujas langas"
#: js/ui/appDisplay.js:1904 #: js/ui/appDisplay.js:1900
msgid "Launch using Dedicated Graphics Card" msgid "Launch using Dedicated Graphics Card"
msgstr "Paleisti naudojant dedikuotą grafikos kortą" msgstr "Paleisti naudojant dedikuotą grafikos kortą"
#: js/ui/appDisplay.js:1931 js/ui/dash.js:285 #: js/ui/appDisplay.js:1927 js/ui/dash.js:285
msgid "Remove from Favorites" msgid "Remove from Favorites"
msgstr "Pašalinti iš mėgstamų" msgstr "Pašalinti iš mėgstamų"
#: js/ui/appDisplay.js:1937 #: js/ui/appDisplay.js:1933
msgid "Add to Favorites" msgid "Add to Favorites"
msgstr "Pridėti prie mėgstamų" msgstr "Pridėti prie mėgstamų"
#: js/ui/appDisplay.js:1947 #: js/ui/appDisplay.js:1943
msgid "Show Details" msgid "Show Details"
msgstr "Rodyti detalią informaciją" msgstr "Rodyti detalią informaciją"
#: js/ui/appFavorites.js:140 #: js/ui/appFavorites.js:138
#, javascript-format #, javascript-format
msgid "%s has been added to your favorites." msgid "%s has been added to your favorites."
msgstr "%s pridėta prie jūsų mėgstamų." msgstr "%s pridėta prie jūsų mėgstamų."
#: js/ui/appFavorites.js:174 #: js/ui/appFavorites.js:172
#, javascript-format #, javascript-format
msgid "%s has been removed from your favorites." msgid "%s has been removed from your favorites."
msgstr "%s pašalinta iš jūsų mėgstamų." msgstr "%s pašalinta iš jūsų mėgstamų."
@@ -685,7 +685,7 @@ msgstr "Ausinės"
msgid "Headset" msgid "Headset"
msgstr "Ausinės su mikrofonu" msgstr "Ausinės su mikrofonu"
#: js/ui/audioDeviceSelection.js:82 js/ui/status/volume.js:255 #: js/ui/audioDeviceSelection.js:82 js/ui/status/volume.js:221
msgid "Microphone" msgid "Microphone"
msgstr "Mikrofonas" msgstr "Mikrofonas"
@@ -697,7 +697,7 @@ msgstr "Keisti foną…"
msgid "Display Settings" msgid "Display Settings"
msgstr "Ekrano nustatymai" msgstr "Ekrano nustatymai"
#: js/ui/backgroundMenu.js:22 #: js/ui/backgroundMenu.js:22 js/ui/status/system.js:264
msgid "Settings" msgid "Settings"
msgstr "Nustatymai" msgstr "Nustatymai"
@@ -802,35 +802,35 @@ msgctxt "event list time"
msgid "All Day" msgid "All Day"
msgstr "Visa diena" msgstr "Visa diena"
#: js/ui/calendar.js:866 #: js/ui/calendar.js:864
msgctxt "calendar heading" msgctxt "calendar heading"
msgid "%A, %B %d" msgid "%A, %B %d"
msgstr "%A, %B %d d." msgstr "%A, %B %d d."
#: js/ui/calendar.js:870 #: js/ui/calendar.js:868
msgctxt "calendar heading" msgctxt "calendar heading"
msgid "%A, %B %d, %Y" msgid "%A, %B %d, %Y"
msgstr "%A, %Y m. %B %d d." msgstr "%A, %Y m. %B %d d."
#: js/ui/calendar.js:1100 #: js/ui/calendar.js:1086
msgid "No Notifications" msgid "No Notifications"
msgstr "Nėra pranešimų" msgstr "Nėra pranešimų"
#: js/ui/calendar.js:1103 #: js/ui/calendar.js:1089
msgid "No Events" msgid "No Events"
msgstr "Nėra įvykių" msgstr "Nėra įvykių"
#: js/ui/calendar.js:1131 #: js/ui/calendar.js:1117
msgid "Clear All" msgid "Clear All"
msgstr "Viską išvalyti" msgstr "Viską išvalyti"
#. Translators: %s is an application name #. Translators: %s is an application name
#: js/ui/closeDialog.js:47 #: js/ui/closeDialog.js:44
#, javascript-format #, javascript-format
msgid "“%s” is not responding." msgid "“%s” is not responding."
msgstr "„%s“ neatsiliepia." msgstr "„%s“ neatsiliepia."
#: js/ui/closeDialog.js:48 #: js/ui/closeDialog.js:45
msgid "" msgid ""
"You may choose to wait a short while for it to continue or force the " "You may choose to wait a short while for it to continue or force the "
"application to quit entirely." "application to quit entirely."
@@ -838,11 +838,11 @@ msgstr ""
"Galite dar palaukti ir duoti programai laiko arba galite priverstinai " "Galite dar palaukti ir duoti programai laiko arba galite priverstinai "
"išjungti programą." "išjungti programą."
#: js/ui/closeDialog.js:64 #: js/ui/closeDialog.js:61
msgid "Force Quit" msgid "Force Quit"
msgstr "Priverstinai išjungti" msgstr "Priverstinai išjungti"
#: js/ui/closeDialog.js:67 #: js/ui/closeDialog.js:64
msgid "Wait" msgid "Wait"
msgstr "Laukti" msgstr "Laukti"
@@ -859,7 +859,7 @@ msgstr "Atjungta išorinė laikmena"
msgid "Open with %s" msgid "Open with %s"
msgstr "Atverti su %s" msgstr "Atverti su %s"
#: js/ui/components/keyring.js:107 js/ui/components/polkitAgent.js:297 #: js/ui/components/keyring.js:107 js/ui/components/polkitAgent.js:284
msgid "Password:" msgid "Password:"
msgstr "Slaptažodis:" msgstr "Slaptažodis:"
@@ -896,11 +896,11 @@ msgstr "Privataus rakto slaptažodis: "
msgid "Service: " msgid "Service: "
msgstr "Tarnyba: " msgstr "Tarnyba: "
#: js/ui/components/networkAgent.js:292 js/ui/components/networkAgent.js:664 #: js/ui/components/networkAgent.js:292 js/ui/components/networkAgent.js:659
msgid "Authentication required by wireless network" msgid "Authentication required by wireless network"
msgstr "Belaidžiam tinklui reikia patvirtinti tapatybę" msgstr "Belaidžiam tinklui reikia patvirtinti tapatybę"
#: js/ui/components/networkAgent.js:293 js/ui/components/networkAgent.js:665 #: js/ui/components/networkAgent.js:293 js/ui/components/networkAgent.js:660
#, javascript-format #, javascript-format
msgid "" msgid ""
"Passwords or encryption keys are required to access the wireless network " "Passwords or encryption keys are required to access the wireless network "
@@ -909,7 +909,7 @@ msgstr ""
"Slaptažodžiai arba šifravimo raktai yra būtini priėjimui prie belaidžio " "Slaptažodžiai arba šifravimo raktai yra būtini priėjimui prie belaidžio "
"tinklo „%s“." "tinklo „%s“."
#: js/ui/components/networkAgent.js:297 js/ui/components/networkAgent.js:668 #: js/ui/components/networkAgent.js:297 js/ui/components/networkAgent.js:663
msgid "Wired 802.1X authentication" msgid "Wired 802.1X authentication"
msgstr "Laidinis 802.1X tapatybės patvirtinimas" msgstr "Laidinis 802.1X tapatybės patvirtinimas"
@@ -917,15 +917,15 @@ msgstr "Laidinis 802.1X tapatybės patvirtinimas"
msgid "Network name: " msgid "Network name: "
msgstr "Tinklo vardas: " msgstr "Tinklo vardas: "
#: js/ui/components/networkAgent.js:304 js/ui/components/networkAgent.js:672 #: js/ui/components/networkAgent.js:304 js/ui/components/networkAgent.js:667
msgid "DSL authentication" msgid "DSL authentication"
msgstr "DSL tapatybės patvirtinimas" msgstr "DSL tapatybės patvirtinimas"
#: js/ui/components/networkAgent.js:311 js/ui/components/networkAgent.js:678 #: js/ui/components/networkAgent.js:311 js/ui/components/networkAgent.js:673
msgid "PIN code required" msgid "PIN code required"
msgstr "Reikalingas PIN kodas" msgstr "Reikalingas PIN kodas"
#: js/ui/components/networkAgent.js:312 js/ui/components/networkAgent.js:679 #: js/ui/components/networkAgent.js:312 js/ui/components/networkAgent.js:674
msgid "PIN code is needed for the mobile broadband device" msgid "PIN code is needed for the mobile broadband device"
msgstr "Reikalingas PIN kodas mobiliajam plačiajuosčiam įrenginiui" msgstr "Reikalingas PIN kodas mobiliajam plačiajuosčiam įrenginiui"
@@ -933,29 +933,29 @@ msgstr "Reikalingas PIN kodas mobiliajam plačiajuosčiam įrenginiui"
msgid "PIN: " msgid "PIN: "
msgstr "PIN: " msgstr "PIN: "
#: js/ui/components/networkAgent.js:320 js/ui/components/networkAgent.js:685 #: js/ui/components/networkAgent.js:320 js/ui/components/networkAgent.js:680
msgid "Mobile broadband network password" msgid "Mobile broadband network password"
msgstr "Mobiliojo plačiajuosčio tinklo slaptažodis" msgstr "Mobiliojo plačiajuosčio tinklo slaptažodis"
#: js/ui/components/networkAgent.js:321 js/ui/components/networkAgent.js:669 #: js/ui/components/networkAgent.js:321 js/ui/components/networkAgent.js:664
#: js/ui/components/networkAgent.js:673 js/ui/components/networkAgent.js:686 #: js/ui/components/networkAgent.js:668 js/ui/components/networkAgent.js:681
#, javascript-format #, javascript-format
msgid "A password is required to connect to “%s”." msgid "A password is required to connect to “%s”."
msgstr "Būtinas slaptažodis norint prisijungti prie „%s“." msgstr "Būtinas slaptažodis norint prisijungti prie „%s“."
#: js/ui/components/networkAgent.js:653 js/ui/status/network.js:1704 #: js/ui/components/networkAgent.js:648 js/ui/status/network.js:1691
msgid "Network Manager" msgid "Network Manager"
msgstr "Tinklo tvarkymas" msgstr "Tinklo tvarkymas"
#: js/ui/components/polkitAgent.js:48 #: js/ui/components/polkitAgent.js:43
msgid "Authentication Required" msgid "Authentication Required"
msgstr "Reikia patvirtinti tapatybę" msgstr "Reikia patvirtinti tapatybę"
#: js/ui/components/polkitAgent.js:76 #: js/ui/components/polkitAgent.js:71
msgid "Administrator" msgid "Administrator"
msgstr "Administratorius" msgstr "Administratorius"
#: js/ui/components/polkitAgent.js:156 #: js/ui/components/polkitAgent.js:151
msgid "Authenticate" msgid "Authenticate"
msgstr "Patvirtinti tapatybę" msgstr "Patvirtinti tapatybę"
@@ -963,7 +963,7 @@ msgstr "Patvirtinti tapatybę"
#. * requested authentication was not gained; this can happen #. * requested authentication was not gained; this can happen
#. * because of an authentication error (like invalid password), #. * because of an authentication error (like invalid password),
#. * for instance. #. * for instance.
#: js/ui/components/polkitAgent.js:283 js/ui/shellMountOperation.js:327 #: js/ui/components/polkitAgent.js:270 js/ui/shellMountOperation.js:327
msgid "Sorry, that didnt work. Please try again." msgid "Sorry, that didnt work. Please try again."
msgstr "Atsiprašome, tai nesuveikė. Bandykite dar kartą." msgstr "Atsiprašome, tai nesuveikė. Bandykite dar kartą."
@@ -1011,7 +1011,7 @@ msgstr "Pridėti pasaulio laikrodžius…"
msgid "World Clocks" msgid "World Clocks"
msgstr "Pasaulio laikrodžiai" msgstr "Pasaulio laikrodžiai"
#: js/ui/dateMenu.js:227 #: js/ui/dateMenu.js:225
msgid "Weather" msgid "Weather"
msgstr "Orai" msgstr "Orai"
@@ -1019,7 +1019,7 @@ msgstr "Orai"
#. libgweather for the possible condition strings. If at all #. libgweather for the possible condition strings. If at all
#. possible, the sentence should match the grammatical case etc. of #. possible, the sentence should match the grammatical case etc. of
#. the inserted conditions. #. the inserted conditions.
#: js/ui/dateMenu.js:291 #: js/ui/dateMenu.js:289
#, javascript-format #, javascript-format
msgid "%s all day." msgid "%s all day."
msgstr "%s visą dieną." msgstr "%s visą dieną."
@@ -1028,7 +1028,7 @@ msgstr "%s visą dieną."
#. libgweather for the possible condition strings. If at all #. libgweather for the possible condition strings. If at all
#. possible, the sentence should match the grammatical case etc. of #. possible, the sentence should match the grammatical case etc. of
#. the inserted conditions. #. the inserted conditions.
#: js/ui/dateMenu.js:297 #: js/ui/dateMenu.js:295
#, javascript-format #, javascript-format
msgid "%s, then %s later." msgid "%s, then %s later."
msgstr "%s, o vėliau %s." msgstr "%s, o vėliau %s."
@@ -1037,30 +1037,30 @@ msgstr "%s, o vėliau %s."
#. libgweather for the possible condition strings. If at all #. libgweather for the possible condition strings. If at all
#. possible, the sentence should match the grammatical case etc. of #. possible, the sentence should match the grammatical case etc. of
#. the inserted conditions. #. the inserted conditions.
#: js/ui/dateMenu.js:303 #: js/ui/dateMenu.js:301
#, javascript-format #, javascript-format
msgid "%s, then %s, followed by %s later." msgid "%s, then %s, followed by %s later."
msgstr "%s, tuomet %s, o po to vėliau %s." msgstr "%s, tuomet %s, o po to vėliau %s."
#: js/ui/dateMenu.js:314 #: js/ui/dateMenu.js:312
msgid "Select a location…" msgid "Select a location…"
msgstr "Pasirinkite vietą…" msgstr "Pasirinkite vietą…"
#: js/ui/dateMenu.js:317 #: js/ui/dateMenu.js:315
msgid "Loading…" msgid "Loading…"
msgstr "Įkeliama…" msgstr "Įkeliama…"
#. Translators: %s is a temperature with unit, e.g. "23℃" #. Translators: %s is a temperature with unit, e.g. "23℃"
#: js/ui/dateMenu.js:323 #: js/ui/dateMenu.js:321
#, javascript-format #, javascript-format
msgid "Feels like %s." msgid "Feels like %s."
msgstr "Jaučiama kaip %s." msgstr "Jaučiama kaip %s."
#: js/ui/dateMenu.js:326 #: js/ui/dateMenu.js:324
msgid "Go online for weather information" msgid "Go online for weather information"
msgstr "Prisijunkite prie tinklo orų informacijai gauti" msgstr "Prisijunkite prie tinklo orų informacijai gauti"
#: js/ui/dateMenu.js:328 #: js/ui/dateMenu.js:326
msgid "Weather information is currently unavailable" msgid "Weather information is currently unavailable"
msgstr "Orų informacija šiuo metu yra neprieinama" msgstr "Orų informacija šiuo metu yra neprieinama"
@@ -1252,10 +1252,12 @@ msgid "Allow"
msgstr "Leisti" msgstr "Leisti"
#: js/ui/kbdA11yDialog.js:33 #: js/ui/kbdA11yDialog.js:33
#| msgid "Slow Keys"
msgid "Slow Keys Turned On" msgid "Slow Keys Turned On"
msgstr "Lėtieji klavišai įjungti" msgstr "Lėtieji klavišai įjungti"
#: js/ui/kbdA11yDialog.js:34 #: js/ui/kbdA11yDialog.js:34
#| msgid "Slow Keys"
msgid "Slow Keys Turned Off" msgid "Slow Keys Turned Off"
msgstr "Lėtieji klavišai išjungti" msgstr "Lėtieji klavišai išjungti"
@@ -1268,10 +1270,12 @@ msgstr ""
"trumpinus, kuris keičia klaviatūros veikseną." "trumpinus, kuris keičia klaviatūros veikseną."
#: js/ui/kbdA11yDialog.js:42 #: js/ui/kbdA11yDialog.js:42
#| msgid "Sticky Keys"
msgid "Sticky Keys Turned On" msgid "Sticky Keys Turned On"
msgstr "Kibieji klavišai įjungti" msgstr "Kibieji klavišai įjungti"
#: js/ui/kbdA11yDialog.js:43 #: js/ui/kbdA11yDialog.js:43
#| msgid "Sticky Keys"
msgid "Sticky Keys Turned Off" msgid "Sticky Keys Turned Off"
msgstr "Kibieji klavišai išjungti" msgstr "Kibieji klavišai išjungti"
@@ -1298,13 +1302,13 @@ msgid "Leave On"
msgstr "Palikti įjungtą" msgstr "Palikti įjungtą"
#: js/ui/kbdA11yDialog.js:59 js/ui/status/bluetooth.js:143 #: js/ui/kbdA11yDialog.js:59 js/ui/status/bluetooth.js:143
#: js/ui/status/network.js:1294 #: js/ui/status/network.js:1281
msgid "Turn On" msgid "Turn On"
msgstr "Įjungti" msgstr "Įjungti"
#: js/ui/kbdA11yDialog.js:67 js/ui/status/bluetooth.js:143 #: js/ui/kbdA11yDialog.js:67 js/ui/status/bluetooth.js:143
#: js/ui/status/network.js:154 js/ui/status/network.js:337 #: js/ui/status/network.js:154 js/ui/status/network.js:337
#: js/ui/status/network.js:1294 js/ui/status/network.js:1409 #: js/ui/status/network.js:1281 js/ui/status/network.js:1396
#: js/ui/status/nightLight.js:47 js/ui/status/rfkill.js:90 #: js/ui/status/nightLight.js:47 js/ui/status/rfkill.js:90
#: js/ui/status/rfkill.js:117 #: js/ui/status/rfkill.js:117
msgid "Turn Off" msgid "Turn Off"
@@ -1315,6 +1319,7 @@ msgid "Leave Off"
msgstr "Palikti išjungtą" msgstr "Palikti išjungtą"
#: js/ui/keyboard.js:198 #: js/ui/keyboard.js:198
#| msgid "Date & Time Settings"
msgid "Region & Language Settings" msgid "Region & Language Settings"
msgstr "Regiono ir kalbos nustatymai" msgstr "Regiono ir kalbos nustatymai"
@@ -1366,7 +1371,7 @@ msgstr "Žiūrėti šaltinį"
msgid "Web Page" msgid "Web Page"
msgstr "Tinklalapis" msgstr "Tinklalapis"
#: js/ui/messageTray.js:1495 #: js/ui/messageTray.js:1493
msgid "System Information" msgid "System Information"
msgstr "Sistemos informacija" msgstr "Sistemos informacija"
@@ -1378,10 +1383,6 @@ msgstr "Nežinomas atlikėjas"
msgid "Unknown title" msgid "Unknown title"
msgstr "Nežinomas pavadinimas" msgstr "Nežinomas pavadinimas"
#: js/ui/osdWindow.js:32 js/ui/status/volume.js:204
msgid "Volume"
msgstr "Garsumas"
#: js/ui/overview.js:83 #: js/ui/overview.js:83
msgid "Undo" msgid "Undo"
msgstr "Atšaukti" msgstr "Atšaukti"
@@ -1424,42 +1425,42 @@ msgstr "Priskirti klavišų kombinaciją"
msgid "Done" msgid "Done"
msgstr "Atlikta" msgstr "Atlikta"
#: js/ui/padOsd.js:742 #: js/ui/padOsd.js:740
msgid "Edit…" msgid "Edit…"
msgstr "Keisti…" msgstr "Keisti…"
#: js/ui/padOsd.js:784 js/ui/padOsd.js:889 #: js/ui/padOsd.js:782 js/ui/padOsd.js:887
msgid "None" msgid "None"
msgstr "Nėra" msgstr "Nėra"
#: js/ui/padOsd.js:843 #: js/ui/padOsd.js:841
msgid "Press a button to configure" msgid "Press a button to configure"
msgstr "Spauskite mygtuką konfigūravimui" msgstr "Spauskite mygtuką konfigūravimui"
#: js/ui/padOsd.js:844 #: js/ui/padOsd.js:842
msgid "Press Esc to exit" msgid "Press Esc to exit"
msgstr "Spauskit Esc išėjimui" msgstr "Spauskit Esc išėjimui"
#: js/ui/padOsd.js:847 #: js/ui/padOsd.js:845
msgid "Press any key to exit" msgid "Press any key to exit"
msgstr "Išėjimui spauskite bet kurį klavišą" msgstr "Išėjimui spauskite bet kurį klavišą"
#: js/ui/panel.js:356 #: js/ui/panel.js:355
msgid "Quit" msgid "Quit"
msgstr "Užverti" msgstr "Užverti"
#. Translators: If there is no suitable word for "Activities" #. Translators: If there is no suitable word for "Activities"
#. in your language, you can use the word for "Overview". #. in your language, you can use the word for "Overview".
#: js/ui/panel.js:412 #: js/ui/panel.js:411
msgid "Activities" msgid "Activities"
msgstr "Apžvalga" msgstr "Apžvalga"
#: js/ui/panel.js:693 #: js/ui/panel.js:692
msgctxt "System menu in the top bar" msgctxt "System menu in the top bar"
msgid "System" msgid "System"
msgstr "Sistema" msgstr "Sistema"
#: js/ui/panel.js:816 #: js/ui/panel.js:811
msgid "Top Bar" msgid "Top Bar"
msgstr "Viršutinė juosta" msgstr "Viršutinė juosta"
@@ -1468,23 +1469,23 @@ msgstr "Viršutinė juosta"
#. "ON" and "OFF") or "toggle-switch-intl" (for toggle #. "ON" and "OFF") or "toggle-switch-intl" (for toggle
#. switches containing "◯" and "|"). Other values will #. switches containing "◯" and "|"). Other values will
#. simply result in invisible toggle switches. #. simply result in invisible toggle switches.
#: js/ui/popupMenu.js:300 #: js/ui/popupMenu.js:291
msgid "toggle-switch-us" msgid "toggle-switch-us"
msgstr "toggle-switch-intl" msgstr "toggle-switch-intl"
#: js/ui/runDialog.js:74 #: js/ui/runDialog.js:70
msgid "Enter a Command" msgid "Enter a Command"
msgstr "Įveskite komandą" msgstr "Įveskite komandą"
#: js/ui/runDialog.js:114 js/ui/windowMenu.js:174 #: js/ui/runDialog.js:110 js/ui/windowMenu.js:175
msgid "Close" msgid "Close"
msgstr "Užverti" msgstr "Užverti"
#: js/ui/runDialog.js:278 #: js/ui/runDialog.js:273
msgid "Restart is not available on Wayland" msgid "Restart is not available on Wayland"
msgstr "Perleisti Wayland aplinkoje negalima" msgstr "Perleisti Wayland aplinkoje negalima"
#: js/ui/runDialog.js:283 #: js/ui/runDialog.js:278
msgid "Restarting…" msgid "Restarting…"
msgstr "Perleidžiama…" msgstr "Perleidžiama…"
@@ -1510,7 +1511,7 @@ msgstr[0] "%d naujas pranešimas"
msgstr[1] "%d nauji pranešimai" msgstr[1] "%d nauji pranešimai"
msgstr[2] "%d naujų pranešimų" msgstr[2] "%d naujų pranešimų"
#: js/ui/screenShield.js:451 js/ui/status/system.js:294 #: js/ui/screenShield.js:451 js/ui/status/system.js:283
msgid "Lock" msgid "Lock"
msgstr "Užrakinti" msgstr "Užrakinti"
@@ -1693,7 +1694,7 @@ msgid "<unknown>"
msgstr "<nežinoma>" msgstr "<nežinoma>"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:441 js/ui/status/network.js:1323 #: js/ui/status/network.js:441 js/ui/status/network.js:1310
#, javascript-format #, javascript-format
msgid "%s Off" msgid "%s Off"
msgstr "%s išjungtas" msgstr "%s išjungtas"
@@ -1719,7 +1720,7 @@ msgid "%s Disconnecting"
msgstr "Atsijungiama nuo %s" msgstr "Atsijungiama nuo %s"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:459 js/ui/status/network.js:1315 #: js/ui/status/network.js:459 js/ui/status/network.js:1302
#, javascript-format #, javascript-format
msgid "%s Connecting" msgid "%s Connecting"
msgstr "Jungiamasi prie %s" msgstr "Jungiamasi prie %s"
@@ -1759,7 +1760,7 @@ msgid "Mobile Broadband Settings"
msgstr "Mobiliojo plačiajuosčio tinklo nustatymai" msgstr "Mobiliojo plačiajuosčio tinklo nustatymai"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:578 js/ui/status/network.js:1320 #: js/ui/status/network.js:578 js/ui/status/network.js:1307
#, javascript-format #, javascript-format
msgid "%s Hardware Disabled" msgid "%s Hardware Disabled"
msgstr "%s aparatinė įranga išjungta" msgstr "%s aparatinė įranga išjungta"
@@ -1815,56 +1816,56 @@ msgstr "Nėra tinklų"
msgid "Use hardware switch to turn off" msgid "Use hardware switch to turn off"
msgstr "Išjungimui naudoti aparatinį jungiklį" msgstr "Išjungimui naudoti aparatinį jungiklį"
#: js/ui/status/network.js:1186 #: js/ui/status/network.js:1173
msgid "Select Network" msgid "Select Network"
msgstr "Pasirinkite tinklą" msgstr "Pasirinkite tinklą"
#: js/ui/status/network.js:1192 #: js/ui/status/network.js:1179
msgid "Wi-Fi Settings" msgid "Wi-Fi Settings"
msgstr "Belaidžio ryšio nustatymai" msgstr "Belaidžio ryšio nustatymai"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:1311 #: js/ui/status/network.js:1298
#, javascript-format #, javascript-format
msgid "%s Hotspot Active" msgid "%s Hotspot Active"
msgstr "Prieigos taškas %s aktyvus" msgstr "Prieigos taškas %s aktyvus"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:1326 #: js/ui/status/network.js:1313
#, javascript-format #, javascript-format
msgid "%s Not Connected" msgid "%s Not Connected"
msgstr "Neprisijungta prie %s" msgstr "Neprisijungta prie %s"
#: js/ui/status/network.js:1426 #: js/ui/status/network.js:1413
msgid "connecting…" msgid "connecting…"
msgstr "jungiamasi…" msgstr "jungiamasi…"
#. Translators: this is for network connections that require some kind of key or password #. Translators: this is for network connections that require some kind of key or password
#: js/ui/status/network.js:1429 #: js/ui/status/network.js:1416
msgid "authentication required" msgid "authentication required"
msgstr "reikia patvirtinti tapatybę" msgstr "reikia patvirtinti tapatybę"
#: js/ui/status/network.js:1431 #: js/ui/status/network.js:1418
msgid "connection failed" msgid "connection failed"
msgstr "nepavyko prisijungti" msgstr "nepavyko prisijungti"
#: js/ui/status/network.js:1485 #: js/ui/status/network.js:1472
msgid "VPN Settings" msgid "VPN Settings"
msgstr "VPN nustatymai" msgstr "VPN nustatymai"
#: js/ui/status/network.js:1498 #: js/ui/status/network.js:1485
msgid "VPN" msgid "VPN"
msgstr "VPN" msgstr "VPN"
#: js/ui/status/network.js:1508 #: js/ui/status/network.js:1495
msgid "VPN Off" msgid "VPN Off"
msgstr "VPN išjungtas" msgstr "VPN išjungtas"
#: js/ui/status/network.js:1572 js/ui/status/rfkill.js:93 #: js/ui/status/network.js:1559 js/ui/status/rfkill.js:93
msgid "Network Settings" msgid "Network Settings"
msgstr "Tinklo nustatymai" msgstr "Tinklo nustatymai"
#: js/ui/status/network.js:1601 #: js/ui/status/network.js:1588
#, javascript-format #, javascript-format
msgid "%s Wired Connection" msgid "%s Wired Connection"
msgid_plural "%s Wired Connections" msgid_plural "%s Wired Connections"
@@ -1872,7 +1873,7 @@ msgstr[0] "%s laidinis ryšys"
msgstr[1] "%s laidiniai ryšiai" msgstr[1] "%s laidiniai ryšiai"
msgstr[2] "%s laidinių ryšių" msgstr[2] "%s laidinių ryšių"
#: js/ui/status/network.js:1605 #: js/ui/status/network.js:1592
#, javascript-format #, javascript-format
msgid "%s Wi-Fi Connection" msgid "%s Wi-Fi Connection"
msgid_plural "%s Wi-Fi Connections" msgid_plural "%s Wi-Fi Connections"
@@ -1880,7 +1881,7 @@ msgstr[0] "%s belaidis ryšys"
msgstr[1] "%s belaidžiai ryšiai" msgstr[1] "%s belaidžiai ryšiai"
msgstr[2] "%s belaidžių ryšių" msgstr[2] "%s belaidžių ryšių"
#: js/ui/status/network.js:1609 #: js/ui/status/network.js:1596
#, javascript-format #, javascript-format
msgid "%s Modem Connection" msgid "%s Modem Connection"
msgid_plural "%s Modem Connections" msgid_plural "%s Modem Connections"
@@ -1888,11 +1889,11 @@ msgstr[0] "%s modemo ryšys"
msgstr[1] "%s modemo ryšiai" msgstr[1] "%s modemo ryšiai"
msgstr[2] "%s modemo ryšių" msgstr[2] "%s modemo ryšių"
#: js/ui/status/network.js:1741 #: js/ui/status/network.js:1728
msgid "Connection failed" msgid "Connection failed"
msgstr "Nepavyko prisijungti" msgstr "Nepavyko prisijungti"
#: js/ui/status/network.js:1742 #: js/ui/status/network.js:1729
msgid "Activation of network connection failed" msgid "Activation of network connection failed"
msgstr "Tinklo ryšio nepavyko aktyvuoti" msgstr "Tinklo ryšio nepavyko aktyvuoti"
@@ -1943,15 +1944,6 @@ msgstr "%d%02d iki pilno (%d%%)"
msgid "%d%%" msgid "%d%%"
msgstr "%d%%" msgstr "%d%%"
#: js/ui/status/remoteAccess.js:46
msgid "Screen is Being Shared"
msgstr "Ekranas yra bendrinamas"
#: js/ui/status/remoteAccess.js:48
#| msgid "Turn Off"
msgid "Turn off"
msgstr "Išjungti"
#. The menu only appears when airplane mode is on, so just #. The menu only appears when airplane mode is on, so just
#. statically build it as if it was on, rather than dynamically #. statically build it as if it was on, rather than dynamically
#. changing the menu contents. #. changing the menu contents.
@@ -1971,28 +1963,28 @@ msgstr "Atsijungti"
msgid "Account Settings" msgid "Account Settings"
msgstr "Paskyros nustatymai" msgstr "Paskyros nustatymai"
#: js/ui/status/system.js:279 #: js/ui/status/system.js:268
msgid "Orientation Lock" msgid "Orientation Lock"
msgstr "Padėties užrakinimas" msgstr "Padėties užrakinimas"
#: js/ui/status/system.js:305 #: js/ui/status/system.js:294
msgid "Suspend" msgid "Suspend"
msgstr "Pristabdyti" msgstr "Pristabdyti"
#: js/ui/status/system.js:315 #: js/ui/status/system.js:304
msgid "Power Off" msgid "Power Off"
msgstr "Išjungti" msgstr "Išjungti"
#: js/ui/status/thunderbolt.js:298 #: js/ui/status/thunderbolt.js:272
msgid "Thunderbolt" msgid "Thunderbolt"
msgstr "Thunderbolt" msgstr "Thunderbolt"
#. we are done #. we are done
#: js/ui/status/thunderbolt.js:354 #: js/ui/status/thunderbolt.js:328
msgid "Unknown Thunderbolt device" msgid "Unknown Thunderbolt device"
msgstr "Nežinoma Thunderbolt įrenginys" msgstr "Nežinoma Thunderbolt įrenginys"
#: js/ui/status/thunderbolt.js:355 #: js/ui/status/thunderbolt.js:329
msgid "" msgid ""
"New device has been detected while you were away. Please disconnect and " "New device has been detected while you were away. Please disconnect and "
"reconnect the device to start using it." "reconnect the device to start using it."
@@ -2000,20 +1992,23 @@ msgstr ""
"Jums nesant aptiktas naujas įrenginys. Atjunkite ir vėl prijunkite įrenginį, " "Jums nesant aptiktas naujas įrenginys. Atjunkite ir vėl prijunkite įrenginį, "
"jei norite jį naudoti." "jei norite jį naudoti."
#: js/ui/status/thunderbolt.js:360 #: js/ui/status/thunderbolt.js:334
msgid "Thunderbolt authorization error" msgid "Thunderbolt authorization error"
msgstr "Thunderbolt autorizacijos klaida" msgstr "Thunderbolt autorizacijos klaida"
#: js/ui/status/thunderbolt.js:361 #: js/ui/status/thunderbolt.js:335
#, javascript-format #, javascript-format
#| msgid "Could not authorize the thunderbolt device: %s" msgid "Could not authorize the thunderbolt device: %s"
msgid "Could not authorize the Thunderbolt device: %s" msgstr "Nepavyko autorizuoti thunderbolt įrenginio: %s"
msgstr "Nepavyko autorizuoti Thunderbolt įrenginio: %s"
#: js/ui/status/volume.js:135 #: js/ui/status/volume.js:128
msgid "Volume changed" msgid "Volume changed"
msgstr "Garsumas pakeistas" msgstr "Garsumas pakeistas"
#: js/ui/status/volume.js:170
msgid "Volume"
msgstr "Garsumas"
#. Translators: this is for display mirroring i.e. cloning. #. Translators: this is for display mirroring i.e. cloning.
#. * Try to keep it under around 15 characters. #. * Try to keep it under around 15 characters.
#. #.
@@ -2063,22 +2058,22 @@ msgstr "Ieškoti"
msgid "“%s” is ready" msgid "“%s” is ready"
msgstr "„%s“ yra pasirengusi" msgstr "„%s“ yra pasirengusi"
#: js/ui/windowManager.js:74 #: js/ui/windowManager.js:72
msgid "Do you want to keep these display settings?" msgid "Do you want to keep these display settings?"
msgstr "Ar norite įrašyti šiuos vaizduoklio nustatymus?" msgstr "Ar norite įrašyti šiuos vaizduoklio nustatymus?"
#. Translators: this and the following message should be limited in lenght, #. Translators: this and the following message should be limited in lenght,
#. to avoid ellipsizing the labels. #. to avoid ellipsizing the labels.
#. #.
#: js/ui/windowManager.js:86 #: js/ui/windowManager.js:84
msgid "Revert Settings" msgid "Revert Settings"
msgstr "Grąžinti nustatymus" msgstr "Grąžinti nustatymus"
#: js/ui/windowManager.js:89 #: js/ui/windowManager.js:87
msgid "Keep Changes" msgid "Keep Changes"
msgstr "Įrašyti pakeitimus" msgstr "Įrašyti pakeitimus"
#: js/ui/windowManager.js:107 #: js/ui/windowManager.js:105
#, javascript-format #, javascript-format
msgid "Settings changes will revert in %d second" msgid "Settings changes will revert in %d second"
msgid_plural "Settings changes will revert in %d seconds" msgid_plural "Settings changes will revert in %d seconds"
@@ -2088,7 +2083,7 @@ msgstr[2] "Pakeitimai bus grąžinti po %d sekundžių"
#. Translators: This represents the size of a window. The first number is #. Translators: This represents the size of a window. The first number is
#. * the width of the window and the second is the height. #. * the width of the window and the second is the height.
#: js/ui/windowManager.js:689 #: js/ui/windowManager.js:660
#, javascript-format #, javascript-format
msgid "%d × %d" msgid "%d × %d"
msgstr "%d × %d" msgstr "%d × %d"
@@ -2141,19 +2136,19 @@ msgstr "Perkelti į aukščiau esančią darbo sritį"
msgid "Move to Workspace Down" msgid "Move to Workspace Down"
msgstr "Perkelti į žemiau esančią darbo sritį" msgstr "Perkelti į žemiau esančią darbo sritį"
#: js/ui/windowMenu.js:139 #: js/ui/windowMenu.js:140
msgid "Move to Monitor Up" msgid "Move to Monitor Up"
msgstr "Perkelti į aukščiau esantį monitorių" msgstr "Perkelti į aukščiau esantį monitorių"
#: js/ui/windowMenu.js:148 #: js/ui/windowMenu.js:149
msgid "Move to Monitor Down" msgid "Move to Monitor Down"
msgstr "Perkelti į žemiau esantį monitorių" msgstr "Perkelti į žemiau esantį monitorių"
#: js/ui/windowMenu.js:157 #: js/ui/windowMenu.js:158
msgid "Move to Monitor Left" msgid "Move to Monitor Left"
msgstr "Perkelti į kairiau esantį monitorių" msgstr "Perkelti į kairiau esantį monitorių"
#: js/ui/windowMenu.js:166 #: js/ui/windowMenu.js:167
msgid "Move to Monitor Right" msgid "Move to Monitor Right"
msgstr "Perkelti į dešiniau esantį monitorių" msgstr "Perkelti į dešiniau esantį monitorių"
@@ -2166,28 +2161,28 @@ msgstr "Evolution kalendorius"
msgid "evolution" msgid "evolution"
msgstr "evolution" msgstr "evolution"
#: src/main.c:410 #: src/main.c:432
msgid "Print version" msgid "Print version"
msgstr "Išvesti versijos numerį" msgstr "Išvesti versijos numerį"
#: src/main.c:416 #: src/main.c:438
msgid "Mode used by GDM for login screen" msgid "Mode used by GDM for login screen"
msgstr "Veiksena, naudojama GDM prisijungimo ekrane" msgstr "Veiksena, naudojama GDM prisijungimo ekrane"
#: src/main.c:422 #: src/main.c:444
msgid "Use a specific mode, e.g. “gdm” for login screen" msgid "Use a specific mode, e.g. “gdm” for login screen"
msgstr "Naudoti konkrečią veikseną, pvz., „gdm“ prisijungimo ekranui" msgstr "Naudoti konkrečią veikseną, pvz., „gdm“ prisijungimo ekranui"
#: src/main.c:428 #: src/main.c:450
msgid "List possible modes" msgid "List possible modes"
msgstr "Išvardinti galimas veiksenas" msgstr "Išvardinti galimas veiksenas"
#: src/shell-app.c:272 #: src/shell-app.c:270
msgctxt "program" msgctxt "program"
msgid "Unknown" msgid "Unknown"
msgstr "Nežinoma" msgstr "Nežinoma"
#: src/shell-app.c:523 #: src/shell-app.c:511
#, c-format #, c-format
msgid "Failed to launch “%s”" msgid "Failed to launch “%s”"
msgstr "Nepavyko paleisti „%s“" msgstr "Nepavyko paleisti „%s“"

456
po/pl.po

File diff suppressed because it is too large Load Diff

240
po/ro.po
View File

@@ -10,9 +10,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell master\n" "Project-Id-Version: gnome-shell master\n"
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell/issues\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell/issues\n"
"POT-Creation-Date: 2018-08-01 18:08+0000\n" "POT-Creation-Date: 2018-04-13 19:54+0000\n"
"PO-Revision-Date: 2018-08-19 18:14+0200\n" "PO-Revision-Date: 2018-04-20 00:06+0300\n"
"Last-Translator: Daniel Șerbănescu <daniel [at] serbanescu [dot] dk>\n" "Last-Translator: Florentina Mușat <florentina.musat.28@gmail.com>\n"
"Language-Team: Gnome Romanian Translation Team\n" "Language-Team: Gnome Romanian Translation Team\n"
"Language: ro\n" "Language: ro\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -20,7 +20,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
"20)) ? 1 : 2);\n" "20)) ? 1 : 2);\n"
"X-Generator: Poedit 2.1.1\n" "X-Generator: Poedit 2.0.6\n"
"X-Project-Style: gnome\n" "X-Project-Style: gnome\n"
#: data/50-gnome-shell-system.xml:6 #: data/50-gnome-shell-system.xml:6
@@ -297,35 +297,35 @@ msgstr ""
"Dacă este activat, doar ferestrele din spațiul de lucru curent sunt arătate " "Dacă este activat, doar ferestrele din spațiul de lucru curent sunt arătate "
"în comutator. Altfel, toate ferestrele sunt incluse." "în comutator. Altfel, toate ferestrele sunt incluse."
#: data/org.gnome.shell.gschema.xml.in:198 #: data/org.gnome.shell.gschema.xml.in:197
msgid "Attach modal dialog to the parent window" msgid "Attach modal dialog to the parent window"
msgstr "Atașează dialogul modal la fereastra părinte" msgstr "Atașează dialogul modal la fereastra părinte"
#: data/org.gnome.shell.gschema.xml.in:199 #: data/org.gnome.shell.gschema.xml.in:198
#: data/org.gnome.shell.gschema.xml.in:208 #: data/org.gnome.shell.gschema.xml.in:207
#: data/org.gnome.shell.gschema.xml.in:216 #: data/org.gnome.shell.gschema.xml.in:215
#: data/org.gnome.shell.gschema.xml.in:224 #: data/org.gnome.shell.gschema.xml.in:223
#: data/org.gnome.shell.gschema.xml.in:232 #: data/org.gnome.shell.gschema.xml.in:231
msgid "" msgid ""
"This key overrides the key in org.gnome.mutter when running GNOME Shell." "This key overrides the key in org.gnome.mutter when running GNOME Shell."
msgstr "" msgstr ""
"Această cheie suprascrie cheia corespondentă din org.gnome.mutter când " "Această cheie suprascrie cheia corespondentă din org.gnome.mutter când "
"Vizualizatorul activităților GNOME rulează." "Vizualizatorul activităților GNOME rulează."
#: data/org.gnome.shell.gschema.xml.in:207 #: data/org.gnome.shell.gschema.xml.in:206
msgid "Enable edge tiling when dropping windows on screen edges" msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "" msgstr ""
"Activează mozaic lateral la plasarea ferestrelor pe marginile ecranului" "Activează mozaic lateral la plasarea ferestrelor pe marginile ecranului"
#: data/org.gnome.shell.gschema.xml.in:215 #: data/org.gnome.shell.gschema.xml.in:214
msgid "Workspaces are managed dynamically" msgid "Workspaces are managed dynamically"
msgstr "Spațiile de lucru sunt gestionate în mod dinamic" msgstr "Spațiile de lucru sunt gestionate în mod dinamic"
#: data/org.gnome.shell.gschema.xml.in:223 #: data/org.gnome.shell.gschema.xml.in:222
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "Spații de lucru doar pe monitorul principal" msgstr "Spații de lucru doar pe monitorul principal"
#: data/org.gnome.shell.gschema.xml.in:231 #: data/org.gnome.shell.gschema.xml.in:230
msgid "Delay focus changes in mouse mode until the pointer stops moving" msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr "" msgstr ""
"Întârzie schimbările de focalizare în maus până când cursorul încetează să " "Întârzie schimbările de focalizare în maus până când cursorul încetează să "
@@ -366,20 +366,20 @@ msgctxt "button"
msgid "Sign In" msgid "Sign In"
msgstr "Autentificare" msgstr "Autentificare"
#: js/gdm/loginDialog.js:319 #: js/gdm/loginDialog.js:315
msgid "Choose Session" msgid "Choose Session"
msgstr "Alegeți o sesiune" msgstr "Alegeți o sesiune"
#. translators: this message is shown below the user list on the #. translators: this message is shown below the user list on the
#. login screen. It can be activated to reveal an entry for #. login screen. It can be activated to reveal an entry for
#. manually entering the username. #. manually entering the username.
#: js/gdm/loginDialog.js:462 #: js/gdm/loginDialog.js:458
msgid "Not listed?" msgid "Not listed?"
msgstr "Nelistat?" msgstr "Nelistat?"
#. Translators: this message is shown below the username entry field #. Translators: this message is shown below the username entry field
#. to clue the user in on how to login to the local network realm #. to clue the user in on how to login to the local network realm
#: js/gdm/loginDialog.js:891 #: js/gdm/loginDialog.js:887
#, javascript-format #, javascript-format
msgid "(e.g., user or %s)" msgid "(e.g., user or %s)"
msgstr "(de exemplu, utilizator sau %s)" msgstr "(de exemplu, utilizator sau %s)"
@@ -387,12 +387,12 @@ msgstr "(de exemplu, utilizator sau %s)"
#. TTLS and PEAP are actually much more complicated, but this complication #. TTLS and PEAP are actually much more complicated, but this complication
#. is not visible here since we only care about phase2 authentication #. is not visible here since we only care about phase2 authentication
#. (and don't even care of which one) #. (and don't even care of which one)
#: js/gdm/loginDialog.js:896 js/ui/components/networkAgent.js:243 #: js/gdm/loginDialog.js:892 js/ui/components/networkAgent.js:243
#: js/ui/components/networkAgent.js:261 #: js/ui/components/networkAgent.js:261
msgid "Username: " msgid "Username: "
msgstr "Nume utilizator: " msgstr "Nume utilizator: "
#: js/gdm/loginDialog.js:1234 #: js/gdm/loginDialog.js:1228
msgid "Login Window" msgid "Login Window"
msgstr "Fereastră de autentificare" msgstr "Fereastră de autentificare"
@@ -405,7 +405,7 @@ msgstr "Eroare de autentificare"
#. as a cue to display our own message. #. as a cue to display our own message.
#. Translators: this message is shown below the password entry field #. Translators: this message is shown below the password entry field
#. to indicate the user can swipe their finger instead #. to indicate the user can swipe their finger instead
#: js/gdm/util.js:485 #: js/gdm/util.js:482
msgid "(or swipe finger)" msgid "(or swipe finger)"
msgstr "(sau treceți degetul peste)" msgstr "(sau treceți degetul peste)"
@@ -654,23 +654,23 @@ msgstr "Frecvente"
msgid "All" msgid "All"
msgstr "Toate" msgstr "Toate"
#: js/ui/appDisplay.js:1890 #: js/ui/appDisplay.js:1886
msgid "New Window" msgid "New Window"
msgstr "Fereastră nouă" msgstr "Fereastră nouă"
#: js/ui/appDisplay.js:1904 #: js/ui/appDisplay.js:1900
msgid "Launch using Dedicated Graphics Card" msgid "Launch using Dedicated Graphics Card"
msgstr "Lansează folosind placa grafică dedicată" msgstr "Lansează folosind placa grafică dedicată"
#: js/ui/appDisplay.js:1931 js/ui/dash.js:285 #: js/ui/appDisplay.js:1927 js/ui/dash.js:285
msgid "Remove from Favorites" msgid "Remove from Favorites"
msgstr "Elimină din favorite" msgstr "Elimină din favorite"
#: js/ui/appDisplay.js:1937 #: js/ui/appDisplay.js:1933
msgid "Add to Favorites" msgid "Add to Favorites"
msgstr "Adaugă la Favorite" msgstr "Adaugă la Favorite"
#: js/ui/appDisplay.js:1947 #: js/ui/appDisplay.js:1943
msgid "Show Details" msgid "Show Details"
msgstr "Arată detaliile" msgstr "Arată detaliile"
@@ -700,7 +700,7 @@ msgstr "Căști auriculare"
msgid "Headset" msgid "Headset"
msgstr "Căști cu microfon" msgstr "Căști cu microfon"
#: js/ui/audioDeviceSelection.js:82 js/ui/status/volume.js:255 #: js/ui/audioDeviceSelection.js:82 js/ui/status/volume.js:221
msgid "Microphone" msgid "Microphone"
msgstr "Microfon" msgstr "Microfon"
@@ -712,7 +712,7 @@ msgstr "Schimbă fundalul…"
msgid "Display Settings" msgid "Display Settings"
msgstr "Configurări afișaj" msgstr "Configurări afișaj"
#: js/ui/backgroundMenu.js:22 #: js/ui/backgroundMenu.js:22 js/ui/status/system.js:264
msgid "Settings" msgid "Settings"
msgstr "Configurări" msgstr "Configurări"
@@ -817,35 +817,35 @@ msgctxt "event list time"
msgid "All Day" msgid "All Day"
msgstr "Toată ziua" msgstr "Toată ziua"
#: js/ui/calendar.js:866 #: js/ui/calendar.js:864
msgctxt "calendar heading" msgctxt "calendar heading"
msgid "%A, %B %d" msgid "%A, %B %d"
msgstr "%A %d %B" msgstr "%A %d %B"
#: js/ui/calendar.js:870 #: js/ui/calendar.js:868
msgctxt "calendar heading" msgctxt "calendar heading"
msgid "%A, %B %d, %Y" msgid "%A, %B %d, %Y"
msgstr "%A %d %B %Y" msgstr "%A %d %B %Y"
#: js/ui/calendar.js:1100 #: js/ui/calendar.js:1086
msgid "No Notifications" msgid "No Notifications"
msgstr "Nu există notificări" msgstr "Nu există notificări"
#: js/ui/calendar.js:1103 #: js/ui/calendar.js:1089
msgid "No Events" msgid "No Events"
msgstr "Nu există evenimente" msgstr "Nu există evenimente"
#: js/ui/calendar.js:1131 #: js/ui/calendar.js:1117
msgid "Clear All" msgid "Clear All"
msgstr "Curăță toate" msgstr "Curăță toate"
#. Translators: %s is an application name #. Translators: %s is an application name
#: js/ui/closeDialog.js:47 #: js/ui/closeDialog.js:44
#, javascript-format #, javascript-format
msgid "“%s” is not responding." msgid "“%s” is not responding."
msgstr "„%s” nu răspunde." msgstr "„%s” nu răspunde."
#: js/ui/closeDialog.js:48 #: js/ui/closeDialog.js:45
msgid "" msgid ""
"You may choose to wait a short while for it to continue or force the " "You may choose to wait a short while for it to continue or force the "
"application to quit entirely." "application to quit entirely."
@@ -853,11 +853,11 @@ msgstr ""
"Puteți alege să așteptați o scurtă vreme pentru a continua sau să forțați " "Puteți alege să așteptați o scurtă vreme pentru a continua sau să forțați "
"aplicația să se închidă complet." "aplicația să se închidă complet."
#: js/ui/closeDialog.js:64 #: js/ui/closeDialog.js:61
msgid "Force Quit" msgid "Force Quit"
msgstr "Forțează închiderea" msgstr "Forțează închiderea"
#: js/ui/closeDialog.js:67 #: js/ui/closeDialog.js:64
msgid "Wait" msgid "Wait"
msgstr "Așteaptă" msgstr "Așteaptă"
@@ -874,7 +874,7 @@ msgstr "A fost deconectat un disc extern"
msgid "Open with %s" msgid "Open with %s"
msgstr "Deschide cu %s" msgstr "Deschide cu %s"
#: js/ui/components/keyring.js:107 js/ui/components/polkitAgent.js:297 #: js/ui/components/keyring.js:107 js/ui/components/polkitAgent.js:295
msgid "Password:" msgid "Password:"
msgstr "Parolă:" msgstr "Parolă:"
@@ -911,11 +911,11 @@ msgstr "Parolă pentru cheia privată: "
msgid "Service: " msgid "Service: "
msgstr "Serviciu: " msgstr "Serviciu: "
#: js/ui/components/networkAgent.js:292 js/ui/components/networkAgent.js:664 #: js/ui/components/networkAgent.js:292 js/ui/components/networkAgent.js:659
msgid "Authentication required by wireless network" msgid "Authentication required by wireless network"
msgstr "Autentificare cerută de către rețeaua fără fir" msgstr "Autentificare cerută de către rețeaua fără fir"
#: js/ui/components/networkAgent.js:293 js/ui/components/networkAgent.js:665 #: js/ui/components/networkAgent.js:293 js/ui/components/networkAgent.js:660
#, javascript-format #, javascript-format
msgid "" msgid ""
"Passwords or encryption keys are required to access the wireless network " "Passwords or encryption keys are required to access the wireless network "
@@ -924,7 +924,7 @@ msgstr ""
"Sunt necesare parole sau chei de criptare pentru a accesa rețeaua fără fir " "Sunt necesare parole sau chei de criptare pentru a accesa rețeaua fără fir "
"„%s”." "„%s”."
#: js/ui/components/networkAgent.js:297 js/ui/components/networkAgent.js:668 #: js/ui/components/networkAgent.js:297 js/ui/components/networkAgent.js:663
msgid "Wired 802.1X authentication" msgid "Wired 802.1X authentication"
msgstr "Autentificare 802.1X prin cablu" msgstr "Autentificare 802.1X prin cablu"
@@ -932,15 +932,15 @@ msgstr "Autentificare 802.1X prin cablu"
msgid "Network name: " msgid "Network name: "
msgstr "Nume de rețea: " msgstr "Nume de rețea: "
#: js/ui/components/networkAgent.js:304 js/ui/components/networkAgent.js:672 #: js/ui/components/networkAgent.js:304 js/ui/components/networkAgent.js:667
msgid "DSL authentication" msgid "DSL authentication"
msgstr "Autentificare DSL" msgstr "Autentificare DSL"
#: js/ui/components/networkAgent.js:311 js/ui/components/networkAgent.js:678 #: js/ui/components/networkAgent.js:311 js/ui/components/networkAgent.js:673
msgid "PIN code required" msgid "PIN code required"
msgstr "Este necesar codul PIN" msgstr "Este necesar codul PIN"
#: js/ui/components/networkAgent.js:312 js/ui/components/networkAgent.js:679 #: js/ui/components/networkAgent.js:312 js/ui/components/networkAgent.js:674
msgid "PIN code is needed for the mobile broadband device" msgid "PIN code is needed for the mobile broadband device"
msgstr "Este necesar codul PIN pentru dispozitivul mobil de bandă largă" msgstr "Este necesar codul PIN pentru dispozitivul mobil de bandă largă"
@@ -948,19 +948,19 @@ msgstr "Este necesar codul PIN pentru dispozitivul mobil de bandă largă"
msgid "PIN: " msgid "PIN: "
msgstr "PIN: " msgstr "PIN: "
#: js/ui/components/networkAgent.js:320 js/ui/components/networkAgent.js:685 #: js/ui/components/networkAgent.js:320 js/ui/components/networkAgent.js:680
msgid "Mobile broadband network password" msgid "Mobile broadband network password"
msgstr "Parolă pentru rețeaua mobilă de bandă largă" msgstr "Parolă rețea mobilă de bandă largă"
#: js/ui/components/networkAgent.js:321 js/ui/components/networkAgent.js:669 #: js/ui/components/networkAgent.js:321 js/ui/components/networkAgent.js:664
#: js/ui/components/networkAgent.js:673 js/ui/components/networkAgent.js:686 #: js/ui/components/networkAgent.js:668 js/ui/components/networkAgent.js:681
#, javascript-format #, javascript-format
msgid "A password is required to connect to “%s”." msgid "A password is required to connect to “%s”."
msgstr "Este necesară o parolă pentru conectarea la „%s”." msgstr "Este necesară o parolă pentru conectarea la „%s”."
#: js/ui/components/networkAgent.js:653 js/ui/status/network.js:1704 #: js/ui/components/networkAgent.js:648 js/ui/status/network.js:1691
msgid "Network Manager" msgid "Network Manager"
msgstr "Gestionar de rețea" msgstr "Administrator de rețea"
#: js/ui/components/polkitAgent.js:48 #: js/ui/components/polkitAgent.js:48
msgid "Authentication Required" msgid "Authentication Required"
@@ -978,7 +978,7 @@ msgstr "Autentificare"
#. * requested authentication was not gained; this can happen #. * requested authentication was not gained; this can happen
#. * because of an authentication error (like invalid password), #. * because of an authentication error (like invalid password),
#. * for instance. #. * for instance.
#: js/ui/components/polkitAgent.js:283 js/ui/shellMountOperation.js:327 #: js/ui/components/polkitAgent.js:281 js/ui/shellMountOperation.js:327
msgid "Sorry, that didnt work. Please try again." msgid "Sorry, that didnt work. Please try again."
msgstr "Nu a funcționat. Încercați din nou." msgstr "Nu a funcționat. Încercați din nou."
@@ -1312,13 +1312,13 @@ msgid "Leave On"
msgstr "Lasă pornit" msgstr "Lasă pornit"
#: js/ui/kbdA11yDialog.js:59 js/ui/status/bluetooth.js:143 #: js/ui/kbdA11yDialog.js:59 js/ui/status/bluetooth.js:143
#: js/ui/status/network.js:1294 #: js/ui/status/network.js:1281
msgid "Turn On" msgid "Turn On"
msgstr "Pornește" msgstr "Pornește"
#: js/ui/kbdA11yDialog.js:67 js/ui/status/bluetooth.js:143 #: js/ui/kbdA11yDialog.js:67 js/ui/status/bluetooth.js:143
#: js/ui/status/network.js:154 js/ui/status/network.js:337 #: js/ui/status/network.js:154 js/ui/status/network.js:337
#: js/ui/status/network.js:1294 js/ui/status/network.js:1409 #: js/ui/status/network.js:1281 js/ui/status/network.js:1396
#: js/ui/status/nightLight.js:47 js/ui/status/rfkill.js:90 #: js/ui/status/nightLight.js:47 js/ui/status/rfkill.js:90
#: js/ui/status/rfkill.js:117 #: js/ui/status/rfkill.js:117
msgid "Turn Off" msgid "Turn Off"
@@ -1380,7 +1380,7 @@ msgstr "Vizualizează sursa"
msgid "Web Page" msgid "Web Page"
msgstr "Pagină Web" msgstr "Pagină Web"
#: js/ui/messageTray.js:1495 #: js/ui/messageTray.js:1493
msgid "System Information" msgid "System Information"
msgstr "Informații despre sistem" msgstr "Informații despre sistem"
@@ -1392,10 +1392,6 @@ msgstr "Artist necunoscut"
msgid "Unknown title" msgid "Unknown title"
msgstr "Titlu necunoscut" msgstr "Titlu necunoscut"
#: js/ui/osdWindow.js:32 js/ui/status/volume.js:204
msgid "Volume"
msgstr "Volum"
#: js/ui/overview.js:83 #: js/ui/overview.js:83
msgid "Undo" msgid "Undo"
msgstr "Anulează" msgstr "Anulează"
@@ -1438,42 +1434,42 @@ msgstr "Alochează tasta apăsată"
msgid "Done" msgid "Done"
msgstr "Gata" msgstr "Gata"
#: js/ui/padOsd.js:742 #: js/ui/padOsd.js:740
msgid "Edit…" msgid "Edit…"
msgstr "Editează…" msgstr "Editează…"
#: js/ui/padOsd.js:784 js/ui/padOsd.js:889 #: js/ui/padOsd.js:782 js/ui/padOsd.js:887
msgid "None" msgid "None"
msgstr "Nespecificat" msgstr "Nespecificat"
#: js/ui/padOsd.js:843 #: js/ui/padOsd.js:841
msgid "Press a button to configure" msgid "Press a button to configure"
msgstr "Apăsați un buton de configurat" msgstr "Apăsați un buton de configurat"
#: js/ui/padOsd.js:844 #: js/ui/padOsd.js:842
msgid "Press Esc to exit" msgid "Press Esc to exit"
msgstr "Apăsați Esc pentru a ieși" msgstr "Apăsați Esc pentru a ieși"
#: js/ui/padOsd.js:847 #: js/ui/padOsd.js:845
msgid "Press any key to exit" msgid "Press any key to exit"
msgstr "Apăsați orice tastă pentru a ieși" msgstr "Apăsați orice tastă pentru a ieși"
#: js/ui/panel.js:356 #: js/ui/panel.js:355
msgid "Quit" msgid "Quit"
msgstr "Ieșire" msgstr "Ieșire"
#. Translators: If there is no suitable word for "Activities" #. Translators: If there is no suitable word for "Activities"
#. in your language, you can use the word for "Overview". #. in your language, you can use the word for "Overview".
#: js/ui/panel.js:412 #: js/ui/panel.js:411
msgid "Activities" msgid "Activities"
msgstr "Activități" msgstr "Activități"
#: js/ui/panel.js:693 #: js/ui/panel.js:692
msgctxt "System menu in the top bar" msgctxt "System menu in the top bar"
msgid "System" msgid "System"
msgstr "Sistem" msgstr "Sistem"
#: js/ui/panel.js:816 #: js/ui/panel.js:811
msgid "Top Bar" msgid "Top Bar"
msgstr "Bara de sus" msgstr "Bara de sus"
@@ -1482,23 +1478,23 @@ msgstr "Bara de sus"
#. "ON" and "OFF") or "toggle-switch-intl" (for toggle #. "ON" and "OFF") or "toggle-switch-intl" (for toggle
#. switches containing "◯" and "|"). Other values will #. switches containing "◯" and "|"). Other values will
#. simply result in invisible toggle switches. #. simply result in invisible toggle switches.
#: js/ui/popupMenu.js:300 #: js/ui/popupMenu.js:291
msgid "toggle-switch-us" msgid "toggle-switch-us"
msgstr "toggle-switch-us" msgstr "toggle-switch-us"
#: js/ui/runDialog.js:74 #: js/ui/runDialog.js:70
msgid "Enter a Command" msgid "Enter a Command"
msgstr "Introduceți o comandă" msgstr "Introduceți o comandă"
#: js/ui/runDialog.js:114 js/ui/windowMenu.js:174 #: js/ui/runDialog.js:110 js/ui/windowMenu.js:175
msgid "Close" msgid "Close"
msgstr "Închide" msgstr "Închide"
#: js/ui/runDialog.js:278 #: js/ui/runDialog.js:273
msgid "Restart is not available on Wayland" msgid "Restart is not available on Wayland"
msgstr "Repornirea nu este disponibilă în Wayland" msgstr "Repornirea nue ste disponibilă în Wayland"
#: js/ui/runDialog.js:283 #: js/ui/runDialog.js:278
msgid "Restarting…" msgid "Restarting…"
msgstr "Se repornește…" msgstr "Se repornește…"
@@ -1524,7 +1520,7 @@ msgstr[0] "%d notificare"
msgstr[1] "%d notificări" msgstr[1] "%d notificări"
msgstr[2] "%d de notificări" msgstr[2] "%d de notificări"
#: js/ui/screenShield.js:451 js/ui/status/system.js:294 #: js/ui/screenShield.js:451 js/ui/status/system.js:283
msgid "Lock" msgid "Lock"
msgstr "Blocare" msgstr "Blocare"
@@ -1709,7 +1705,7 @@ msgid "<unknown>"
msgstr "<necunoscut>" msgstr "<necunoscut>"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:441 js/ui/status/network.js:1323 #: js/ui/status/network.js:441 js/ui/status/network.js:1310
#, javascript-format #, javascript-format
msgid "%s Off" msgid "%s Off"
msgstr "%s oprit" msgstr "%s oprit"
@@ -1735,7 +1731,7 @@ msgid "%s Disconnecting"
msgstr "Se deconectează %s" msgstr "Se deconectează %s"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:459 js/ui/status/network.js:1315 #: js/ui/status/network.js:459 js/ui/status/network.js:1302
#, javascript-format #, javascript-format
msgid "%s Connecting" msgid "%s Connecting"
msgstr "Se conectează %s" msgstr "Se conectează %s"
@@ -1775,7 +1771,7 @@ msgid "Mobile Broadband Settings"
msgstr "Configurări de rețea de bandă largă mobilă" msgstr "Configurări de rețea de bandă largă mobilă"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:578 js/ui/status/network.js:1320 #: js/ui/status/network.js:578 js/ui/status/network.js:1307
#, javascript-format #, javascript-format
msgid "%s Hardware Disabled" msgid "%s Hardware Disabled"
msgstr "Hardware %s dezactivat" msgstr "Hardware %s dezactivat"
@@ -1831,56 +1827,56 @@ msgstr "Nicio rețea"
msgid "Use hardware switch to turn off" msgid "Use hardware switch to turn off"
msgstr "Folosește un întrerupător hardware pentru a opri" msgstr "Folosește un întrerupător hardware pentru a opri"
#: js/ui/status/network.js:1186 #: js/ui/status/network.js:1173
msgid "Select Network" msgid "Select Network"
msgstr "Selectați rețeaua" msgstr "Selectați rețeaua"
#: js/ui/status/network.js:1192 #: js/ui/status/network.js:1179
msgid "Wi-Fi Settings" msgid "Wi-Fi Settings"
msgstr "Configurări Wi-Fi" msgstr "Configurări Wi-Fi"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:1311 #: js/ui/status/network.js:1298
#, javascript-format #, javascript-format
msgid "%s Hotspot Active" msgid "%s Hotspot Active"
msgstr "Hotspot %s activ" msgstr "Hotspot %s activ"
#. Translators: %s is a network identifier #. Translators: %s is a network identifier
#: js/ui/status/network.js:1326 #: js/ui/status/network.js:1313
#, javascript-format #, javascript-format
msgid "%s Not Connected" msgid "%s Not Connected"
msgstr "%s nu este conectat" msgstr "%s nu este conectat"
#: js/ui/status/network.js:1426 #: js/ui/status/network.js:1413
msgid "connecting…" msgid "connecting…"
msgstr "se conectează…" msgstr "se conectează…"
#. Translators: this is for network connections that require some kind of key or password #. Translators: this is for network connections that require some kind of key or password
#: js/ui/status/network.js:1429 #: js/ui/status/network.js:1416
msgid "authentication required" msgid "authentication required"
msgstr "necesită autentificare" msgstr "necesită autentificare"
#: js/ui/status/network.js:1431 #: js/ui/status/network.js:1418
msgid "connection failed" msgid "connection failed"
msgstr "conexiune eșuată" msgstr "conexiune eșuată"
#: js/ui/status/network.js:1485 #: js/ui/status/network.js:1472
msgid "VPN Settings" msgid "VPN Settings"
msgstr "Configurări VPN" msgstr "Configurări VPN"
#: js/ui/status/network.js:1498 #: js/ui/status/network.js:1485
msgid "VPN" msgid "VPN"
msgstr "VPN" msgstr "VPN"
#: js/ui/status/network.js:1508 #: js/ui/status/network.js:1495
msgid "VPN Off" msgid "VPN Off"
msgstr "VPN oprit" msgstr "VPN oprit"
#: js/ui/status/network.js:1572 js/ui/status/rfkill.js:93 #: js/ui/status/network.js:1559 js/ui/status/rfkill.js:93
msgid "Network Settings" msgid "Network Settings"
msgstr "Configurări de rețea" msgstr "Configurări de rețea"
#: js/ui/status/network.js:1601 #: js/ui/status/network.js:1588
#, javascript-format #, javascript-format
msgid "%s Wired Connection" msgid "%s Wired Connection"
msgid_plural "%s Wired Connections" msgid_plural "%s Wired Connections"
@@ -1888,7 +1884,7 @@ msgstr[0] "%s conexiune cu fir"
msgstr[1] "%s conexiuni cu fir" msgstr[1] "%s conexiuni cu fir"
msgstr[2] "%s de conexiuni cu fir" msgstr[2] "%s de conexiuni cu fir"
#: js/ui/status/network.js:1605 #: js/ui/status/network.js:1592
#, javascript-format #, javascript-format
msgid "%s Wi-Fi Connection" msgid "%s Wi-Fi Connection"
msgid_plural "%s Wi-Fi Connections" msgid_plural "%s Wi-Fi Connections"
@@ -1896,7 +1892,7 @@ msgstr[0] "%s conexiune fără fir"
msgstr[1] "%s conexiuni fără fir" msgstr[1] "%s conexiuni fără fir"
msgstr[2] "%s de conexiuni fără fir" msgstr[2] "%s de conexiuni fără fir"
#: js/ui/status/network.js:1609 #: js/ui/status/network.js:1596
#, javascript-format #, javascript-format
msgid "%s Modem Connection" msgid "%s Modem Connection"
msgid_plural "%s Modem Connections" msgid_plural "%s Modem Connections"
@@ -1904,11 +1900,11 @@ msgstr[0] "%s conexiune cu modem"
msgstr[1] "%s conexiuni cu modem" msgstr[1] "%s conexiuni cu modem"
msgstr[2] "%s de conexiuni cu modem" msgstr[2] "%s de conexiuni cu modem"
#: js/ui/status/network.js:1741 #: js/ui/status/network.js:1728
msgid "Connection failed" msgid "Connection failed"
msgstr "Conexiune eșuată" msgstr "Conexiune eșuată"
#: js/ui/status/network.js:1742 #: js/ui/status/network.js:1729
msgid "Activation of network connection failed" msgid "Activation of network connection failed"
msgstr "Activarea conexiunii de rețea a eșuat" msgstr "Activarea conexiunii de rețea a eșuat"
@@ -1959,14 +1955,6 @@ msgstr "%d%02d până este plină (%d%%)"
msgid "%d%%" msgid "%d%%"
msgstr "%d%%" msgstr "%d%%"
#: js/ui/status/remoteAccess.js:46
msgid "Screen is Being Shared"
msgstr "Ecranul este partajat"
#: js/ui/status/remoteAccess.js:48
msgid "Turn off"
msgstr "Oprește"
#. The menu only appears when airplane mode is on, so just #. The menu only appears when airplane mode is on, so just
#. statically build it as if it was on, rather than dynamically #. statically build it as if it was on, rather than dynamically
#. changing the menu contents. #. changing the menu contents.
@@ -1986,28 +1974,28 @@ msgstr "Ieșire din sesiune"
msgid "Account Settings" msgid "Account Settings"
msgstr "Configurări de cont" msgstr "Configurări de cont"
#: js/ui/status/system.js:279 #: js/ui/status/system.js:268
msgid "Orientation Lock" msgid "Orientation Lock"
msgstr "Blocare de orientare" msgstr "Blocare de orientare"
#: js/ui/status/system.js:305 #: js/ui/status/system.js:294
msgid "Suspend" msgid "Suspend"
msgstr "Suspendare" msgstr "Suspendare"
#: js/ui/status/system.js:315 #: js/ui/status/system.js:304
msgid "Power Off" msgid "Power Off"
msgstr "Oprire" msgstr "Oprire"
#: js/ui/status/thunderbolt.js:298 #: js/ui/status/thunderbolt.js:294
msgid "Thunderbolt" msgid "Thunderbolt"
msgstr "Thunderbolt" msgstr "Thunderbolt"
#. we are done #. we are done
#: js/ui/status/thunderbolt.js:354 #: js/ui/status/thunderbolt.js:350
msgid "Unknown Thunderbolt device" msgid "Unknown Thunderbolt device"
msgstr "Dispozitiv Thunderbolt necunoscut" msgstr "Dispozitiv Thunderbolt necunoscut"
#: js/ui/status/thunderbolt.js:355 #: js/ui/status/thunderbolt.js:351
msgid "" msgid ""
"New device has been detected while you were away. Please disconnect and " "New device has been detected while you were away. Please disconnect and "
"reconnect the device to start using it." "reconnect the device to start using it."
@@ -2015,19 +2003,23 @@ msgstr ""
"Un nou dispozitiv a fost detectat în timp ce erați plecat. Deconectați și " "Un nou dispozitiv a fost detectat în timp ce erați plecat. Deconectați și "
"reconectați dispozitivul pentru a începe utilizarea lui." "reconectați dispozitivul pentru a începe utilizarea lui."
#: js/ui/status/thunderbolt.js:360 #: js/ui/status/thunderbolt.js:356
msgid "Thunderbolt authorization error" msgid "Thunderbolt authorization error"
msgstr "Eroare de autorizare Thunderbolt" msgstr "Eroare de autorizare Thunderbolt"
#: js/ui/status/thunderbolt.js:361 #: js/ui/status/thunderbolt.js:357
#, javascript-format #, javascript-format
msgid "Could not authorize the Thunderbolt device: %s" msgid "Could not authorize the Thunderbolt device: %s"
msgstr "Nu s-a putut autoriza dispozitivul Thunderbolt: %s" msgstr "Nu s-a putut autoriza dispozitivul Thunderbolt: %s"
#: js/ui/status/volume.js:135 #: js/ui/status/volume.js:128
msgid "Volume changed" msgid "Volume changed"
msgstr "Volumul a fost schimbat" msgstr "Volumul a fost schimbat"
#: js/ui/status/volume.js:170
msgid "Volume"
msgstr "Volum"
#. Translators: this is for display mirroring i.e. cloning. #. Translators: this is for display mirroring i.e. cloning.
#. * Try to keep it under around 15 characters. #. * Try to keep it under around 15 characters.
#. #.
@@ -2077,22 +2069,22 @@ msgstr "Caută"
msgid "“%s” is ready" msgid "“%s” is ready"
msgstr "„%s” este gata" msgstr "„%s” este gata"
#: js/ui/windowManager.js:74 #: js/ui/windowManager.js:72
msgid "Do you want to keep these display settings?" msgid "Do you want to keep these display settings?"
msgstr "Doriți să păstrați aceste configurări de afișare?" msgstr "Doriți să păstrați aceste configurări de afișare?"
#. Translators: this and the following message should be limited in lenght, #. Translators: this and the following message should be limited in lenght,
#. to avoid ellipsizing the labels. #. to avoid ellipsizing the labels.
#. #.
#: js/ui/windowManager.js:86 #: js/ui/windowManager.js:84
msgid "Revert Settings" msgid "Revert Settings"
msgstr "Restaurează configurările" msgstr "Restaurează configurările"
#: js/ui/windowManager.js:89 #: js/ui/windowManager.js:87
msgid "Keep Changes" msgid "Keep Changes"
msgstr "Păstrați modificările" msgstr "Păstrați modificările"
#: js/ui/windowManager.js:107 #: js/ui/windowManager.js:105
#, javascript-format #, javascript-format
msgid "Settings changes will revert in %d second" msgid "Settings changes will revert in %d second"
msgid_plural "Settings changes will revert in %d seconds" msgid_plural "Settings changes will revert in %d seconds"
@@ -2102,7 +2094,7 @@ msgstr[2] "Schimbările vor fi restaurare în %d de secunde"
#. Translators: This represents the size of a window. The first number is #. Translators: This represents the size of a window. The first number is
#. * the width of the window and the second is the height. #. * the width of the window and the second is the height.
#: js/ui/windowManager.js:689 #: js/ui/windowManager.js:660
#, javascript-format #, javascript-format
msgid "%d × %d" msgid "%d × %d"
msgstr "%d × %d" msgstr "%d × %d"
@@ -2155,19 +2147,19 @@ msgstr "Mută fereastra pe spațiul de lucru de mai sus"
msgid "Move to Workspace Down" msgid "Move to Workspace Down"
msgstr "Mută fereastra pe spațiul de lucru de mai jos" msgstr "Mută fereastra pe spațiul de lucru de mai jos"
#: js/ui/windowMenu.js:139 #: js/ui/windowMenu.js:140
msgid "Move to Monitor Up" msgid "Move to Monitor Up"
msgstr "Mută fereastra cu un monitor mai sus" msgstr "Mută fereastra cu un monitor mai sus"
#: js/ui/windowMenu.js:148 #: js/ui/windowMenu.js:149
msgid "Move to Monitor Down" msgid "Move to Monitor Down"
msgstr "Mută fereastra cu un monitor mai jos" msgstr "Mută fereastra cu un monitor mai jos"
#: js/ui/windowMenu.js:157 #: js/ui/windowMenu.js:158
msgid "Move to Monitor Left" msgid "Move to Monitor Left"
msgstr "Mută fereastra cu un monitor spre stânga" msgstr "Mută fereastra cu un monitor spre stânga"
#: js/ui/windowMenu.js:166 #: js/ui/windowMenu.js:167
msgid "Move to Monitor Right" msgid "Move to Monitor Right"
msgstr "Mută fereastra cu un monitor spre dreapta" msgstr "Mută fereastra cu un monitor spre dreapta"
@@ -2180,28 +2172,28 @@ msgstr "Calendar Evolution"
msgid "evolution" msgid "evolution"
msgstr "evolution" msgstr "evolution"
#: src/main.c:410 #: src/main.c:432
msgid "Print version" msgid "Print version"
msgstr "Tipărește versiunea" msgstr "Tipărește versiunea"
#: src/main.c:416 #: src/main.c:438
msgid "Mode used by GDM for login screen" msgid "Mode used by GDM for login screen"
msgstr "Mod folosit de GDM pentru meniul de autentificare" msgstr "Mod folosit de GDM pentru meniul de autentificare"
#: src/main.c:422 #: src/main.c:444
msgid "Use a specific mode, e.g. “gdm” for login screen" msgid "Use a specific mode, e.g. “gdm” for login screen"
msgstr "Utilizează un mod specific, de exemplu „gdm” pentru ecranul de logare" msgstr "Utilizează un mod specific, de exemplu „gdm” pentru ecranul de logare"
#: src/main.c:428 #: src/main.c:450
msgid "List possible modes" msgid "List possible modes"
msgstr "Enumeră câmpurile care pot fi afișate " msgstr "Enumeră câmpurile care pot fi afișate "
#: src/shell-app.c:272 #: src/shell-app.c:270
msgctxt "program" msgctxt "program"
msgid "Unknown" msgid "Unknown"
msgstr "Necunoscut" msgstr "Necunoscut"
#: src/shell-app.c:523 #: src/shell-app.c:511
#, c-format #, c-format
msgid "Failed to launch “%s”" msgid "Failed to launch “%s”"
msgstr "Nu s-a putut lansa „%s”" msgstr "Nu s-a putut lansa „%s”"

481
po/tr.po

File diff suppressed because it is too large Load Diff

View File

@@ -8,16 +8,16 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gnome-shell 3.3.90\n" "Project-Id-Version: gnome-shell 3.3.90\n"
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell/issues\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell/issues\n"
"POT-Creation-Date: 2018-08-01 18:08+0000\n" "POT-Creation-Date: 2018-06-08 17:30+0000\n"
"PO-Revision-Date: 2018-08-12 16:34+0800\n" "PO-Revision-Date: 2018-06-09 11:17+0800\n"
"Last-Translator: pan93412 <pan93412@gmail.com>\n" "Last-Translator: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>\n"
"Language-Team: Chinese (Taiwan) <zh-l10n@lists.linux.org.tw>\n" "Language-Team: Chinese (Taiwan) <zh-l10n@lists.linux.org.tw>\n"
"Language: zh_TW\n" "Language: zh_TW\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Poedit 1.8.4\n" "X-Generator: Poedit 2.0.8\n"
#: data/50-gnome-shell-system.xml:6 #: data/50-gnome-shell-system.xml:6
msgid "System" msgid "System"
@@ -264,32 +264,32 @@ msgstr ""
"如果設定為「true」切換器將僅顯示目前工作區中的視窗。否則所有的視窗都會包" "如果設定為「true」切換器將僅顯示目前工作區中的視窗。否則所有的視窗都會包"
"含在內。" "含在內。"
#: data/org.gnome.shell.gschema.xml.in:198 #: data/org.gnome.shell.gschema.xml.in:197
msgid "Attach modal dialog to the parent window" msgid "Attach modal dialog to the parent window"
msgstr "情態對話盒附連母視窗" msgstr "情態對話盒附連母視窗"
#: data/org.gnome.shell.gschema.xml.in:199 #: data/org.gnome.shell.gschema.xml.in:198
#: data/org.gnome.shell.gschema.xml.in:208 #: data/org.gnome.shell.gschema.xml.in:207
#: data/org.gnome.shell.gschema.xml.in:216 #: data/org.gnome.shell.gschema.xml.in:215
#: data/org.gnome.shell.gschema.xml.in:224 #: data/org.gnome.shell.gschema.xml.in:223
#: data/org.gnome.shell.gschema.xml.in:232 #: data/org.gnome.shell.gschema.xml.in:231
msgid "" msgid ""
"This key overrides the key in org.gnome.mutter when running GNOME Shell." "This key overrides the key in org.gnome.mutter when running GNOME Shell."
msgstr "這個設定鍵會在執行 GNOME Shell 時覆蓋 org.gnome.mutter 中的設定鍵。" msgstr "這個設定鍵會在執行 GNOME Shell 時覆蓋 org.gnome.mutter 中的設定鍵。"
#: data/org.gnome.shell.gschema.xml.in:207 #: data/org.gnome.shell.gschema.xml.in:206
msgid "Enable edge tiling when dropping windows on screen edges" msgid "Enable edge tiling when dropping windows on screen edges"
msgstr "在螢幕邊緣放下視窗時啟用邊緣拼貼" msgstr "在螢幕邊緣放下視窗時啟用邊緣拼貼"
#: data/org.gnome.shell.gschema.xml.in:215 #: data/org.gnome.shell.gschema.xml.in:214
msgid "Workspaces are managed dynamically" msgid "Workspaces are managed dynamically"
msgstr "工作區以動態方式管理" msgstr "工作區以動態方式管理"
#: data/org.gnome.shell.gschema.xml.in:223 #: data/org.gnome.shell.gschema.xml.in:222
msgid "Workspaces only on primary monitor" msgid "Workspaces only on primary monitor"
msgstr "工作區只在主要顯示器" msgstr "工作區只在主要顯示器"
#: data/org.gnome.shell.gschema.xml.in:231 #: data/org.gnome.shell.gschema.xml.in:230
msgid "Delay focus changes in mouse mode until the pointer stops moving" msgid "Delay focus changes in mouse mode until the pointer stops moving"
msgstr "在滑鼠模式中延遲焦點變更直到指標停止移動" msgstr "在滑鼠模式中延遲焦點變更直到指標停止移動"
@@ -367,7 +367,7 @@ msgstr "核對錯誤"
#. as a cue to display our own message. #. as a cue to display our own message.
#. Translators: this message is shown below the password entry field #. Translators: this message is shown below the password entry field
#. to indicate the user can swipe their finger instead #. to indicate the user can swipe their finger instead
#: js/gdm/util.js:485 #: js/gdm/util.js:482
msgid "(or swipe finger)" msgid "(or swipe finger)"
msgstr "(或是滑過手指)" msgstr "(或是滑過手指)"
@@ -601,23 +601,23 @@ msgstr "常用"
msgid "All" msgid "All"
msgstr "全部" msgstr "全部"
#: js/ui/appDisplay.js:1890 #: js/ui/appDisplay.js:1889
msgid "New Window" msgid "New Window"
msgstr "新視窗" msgstr "新視窗"
#: js/ui/appDisplay.js:1904 #: js/ui/appDisplay.js:1903
msgid "Launch using Dedicated Graphics Card" msgid "Launch using Dedicated Graphics Card"
msgstr "使用獨立顯卡啟動" msgstr "使用獨立顯卡啟動"
#: js/ui/appDisplay.js:1931 js/ui/dash.js:285 #: js/ui/appDisplay.js:1930 js/ui/dash.js:285
msgid "Remove from Favorites" msgid "Remove from Favorites"
msgstr "自喜好中移除" msgstr "自喜好中移除"
#: js/ui/appDisplay.js:1937 #: js/ui/appDisplay.js:1936
msgid "Add to Favorites" msgid "Add to Favorites"
msgstr "加入喜好" msgstr "加入喜好"
#: js/ui/appDisplay.js:1947 #: js/ui/appDisplay.js:1946
msgid "Show Details" msgid "Show Details"
msgstr "顯示詳細資訊" msgstr "顯示詳細資訊"
@@ -647,7 +647,7 @@ msgstr "頭戴式耳機"
msgid "Headset" msgid "Headset"
msgstr "耳機麥克風" msgstr "耳機麥克風"
#: js/ui/audioDeviceSelection.js:82 js/ui/status/volume.js:255 #: js/ui/audioDeviceSelection.js:82 js/ui/status/volume.js:221
msgid "Microphone" msgid "Microphone"
msgstr "麥克風" msgstr "麥克風"
@@ -659,7 +659,7 @@ msgstr "改變背景…"
msgid "Display Settings" msgid "Display Settings"
msgstr "顯示器設定值" msgstr "顯示器設定值"
#: js/ui/backgroundMenu.js:22 #: js/ui/backgroundMenu.js:22 js/ui/status/system.js:264
msgid "Settings" msgid "Settings"
msgstr "設定值" msgstr "設定值"
@@ -764,25 +764,25 @@ msgctxt "event list time"
msgid "All Day" msgid "All Day"
msgstr "整天" msgstr "整天"
#: js/ui/calendar.js:866 #: js/ui/calendar.js:864
msgctxt "calendar heading" msgctxt "calendar heading"
msgid "%A, %B %d" msgid "%A, %B %d"
msgstr "%b%d日%A" msgstr "%b%d日%A"
#: js/ui/calendar.js:870 #: js/ui/calendar.js:868
msgctxt "calendar heading" msgctxt "calendar heading"
msgid "%A, %B %d, %Y" msgid "%A, %B %d, %Y"
msgstr "%Y年%b%d日%A" msgstr "%Y年%b%d日%A"
#: js/ui/calendar.js:1100 #: js/ui/calendar.js:1086
msgid "No Notifications" msgid "No Notifications"
msgstr "沒有通知" msgstr "沒有通知"
#: js/ui/calendar.js:1103 #: js/ui/calendar.js:1089
msgid "No Events" msgid "No Events"
msgstr "沒有行程" msgstr "沒有行程"
#: js/ui/calendar.js:1131 #: js/ui/calendar.js:1117
msgid "Clear All" msgid "Clear All"
msgstr "全部清除" msgstr "全部清除"
@@ -1319,10 +1319,6 @@ msgstr "不明的演出者"
msgid "Unknown title" msgid "Unknown title"
msgstr "沒有標題" msgstr "沒有標題"
#: js/ui/osdWindow.js:32 js/ui/status/volume.js:204
msgid "Volume"
msgstr "音量"
#: js/ui/overview.js:83 #: js/ui/overview.js:83
msgid "Undo" msgid "Undo"
msgstr "復原" msgstr "復原"
@@ -1365,42 +1361,42 @@ msgstr "指派按鍵"
msgid "Done" msgid "Done"
msgstr "完成" msgstr "完成"
#: js/ui/padOsd.js:742 #: js/ui/padOsd.js:740
msgid "Edit…" msgid "Edit…"
msgstr "編輯…" msgstr "編輯…"
#: js/ui/padOsd.js:784 js/ui/padOsd.js:889 #: js/ui/padOsd.js:782 js/ui/padOsd.js:887
msgid "None" msgid "None"
msgstr "無" msgstr "無"
#: js/ui/padOsd.js:843 #: js/ui/padOsd.js:841
msgid "Press a button to configure" msgid "Press a button to configure"
msgstr "按下按鈕來設定" msgstr "按下按鈕來設定"
#: js/ui/padOsd.js:844 #: js/ui/padOsd.js:842
msgid "Press Esc to exit" msgid "Press Esc to exit"
msgstr "按下 Esc 離開" msgstr "按下 Esc 離開"
#: js/ui/padOsd.js:847 #: js/ui/padOsd.js:845
msgid "Press any key to exit" msgid "Press any key to exit"
msgstr "按下任意鍵離開" msgstr "按下任意鍵離開"
#: js/ui/panel.js:356 #: js/ui/panel.js:355
msgid "Quit" msgid "Quit"
msgstr "結束" msgstr "結束"
#. Translators: If there is no suitable word for "Activities" #. Translators: If there is no suitable word for "Activities"
#. in your language, you can use the word for "Overview". #. in your language, you can use the word for "Overview".
#: js/ui/panel.js:412 #: js/ui/panel.js:411
msgid "Activities" msgid "Activities"
msgstr "概覽 " msgstr "概覽 "
#: js/ui/panel.js:693 #: js/ui/panel.js:692
msgctxt "System menu in the top bar" msgctxt "System menu in the top bar"
msgid "System" msgid "System"
msgstr "系統" msgstr "系統"
#: js/ui/panel.js:816 #: js/ui/panel.js:811
msgid "Top Bar" msgid "Top Bar"
msgstr "頂端列" msgstr "頂端列"
@@ -1409,23 +1405,23 @@ msgstr "頂端列"
#. "ON" and "OFF") or "toggle-switch-intl" (for toggle #. "ON" and "OFF") or "toggle-switch-intl" (for toggle
#. switches containing "◯" and "|"). Other values will #. switches containing "◯" and "|"). Other values will
#. simply result in invisible toggle switches. #. simply result in invisible toggle switches.
#: js/ui/popupMenu.js:300 #: js/ui/popupMenu.js:291
msgid "toggle-switch-us" msgid "toggle-switch-us"
msgstr "toggle-switch-us" msgstr "toggle-switch-us"
#: js/ui/runDialog.js:74 #: js/ui/runDialog.js:70
msgid "Enter a Command" msgid "Enter a Command"
msgstr "請輸入指令" msgstr "請輸入指令"
#: js/ui/runDialog.js:114 js/ui/windowMenu.js:174 #: js/ui/runDialog.js:110 js/ui/windowMenu.js:175
msgid "Close" msgid "Close"
msgstr "關閉" msgstr "關閉"
#: js/ui/runDialog.js:278 #: js/ui/runDialog.js:273
msgid "Restart is not available on Wayland" msgid "Restart is not available on Wayland"
msgstr "因使用 Wayland 而無法重新啟動" msgstr "因使用 Wayland 而無法重新啟動"
#: js/ui/runDialog.js:283 #: js/ui/runDialog.js:278
msgid "Restarting…" msgid "Restarting…"
msgstr "重新啟動…" msgstr "重新啟動…"
@@ -1447,7 +1443,7 @@ msgid "%d new notification"
msgid_plural "%d new notifications" msgid_plural "%d new notifications"
msgstr[0] "%d 個新通知" msgstr[0] "%d 個新通知"
#: js/ui/screenShield.js:451 js/ui/status/system.js:294 #: js/ui/screenShield.js:451 js/ui/status/system.js:283
msgid "Lock" msgid "Lock"
msgstr "鎖定" msgstr "鎖定"
@@ -1870,14 +1866,6 @@ msgstr "直到充滿還需 %d%02d (%d%%)"
msgid "%d%%" msgid "%d%%"
msgstr "%d%%" msgstr "%d%%"
#: js/ui/status/remoteAccess.js:46
msgid "Screen is Being Shared"
msgstr "正在分享螢幕"
#: js/ui/status/remoteAccess.js:48
msgid "Turn off"
msgstr "關閉"
#. The menu only appears when airplane mode is on, so just #. The menu only appears when airplane mode is on, so just
#. statically build it as if it was on, rather than dynamically #. statically build it as if it was on, rather than dynamically
#. changing the menu contents. #. changing the menu contents.
@@ -1897,46 +1885,50 @@ msgstr "登出"
msgid "Account Settings" msgid "Account Settings"
msgstr "帳號設定值" msgstr "帳號設定值"
#: js/ui/status/system.js:279 #: js/ui/status/system.js:268
msgid "Orientation Lock" msgid "Orientation Lock"
msgstr "方向鎖" msgstr "方向鎖"
#: js/ui/status/system.js:305 #: js/ui/status/system.js:294
msgid "Suspend" msgid "Suspend"
msgstr "暫停" msgstr "暫停"
#: js/ui/status/system.js:315 #: js/ui/status/system.js:304
msgid "Power Off" msgid "Power Off"
msgstr "關閉電源" msgstr "關閉電源"
#: js/ui/status/thunderbolt.js:298 #: js/ui/status/thunderbolt.js:294
msgid "Thunderbolt" msgid "Thunderbolt"
msgstr "Thunderbolt" msgstr "Thunderbolt"
#. we are done #. we are done
#: js/ui/status/thunderbolt.js:354 #: js/ui/status/thunderbolt.js:350
msgid "Unknown Thunderbolt device" msgid "Unknown Thunderbolt device"
msgstr "未知 Thunderbolt 裝置" msgstr "未知 Thunderbolt 裝置"
#: js/ui/status/thunderbolt.js:355 #: js/ui/status/thunderbolt.js:351
msgid "" msgid ""
"New device has been detected while you were away. Please disconnect and " "New device has been detected while you were away. Please disconnect and "
"reconnect the device to start using it." "reconnect the device to start using it."
msgstr "您離開之後已偵測到新裝置。請先中斷連接,重新連接該裝置後可開始使用。" msgstr "您離開之後已偵測到新裝置。請先中斷連接,重新連接該裝置後可開始使用。"
#: js/ui/status/thunderbolt.js:360 #: js/ui/status/thunderbolt.js:356
msgid "Thunderbolt authorization error" msgid "Thunderbolt authorization error"
msgstr "Thunderbolt 授權錯誤" msgstr "Thunderbolt 授權錯誤"
#: js/ui/status/thunderbolt.js:361 #: js/ui/status/thunderbolt.js:357
#, javascript-format #, javascript-format
msgid "Could not authorize the Thunderbolt device: %s" msgid "Could not authorize the Thunderbolt device: %s"
msgstr "無法授權該 Thunderbolt 裝置:%s" msgstr "無法授權該 Thunderbolt 裝置:%s"
#: js/ui/status/volume.js:135 #: js/ui/status/volume.js:128
msgid "Volume changed" msgid "Volume changed"
msgstr "音量已變更" msgstr "音量已變更"
#: js/ui/status/volume.js:170
msgid "Volume"
msgstr "音量"
#. Translators: this is for display mirroring i.e. cloning. #. Translators: this is for display mirroring i.e. cloning.
#. * Try to keep it under around 15 characters. #. * Try to keep it under around 15 characters.
#. #.
@@ -1986,22 +1978,22 @@ msgstr "搜尋"
msgid "“%s” is ready" msgid "“%s” is ready"
msgstr "「%s」已就緒" msgstr "「%s」已就緒"
#: js/ui/windowManager.js:74 #: js/ui/windowManager.js:72
msgid "Do you want to keep these display settings?" msgid "Do you want to keep these display settings?"
msgstr "您想要保留這些顯示器設定值嗎?" msgstr "您想要保留這些顯示器設定值嗎?"
#. Translators: this and the following message should be limited in lenght, #. Translators: this and the following message should be limited in lenght,
#. to avoid ellipsizing the labels. #. to avoid ellipsizing the labels.
#. #.
#: js/ui/windowManager.js:86 #: js/ui/windowManager.js:84
msgid "Revert Settings" msgid "Revert Settings"
msgstr "還原設定值" msgstr "還原設定值"
#: js/ui/windowManager.js:89 #: js/ui/windowManager.js:87
msgid "Keep Changes" msgid "Keep Changes"
msgstr "保留變更" msgstr "保留變更"
#: js/ui/windowManager.js:107 #: js/ui/windowManager.js:105
#, javascript-format #, javascript-format
msgid "Settings changes will revert in %d second" msgid "Settings changes will revert in %d second"
msgid_plural "Settings changes will revert in %d seconds" msgid_plural "Settings changes will revert in %d seconds"
@@ -2009,7 +2001,7 @@ msgstr[0] "設定值的變更會在 %d 秒內還原"
#. Translators: This represents the size of a window. The first number is #. Translators: This represents the size of a window. The first number is
#. * the width of the window and the second is the height. #. * the width of the window and the second is the height.
#: js/ui/windowManager.js:689 #: js/ui/windowManager.js:660
#, javascript-format #, javascript-format
msgid "%d × %d" msgid "%d × %d"
msgstr "%d × %d" msgstr "%d × %d"
@@ -2062,19 +2054,19 @@ msgstr "將工作區上移"
msgid "Move to Workspace Down" msgid "Move to Workspace Down"
msgstr "將工作區下移" msgstr "將工作區下移"
#: js/ui/windowMenu.js:139 #: js/ui/windowMenu.js:140
msgid "Move to Monitor Up" msgid "Move to Monitor Up"
msgstr "將工作區上移" msgstr "將工作區上移"
#: js/ui/windowMenu.js:148 #: js/ui/windowMenu.js:149
msgid "Move to Monitor Down" msgid "Move to Monitor Down"
msgstr "將工作區下移" msgstr "將工作區下移"
#: js/ui/windowMenu.js:157 #: js/ui/windowMenu.js:158
msgid "Move to Monitor Left" msgid "Move to Monitor Left"
msgstr "移至螢幕左側" msgstr "移至螢幕左側"
#: js/ui/windowMenu.js:166 #: js/ui/windowMenu.js:167
msgid "Move to Monitor Right" msgid "Move to Monitor Right"
msgstr "移至螢幕右側" msgstr "移至螢幕右側"
@@ -2087,28 +2079,28 @@ msgstr "Evolution 行事曆"
msgid "evolution" msgid "evolution"
msgstr "evolution" msgstr "evolution"
#: src/main.c:410 #: src/main.c:432
msgid "Print version" msgid "Print version"
msgstr "顯示版本" msgstr "顯示版本"
#: src/main.c:416 #: src/main.c:438
msgid "Mode used by GDM for login screen" msgid "Mode used by GDM for login screen"
msgstr "GDM 在登入畫面使用的模式" msgstr "GDM 在登入畫面使用的模式"
#: src/main.c:422 #: src/main.c:444
msgid "Use a specific mode, e.g. “gdm” for login screen" msgid "Use a specific mode, e.g. “gdm” for login screen"
msgstr "使用指定的模式例如「gdm」為登入畫面" msgstr "使用指定的模式例如「gdm」為登入畫面"
#: src/main.c:428 #: src/main.c:450
msgid "List possible modes" msgid "List possible modes"
msgstr "列出可能的模式" msgstr "列出可能的模式"
#: src/shell-app.c:272 #: src/shell-app.c:270
msgctxt "program" msgctxt "program"
msgid "Unknown" msgid "Unknown"
msgstr "不明" msgstr "不明"
#: src/shell-app.c:523 #: src/shell-app.c:511
#, c-format #, c-format
msgid "Failed to launch “%s”" msgid "Failed to launch “%s”"
msgstr "無法啟動「%s」" msgstr "無法啟動「%s」"

View File

@@ -2,6 +2,7 @@
#include "config.h" #include "config.h"
#include <girepository.h>
#include <gjs/gjs.h> #include <gjs/gjs.h>
#include <glib/gi18n.h> #include <glib/gi18n.h>
@@ -17,6 +18,8 @@ main (int argc, char *argv[])
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE); textdomain (GETTEXT_PACKAGE);
g_irepository_prepend_search_path (GNOME_SHELL_PKGLIBDIR);
context = g_object_new (GJS_TYPE_CONTEXT, context = g_object_new (GJS_TYPE_CONTEXT,
"search-path", search_path, "search-path", search_path,
NULL); NULL);

View File

@@ -2,6 +2,7 @@
#include "config.h" #include "config.h"
#include <girepository.h>
#include <gjs/gjs.h> #include <gjs/gjs.h>
#include <glib/gi18n.h> #include <glib/gi18n.h>
@@ -17,6 +18,8 @@ main (int argc, char *argv[])
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE); textdomain (GETTEXT_PACKAGE);
g_irepository_prepend_search_path (GNOME_SHELL_PKGLIBDIR);
context = g_object_new (GJS_TYPE_CONTEXT, context = g_object_new (GJS_TYPE_CONTEXT,
"search-path", search_path, "search-path", search_path,
NULL); NULL);

View File

@@ -59,9 +59,6 @@ gnome_shell_deps = [
gnome_shell_deps += nm_deps gnome_shell_deps += nm_deps
gnome_shell_deps += recorder_deps gnome_shell_deps += recorder_deps
tools_cflags = '-DLOCALEDIR="@0@"'.format(localedir)
tools_deps = [gio_dep, gjs_dep]
libshell_menu_gir_sources = [ libshell_menu_gir_sources = [
'gtkactionmuxer.h', 'gtkactionmuxer.h',
'gtkactionmuxer.c', 'gtkactionmuxer.c',
@@ -261,20 +258,24 @@ executable('gnome-shell', 'main.c',
) )
executable('gnome-shell-extension-prefs', executable('gnome-shell-extension-prefs',
'gnome-shell-extension-prefs.c', prefs_resources, 'gnome-shell-extension-prefs.c', js_resources,
c_args: tools_cflags, c_args: gnome_shell_cflags,
dependencies: tools_deps, dependencies: gnome_shell_deps,
include_directories: [conf_inc], include_directories: [conf_inc],
build_rpath: mutter_typelibdir,
install_rpath: install_rpath,
install: true install: true
) )
if have_networkmanager if have_networkmanager
executable('gnome-shell-portal-helper', executable('gnome-shell-portal-helper',
'gnome-shell-portal-helper.c', portal_resources, 'gnome-shell-portal-helper.c', js_resources,
c_args: tools_cflags, c_args: gnome_shell_cflags,
dependencies: tools_deps, dependencies: gnome_shell_deps,
include_directories: [conf_inc], include_directories: [conf_inc],
build_rpath: mutter_typelibdir,
install_rpath: install_rpath,
install_dir: libexecdir, install_dir: libexecdir,
install: true install: true
) )
@@ -283,6 +284,8 @@ endif
executable('gnome-shell-perf-helper', 'shell-perf-helper.c', executable('gnome-shell-perf-helper', 'shell-perf-helper.c',
dependencies: [gtk_dep, gio_dep, m_dep], dependencies: [gtk_dep, gio_dep, m_dep],
include_directories: [conf_inc], include_directories: [conf_inc],
build_rpath: mutter_typelibdir,
install_rpath: install_rpath,
install_dir: libexecdir, install_dir: libexecdir,
install: true install: true
) )

View File

@@ -1294,10 +1294,10 @@ st_entry_get_input_hints (StEntry *entry)
return clutter_text_get_input_hints (CLUTTER_TEXT (priv->entry)); return clutter_text_get_input_hints (CLUTTER_TEXT (priv->entry));
} }
static void static gboolean
_st_entry_icon_clicked_cb (ClutterClickAction *action, _st_entry_icon_press_cb (ClutterActor *actor,
ClutterActor *actor, ClutterButtonEvent *event,
StEntry *entry) StEntry *entry)
{ {
StEntryPrivate *priv = ST_ENTRY_PRIV (entry); StEntryPrivate *priv = ST_ENTRY_PRIV (entry);
@@ -1305,6 +1305,8 @@ _st_entry_icon_clicked_cb (ClutterClickAction *action,
g_signal_emit (entry, entry_signals[PRIMARY_ICON_CLICKED], 0); g_signal_emit (entry, entry_signals[PRIMARY_ICON_CLICKED], 0);
else else
g_signal_emit (entry, entry_signals[SECONDARY_ICON_CLICKED], 0); g_signal_emit (entry, entry_signals[SECONDARY_ICON_CLICKED], 0);
return FALSE;
} }
static void static void
@@ -1314,24 +1316,21 @@ _st_entry_set_icon (StEntry *entry,
{ {
if (*icon) if (*icon)
{ {
clutter_actor_remove_action_by_name (*icon, "entry-icon-action"); g_signal_handlers_disconnect_by_func (*icon,
_st_entry_icon_press_cb,
entry);
clutter_actor_remove_child (CLUTTER_ACTOR (entry), *icon); clutter_actor_remove_child (CLUTTER_ACTOR (entry), *icon);
*icon = NULL; *icon = NULL;
} }
if (new_icon) if (new_icon)
{ {
ClutterAction *action;
*icon = g_object_ref (new_icon); *icon = g_object_ref (new_icon);
clutter_actor_set_reactive (*icon, TRUE); clutter_actor_set_reactive (*icon, TRUE);
clutter_actor_add_child (CLUTTER_ACTOR (entry), *icon); clutter_actor_add_child (CLUTTER_ACTOR (entry), *icon);
g_signal_connect (*icon, "button-release-event",
action = clutter_click_action_new (); G_CALLBACK (_st_entry_icon_press_cb), entry);
clutter_actor_add_action_with_name (*icon, "entry-icon-action", action);
g_signal_connect (action, "clicked",
G_CALLBACK (_st_entry_icon_clicked_cb), entry);
} }
clutter_actor_queue_relayout (CLUTTER_ACTOR (entry)); clutter_actor_queue_relayout (CLUTTER_ACTOR (entry));