Compare commits
12 Commits
Author | SHA1 | Date | |
---|---|---|---|
46e0e4430d | |||
609a31ea46 | |||
3e99eb10d1 | |||
b9d935af0c | |||
31d3e82aa8 | |||
dfdc17197b | |||
62b965b4b7 | |||
ba221abea5 | |||
aa026c7134 | |||
496cfff97a | |||
ccaa7f5f3e | |||
f492d21c70 |
12
NEWS
12
NEWS
@ -1,3 +1,15 @@
|
|||||||
|
3.10.0.1
|
||||||
|
=========
|
||||||
|
* Fix login screen [Ray; #708691]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Ray Strode, Giovanni Campagna, Jasper St. Pierree
|
||||||
|
|
||||||
|
Translations:
|
||||||
|
Kjartan Maraas [nb], Marek Černocký [cs], A S Alam [pa], Daniel Mustieles [es],
|
||||||
|
Ihar Hrachyshka [be], Chao-Hsiung Liao [zh_HK], Nilamdyuti Goswami [as],
|
||||||
|
Yuri Myasoedov [ru], Baurzhan Muftakhidinov [kk]
|
||||||
|
|
||||||
3.10.0
|
3.10.0
|
||||||
======
|
======
|
||||||
* Fix fade effect in ScrollViews [Carlos; #708256]
|
* Fix fade effect in ScrollViews [Carlos; #708256]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ(2.63)
|
AC_PREREQ(2.63)
|
||||||
AC_INIT([gnome-shell],[3.10.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell])
|
AC_INIT([gnome-shell],[3.10.0.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell])
|
||||||
|
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AC_CONFIG_SRCDIR([src/shell-global.c])
|
AC_CONFIG_SRCDIR([src/shell-global.c])
|
||||||
|
@ -72,8 +72,10 @@ function versionCompare(required, reference) {
|
|||||||
reference = reference.split('.');
|
reference = reference.split('.');
|
||||||
|
|
||||||
for (let i = 0; i < required.length; i++) {
|
for (let i = 0; i < required.length; i++) {
|
||||||
if (required[i] != reference[i])
|
let requiredInt = parseInt(required[i]);
|
||||||
return required[i] < reference[i];
|
let referenceInt = parseInt(reference[i]);
|
||||||
|
if (requiredInt != referenceInt)
|
||||||
|
return requiredInt < referenceInt;
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
@ -611,6 +611,7 @@ const ActivitiesButton = new Lang.Class({
|
|||||||
|
|
||||||
_onButtonRelease: function() {
|
_onButtonRelease: function() {
|
||||||
Main.overview.toggle();
|
Main.overview.toggle();
|
||||||
|
this.menu.close();
|
||||||
},
|
},
|
||||||
|
|
||||||
_onKeyRelease: function(actor, event) {
|
_onKeyRelease: function(actor, event) {
|
||||||
|
133
po/as.po
133
po/as.po
@ -9,8 +9,8 @@ msgstr ""
|
|||||||
"Project-Id-Version: gnome-shell master\n"
|
"Project-Id-Version: gnome-shell master\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
|
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
|
||||||
"shell&keywords=I18N+L10N&component=general\n"
|
"shell&keywords=I18N+L10N&component=general\n"
|
||||||
"POT-Creation-Date: 2013-09-12 17:36+0000\n"
|
"POT-Creation-Date: 2013-09-23 13:35+0000\n"
|
||||||
"PO-Revision-Date: 2013-09-13 15:09+0530\n"
|
"PO-Revision-Date: 2013-09-24 14:24+0530\n"
|
||||||
"Last-Translator: Nilamdyuti Goswami <ngoswami@redhat.com>\n"
|
"Last-Translator: Nilamdyuti Goswami <ngoswami@redhat.com>\n"
|
||||||
"Language-Team: Assamese <kde-i18n-doc@kde.org>\n"
|
"Language-Team: Assamese <kde-i18n-doc@kde.org>\n"
|
||||||
"Language: as_IN\n"
|
"Language: as_IN\n"
|
||||||
@ -271,6 +271,11 @@ msgstr "কাৰ্য্যস্থানসমূহক চলমানভ
|
|||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "কাৰ্য্যস্থানসমূহ কেৱল প্ৰাথমিক মনিটৰত"
|
msgstr "কাৰ্য্যস্থানসমূহ কেৱল প্ৰাথমিক মনিটৰত"
|
||||||
|
|
||||||
|
#: ../data/org.gnome.shell.gschema.xml.in.in.h:38
|
||||||
|
msgid "Delay focus changes in mouse mode until the pointer stops moving"
|
||||||
|
msgstr ""
|
||||||
|
"বিলম্বৰ ফকাচ মাউছ অৱস্থাত পৰিবৰ্তন হয় যেতিয়ালৈকে পইন্টাৰে গমন কৰা বন্ধ নকৰে"
|
||||||
|
|
||||||
#: ../js/extensionPrefs/main.js:125
|
#: ../js/extensionPrefs/main.js:125
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "There was an error loading the preferences dialog for %s:"
|
msgid "There was an error loading the preferences dialog for %s:"
|
||||||
@ -284,10 +289,10 @@ msgstr "প্ৰসাৰন"
|
|||||||
msgid "Select an extension to configure using the combobox above."
|
msgid "Select an extension to configure using the combobox above."
|
||||||
msgstr "উপৰত দিয়া কম্বোবাকচ ব্যৱহাৰ কৰি সংৰূপণ কৰিবলে এটা সম্প্ৰসাৰন বাছক।"
|
msgstr "উপৰত দিয়া কম্বোবাকচ ব্যৱহাৰ কৰি সংৰূপণ কৰিবলে এটা সম্প্ৰসাৰন বাছক।"
|
||||||
|
|
||||||
#: ../js/gdm/authPrompt.js:145 ../js/ui/components/networkAgent.js:132
|
#: ../js/gdm/authPrompt.js:145 ../js/ui/components/networkAgent.js:136
|
||||||
#: ../js/ui/components/polkitAgent.js:161 ../js/ui/endSessionDialog.js:351
|
#: ../js/ui/components/polkitAgent.js:161 ../js/ui/endSessionDialog.js:351
|
||||||
#: ../js/ui/extensionDownloader.js:195 ../js/ui/shellMountOperation.js:399
|
#: ../js/ui/extensionDownloader.js:195 ../js/ui/shellMountOperation.js:399
|
||||||
#: ../js/ui/status/bluetooth.js:221 ../js/ui/status/network.js:686
|
#: ../js/ui/status/bluetooth.js:222 ../js/ui/status/network.js:686
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "বাতিল কৰক"
|
msgstr "বাতিল কৰক"
|
||||||
|
|
||||||
@ -326,8 +331,8 @@ 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:627 ../js/ui/components/networkAgent.js:255
|
#: ../js/gdm/loginDialog.js:627 ../js/ui/components/networkAgent.js:259
|
||||||
#: ../js/ui/components/networkAgent.js:273
|
#: ../js/ui/components/networkAgent.js:277
|
||||||
msgid "Username: "
|
msgid "Username: "
|
||||||
msgstr "ব্যৱহাৰকাৰীৰ নাম: "
|
msgstr "ব্যৱহাৰকাৰীৰ নাম: "
|
||||||
|
|
||||||
@ -363,27 +368,27 @@ msgstr "কমান্ড বিশ্লেষন কৰিব নোৱাৰ
|
|||||||
msgid "Execution of '%s' failed:"
|
msgid "Execution of '%s' failed:"
|
||||||
msgstr "'%s' ৰ প্ৰেৰণ ব্যৰ্থ হল:"
|
msgstr "'%s' ৰ প্ৰেৰণ ব্যৰ্থ হল:"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:573
|
#: ../js/ui/appDisplay.js:596
|
||||||
msgid "Frequently used applications will appear here"
|
msgid "Frequently used applications will appear here"
|
||||||
msgstr "সঘনে ব্যৱহাৰ কৰা এপ্লিকেচনসমূহ ইয়াত উপস্থিত হব"
|
msgstr "সঘনে ব্যৱহাৰ কৰা এপ্লিকেচনসমূহ ইয়াত উপস্থিত হব"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:689
|
#: ../js/ui/appDisplay.js:712
|
||||||
msgid "Frequent"
|
msgid "Frequent"
|
||||||
msgstr "সঘন"
|
msgstr "সঘন"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:696
|
#: ../js/ui/appDisplay.js:719
|
||||||
msgid "All"
|
msgid "All"
|
||||||
msgstr "সকলো"
|
msgstr "সকলো"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:1491
|
#: ../js/ui/appDisplay.js:1514
|
||||||
msgid "New Window"
|
msgid "New Window"
|
||||||
msgstr "নতুন উইন্ডো"
|
msgstr "নতুন উইন্ডো"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:1494 ../js/ui/dash.js:284
|
#: ../js/ui/appDisplay.js:1517 ../js/ui/dash.js:284
|
||||||
msgid "Remove from Favorites"
|
msgid "Remove from Favorites"
|
||||||
msgstr "পছন্দৰ পৰা আতৰাওক"
|
msgstr "পছন্দৰ পৰা আতৰাওক"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:1495
|
#: ../js/ui/appDisplay.js:1518
|
||||||
msgid "Add to Favorites"
|
msgid "Add to Favorites"
|
||||||
msgstr "পছন্দলে যোগ কৰক"
|
msgstr "পছন্দলে যোগ কৰক"
|
||||||
|
|
||||||
@ -397,7 +402,8 @@ msgstr "%s ক আপোনাৰ পছন্দলে যোগ কৰা হ
|
|||||||
msgid "%s has been removed from your favorites."
|
msgid "%s has been removed from your favorites."
|
||||||
msgstr "%s ক আপোনাৰ পছন্দৰ পৰা আতৰোৱা হৈছে।"
|
msgstr "%s ক আপোনাৰ পছন্দৰ পৰা আতৰোৱা হৈছে।"
|
||||||
|
|
||||||
#: ../js/ui/backgroundMenu.js:19 ../js/ui/status/system.js:325
|
#: ../js/ui/backgroundMenu.js:19 ../js/ui/panel.js:807
|
||||||
|
#: ../js/ui/status/system.js:325
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr "সংহতিসমূহ"
|
msgstr "সংহতিসমূহ"
|
||||||
|
|
||||||
@ -583,50 +589,50 @@ msgstr "%s ৰ সৈতে খোলক"
|
|||||||
msgid "Eject"
|
msgid "Eject"
|
||||||
msgstr "উলিৱাওক"
|
msgstr "উলিৱাওক"
|
||||||
|
|
||||||
#: ../js/ui/components/keyring.js:88 ../js/ui/components/polkitAgent.js:280
|
#: ../js/ui/components/keyring.js:91 ../js/ui/components/polkitAgent.js:280
|
||||||
msgid "Password:"
|
msgid "Password:"
|
||||||
msgstr "পাছৱাৰ্ড:"
|
msgstr "পাছৱাৰ্ড:"
|
||||||
|
|
||||||
#: ../js/ui/components/keyring.js:107
|
#: ../js/ui/components/keyring.js:110
|
||||||
msgid "Type again:"
|
msgid "Type again:"
|
||||||
msgstr "আকৌ টাইপ কৰক:"
|
msgstr "আকৌ টাইপ কৰক:"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:127 ../js/ui/status/network.js:112
|
#: ../js/ui/components/networkAgent.js:131 ../js/ui/status/network.js:112
|
||||||
#: ../js/ui/status/network.js:275 ../js/ui/status/network.js:689
|
#: ../js/ui/status/network.js:275 ../js/ui/status/network.js:689
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr "সংযোগ কৰক"
|
msgstr "সংযোগ কৰক"
|
||||||
|
|
||||||
#. Cisco LEAP
|
#. Cisco LEAP
|
||||||
#: ../js/ui/components/networkAgent.js:218
|
#: ../js/ui/components/networkAgent.js:222
|
||||||
#: ../js/ui/components/networkAgent.js:230
|
#: ../js/ui/components/networkAgent.js:234
|
||||||
#: ../js/ui/components/networkAgent.js:257
|
#: ../js/ui/components/networkAgent.js:261
|
||||||
#: ../js/ui/components/networkAgent.js:277
|
#: ../js/ui/components/networkAgent.js:281
|
||||||
#: ../js/ui/components/networkAgent.js:287
|
#: ../js/ui/components/networkAgent.js:291
|
||||||
msgid "Password: "
|
msgid "Password: "
|
||||||
msgstr "পাছৱাৰ্ড: "
|
msgstr "পাছৱাৰ্ড: "
|
||||||
|
|
||||||
#. static WEP
|
#. static WEP
|
||||||
#: ../js/ui/components/networkAgent.js:223
|
#: ../js/ui/components/networkAgent.js:227
|
||||||
msgid "Key: "
|
msgid "Key: "
|
||||||
msgstr "কি': "
|
msgstr "কি': "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:261
|
#: ../js/ui/components/networkAgent.js:265
|
||||||
msgid "Identity: "
|
msgid "Identity: "
|
||||||
msgstr "পৰিচয়: "
|
msgstr "পৰিচয়: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:263
|
#: ../js/ui/components/networkAgent.js:267
|
||||||
msgid "Private key password: "
|
msgid "Private key password: "
|
||||||
msgstr "ব্যক্তিগত কি' পাছৱাৰ্ড: "
|
msgstr "ব্যক্তিগত কি' পাছৱাৰ্ড: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:275
|
#: ../js/ui/components/networkAgent.js:279
|
||||||
msgid "Service: "
|
msgid "Service: "
|
||||||
msgstr "সেৱা: "
|
msgstr "সেৱা: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:304
|
#: ../js/ui/components/networkAgent.js:308
|
||||||
msgid "Authentication required by wireless network"
|
msgid "Authentication required by wireless network"
|
||||||
msgstr "বেতাঁৰ নেটৱাৰ্কৰ দ্বাৰা প্ৰমাণীকৰণৰ প্ৰয়োজন"
|
msgstr "বেতাঁৰ নেটৱাৰ্কৰ দ্বাৰা প্ৰমাণীকৰণৰ প্ৰয়োজন"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:305
|
#: ../js/ui/components/networkAgent.js:309
|
||||||
#, c-format
|
#, c-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 "
|
||||||
@ -635,35 +641,35 @@ msgstr ""
|
|||||||
"বেতাঁৰ নেটৱাৰ্ক '%s' অভিগম কৰিবলে পাছৱাৰ্ডসমূহ অথবা ইনক্ৰিপষণ কি'সমূহৰ "
|
"বেতাঁৰ নেটৱাৰ্ক '%s' অভিগম কৰিবলে পাছৱাৰ্ডসমূহ অথবা ইনক্ৰিপষণ কি'সমূহৰ "
|
||||||
"প্ৰয়োজন।"
|
"প্ৰয়োজন।"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:309
|
#: ../js/ui/components/networkAgent.js:313
|
||||||
msgid "Wired 802.1X authentication"
|
msgid "Wired 802.1X authentication"
|
||||||
msgstr "তাঁৰযুক্ত 802.1X প্ৰমাণীকৰণ"
|
msgstr "তাঁৰযুক্ত 802.1X প্ৰমাণীকৰণ"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:311
|
#: ../js/ui/components/networkAgent.js:315
|
||||||
msgid "Network name: "
|
msgid "Network name: "
|
||||||
msgstr "নেটৱাৰ্কৰ নাম: "
|
msgstr "নেটৱাৰ্কৰ নাম: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:316
|
#: ../js/ui/components/networkAgent.js:320
|
||||||
msgid "DSL authentication"
|
msgid "DSL authentication"
|
||||||
msgstr "DSL প্ৰমাণীকৰণ"
|
msgstr "DSL প্ৰমাণীকৰণ"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:323
|
#: ../js/ui/components/networkAgent.js:327
|
||||||
msgid "PIN code required"
|
msgid "PIN code required"
|
||||||
msgstr "PIN ক'ডৰ প্ৰয়োজন"
|
msgstr "PIN ক'ডৰ প্ৰয়োজন"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:324
|
#: ../js/ui/components/networkAgent.js:328
|
||||||
msgid "PIN code is needed for the mobile broadband device"
|
msgid "PIN code is needed for the mobile broadband device"
|
||||||
msgstr "মবাইল ব্ৰডবেণ্ড সেৱাৰ বাবে PIN ক'ডৰ প্ৰয়োজন"
|
msgstr "মবাইল ব্ৰডবেণ্ড সেৱাৰ বাবে PIN ক'ডৰ প্ৰয়োজন"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:325
|
#: ../js/ui/components/networkAgent.js:329
|
||||||
msgid "PIN: "
|
msgid "PIN: "
|
||||||
msgstr "PIN: "
|
msgstr "PIN: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:331
|
#: ../js/ui/components/networkAgent.js:335
|
||||||
msgid "Mobile broadband network password"
|
msgid "Mobile broadband network password"
|
||||||
msgstr "মবাইল ব্ৰডবেণ্ড নেটৱাৰ্ক পাছৱাৰ্ড"
|
msgstr "মবাইল ব্ৰডবেণ্ড নেটৱাৰ্ক পাছৱাৰ্ড"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:332
|
#: ../js/ui/components/networkAgent.js:336
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "A password is required to connect to '%s'."
|
msgid "A password is required to connect to '%s'."
|
||||||
msgstr "'%s' লে সংযোগ কৰিবলে এটা পাছৱাৰ্ডৰ প্ৰয়োজন।"
|
msgstr "'%s' লে সংযোগ কৰিবলে এটা পাছৱাৰ্ডৰ প্ৰয়োজন।"
|
||||||
@ -1152,11 +1158,11 @@ msgstr "ট্ৰে মেনু"
|
|||||||
msgid "No Messages"
|
msgid "No Messages"
|
||||||
msgstr "কোনো বাৰ্তা নাই"
|
msgstr "কোনো বাৰ্তা নাই"
|
||||||
|
|
||||||
#: ../js/ui/messageTray.js:1812
|
#: ../js/ui/messageTray.js:1813
|
||||||
msgid "Message Tray"
|
msgid "Message Tray"
|
||||||
msgstr "বাৰ্তা ট্ৰে"
|
msgstr "বাৰ্তা ট্ৰে"
|
||||||
|
|
||||||
#: ../js/ui/messageTray.js:2787
|
#: ../js/ui/messageTray.js:2788
|
||||||
msgid "System Information"
|
msgid "System Information"
|
||||||
msgstr "চিস্টেম তথ্য"
|
msgstr "চিস্টেম তথ্য"
|
||||||
|
|
||||||
@ -1198,10 +1204,6 @@ msgstr "প্ৰস্থান কৰক"
|
|||||||
msgid "Activities"
|
msgid "Activities"
|
||||||
msgstr "কাৰ্য্যসমূহ"
|
msgstr "কাৰ্য্যসমূহ"
|
||||||
|
|
||||||
#: ../js/ui/panel.js:807
|
|
||||||
msgid "Settings Menu"
|
|
||||||
msgstr "সংহতিসমূহ মেনু"
|
|
||||||
|
|
||||||
#: ../js/ui/panel.js:903
|
#: ../js/ui/panel.js:903
|
||||||
msgid "Top Bar"
|
msgid "Top Bar"
|
||||||
msgstr "উপৰৰ বাৰ"
|
msgstr "উপৰৰ বাৰ"
|
||||||
@ -1337,9 +1339,9 @@ msgstr "ডাঙৰ লিখনী"
|
|||||||
|
|
||||||
#. The Bluetooth menu only appears when Bluetooth is in use,
|
#. The Bluetooth menu only appears when Bluetooth is in use,
|
||||||
#. so just statically build it with a "Turn Off" menu item.
|
#. so just statically build it with a "Turn Off" menu item.
|
||||||
#: ../js/ui/status/bluetooth.js:28 ../js/ui/status/bluetooth.js:62
|
#: ../js/ui/status/bluetooth.js:28 ../js/ui/status/bluetooth.js:63
|
||||||
#: ../js/ui/status/bluetooth.js:99 ../js/ui/status/bluetooth.js:127
|
#: ../js/ui/status/bluetooth.js:100 ../js/ui/status/bluetooth.js:128
|
||||||
#: ../js/ui/status/bluetooth.js:163 ../js/ui/status/bluetooth.js:194
|
#: ../js/ui/status/bluetooth.js:164 ../js/ui/status/bluetooth.js:195
|
||||||
msgid "Bluetooth"
|
msgid "Bluetooth"
|
||||||
msgstr "ব্লুটুথ"
|
msgstr "ব্লুটুথ"
|
||||||
|
|
||||||
@ -1352,80 +1354,80 @@ msgstr "বন্ধ কৰক"
|
|||||||
msgid "Bluetooth Settings"
|
msgid "Bluetooth Settings"
|
||||||
msgstr "ব্লুটুথ সংহতিসমূহ"
|
msgstr "ব্লুটুথ সংহতিসমূহ"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:57
|
#: ../js/ui/status/bluetooth.js:58
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%d Connected Device"
|
msgid "%d Connected Device"
|
||||||
msgid_plural "%d Connected Devices"
|
msgid_plural "%d Connected Devices"
|
||||||
msgstr[0] "%d সংযুক্ত ডিভাইচ"
|
msgstr[0] "%d সংযুক্ত ডিভাইচ"
|
||||||
msgstr[1] "%d সংযুক্ত ডিভাইচসমূহ"
|
msgstr[1] "%d সংযুক্ত ডিভাইচসমূহ"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:100 ../js/ui/status/bluetooth.js:128
|
#: ../js/ui/status/bluetooth.js:101 ../js/ui/status/bluetooth.js:129
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Authorization request from %s"
|
msgid "Authorization request from %s"
|
||||||
msgstr "%s ৰ পৰা প্ৰমাণীকৰণ অনুৰোধ"
|
msgstr "%s ৰ পৰা প্ৰমাণীকৰণ অনুৰোধ"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:106 ../js/ui/status/bluetooth.js:171
|
#: ../js/ui/status/bluetooth.js:107 ../js/ui/status/bluetooth.js:172
|
||||||
#: ../js/ui/status/bluetooth.js:202
|
#: ../js/ui/status/bluetooth.js:203
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Device %s wants to pair with this computer"
|
msgid "Device %s wants to pair with this computer"
|
||||||
msgstr "ডিভাইচ %s এ এই কমপিউটাৰৰ লগত সংযোগ কৰিব বিচাৰে"
|
msgstr "ডিভাইচ %s এ এই কমপিউটাৰৰ লগত সংযোগ কৰিব বিচাৰে"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:108
|
#: ../js/ui/status/bluetooth.js:109
|
||||||
msgid "Allow"
|
msgid "Allow"
|
||||||
msgstr "অনুমতি দিয়ক"
|
msgstr "অনুমতি দিয়ক"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:109
|
#: ../js/ui/status/bluetooth.js:110
|
||||||
msgid "Deny"
|
msgid "Deny"
|
||||||
msgstr "নাকচ কৰক"
|
msgstr "নাকচ কৰক"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:134
|
#: ../js/ui/status/bluetooth.js:135
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Device %s wants access to the service '%s'"
|
msgid "Device %s wants access to the service '%s'"
|
||||||
msgstr "ডিভাইচ %s এ সেৱা '%s' লে অভিগম বিচাৰে"
|
msgstr "ডিভাইচ %s এ সেৱা '%s' লে অভিগম বিচাৰে"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:136
|
#: ../js/ui/status/bluetooth.js:137
|
||||||
msgid "Always grant access"
|
msgid "Always grant access"
|
||||||
msgstr "সদায় অভিগম প্ৰদান কৰক"
|
msgstr "সদায় অভিগম প্ৰদান কৰক"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:137
|
#: ../js/ui/status/bluetooth.js:138
|
||||||
msgid "Grant this time only"
|
msgid "Grant this time only"
|
||||||
msgstr "কেৱল এইবাৰৰ কাৰণে প্ৰদান কৰক"
|
msgstr "কেৱল এইবাৰৰ কাৰণে প্ৰদান কৰক"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:138
|
#: ../js/ui/status/bluetooth.js:139
|
||||||
msgid "Reject"
|
msgid "Reject"
|
||||||
msgstr "নাকচ কৰক"
|
msgstr "নাকচ কৰক"
|
||||||
|
|
||||||
#. Translators: argument is the device short name
|
#. Translators: argument is the device short name
|
||||||
#: ../js/ui/status/bluetooth.js:165
|
#: ../js/ui/status/bluetooth.js:166
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Pairing confirmation for %s"
|
msgid "Pairing confirmation for %s"
|
||||||
msgstr "%s ৰ কাৰণে যোৰ প্ৰতিশ্ৰুতি"
|
msgstr "%s ৰ কাৰণে যোৰ প্ৰতিশ্ৰুতি"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:172
|
#: ../js/ui/status/bluetooth.js:173
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please confirm whether the Passkey '%06d' matches the one on the device."
|
"Please confirm whether the Passkey '%06d' matches the one on the device."
|
||||||
msgstr "অনুগ্ৰহ কৰি সুনিশ্চিত কৰক যে পাছকি '%06d' ডিভাইচত থকাটোৰ সৈতে মিল খায়।"
|
msgstr "অনুগ্ৰহ কৰি সুনিশ্চিত কৰক যে পাছকি '%06d' ডিভাইচত থকাটোৰ সৈতে মিল খায়।"
|
||||||
|
|
||||||
#. Translators: this is the verb, not the noun
|
#. Translators: this is the verb, not the noun
|
||||||
#: ../js/ui/status/bluetooth.js:175
|
#: ../js/ui/status/bluetooth.js:176
|
||||||
msgid "Matches"
|
msgid "Matches"
|
||||||
msgstr "মিলসমূহ"
|
msgstr "মিলসমূহ"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:176
|
#: ../js/ui/status/bluetooth.js:177
|
||||||
msgid "Does not match"
|
msgid "Does not match"
|
||||||
msgstr "মিল নাখায়"
|
msgstr "মিল নাখায়"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:195
|
#: ../js/ui/status/bluetooth.js:196
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Pairing request for %s"
|
msgid "Pairing request for %s"
|
||||||
msgstr "%s ৰ কাৰণে যোৰ অনুৰোধ"
|
msgstr "%s ৰ কাৰণে যোৰ অনুৰোধ"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:203
|
#: ../js/ui/status/bluetooth.js:204
|
||||||
msgid "Please enter the PIN mentioned on the device."
|
msgid "Please enter the PIN mentioned on the device."
|
||||||
msgstr "অনুগ্ৰহ কৰি ডিভাইচত উল্লেখ কৰা PIN সুমুৱাওক।"
|
msgstr "অনুগ্ৰহ কৰি ডিভাইচত উল্লেখ কৰা PIN সুমুৱাওক।"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:220
|
#: ../js/ui/status/bluetooth.js:221
|
||||||
msgid "OK"
|
msgid "OK"
|
||||||
msgstr "ঠিক আছে"
|
msgstr "ঠিক আছে"
|
||||||
|
|
||||||
@ -1509,15 +1511,15 @@ msgstr "অন কৰক"
|
|||||||
msgid "VPN"
|
msgid "VPN"
|
||||||
msgstr "VPN"
|
msgstr "VPN"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:1306
|
#: ../js/ui/status/network.js:1307
|
||||||
msgid "Network Manager"
|
msgid "Network Manager"
|
||||||
msgstr "নেটৱাৰ্ক ব্যৱস্থাপক"
|
msgstr "নেটৱাৰ্ক ব্যৱস্থাপক"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:1345
|
#: ../js/ui/status/network.js:1346
|
||||||
msgid "Connection failed"
|
msgid "Connection failed"
|
||||||
msgstr "সংযোগ ব্যৰ্থ"
|
msgstr "সংযোগ ব্যৰ্থ"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:1346
|
#: ../js/ui/status/network.js:1347
|
||||||
msgid "Activation of network connection failed"
|
msgid "Activation of network connection failed"
|
||||||
msgstr "নেটৱাৰ্ক সংযোগ সক্ৰিয়কৰণ ব্যৰ্থ হল"
|
msgstr "নেটৱাৰ্ক সংযোগ সক্ৰিয়কৰণ ব্যৰ্থ হল"
|
||||||
|
|
||||||
@ -1711,6 +1713,9 @@ msgstr "পাছৱাৰ্ড ৰিক্ত হব নোৱাৰিব"
|
|||||||
msgid "Authentication dialog was dismissed by the user"
|
msgid "Authentication dialog was dismissed by the user"
|
||||||
msgstr "প্ৰমাণীকৰণ ডাইলগ ব্যৱহাৰকাৰী দ্বাৰা নাকচ কৰা হৈছিল"
|
msgstr "প্ৰমাণীকৰণ ডাইলগ ব্যৱহাৰকাৰী দ্বাৰা নাকচ কৰা হৈছিল"
|
||||||
|
|
||||||
|
#~ msgid "Settings Menu"
|
||||||
|
#~ msgstr "সংহতিসমূহ মেনু"
|
||||||
|
|
||||||
#~ msgid "Screenshots"
|
#~ msgid "Screenshots"
|
||||||
#~ msgstr "স্ক্ৰিনশ্বটসমূহ"
|
#~ msgstr "স্ক্ৰিনশ্বটসমূহ"
|
||||||
|
|
||||||
|
121
po/be.po
121
po/be.po
@ -5,7 +5,7 @@ msgstr ""
|
|||||||
"Project-Id-Version: gnome-shell.master\n"
|
"Project-Id-Version: gnome-shell.master\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
|
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
|
||||||
"shell&keywords=I18N+L10N&component=general\n"
|
"shell&keywords=I18N+L10N&component=general\n"
|
||||||
"POT-Creation-Date: 2013-09-14 18:10+0000\n"
|
"POT-Creation-Date: 2013-09-23 13:35+0000\n"
|
||||||
"PO-Revision-Date: 2012-10-16 12:05+0300\n"
|
"PO-Revision-Date: 2012-10-16 12:05+0300\n"
|
||||||
"Last-Translator: Kasia Bondarava <kasia.bondarava@gmail.com>\n"
|
"Last-Translator: Kasia Bondarava <kasia.bondarava@gmail.com>\n"
|
||||||
"Language-Team: Belarusian <i18n-bel-gnome@googlegroups.com>\n"
|
"Language-Team: Belarusian <i18n-bel-gnome@googlegroups.com>\n"
|
||||||
@ -263,6 +263,10 @@ msgstr "Дынамічнае кіраванне прасторамі працы"
|
|||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "Прасторы працы толькі для асноўнага манітора"
|
msgstr "Прасторы працы толькі для асноўнага манітора"
|
||||||
|
|
||||||
|
#: ../data/org.gnome.shell.gschema.xml.in.in.h:38
|
||||||
|
msgid "Delay focus changes in mouse mode until the pointer stops moving"
|
||||||
|
msgstr "Затрымліваць змяненне фокусу ў рэжыме мышы да спынення руху яе паказальніка"
|
||||||
|
|
||||||
#: ../js/extensionPrefs/main.js:125
|
#: ../js/extensionPrefs/main.js:125
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "There was an error loading the preferences dialog for %s:"
|
msgid "There was an error loading the preferences dialog for %s:"
|
||||||
@ -278,10 +282,10 @@ msgstr ""
|
|||||||
"Абярыце пашырэнне, каб настроіць графу з выплыўным спісам, якая знаходзіцца "
|
"Абярыце пашырэнне, каб настроіць графу з выплыўным спісам, якая знаходзіцца "
|
||||||
"вышэй."
|
"вышэй."
|
||||||
|
|
||||||
#: ../js/gdm/authPrompt.js:145 ../js/ui/components/networkAgent.js:132
|
#: ../js/gdm/authPrompt.js:145 ../js/ui/components/networkAgent.js:136
|
||||||
#: ../js/ui/components/polkitAgent.js:161 ../js/ui/endSessionDialog.js:351
|
#: ../js/ui/components/polkitAgent.js:161 ../js/ui/endSessionDialog.js:351
|
||||||
#: ../js/ui/extensionDownloader.js:195 ../js/ui/shellMountOperation.js:399
|
#: ../js/ui/extensionDownloader.js:195 ../js/ui/shellMountOperation.js:399
|
||||||
#: ../js/ui/status/bluetooth.js:221 ../js/ui/status/network.js:686
|
#: ../js/ui/status/bluetooth.js:222 ../js/ui/status/network.js:686
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "Скасаваць"
|
msgstr "Скасаваць"
|
||||||
|
|
||||||
@ -320,8 +324,8 @@ 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:627 ../js/ui/components/networkAgent.js:255
|
#: ../js/gdm/loginDialog.js:627 ../js/ui/components/networkAgent.js:259
|
||||||
#: ../js/ui/components/networkAgent.js:273
|
#: ../js/ui/components/networkAgent.js:277
|
||||||
msgid "Username: "
|
msgid "Username: "
|
||||||
msgstr "Імя карыстальніка: "
|
msgstr "Імя карыстальніка: "
|
||||||
|
|
||||||
@ -357,27 +361,27 @@ msgstr "Не ўдалося разабраць загад:"
|
|||||||
msgid "Execution of '%s' failed:"
|
msgid "Execution of '%s' failed:"
|
||||||
msgstr "Не ўдалося выканаць \"%s\":"
|
msgstr "Не ўдалося выканаць \"%s\":"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:598
|
#: ../js/ui/appDisplay.js:596
|
||||||
msgid "Frequently used applications will appear here"
|
msgid "Frequently used applications will appear here"
|
||||||
msgstr "Тут размешчаныя часта ўжываныя праграмы"
|
msgstr "Тут размешчаныя часта ўжываныя праграмы"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:714
|
#: ../js/ui/appDisplay.js:712
|
||||||
msgid "Frequent"
|
msgid "Frequent"
|
||||||
msgstr "Часта"
|
msgstr "Часта"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:721
|
#: ../js/ui/appDisplay.js:719
|
||||||
msgid "All"
|
msgid "All"
|
||||||
msgstr "Усе"
|
msgstr "Усе"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:1516
|
#: ../js/ui/appDisplay.js:1514
|
||||||
msgid "New Window"
|
msgid "New Window"
|
||||||
msgstr "Новае акно"
|
msgstr "Новае акно"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:1519 ../js/ui/dash.js:284
|
#: ../js/ui/appDisplay.js:1517 ../js/ui/dash.js:284
|
||||||
msgid "Remove from Favorites"
|
msgid "Remove from Favorites"
|
||||||
msgstr "Выдаліць са спіса ўпадабанага"
|
msgstr "Выдаліць са спіса ўпадабанага"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:1520
|
#: ../js/ui/appDisplay.js:1518
|
||||||
msgid "Add to Favorites"
|
msgid "Add to Favorites"
|
||||||
msgstr "Дадаць у спіс упадабанага"
|
msgstr "Дадаць у спіс упадабанага"
|
||||||
|
|
||||||
@ -578,50 +582,50 @@ msgstr "Адкрыць у %s"
|
|||||||
msgid "Eject"
|
msgid "Eject"
|
||||||
msgstr "Выняць"
|
msgstr "Выняць"
|
||||||
|
|
||||||
#: ../js/ui/components/keyring.js:88 ../js/ui/components/polkitAgent.js:280
|
#: ../js/ui/components/keyring.js:91 ../js/ui/components/polkitAgent.js:280
|
||||||
msgid "Password:"
|
msgid "Password:"
|
||||||
msgstr "Пароль:"
|
msgstr "Пароль:"
|
||||||
|
|
||||||
#: ../js/ui/components/keyring.js:107
|
#: ../js/ui/components/keyring.js:110
|
||||||
msgid "Type again:"
|
msgid "Type again:"
|
||||||
msgstr "Паўтарыце пароль:"
|
msgstr "Паўтарыце пароль:"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:127 ../js/ui/status/network.js:112
|
#: ../js/ui/components/networkAgent.js:131 ../js/ui/status/network.js:112
|
||||||
#: ../js/ui/status/network.js:275 ../js/ui/status/network.js:689
|
#: ../js/ui/status/network.js:275 ../js/ui/status/network.js:689
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr "Злучыць"
|
msgstr "Злучыць"
|
||||||
|
|
||||||
#. Cisco LEAP
|
#. Cisco LEAP
|
||||||
#: ../js/ui/components/networkAgent.js:218
|
#: ../js/ui/components/networkAgent.js:222
|
||||||
#: ../js/ui/components/networkAgent.js:230
|
#: ../js/ui/components/networkAgent.js:234
|
||||||
#: ../js/ui/components/networkAgent.js:257
|
#: ../js/ui/components/networkAgent.js:261
|
||||||
#: ../js/ui/components/networkAgent.js:277
|
#: ../js/ui/components/networkAgent.js:281
|
||||||
#: ../js/ui/components/networkAgent.js:287
|
#: ../js/ui/components/networkAgent.js:291
|
||||||
msgid "Password: "
|
msgid "Password: "
|
||||||
msgstr "Пароль: "
|
msgstr "Пароль: "
|
||||||
|
|
||||||
#. static WEP
|
#. static WEP
|
||||||
#: ../js/ui/components/networkAgent.js:223
|
#: ../js/ui/components/networkAgent.js:227
|
||||||
msgid "Key: "
|
msgid "Key: "
|
||||||
msgstr "Ключ: "
|
msgstr "Ключ: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:261
|
#: ../js/ui/components/networkAgent.js:265
|
||||||
msgid "Identity: "
|
msgid "Identity: "
|
||||||
msgstr "Ідэнтычнасць: "
|
msgstr "Ідэнтычнасць: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:263
|
#: ../js/ui/components/networkAgent.js:267
|
||||||
msgid "Private key password: "
|
msgid "Private key password: "
|
||||||
msgstr "Пароль да прыватнага ключа: "
|
msgstr "Пароль да прыватнага ключа: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:275
|
#: ../js/ui/components/networkAgent.js:279
|
||||||
msgid "Service: "
|
msgid "Service: "
|
||||||
msgstr "Паслуга: "
|
msgstr "Паслуга: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:304
|
#: ../js/ui/components/networkAgent.js:308
|
||||||
msgid "Authentication required by wireless network"
|
msgid "Authentication required by wireless network"
|
||||||
msgstr "Для бесправадной сеткі патрэбная ідэнтыфікацыя"
|
msgstr "Для бесправадной сеткі патрэбная ідэнтыфікацыя"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:305
|
#: ../js/ui/components/networkAgent.js:309
|
||||||
#, c-format
|
#, c-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 "
|
||||||
@ -630,37 +634,37 @@ msgstr ""
|
|||||||
"Для доступу да бесправадной сеткі \"%s\" патрэбны пароль або ключы "
|
"Для доступу да бесправадной сеткі \"%s\" патрэбны пароль або ключы "
|
||||||
"шыфравання."
|
"шыфравання."
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:309
|
#: ../js/ui/components/networkAgent.js:313
|
||||||
msgid "Wired 802.1X authentication"
|
msgid "Wired 802.1X authentication"
|
||||||
msgstr "Правадная ідэнтыфікацыя 802.1X"
|
msgstr "Правадная ідэнтыфікацыя 802.1X"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:311
|
#: ../js/ui/components/networkAgent.js:315
|
||||||
msgid "Network name: "
|
msgid "Network name: "
|
||||||
msgstr "Назва сеткі: "
|
msgstr "Назва сеткі: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:316
|
#: ../js/ui/components/networkAgent.js:320
|
||||||
msgid "DSL authentication"
|
msgid "DSL authentication"
|
||||||
msgstr "DSL-ідэнтыфікацыя"
|
msgstr "DSL-ідэнтыфікацыя"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:323
|
#: ../js/ui/components/networkAgent.js:327
|
||||||
msgid "PIN code required"
|
msgid "PIN code required"
|
||||||
msgstr "Патрэбны PIN-код"
|
msgstr "Патрэбны PIN-код"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:324
|
#: ../js/ui/components/networkAgent.js:328
|
||||||
msgid "PIN code is needed for the mobile broadband device"
|
msgid "PIN code is needed for the mobile broadband device"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Для прыстасавання для доступу да шырокапалоснай мабільнай сеткі патрэбны PIN-"
|
"Для прыстасавання для доступу да шырокапалоснай мабільнай сеткі патрэбны PIN-"
|
||||||
"код"
|
"код"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:325
|
#: ../js/ui/components/networkAgent.js:329
|
||||||
msgid "PIN: "
|
msgid "PIN: "
|
||||||
msgstr "PIN-код: "
|
msgstr "PIN-код: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:331
|
#: ../js/ui/components/networkAgent.js:335
|
||||||
msgid "Mobile broadband network password"
|
msgid "Mobile broadband network password"
|
||||||
msgstr "Пароль да шырокапалоснай мабільнай сеткі"
|
msgstr "Пароль да шырокапалоснай мабільнай сеткі"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:332
|
#: ../js/ui/components/networkAgent.js:336
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "A password is required to connect to '%s'."
|
msgid "A password is required to connect to '%s'."
|
||||||
msgstr "Каб злучыцца з \"%s\", патрэбны пароль."
|
msgstr "Каб злучыцца з \"%s\", патрэбны пароль."
|
||||||
@ -1150,11 +1154,11 @@ msgstr "Меню трэя"
|
|||||||
msgid "No Messages"
|
msgid "No Messages"
|
||||||
msgstr "Апавяшчэнні адсутнічаюць"
|
msgstr "Апавяшчэнні адсутнічаюць"
|
||||||
|
|
||||||
#: ../js/ui/messageTray.js:1812
|
#: ../js/ui/messageTray.js:1813
|
||||||
msgid "Message Tray"
|
msgid "Message Tray"
|
||||||
msgstr "Абшар апавяшчэнняў"
|
msgstr "Абшар апавяшчэнняў"
|
||||||
|
|
||||||
#: ../js/ui/messageTray.js:2787
|
#: ../js/ui/messageTray.js:2788
|
||||||
msgid "System Information"
|
msgid "System Information"
|
||||||
msgstr "Сістэмная інфармацыя"
|
msgstr "Сістэмная інфармацыя"
|
||||||
|
|
||||||
@ -1333,9 +1337,9 @@ msgstr "Буйны тэкст"
|
|||||||
|
|
||||||
#. The Bluetooth menu only appears when Bluetooth is in use,
|
#. The Bluetooth menu only appears when Bluetooth is in use,
|
||||||
#. so just statically build it with a "Turn Off" menu item.
|
#. so just statically build it with a "Turn Off" menu item.
|
||||||
#: ../js/ui/status/bluetooth.js:28 ../js/ui/status/bluetooth.js:62
|
#: ../js/ui/status/bluetooth.js:28 ../js/ui/status/bluetooth.js:63
|
||||||
#: ../js/ui/status/bluetooth.js:99 ../js/ui/status/bluetooth.js:127
|
#: ../js/ui/status/bluetooth.js:100 ../js/ui/status/bluetooth.js:128
|
||||||
#: ../js/ui/status/bluetooth.js:163 ../js/ui/status/bluetooth.js:194
|
#: ../js/ui/status/bluetooth.js:164 ../js/ui/status/bluetooth.js:195
|
||||||
msgid "Bluetooth"
|
msgid "Bluetooth"
|
||||||
msgstr "Bluetooth"
|
msgstr "Bluetooth"
|
||||||
|
|
||||||
@ -1348,7 +1352,7 @@ msgstr "Выключыць"
|
|||||||
msgid "Bluetooth Settings"
|
msgid "Bluetooth Settings"
|
||||||
msgstr "Настройкі Bluetooth"
|
msgstr "Настройкі Bluetooth"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:57
|
#: ../js/ui/status/bluetooth.js:58
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%d Connected Device"
|
msgid "%d Connected Device"
|
||||||
msgid_plural "%d Connected Devices"
|
msgid_plural "%d Connected Devices"
|
||||||
@ -1356,73 +1360,73 @@ msgstr[0] "%d злучанае прыстасаванне"
|
|||||||
msgstr[1] "%d злучаныя прыстасаванні"
|
msgstr[1] "%d злучаныя прыстасаванні"
|
||||||
msgstr[2] "%d злучаных прыстасаванняў"
|
msgstr[2] "%d злучаных прыстасаванняў"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:100 ../js/ui/status/bluetooth.js:128
|
#: ../js/ui/status/bluetooth.js:101 ../js/ui/status/bluetooth.js:129
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Authorization request from %s"
|
msgid "Authorization request from %s"
|
||||||
msgstr "Запыт на ўпаўнаважанне ад %s"
|
msgstr "Запыт на ўпаўнаважанне ад %s"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:106 ../js/ui/status/bluetooth.js:171
|
#: ../js/ui/status/bluetooth.js:107 ../js/ui/status/bluetooth.js:172
|
||||||
#: ../js/ui/status/bluetooth.js:202
|
#: ../js/ui/status/bluetooth.js:203
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Device %s wants to pair with this computer"
|
msgid "Device %s wants to pair with this computer"
|
||||||
msgstr "Прыстасаванне %s хоча спарыцца з гэтым камп'ютарам"
|
msgstr "Прыстасаванне %s хоча спарыцца з гэтым камп'ютарам"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:108
|
#: ../js/ui/status/bluetooth.js:109
|
||||||
msgid "Allow"
|
msgid "Allow"
|
||||||
msgstr "Дазволіць"
|
msgstr "Дазволіць"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:109
|
#: ../js/ui/status/bluetooth.js:110
|
||||||
msgid "Deny"
|
msgid "Deny"
|
||||||
msgstr "Адмовіць"
|
msgstr "Адмовіць"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:134
|
#: ../js/ui/status/bluetooth.js:135
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Device %s wants access to the service '%s'"
|
msgid "Device %s wants access to the service '%s'"
|
||||||
msgstr "Прыстасаванне %s хоча даступіцца да паслугі \"%s\""
|
msgstr "Прыстасаванне %s хоча даступіцца да паслугі \"%s\""
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:136
|
#: ../js/ui/status/bluetooth.js:137
|
||||||
msgid "Always grant access"
|
msgid "Always grant access"
|
||||||
msgstr "Заўсёды даваць дазвол"
|
msgstr "Заўсёды даваць дазвол"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:137
|
#: ../js/ui/status/bluetooth.js:138
|
||||||
msgid "Grant this time only"
|
msgid "Grant this time only"
|
||||||
msgstr "Даць дазвол аднойчы"
|
msgstr "Даць дазвол аднойчы"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:138
|
#: ../js/ui/status/bluetooth.js:139
|
||||||
msgid "Reject"
|
msgid "Reject"
|
||||||
msgstr "Адмовіць"
|
msgstr "Адмовіць"
|
||||||
|
|
||||||
#. Translators: argument is the device short name
|
#. Translators: argument is the device short name
|
||||||
#: ../js/ui/status/bluetooth.js:165
|
#: ../js/ui/status/bluetooth.js:166
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Pairing confirmation for %s"
|
msgid "Pairing confirmation for %s"
|
||||||
msgstr "Пацвярджэнне спарвання з %s"
|
msgstr "Пацвярджэнне спарвання з %s"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:172
|
#: ../js/ui/status/bluetooth.js:173
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please confirm whether the Passkey '%06d' matches the one on the device."
|
"Please confirm whether the Passkey '%06d' matches the one on the device."
|
||||||
msgstr "Праверце, ці супадае пароль \"%06d\" з нумарам на прыстасаванні."
|
msgstr "Праверце, ці супадае пароль \"%06d\" з нумарам на прыстасаванні."
|
||||||
|
|
||||||
#. Translators: this is the verb, not the noun
|
#. Translators: this is the verb, not the noun
|
||||||
#: ../js/ui/status/bluetooth.js:175
|
#: ../js/ui/status/bluetooth.js:176
|
||||||
msgid "Matches"
|
msgid "Matches"
|
||||||
msgstr "Супадае"
|
msgstr "Супадае"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:176
|
#: ../js/ui/status/bluetooth.js:177
|
||||||
msgid "Does not match"
|
msgid "Does not match"
|
||||||
msgstr "Не супадае"
|
msgstr "Не супадае"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:195
|
#: ../js/ui/status/bluetooth.js:196
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Pairing request for %s"
|
msgid "Pairing request for %s"
|
||||||
msgstr "Запыт на спарванне з %s"
|
msgstr "Запыт на спарванне з %s"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:203
|
#: ../js/ui/status/bluetooth.js:204
|
||||||
msgid "Please enter the PIN mentioned on the device."
|
msgid "Please enter the PIN mentioned on the device."
|
||||||
msgstr "Увядзіце PIN, які паказвае прыстасаванне."
|
msgstr "Увядзіце PIN, які паказвае прыстасаванне."
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:220
|
#: ../js/ui/status/bluetooth.js:221
|
||||||
msgid "OK"
|
msgid "OK"
|
||||||
msgstr "Добра"
|
msgstr "Добра"
|
||||||
|
|
||||||
@ -1506,15 +1510,15 @@ msgstr "Уключыць"
|
|||||||
msgid "VPN"
|
msgid "VPN"
|
||||||
msgstr "VPN"
|
msgstr "VPN"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:1306
|
#: ../js/ui/status/network.js:1307
|
||||||
msgid "Network Manager"
|
msgid "Network Manager"
|
||||||
msgstr "Сеткавы кіраўнік"
|
msgstr "Сеткавы кіраўнік"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:1345
|
#: ../js/ui/status/network.js:1346
|
||||||
msgid "Connection failed"
|
msgid "Connection failed"
|
||||||
msgstr "Не ўдалося злучыцца"
|
msgstr "Не ўдалося злучыцца"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:1346
|
#: ../js/ui/status/network.js:1347
|
||||||
msgid "Activation of network connection failed"
|
msgid "Activation of network connection failed"
|
||||||
msgstr "Не ўдалося ўключыць сеткавае злучэнне"
|
msgstr "Не ўдалося ўключыць сеткавае злучэнне"
|
||||||
|
|
||||||
@ -1710,4 +1714,3 @@ msgstr "Пароль не можа быць пустым"
|
|||||||
#: ../src/shell-polkit-authentication-agent.c:343
|
#: ../src/shell-polkit-authentication-agent.c:343
|
||||||
msgid "Authentication dialog was dismissed by the user"
|
msgid "Authentication dialog was dismissed by the user"
|
||||||
msgstr "Карыстальнік праігнараваў дыялогавае акенца ідэнтыфікацыі"
|
msgstr "Карыстальнік праігнараваў дыялогавае акенца ідэнтыфікацыі"
|
||||||
|
|
||||||
|
129
po/cs.po
129
po/cs.po
@ -12,8 +12,8 @@ msgstr ""
|
|||||||
"Project-Id-Version: gnome-shell\n"
|
"Project-Id-Version: gnome-shell\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
|
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
|
||||||
"shell&keywords=I18N+L10N&component=general\n"
|
"shell&keywords=I18N+L10N&component=general\n"
|
||||||
"POT-Creation-Date: 2013-09-12 17:36+0000\n"
|
"POT-Creation-Date: 2013-09-23 13:35+0000\n"
|
||||||
"PO-Revision-Date: 2013-09-13 08:49+0200\n"
|
"PO-Revision-Date: 2013-09-24 16:09+0200\n"
|
||||||
"Last-Translator: Marek Černocký <marek@manet.cz>\n"
|
"Last-Translator: Marek Černocký <marek@manet.cz>\n"
|
||||||
"Language-Team: Czech <gnome-cs-list@gnome.org>\n"
|
"Language-Team: Czech <gnome-cs-list@gnome.org>\n"
|
||||||
"Language: cs\n"
|
"Language: cs\n"
|
||||||
@ -265,6 +265,10 @@ msgstr "Pracovní plochy jsou spravovány dynamicky"
|
|||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "Pracovní plochy jen na hlavním monitoru"
|
msgstr "Pracovní plochy jen na hlavním monitoru"
|
||||||
|
|
||||||
|
#: ../data/org.gnome.shell.gschema.xml.in.in.h:38
|
||||||
|
msgid "Delay focus changes in mouse mode until the pointer stops moving"
|
||||||
|
msgstr "Se změnou zaměření v režimu myši čekat na zastavení pohybu ukazatele"
|
||||||
|
|
||||||
#: ../js/extensionPrefs/main.js:125
|
#: ../js/extensionPrefs/main.js:125
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "There was an error loading the preferences dialog for %s:"
|
msgid "There was an error loading the preferences dialog for %s:"
|
||||||
@ -280,10 +284,10 @@ msgid "Select an extension to configure using the combobox above."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Pomocí rozbalovacího seznamu výše zvolte rozšíření, které chete nastavit."
|
"Pomocí rozbalovacího seznamu výše zvolte rozšíření, které chete nastavit."
|
||||||
|
|
||||||
#: ../js/gdm/authPrompt.js:145 ../js/ui/components/networkAgent.js:132
|
#: ../js/gdm/authPrompt.js:145 ../js/ui/components/networkAgent.js:136
|
||||||
#: ../js/ui/components/polkitAgent.js:161 ../js/ui/endSessionDialog.js:351
|
#: ../js/ui/components/polkitAgent.js:161 ../js/ui/endSessionDialog.js:351
|
||||||
#: ../js/ui/extensionDownloader.js:195 ../js/ui/shellMountOperation.js:399
|
#: ../js/ui/extensionDownloader.js:195 ../js/ui/shellMountOperation.js:399
|
||||||
#: ../js/ui/status/bluetooth.js:221 ../js/ui/status/network.js:686
|
#: ../js/ui/status/bluetooth.js:222 ../js/ui/status/network.js:686
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "Zrušit"
|
msgstr "Zrušit"
|
||||||
|
|
||||||
@ -322,8 +326,8 @@ msgstr "(např. uživatel nebo %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:627 ../js/ui/components/networkAgent.js:255
|
#: ../js/gdm/loginDialog.js:627 ../js/ui/components/networkAgent.js:259
|
||||||
#: ../js/ui/components/networkAgent.js:273
|
#: ../js/ui/components/networkAgent.js:277
|
||||||
msgid "Username: "
|
msgid "Username: "
|
||||||
msgstr "Uživatelské jméno: "
|
msgstr "Uživatelské jméno: "
|
||||||
|
|
||||||
@ -359,27 +363,27 @@ msgstr "Nelze analyzovat příkaz:"
|
|||||||
msgid "Execution of '%s' failed:"
|
msgid "Execution of '%s' failed:"
|
||||||
msgstr "Vykonání „%s“ selhalo:"
|
msgstr "Vykonání „%s“ selhalo:"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:573
|
#: ../js/ui/appDisplay.js:596
|
||||||
msgid "Frequently used applications will appear here"
|
msgid "Frequently used applications will appear here"
|
||||||
msgstr "Zde se objeví často používané aplikace"
|
msgstr "Zde se objeví často používané aplikace"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:689
|
#: ../js/ui/appDisplay.js:712
|
||||||
msgid "Frequent"
|
msgid "Frequent"
|
||||||
msgstr "Časté"
|
msgstr "Časté"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:696
|
#: ../js/ui/appDisplay.js:719
|
||||||
msgid "All"
|
msgid "All"
|
||||||
msgstr "Všechny"
|
msgstr "Všechny"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:1491
|
#: ../js/ui/appDisplay.js:1514
|
||||||
msgid "New Window"
|
msgid "New Window"
|
||||||
msgstr "Nové okno"
|
msgstr "Nové okno"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:1494 ../js/ui/dash.js:284
|
#: ../js/ui/appDisplay.js:1517 ../js/ui/dash.js:284
|
||||||
msgid "Remove from Favorites"
|
msgid "Remove from Favorites"
|
||||||
msgstr "Odstranit z oblíbených"
|
msgstr "Odstranit z oblíbených"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:1495
|
#: ../js/ui/appDisplay.js:1518
|
||||||
msgid "Add to Favorites"
|
msgid "Add to Favorites"
|
||||||
msgstr "Přidat mezi oblíbené"
|
msgstr "Přidat mezi oblíbené"
|
||||||
|
|
||||||
@ -393,7 +397,8 @@ msgstr "%s byl přidán mezi oblíbené."
|
|||||||
msgid "%s has been removed from your favorites."
|
msgid "%s has been removed from your favorites."
|
||||||
msgstr "%s byl odstraněn z oblíbených."
|
msgstr "%s byl odstraněn z oblíbených."
|
||||||
|
|
||||||
#: ../js/ui/backgroundMenu.js:19 ../js/ui/status/system.js:325
|
#: ../js/ui/backgroundMenu.js:19 ../js/ui/panel.js:807
|
||||||
|
#: ../js/ui/status/system.js:325
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr "Nastavení"
|
msgstr "Nastavení"
|
||||||
|
|
||||||
@ -579,50 +584,50 @@ msgstr "Otevřít s %s"
|
|||||||
msgid "Eject"
|
msgid "Eject"
|
||||||
msgstr "Vysunout"
|
msgstr "Vysunout"
|
||||||
|
|
||||||
#: ../js/ui/components/keyring.js:88 ../js/ui/components/polkitAgent.js:280
|
#: ../js/ui/components/keyring.js:91 ../js/ui/components/polkitAgent.js:280
|
||||||
msgid "Password:"
|
msgid "Password:"
|
||||||
msgstr "Heslo:"
|
msgstr "Heslo:"
|
||||||
|
|
||||||
#: ../js/ui/components/keyring.js:107
|
#: ../js/ui/components/keyring.js:110
|
||||||
msgid "Type again:"
|
msgid "Type again:"
|
||||||
msgstr "Napište znovu:"
|
msgstr "Napište znovu:"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:127 ../js/ui/status/network.js:112
|
#: ../js/ui/components/networkAgent.js:131 ../js/ui/status/network.js:112
|
||||||
#: ../js/ui/status/network.js:275 ../js/ui/status/network.js:689
|
#: ../js/ui/status/network.js:275 ../js/ui/status/network.js:689
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr "Připojit"
|
msgstr "Připojit"
|
||||||
|
|
||||||
#. Cisco LEAP
|
#. Cisco LEAP
|
||||||
#: ../js/ui/components/networkAgent.js:218
|
#: ../js/ui/components/networkAgent.js:222
|
||||||
#: ../js/ui/components/networkAgent.js:230
|
#: ../js/ui/components/networkAgent.js:234
|
||||||
#: ../js/ui/components/networkAgent.js:257
|
#: ../js/ui/components/networkAgent.js:261
|
||||||
#: ../js/ui/components/networkAgent.js:277
|
#: ../js/ui/components/networkAgent.js:281
|
||||||
#: ../js/ui/components/networkAgent.js:287
|
#: ../js/ui/components/networkAgent.js:291
|
||||||
msgid "Password: "
|
msgid "Password: "
|
||||||
msgstr "Heslo: "
|
msgstr "Heslo: "
|
||||||
|
|
||||||
#. static WEP
|
#. static WEP
|
||||||
#: ../js/ui/components/networkAgent.js:223
|
#: ../js/ui/components/networkAgent.js:227
|
||||||
msgid "Key: "
|
msgid "Key: "
|
||||||
msgstr "Klíč: "
|
msgstr "Klíč: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:261
|
#: ../js/ui/components/networkAgent.js:265
|
||||||
msgid "Identity: "
|
msgid "Identity: "
|
||||||
msgstr "Indentita: "
|
msgstr "Indentita: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:263
|
#: ../js/ui/components/networkAgent.js:267
|
||||||
msgid "Private key password: "
|
msgid "Private key password: "
|
||||||
msgstr "Heslo soukromého klíče: "
|
msgstr "Heslo soukromého klíče: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:275
|
#: ../js/ui/components/networkAgent.js:279
|
||||||
msgid "Service: "
|
msgid "Service: "
|
||||||
msgstr "Služba: "
|
msgstr "Služba: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:304
|
#: ../js/ui/components/networkAgent.js:308
|
||||||
msgid "Authentication required by wireless network"
|
msgid "Authentication required by wireless network"
|
||||||
msgstr "K bezdrátové síti je vyžadováno ověření"
|
msgstr "K bezdrátové síti je vyžadováno ověření"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:305
|
#: ../js/ui/components/networkAgent.js:309
|
||||||
#, c-format
|
#, c-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 "
|
||||||
@ -631,35 +636,35 @@ msgstr ""
|
|||||||
"Pro přístup k bezdrátové síti „%s“ jsou vyžadována hesla nebo šifrovací "
|
"Pro přístup k bezdrátové síti „%s“ jsou vyžadována hesla nebo šifrovací "
|
||||||
"klíče."
|
"klíče."
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:309
|
#: ../js/ui/components/networkAgent.js:313
|
||||||
msgid "Wired 802.1X authentication"
|
msgid "Wired 802.1X authentication"
|
||||||
msgstr "Ověření drátového připojení 802.1X"
|
msgstr "Ověření drátového připojení 802.1X"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:311
|
#: ../js/ui/components/networkAgent.js:315
|
||||||
msgid "Network name: "
|
msgid "Network name: "
|
||||||
msgstr "Název sítě: "
|
msgstr "Název sítě: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:316
|
#: ../js/ui/components/networkAgent.js:320
|
||||||
msgid "DSL authentication"
|
msgid "DSL authentication"
|
||||||
msgstr "Ověření DSL"
|
msgstr "Ověření DSL"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:323
|
#: ../js/ui/components/networkAgent.js:327
|
||||||
msgid "PIN code required"
|
msgid "PIN code required"
|
||||||
msgstr "Požadován kód PIN"
|
msgstr "Požadován kód PIN"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:324
|
#: ../js/ui/components/networkAgent.js:328
|
||||||
msgid "PIN code is needed for the mobile broadband device"
|
msgid "PIN code is needed for the mobile broadband device"
|
||||||
msgstr "Pro mobilní širokopásmové zařízení je vyžadován kód PIN"
|
msgstr "Pro mobilní širokopásmové zařízení je vyžadován kód PIN"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:325
|
#: ../js/ui/components/networkAgent.js:329
|
||||||
msgid "PIN: "
|
msgid "PIN: "
|
||||||
msgstr "PIN: "
|
msgstr "PIN: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:331
|
#: ../js/ui/components/networkAgent.js:335
|
||||||
msgid "Mobile broadband network password"
|
msgid "Mobile broadband network password"
|
||||||
msgstr "Heslo k mobilní širokopásmové síti"
|
msgstr "Heslo k mobilní širokopásmové síti"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:332
|
#: ../js/ui/components/networkAgent.js:336
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "A password is required to connect to '%s'."
|
msgid "A password is required to connect to '%s'."
|
||||||
msgstr "Pro připojení k „%s“ je vyžadováno heslo."
|
msgstr "Pro připojení k „%s“ je vyžadováno heslo."
|
||||||
@ -1155,11 +1160,11 @@ msgstr "Nabídka lišty zpráv"
|
|||||||
msgid "No Messages"
|
msgid "No Messages"
|
||||||
msgstr "Žádné zprávy"
|
msgstr "Žádné zprávy"
|
||||||
|
|
||||||
#: ../js/ui/messageTray.js:1812
|
#: ../js/ui/messageTray.js:1813
|
||||||
msgid "Message Tray"
|
msgid "Message Tray"
|
||||||
msgstr "Lišta zpráv"
|
msgstr "Lišta zpráv"
|
||||||
|
|
||||||
#: ../js/ui/messageTray.js:2787
|
#: ../js/ui/messageTray.js:2788
|
||||||
msgid "System Information"
|
msgid "System Information"
|
||||||
msgstr "Informace o systému"
|
msgstr "Informace o systému"
|
||||||
|
|
||||||
@ -1202,10 +1207,6 @@ msgstr "Ukončit"
|
|||||||
msgid "Activities"
|
msgid "Activities"
|
||||||
msgstr "Činnosti"
|
msgstr "Činnosti"
|
||||||
|
|
||||||
#: ../js/ui/panel.js:807
|
|
||||||
msgid "Settings Menu"
|
|
||||||
msgstr "Nabídka Nastavení"
|
|
||||||
|
|
||||||
#: ../js/ui/panel.js:903
|
#: ../js/ui/panel.js:903
|
||||||
msgid "Top Bar"
|
msgid "Top Bar"
|
||||||
msgstr "Horní lišta"
|
msgstr "Horní lišta"
|
||||||
@ -1342,9 +1343,9 @@ msgstr "Styl velkého textu"
|
|||||||
|
|
||||||
#. The Bluetooth menu only appears when Bluetooth is in use,
|
#. The Bluetooth menu only appears when Bluetooth is in use,
|
||||||
#. so just statically build it with a "Turn Off" menu item.
|
#. so just statically build it with a "Turn Off" menu item.
|
||||||
#: ../js/ui/status/bluetooth.js:28 ../js/ui/status/bluetooth.js:62
|
#: ../js/ui/status/bluetooth.js:28 ../js/ui/status/bluetooth.js:63
|
||||||
#: ../js/ui/status/bluetooth.js:99 ../js/ui/status/bluetooth.js:127
|
#: ../js/ui/status/bluetooth.js:100 ../js/ui/status/bluetooth.js:128
|
||||||
#: ../js/ui/status/bluetooth.js:163 ../js/ui/status/bluetooth.js:194
|
#: ../js/ui/status/bluetooth.js:164 ../js/ui/status/bluetooth.js:195
|
||||||
msgid "Bluetooth"
|
msgid "Bluetooth"
|
||||||
msgstr "Bluetooth"
|
msgstr "Bluetooth"
|
||||||
|
|
||||||
@ -1357,7 +1358,7 @@ msgstr "Vypnout"
|
|||||||
msgid "Bluetooth Settings"
|
msgid "Bluetooth Settings"
|
||||||
msgstr "Nastavení Bluetooth"
|
msgstr "Nastavení Bluetooth"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:57
|
#: ../js/ui/status/bluetooth.js:58
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%d Connected Device"
|
msgid "%d Connected Device"
|
||||||
msgid_plural "%d Connected Devices"
|
msgid_plural "%d Connected Devices"
|
||||||
@ -1365,73 +1366,73 @@ msgstr[0] "%d připojené zařízení"
|
|||||||
msgstr[1] "%d připojená zařízení"
|
msgstr[1] "%d připojená zařízení"
|
||||||
msgstr[2] "%d připojených zařízení"
|
msgstr[2] "%d připojených zařízení"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:100 ../js/ui/status/bluetooth.js:128
|
#: ../js/ui/status/bluetooth.js:101 ../js/ui/status/bluetooth.js:129
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Authorization request from %s"
|
msgid "Authorization request from %s"
|
||||||
msgstr "Požadavek na autorizaci od %s"
|
msgstr "Požadavek na autorizaci od %s"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:106 ../js/ui/status/bluetooth.js:171
|
#: ../js/ui/status/bluetooth.js:107 ../js/ui/status/bluetooth.js:172
|
||||||
#: ../js/ui/status/bluetooth.js:202
|
#: ../js/ui/status/bluetooth.js:203
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Device %s wants to pair with this computer"
|
msgid "Device %s wants to pair with this computer"
|
||||||
msgstr "Zařízení %s se chce spárovat s tímto počítačem"
|
msgstr "Zařízení %s se chce spárovat s tímto počítačem"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:108
|
#: ../js/ui/status/bluetooth.js:109
|
||||||
msgid "Allow"
|
msgid "Allow"
|
||||||
msgstr "Povolit"
|
msgstr "Povolit"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:109
|
#: ../js/ui/status/bluetooth.js:110
|
||||||
msgid "Deny"
|
msgid "Deny"
|
||||||
msgstr "Zamítnout"
|
msgstr "Zamítnout"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:134
|
#: ../js/ui/status/bluetooth.js:135
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Device %s wants access to the service '%s'"
|
msgid "Device %s wants access to the service '%s'"
|
||||||
msgstr "Zařízení %s požaduje přístup ke službě „%s“"
|
msgstr "Zařízení %s požaduje přístup ke službě „%s“"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:136
|
#: ../js/ui/status/bluetooth.js:137
|
||||||
msgid "Always grant access"
|
msgid "Always grant access"
|
||||||
msgstr "Vždy udělovat přístup"
|
msgstr "Vždy udělovat přístup"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:137
|
#: ../js/ui/status/bluetooth.js:138
|
||||||
msgid "Grant this time only"
|
msgid "Grant this time only"
|
||||||
msgstr "Udělit pouze tentokrát"
|
msgstr "Udělit pouze tentokrát"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:138
|
#: ../js/ui/status/bluetooth.js:139
|
||||||
msgid "Reject"
|
msgid "Reject"
|
||||||
msgstr "Odmítnout"
|
msgstr "Odmítnout"
|
||||||
|
|
||||||
#. Translators: argument is the device short name
|
#. Translators: argument is the device short name
|
||||||
#: ../js/ui/status/bluetooth.js:165
|
#: ../js/ui/status/bluetooth.js:166
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Pairing confirmation for %s"
|
msgid "Pairing confirmation for %s"
|
||||||
msgstr "Potvrzení spárování pro %s"
|
msgstr "Potvrzení spárování pro %s"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:172
|
#: ../js/ui/status/bluetooth.js:173
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please confirm whether the Passkey '%06d' matches the one on the device."
|
"Please confirm whether the Passkey '%06d' matches the one on the device."
|
||||||
msgstr "Ověřte prosím, zda klíč „%06d“ odpovídá tomu na zařízení."
|
msgstr "Ověřte prosím, zda klíč „%06d“ odpovídá tomu na zařízení."
|
||||||
|
|
||||||
#. Translators: this is the verb, not the noun
|
#. Translators: this is the verb, not the noun
|
||||||
#: ../js/ui/status/bluetooth.js:175
|
#: ../js/ui/status/bluetooth.js:176
|
||||||
msgid "Matches"
|
msgid "Matches"
|
||||||
msgstr "Souhlasí"
|
msgstr "Souhlasí"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:176
|
#: ../js/ui/status/bluetooth.js:177
|
||||||
msgid "Does not match"
|
msgid "Does not match"
|
||||||
msgstr "Nesouhlasí"
|
msgstr "Nesouhlasí"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:195
|
#: ../js/ui/status/bluetooth.js:196
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Pairing request for %s"
|
msgid "Pairing request for %s"
|
||||||
msgstr "Požadavek na spárování pro %s"
|
msgstr "Požadavek na spárování pro %s"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:203
|
#: ../js/ui/status/bluetooth.js:204
|
||||||
msgid "Please enter the PIN mentioned on the device."
|
msgid "Please enter the PIN mentioned on the device."
|
||||||
msgstr "Zadejte prosím PIN, který je uveden na zařízení."
|
msgstr "Zadejte prosím PIN, který je uveden na zařízení."
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:220
|
#: ../js/ui/status/bluetooth.js:221
|
||||||
msgid "OK"
|
msgid "OK"
|
||||||
msgstr "Budiž"
|
msgstr "Budiž"
|
||||||
|
|
||||||
@ -1515,15 +1516,15 @@ msgstr "Zapnout"
|
|||||||
msgid "VPN"
|
msgid "VPN"
|
||||||
msgstr "VPN"
|
msgstr "VPN"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:1306
|
#: ../js/ui/status/network.js:1307
|
||||||
msgid "Network Manager"
|
msgid "Network Manager"
|
||||||
msgstr "Network Manager"
|
msgstr "Network Manager"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:1345
|
#: ../js/ui/status/network.js:1346
|
||||||
msgid "Connection failed"
|
msgid "Connection failed"
|
||||||
msgstr "Připojení selhalo"
|
msgstr "Připojení selhalo"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:1346
|
#: ../js/ui/status/network.js:1347
|
||||||
msgid "Activation of network connection failed"
|
msgid "Activation of network connection failed"
|
||||||
msgstr "Aktivace síťového připojení selhala"
|
msgstr "Aktivace síťového připojení selhala"
|
||||||
|
|
||||||
|
133
po/es.po
133
po/es.po
@ -10,8 +10,8 @@ msgstr ""
|
|||||||
"Project-Id-Version: gnome-shell.master\n"
|
"Project-Id-Version: gnome-shell.master\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
|
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
|
||||||
"shell&keywords=I18N+L10N&component=general\n"
|
"shell&keywords=I18N+L10N&component=general\n"
|
||||||
"POT-Creation-Date: 2013-09-12 17:36+0000\n"
|
"POT-Creation-Date: 2013-09-23 13:35+0000\n"
|
||||||
"PO-Revision-Date: 2013-09-13 12:41+0200\n"
|
"PO-Revision-Date: 2013-09-24 12:34+0200\n"
|
||||||
"Last-Translator: Daniel Mustieles <daniel.mustieles@gmail.com>\n"
|
"Last-Translator: Daniel Mustieles <daniel.mustieles@gmail.com>\n"
|
||||||
"Language-Team: Español <gnome-es-list@gnome.org>\n"
|
"Language-Team: Español <gnome-es-list@gnome.org>\n"
|
||||||
"Language: es\n"
|
"Language: es\n"
|
||||||
@ -271,6 +271,11 @@ msgstr "Las áreas de trabajo se gestionan dinámicamente"
|
|||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "Áreas de trabajo solo en la pantalla principal"
|
msgstr "Áreas de trabajo solo en la pantalla principal"
|
||||||
|
|
||||||
|
#: ../data/org.gnome.shell.gschema.xml.in.in.h:38
|
||||||
|
msgid "Delay focus changes in mouse mode until the pointer stops moving"
|
||||||
|
msgstr ""
|
||||||
|
"Retardo al cambiar el foco del ratón hasta que el puntero deja de moverse"
|
||||||
|
|
||||||
#: ../js/extensionPrefs/main.js:125
|
#: ../js/extensionPrefs/main.js:125
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "There was an error loading the preferences dialog for %s:"
|
msgid "There was an error loading the preferences dialog for %s:"
|
||||||
@ -285,10 +290,10 @@ msgid "Select an extension to configure using the combobox above."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Seleccione una extensión que configurar usando la caja combinada de arriba."
|
"Seleccione una extensión que configurar usando la caja combinada de arriba."
|
||||||
|
|
||||||
#: ../js/gdm/authPrompt.js:145 ../js/ui/components/networkAgent.js:132
|
#: ../js/gdm/authPrompt.js:145 ../js/ui/components/networkAgent.js:136
|
||||||
#: ../js/ui/components/polkitAgent.js:161 ../js/ui/endSessionDialog.js:351
|
#: ../js/ui/components/polkitAgent.js:161 ../js/ui/endSessionDialog.js:351
|
||||||
#: ../js/ui/extensionDownloader.js:195 ../js/ui/shellMountOperation.js:399
|
#: ../js/ui/extensionDownloader.js:195 ../js/ui/shellMountOperation.js:399
|
||||||
#: ../js/ui/status/bluetooth.js:221 ../js/ui/status/network.js:686
|
#: ../js/ui/status/bluetooth.js:222 ../js/ui/status/network.js:686
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "Cancelar"
|
msgstr "Cancelar"
|
||||||
|
|
||||||
@ -327,8 +332,8 @@ msgstr "(ej., usuario 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:627 ../js/ui/components/networkAgent.js:255
|
#: ../js/gdm/loginDialog.js:627 ../js/ui/components/networkAgent.js:259
|
||||||
#: ../js/ui/components/networkAgent.js:273
|
#: ../js/ui/components/networkAgent.js:277
|
||||||
msgid "Username: "
|
msgid "Username: "
|
||||||
msgstr "Nombre de usuario:"
|
msgstr "Nombre de usuario:"
|
||||||
|
|
||||||
@ -364,27 +369,27 @@ msgstr "No se pudo analizar el comando:"
|
|||||||
msgid "Execution of '%s' failed:"
|
msgid "Execution of '%s' failed:"
|
||||||
msgstr "Falló la ejecución de «%s»:"
|
msgstr "Falló la ejecución de «%s»:"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:573
|
#: ../js/ui/appDisplay.js:596
|
||||||
msgid "Frequently used applications will appear here"
|
msgid "Frequently used applications will appear here"
|
||||||
msgstr "Las aplicaciones usadas frecuentemente aparecerán aquí"
|
msgstr "Las aplicaciones usadas frecuentemente aparecerán aquí"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:689
|
#: ../js/ui/appDisplay.js:712
|
||||||
msgid "Frequent"
|
msgid "Frequent"
|
||||||
msgstr "Frecuentes"
|
msgstr "Frecuentes"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:696
|
#: ../js/ui/appDisplay.js:719
|
||||||
msgid "All"
|
msgid "All"
|
||||||
msgstr "Todas"
|
msgstr "Todas"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:1491
|
#: ../js/ui/appDisplay.js:1514
|
||||||
msgid "New Window"
|
msgid "New Window"
|
||||||
msgstr "Ventana nueva"
|
msgstr "Ventana nueva"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:1494 ../js/ui/dash.js:284
|
#: ../js/ui/appDisplay.js:1517 ../js/ui/dash.js:284
|
||||||
msgid "Remove from Favorites"
|
msgid "Remove from Favorites"
|
||||||
msgstr "Quitar de los favoritos"
|
msgstr "Quitar de los favoritos"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:1495
|
#: ../js/ui/appDisplay.js:1518
|
||||||
msgid "Add to Favorites"
|
msgid "Add to Favorites"
|
||||||
msgstr "Añadir a los favoritos"
|
msgstr "Añadir a los favoritos"
|
||||||
|
|
||||||
@ -398,7 +403,8 @@ msgstr "Se ha añadido %s a sus favoritos."
|
|||||||
msgid "%s has been removed from your favorites."
|
msgid "%s has been removed from your favorites."
|
||||||
msgstr "Se ha quitado %s de sus favoritos."
|
msgstr "Se ha quitado %s de sus favoritos."
|
||||||
|
|
||||||
#: ../js/ui/backgroundMenu.js:19 ../js/ui/status/system.js:325
|
#: ../js/ui/backgroundMenu.js:19 ../js/ui/panel.js:807
|
||||||
|
#: ../js/ui/status/system.js:325
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr "Configuración"
|
msgstr "Configuración"
|
||||||
|
|
||||||
@ -584,50 +590,50 @@ msgstr "Abrir con %s"
|
|||||||
msgid "Eject"
|
msgid "Eject"
|
||||||
msgstr "Expulsar"
|
msgstr "Expulsar"
|
||||||
|
|
||||||
#: ../js/ui/components/keyring.js:88 ../js/ui/components/polkitAgent.js:280
|
#: ../js/ui/components/keyring.js:91 ../js/ui/components/polkitAgent.js:280
|
||||||
msgid "Password:"
|
msgid "Password:"
|
||||||
msgstr "Contraseña:"
|
msgstr "Contraseña:"
|
||||||
|
|
||||||
#: ../js/ui/components/keyring.js:107
|
#: ../js/ui/components/keyring.js:110
|
||||||
msgid "Type again:"
|
msgid "Type again:"
|
||||||
msgstr "Escriba de nuevo:"
|
msgstr "Escriba de nuevo:"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:127 ../js/ui/status/network.js:112
|
#: ../js/ui/components/networkAgent.js:131 ../js/ui/status/network.js:112
|
||||||
#: ../js/ui/status/network.js:275 ../js/ui/status/network.js:689
|
#: ../js/ui/status/network.js:275 ../js/ui/status/network.js:689
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr "Conectar"
|
msgstr "Conectar"
|
||||||
|
|
||||||
#. Cisco LEAP
|
#. Cisco LEAP
|
||||||
#: ../js/ui/components/networkAgent.js:218
|
#: ../js/ui/components/networkAgent.js:222
|
||||||
#: ../js/ui/components/networkAgent.js:230
|
#: ../js/ui/components/networkAgent.js:234
|
||||||
#: ../js/ui/components/networkAgent.js:257
|
#: ../js/ui/components/networkAgent.js:261
|
||||||
#: ../js/ui/components/networkAgent.js:277
|
#: ../js/ui/components/networkAgent.js:281
|
||||||
#: ../js/ui/components/networkAgent.js:287
|
#: ../js/ui/components/networkAgent.js:291
|
||||||
msgid "Password: "
|
msgid "Password: "
|
||||||
msgstr "Contraseña: "
|
msgstr "Contraseña: "
|
||||||
|
|
||||||
#. static WEP
|
#. static WEP
|
||||||
#: ../js/ui/components/networkAgent.js:223
|
#: ../js/ui/components/networkAgent.js:227
|
||||||
msgid "Key: "
|
msgid "Key: "
|
||||||
msgstr "Clave:"
|
msgstr "Clave:"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:261
|
#: ../js/ui/components/networkAgent.js:265
|
||||||
msgid "Identity: "
|
msgid "Identity: "
|
||||||
msgstr "Identidad:"
|
msgstr "Identidad:"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:263
|
#: ../js/ui/components/networkAgent.js:267
|
||||||
msgid "Private key password: "
|
msgid "Private key password: "
|
||||||
msgstr "Contraseña de la clave privada:"
|
msgstr "Contraseña de la clave privada:"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:275
|
#: ../js/ui/components/networkAgent.js:279
|
||||||
msgid "Service: "
|
msgid "Service: "
|
||||||
msgstr "Servicio:"
|
msgstr "Servicio:"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:304
|
#: ../js/ui/components/networkAgent.js:308
|
||||||
msgid "Authentication required by wireless network"
|
msgid "Authentication required by wireless network"
|
||||||
msgstr "La red inalámbrica requiere autenticación"
|
msgstr "La red inalámbrica requiere autenticación"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:305
|
#: ../js/ui/components/networkAgent.js:309
|
||||||
#, c-format
|
#, c-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 '%"
|
||||||
@ -636,35 +642,35 @@ msgstr ""
|
|||||||
"Se necesitan contraseñas o claves de cifrado para acceder a la red "
|
"Se necesitan contraseñas o claves de cifrado para acceder a la red "
|
||||||
"inalámbrica «%s»."
|
"inalámbrica «%s»."
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:309
|
#: ../js/ui/components/networkAgent.js:313
|
||||||
msgid "Wired 802.1X authentication"
|
msgid "Wired 802.1X authentication"
|
||||||
msgstr "Autenticación 802.1X cableada"
|
msgstr "Autenticación 802.1X cableada"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:311
|
#: ../js/ui/components/networkAgent.js:315
|
||||||
msgid "Network name: "
|
msgid "Network name: "
|
||||||
msgstr "Nombre de la red"
|
msgstr "Nombre de la red"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:316
|
#: ../js/ui/components/networkAgent.js:320
|
||||||
msgid "DSL authentication"
|
msgid "DSL authentication"
|
||||||
msgstr "Autenticación DSL"
|
msgstr "Autenticación DSL"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:323
|
#: ../js/ui/components/networkAgent.js:327
|
||||||
msgid "PIN code required"
|
msgid "PIN code required"
|
||||||
msgstr "Código PIN requerido"
|
msgstr "Código PIN requerido"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:324
|
#: ../js/ui/components/networkAgent.js:328
|
||||||
msgid "PIN code is needed for the mobile broadband device"
|
msgid "PIN code is needed for the mobile broadband device"
|
||||||
msgstr "Se necesita un código PIN para el dispositivo de banda ancha móvil"
|
msgstr "Se necesita un código PIN para el dispositivo de banda ancha móvil"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:325
|
#: ../js/ui/components/networkAgent.js:329
|
||||||
msgid "PIN: "
|
msgid "PIN: "
|
||||||
msgstr "PIN: "
|
msgstr "PIN: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:331
|
#: ../js/ui/components/networkAgent.js:335
|
||||||
msgid "Mobile broadband network password"
|
msgid "Mobile broadband network password"
|
||||||
msgstr "Contraseña de la red de banda ancha móvil"
|
msgstr "Contraseña de la red de banda ancha móvil"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:332
|
#: ../js/ui/components/networkAgent.js:336
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "A password is required to connect to '%s'."
|
msgid "A password is required to connect to '%s'."
|
||||||
msgstr "Se requiere una contraseña para conectar a «%s»."
|
msgstr "Se requiere una contraseña para conectar a «%s»."
|
||||||
@ -1155,11 +1161,11 @@ msgstr "Bandeja de menú"
|
|||||||
msgid "No Messages"
|
msgid "No Messages"
|
||||||
msgstr "No hay mensajes"
|
msgstr "No hay mensajes"
|
||||||
|
|
||||||
#: ../js/ui/messageTray.js:1812
|
#: ../js/ui/messageTray.js:1813
|
||||||
msgid "Message Tray"
|
msgid "Message Tray"
|
||||||
msgstr "Bandeja de mensajes"
|
msgstr "Bandeja de mensajes"
|
||||||
|
|
||||||
#: ../js/ui/messageTray.js:2787
|
#: ../js/ui/messageTray.js:2788
|
||||||
msgid "System Information"
|
msgid "System Information"
|
||||||
msgstr "Información del sistema"
|
msgstr "Información del sistema"
|
||||||
|
|
||||||
@ -1201,10 +1207,6 @@ msgstr "Salir"
|
|||||||
msgid "Activities"
|
msgid "Activities"
|
||||||
msgstr "Actividades"
|
msgstr "Actividades"
|
||||||
|
|
||||||
#: ../js/ui/panel.js:807
|
|
||||||
msgid "Settings Menu"
|
|
||||||
msgstr "Menú de configuración"
|
|
||||||
|
|
||||||
#: ../js/ui/panel.js:903
|
#: ../js/ui/panel.js:903
|
||||||
msgid "Top Bar"
|
msgid "Top Bar"
|
||||||
msgstr "Barra superior"
|
msgstr "Barra superior"
|
||||||
@ -1340,9 +1342,9 @@ msgstr "Texto grande"
|
|||||||
|
|
||||||
#. The Bluetooth menu only appears when Bluetooth is in use,
|
#. The Bluetooth menu only appears when Bluetooth is in use,
|
||||||
#. so just statically build it with a "Turn Off" menu item.
|
#. so just statically build it with a "Turn Off" menu item.
|
||||||
#: ../js/ui/status/bluetooth.js:28 ../js/ui/status/bluetooth.js:62
|
#: ../js/ui/status/bluetooth.js:28 ../js/ui/status/bluetooth.js:63
|
||||||
#: ../js/ui/status/bluetooth.js:99 ../js/ui/status/bluetooth.js:127
|
#: ../js/ui/status/bluetooth.js:100 ../js/ui/status/bluetooth.js:128
|
||||||
#: ../js/ui/status/bluetooth.js:163 ../js/ui/status/bluetooth.js:194
|
#: ../js/ui/status/bluetooth.js:164 ../js/ui/status/bluetooth.js:195
|
||||||
msgid "Bluetooth"
|
msgid "Bluetooth"
|
||||||
msgstr "Bluetooth"
|
msgstr "Bluetooth"
|
||||||
|
|
||||||
@ -1355,56 +1357,56 @@ msgstr "Apagar"
|
|||||||
msgid "Bluetooth Settings"
|
msgid "Bluetooth Settings"
|
||||||
msgstr "Configuración de Bluetooth"
|
msgstr "Configuración de Bluetooth"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:57
|
#: ../js/ui/status/bluetooth.js:58
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%d Connected Device"
|
msgid "%d Connected Device"
|
||||||
msgid_plural "%d Connected Devices"
|
msgid_plural "%d Connected Devices"
|
||||||
msgstr[0] "%d dispositivo conectado"
|
msgstr[0] "%d dispositivo conectado"
|
||||||
msgstr[1] "%d dispositivos conectados"
|
msgstr[1] "%d dispositivos conectados"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:100 ../js/ui/status/bluetooth.js:128
|
#: ../js/ui/status/bluetooth.js:101 ../js/ui/status/bluetooth.js:129
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Authorization request from %s"
|
msgid "Authorization request from %s"
|
||||||
msgstr "Solicitud de autorización de %s"
|
msgstr "Solicitud de autorización de %s"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:106 ../js/ui/status/bluetooth.js:171
|
#: ../js/ui/status/bluetooth.js:107 ../js/ui/status/bluetooth.js:172
|
||||||
#: ../js/ui/status/bluetooth.js:202
|
#: ../js/ui/status/bluetooth.js:203
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Device %s wants to pair with this computer"
|
msgid "Device %s wants to pair with this computer"
|
||||||
msgstr "El dispositivo «%s» quiere emparejarse con este equipo"
|
msgstr "El dispositivo «%s» quiere emparejarse con este equipo"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:108
|
#: ../js/ui/status/bluetooth.js:109
|
||||||
msgid "Allow"
|
msgid "Allow"
|
||||||
msgstr "Permitir"
|
msgstr "Permitir"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:109
|
#: ../js/ui/status/bluetooth.js:110
|
||||||
msgid "Deny"
|
msgid "Deny"
|
||||||
msgstr "Denegar"
|
msgstr "Denegar"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:134
|
#: ../js/ui/status/bluetooth.js:135
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Device %s wants access to the service '%s'"
|
msgid "Device %s wants access to the service '%s'"
|
||||||
msgstr "El dispositivo %s quiere acceder al servicio «%s»"
|
msgstr "El dispositivo %s quiere acceder al servicio «%s»"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:136
|
#: ../js/ui/status/bluetooth.js:137
|
||||||
msgid "Always grant access"
|
msgid "Always grant access"
|
||||||
msgstr "Conceder acceso siempre"
|
msgstr "Conceder acceso siempre"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:137
|
#: ../js/ui/status/bluetooth.js:138
|
||||||
msgid "Grant this time only"
|
msgid "Grant this time only"
|
||||||
msgstr "Conceder sólo esta vez"
|
msgstr "Conceder sólo esta vez"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:138
|
#: ../js/ui/status/bluetooth.js:139
|
||||||
msgid "Reject"
|
msgid "Reject"
|
||||||
msgstr "Rechazar"
|
msgstr "Rechazar"
|
||||||
|
|
||||||
#. Translators: argument is the device short name
|
#. Translators: argument is the device short name
|
||||||
#: ../js/ui/status/bluetooth.js:165
|
#: ../js/ui/status/bluetooth.js:166
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Pairing confirmation for %s"
|
msgid "Pairing confirmation for %s"
|
||||||
msgstr "Confirmación de emparejamiento para «%s»"
|
msgstr "Confirmación de emparejamiento para «%s»"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:172
|
#: ../js/ui/status/bluetooth.js:173
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please confirm whether the Passkey '%06d' matches the one on the device."
|
"Please confirm whether the Passkey '%06d' matches the one on the device."
|
||||||
@ -1412,24 +1414,24 @@ msgstr ""
|
|||||||
"Confirme que la clave mostrada en «%06d» coincide con la del dispositivo."
|
"Confirme que la clave mostrada en «%06d» coincide con la del dispositivo."
|
||||||
|
|
||||||
#. Translators: this is the verb, not the noun
|
#. Translators: this is the verb, not the noun
|
||||||
#: ../js/ui/status/bluetooth.js:175
|
#: ../js/ui/status/bluetooth.js:176
|
||||||
msgid "Matches"
|
msgid "Matches"
|
||||||
msgstr "Coincide"
|
msgstr "Coincide"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:176
|
#: ../js/ui/status/bluetooth.js:177
|
||||||
msgid "Does not match"
|
msgid "Does not match"
|
||||||
msgstr "No coincide"
|
msgstr "No coincide"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:195
|
#: ../js/ui/status/bluetooth.js:196
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Pairing request for %s"
|
msgid "Pairing request for %s"
|
||||||
msgstr "Solicitud de emparejamiento para «%s»"
|
msgstr "Solicitud de emparejamiento para «%s»"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:203
|
#: ../js/ui/status/bluetooth.js:204
|
||||||
msgid "Please enter the PIN mentioned on the device."
|
msgid "Please enter the PIN mentioned on the device."
|
||||||
msgstr "Introduzca el PIN mencionado en el dispositivo."
|
msgstr "Introduzca el PIN mencionado en el dispositivo."
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:220
|
#: ../js/ui/status/bluetooth.js:221
|
||||||
msgid "OK"
|
msgid "OK"
|
||||||
msgstr "Aceptar"
|
msgstr "Aceptar"
|
||||||
|
|
||||||
@ -1513,15 +1515,15 @@ msgstr "Enceder"
|
|||||||
msgid "VPN"
|
msgid "VPN"
|
||||||
msgstr "VPN"
|
msgstr "VPN"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:1306
|
#: ../js/ui/status/network.js:1307
|
||||||
msgid "Network Manager"
|
msgid "Network Manager"
|
||||||
msgstr "Gestor de la red"
|
msgstr "Gestor de la red"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:1345
|
#: ../js/ui/status/network.js:1346
|
||||||
msgid "Connection failed"
|
msgid "Connection failed"
|
||||||
msgstr "Falló la conexión"
|
msgstr "Falló la conexión"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:1346
|
#: ../js/ui/status/network.js:1347
|
||||||
msgid "Activation of network connection failed"
|
msgid "Activation of network connection failed"
|
||||||
msgstr "Falló la activación de la conexión de red"
|
msgstr "Falló la activación de la conexión de red"
|
||||||
|
|
||||||
@ -1717,6 +1719,9 @@ msgstr "La contraseña no puede estar vacía"
|
|||||||
msgid "Authentication dialog was dismissed by the user"
|
msgid "Authentication dialog was dismissed by the user"
|
||||||
msgstr "El usuario rechazó el diálogo de autenticación"
|
msgstr "El usuario rechazó el diálogo de autenticación"
|
||||||
|
|
||||||
|
#~ msgid "Settings Menu"
|
||||||
|
#~ msgstr "Menú de configuración"
|
||||||
|
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "Internally used to store the last IM presence explicitly set by the user. "
|
#~ "Internally used to store the last IM presence explicitly set by the user. "
|
||||||
#~ "The value here is from the TpConnectionPresenceType enumeration."
|
#~ "The value here is from the TpConnectionPresenceType enumeration."
|
||||||
|
122
po/kk.po
122
po/kk.po
@ -8,8 +8,8 @@ msgstr ""
|
|||||||
"Project-Id-Version: master\n"
|
"Project-Id-Version: master\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
|
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
|
||||||
"shell&keywords=I18N+L10N&component=general\n"
|
"shell&keywords=I18N+L10N&component=general\n"
|
||||||
"POT-Creation-Date: 2013-09-14 18:10+0000\n"
|
"POT-Creation-Date: 2013-09-23 13:35+0000\n"
|
||||||
"PO-Revision-Date: 2013-09-15 13:44+0600\n"
|
"PO-Revision-Date: 2013-09-24 06:33+0600\n"
|
||||||
"Last-Translator: Baurzhan Muftakhidinov <baurthefirst@gmail.com>\n"
|
"Last-Translator: Baurzhan Muftakhidinov <baurthefirst@gmail.com>\n"
|
||||||
"Language-Team: Kazakh <kk_KZ@googlegroups.com>\n"
|
"Language-Team: Kazakh <kk_KZ@googlegroups.com>\n"
|
||||||
"Language: kk\n"
|
"Language: kk\n"
|
||||||
@ -267,6 +267,10 @@ msgstr "Жұмыс орындары динамикалы түрде басқар
|
|||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "Жұмыс орындар тек біріншілік мониторда"
|
msgstr "Жұмыс орындар тек біріншілік мониторда"
|
||||||
|
|
||||||
|
#: ../data/org.gnome.shell.gschema.xml.in.in.h:38
|
||||||
|
msgid "Delay focus changes in mouse mode until the pointer stops moving"
|
||||||
|
msgstr "Тышқан режиміндегі фокусты ауыстыру курсор тоқтағанша дейін кідірту"
|
||||||
|
|
||||||
#: ../js/extensionPrefs/main.js:125
|
#: ../js/extensionPrefs/main.js:125
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "There was an error loading the preferences dialog for %s:"
|
msgid "There was an error loading the preferences dialog for %s:"
|
||||||
@ -280,10 +284,10 @@ msgstr "Кеңейту"
|
|||||||
msgid "Select an extension to configure using the combobox above."
|
msgid "Select an extension to configure using the combobox above."
|
||||||
msgstr "Жоғарыдағы ашылмалы тізімнен баптау үшін кеңейтуді таңдаңыз."
|
msgstr "Жоғарыдағы ашылмалы тізімнен баптау үшін кеңейтуді таңдаңыз."
|
||||||
|
|
||||||
#: ../js/gdm/authPrompt.js:145 ../js/ui/components/networkAgent.js:132
|
#: ../js/gdm/authPrompt.js:145 ../js/ui/components/networkAgent.js:136
|
||||||
#: ../js/ui/components/polkitAgent.js:161 ../js/ui/endSessionDialog.js:351
|
#: ../js/ui/components/polkitAgent.js:161 ../js/ui/endSessionDialog.js:351
|
||||||
#: ../js/ui/extensionDownloader.js:195 ../js/ui/shellMountOperation.js:399
|
#: ../js/ui/extensionDownloader.js:195 ../js/ui/shellMountOperation.js:399
|
||||||
#: ../js/ui/status/bluetooth.js:221 ../js/ui/status/network.js:686
|
#: ../js/ui/status/bluetooth.js:222 ../js/ui/status/network.js:686
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "Бас тарту"
|
msgstr "Бас тарту"
|
||||||
|
|
||||||
@ -322,8 +326,8 @@ 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:627 ../js/ui/components/networkAgent.js:255
|
#: ../js/gdm/loginDialog.js:627 ../js/ui/components/networkAgent.js:259
|
||||||
#: ../js/ui/components/networkAgent.js:273
|
#: ../js/ui/components/networkAgent.js:277
|
||||||
msgid "Username: "
|
msgid "Username: "
|
||||||
msgstr "Пайдаланушы аты:"
|
msgstr "Пайдаланушы аты:"
|
||||||
|
|
||||||
@ -359,27 +363,27 @@ msgstr "Команданы талдау мүмкін емес:"
|
|||||||
msgid "Execution of '%s' failed:"
|
msgid "Execution of '%s' failed:"
|
||||||
msgstr "'%s' жөнелту сәтсіз:"
|
msgstr "'%s' жөнелту сәтсіз:"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:598
|
#: ../js/ui/appDisplay.js:596
|
||||||
msgid "Frequently used applications will appear here"
|
msgid "Frequently used applications will appear here"
|
||||||
msgstr "Жиі қолданылатын қолданбалар осында көрінеді"
|
msgstr "Жиі қолданылатын қолданбалар осында көрінеді"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:714
|
#: ../js/ui/appDisplay.js:712
|
||||||
msgid "Frequent"
|
msgid "Frequent"
|
||||||
msgstr "Жиі"
|
msgstr "Жиі"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:721
|
#: ../js/ui/appDisplay.js:719
|
||||||
msgid "All"
|
msgid "All"
|
||||||
msgstr "Барлық"
|
msgstr "Барлық"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:1516
|
#: ../js/ui/appDisplay.js:1514
|
||||||
msgid "New Window"
|
msgid "New Window"
|
||||||
msgstr "Жаңа терезе"
|
msgstr "Жаңа терезе"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:1519 ../js/ui/dash.js:284
|
#: ../js/ui/appDisplay.js:1517 ../js/ui/dash.js:284
|
||||||
msgid "Remove from Favorites"
|
msgid "Remove from Favorites"
|
||||||
msgstr "Таңдамалылардан өшіру"
|
msgstr "Таңдамалылардан өшіру"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:1520
|
#: ../js/ui/appDisplay.js:1518
|
||||||
msgid "Add to Favorites"
|
msgid "Add to Favorites"
|
||||||
msgstr "Таңдамалыларға қосу"
|
msgstr "Таңдамалыларға қосу"
|
||||||
|
|
||||||
@ -580,85 +584,85 @@ msgstr "%s көмегімен ашу"
|
|||||||
msgid "Eject"
|
msgid "Eject"
|
||||||
msgstr "Шығару"
|
msgstr "Шығару"
|
||||||
|
|
||||||
#: ../js/ui/components/keyring.js:88 ../js/ui/components/polkitAgent.js:280
|
#: ../js/ui/components/keyring.js:91 ../js/ui/components/polkitAgent.js:280
|
||||||
msgid "Password:"
|
msgid "Password:"
|
||||||
msgstr "Пароль:"
|
msgstr "Пароль:"
|
||||||
|
|
||||||
#: ../js/ui/components/keyring.js:107
|
#: ../js/ui/components/keyring.js:110
|
||||||
msgid "Type again:"
|
msgid "Type again:"
|
||||||
msgstr "Қайтадан енгізіңіз:"
|
msgstr "Қайтадан енгізіңіз:"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:127 ../js/ui/status/network.js:112
|
#: ../js/ui/components/networkAgent.js:131 ../js/ui/status/network.js:112
|
||||||
#: ../js/ui/status/network.js:275 ../js/ui/status/network.js:689
|
#: ../js/ui/status/network.js:275 ../js/ui/status/network.js:689
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr "Байланысу"
|
msgstr "Байланысу"
|
||||||
|
|
||||||
#. Cisco LEAP
|
#. Cisco LEAP
|
||||||
#: ../js/ui/components/networkAgent.js:218
|
#: ../js/ui/components/networkAgent.js:222
|
||||||
#: ../js/ui/components/networkAgent.js:230
|
#: ../js/ui/components/networkAgent.js:234
|
||||||
#: ../js/ui/components/networkAgent.js:257
|
#: ../js/ui/components/networkAgent.js:261
|
||||||
#: ../js/ui/components/networkAgent.js:277
|
#: ../js/ui/components/networkAgent.js:281
|
||||||
#: ../js/ui/components/networkAgent.js:287
|
#: ../js/ui/components/networkAgent.js:291
|
||||||
msgid "Password: "
|
msgid "Password: "
|
||||||
msgstr "Пароль:"
|
msgstr "Пароль:"
|
||||||
|
|
||||||
#. static WEP
|
#. static WEP
|
||||||
#: ../js/ui/components/networkAgent.js:223
|
#: ../js/ui/components/networkAgent.js:227
|
||||||
msgid "Key: "
|
msgid "Key: "
|
||||||
msgstr "Кілт:"
|
msgstr "Кілт:"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:261
|
#: ../js/ui/components/networkAgent.js:265
|
||||||
msgid "Identity: "
|
msgid "Identity: "
|
||||||
msgstr "Анықтағыш:"
|
msgstr "Анықтағыш:"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:263
|
#: ../js/ui/components/networkAgent.js:267
|
||||||
msgid "Private key password: "
|
msgid "Private key password: "
|
||||||
msgstr "Жеке кілт паролі:"
|
msgstr "Жеке кілт паролі:"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:275
|
#: ../js/ui/components/networkAgent.js:279
|
||||||
msgid "Service: "
|
msgid "Service: "
|
||||||
msgstr "Қызмет:"
|
msgstr "Қызмет:"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:304
|
#: ../js/ui/components/networkAgent.js:308
|
||||||
msgid "Authentication required by wireless network"
|
msgid "Authentication required by wireless network"
|
||||||
msgstr "Сымсыз желісі аутентификацияны талап етеді"
|
msgstr "Сымсыз желісі аутентификацияны талап етеді"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:305
|
#: ../js/ui/components/networkAgent.js:309
|
||||||
#, c-format
|
#, c-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:309
|
#: ../js/ui/components/networkAgent.js:313
|
||||||
msgid "Wired 802.1X authentication"
|
msgid "Wired 802.1X authentication"
|
||||||
msgstr "Сымды 802.1X аутентификациясы"
|
msgstr "Сымды 802.1X аутентификациясы"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:311
|
#: ../js/ui/components/networkAgent.js:315
|
||||||
msgid "Network name: "
|
msgid "Network name: "
|
||||||
msgstr "Желі аты:"
|
msgstr "Желі аты:"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:316
|
#: ../js/ui/components/networkAgent.js:320
|
||||||
msgid "DSL authentication"
|
msgid "DSL authentication"
|
||||||
msgstr "DSL аутентификациясы"
|
msgstr "DSL аутентификациясы"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:323
|
#: ../js/ui/components/networkAgent.js:327
|
||||||
msgid "PIN code required"
|
msgid "PIN code required"
|
||||||
msgstr "PIN коды керек"
|
msgstr "PIN коды керек"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:324
|
#: ../js/ui/components/networkAgent.js:328
|
||||||
msgid "PIN code is needed for the mobile broadband device"
|
msgid "PIN code is needed for the mobile broadband device"
|
||||||
msgstr "Сымсыз кеңжолақты құрылғы үшін PIN коды керек"
|
msgstr "Сымсыз кеңжолақты құрылғы үшін PIN коды керек"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:325
|
#: ../js/ui/components/networkAgent.js:329
|
||||||
msgid "PIN: "
|
msgid "PIN: "
|
||||||
msgstr "PIN: "
|
msgstr "PIN: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:331
|
#: ../js/ui/components/networkAgent.js:335
|
||||||
msgid "Mobile broadband network password"
|
msgid "Mobile broadband network password"
|
||||||
msgstr "Сымсыз кеңжолақты желісінің паролі"
|
msgstr "Сымсыз кеңжолақты желісінің паролі"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:332
|
#: ../js/ui/components/networkAgent.js:336
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "A password is required to connect to '%s'."
|
msgid "A password is required to connect to '%s'."
|
||||||
msgstr "'%s' үшін байланысты орнату үшін пароль керек."
|
msgstr "'%s' үшін байланысты орнату үшін пароль керек."
|
||||||
@ -1139,11 +1143,11 @@ msgstr "Трей мәзірі"
|
|||||||
msgid "No Messages"
|
msgid "No Messages"
|
||||||
msgstr "Хабарламалар жоқ"
|
msgstr "Хабарламалар жоқ"
|
||||||
|
|
||||||
#: ../js/ui/messageTray.js:1812
|
#: ../js/ui/messageTray.js:1813
|
||||||
msgid "Message Tray"
|
msgid "Message Tray"
|
||||||
msgstr "Жүйелік трей"
|
msgstr "Жүйелік трей"
|
||||||
|
|
||||||
#: ../js/ui/messageTray.js:2787
|
#: ../js/ui/messageTray.js:2788
|
||||||
msgid "System Information"
|
msgid "System Information"
|
||||||
msgstr "Жүйелік ақпарат"
|
msgstr "Жүйелік ақпарат"
|
||||||
|
|
||||||
@ -1318,9 +1322,9 @@ msgstr "Үлкен мәтін"
|
|||||||
|
|
||||||
#. The Bluetooth menu only appears when Bluetooth is in use,
|
#. The Bluetooth menu only appears when Bluetooth is in use,
|
||||||
#. so just statically build it with a "Turn Off" menu item.
|
#. so just statically build it with a "Turn Off" menu item.
|
||||||
#: ../js/ui/status/bluetooth.js:28 ../js/ui/status/bluetooth.js:62
|
#: ../js/ui/status/bluetooth.js:28 ../js/ui/status/bluetooth.js:63
|
||||||
#: ../js/ui/status/bluetooth.js:99 ../js/ui/status/bluetooth.js:127
|
#: ../js/ui/status/bluetooth.js:100 ../js/ui/status/bluetooth.js:128
|
||||||
#: ../js/ui/status/bluetooth.js:163 ../js/ui/status/bluetooth.js:194
|
#: ../js/ui/status/bluetooth.js:164 ../js/ui/status/bluetooth.js:195
|
||||||
msgid "Bluetooth"
|
msgid "Bluetooth"
|
||||||
msgstr "Bluetooth"
|
msgstr "Bluetooth"
|
||||||
|
|
||||||
@ -1333,79 +1337,79 @@ msgstr "Сөндіру"
|
|||||||
msgid "Bluetooth Settings"
|
msgid "Bluetooth Settings"
|
||||||
msgstr "Bluetooth баптаулары"
|
msgstr "Bluetooth баптаулары"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:57
|
#: ../js/ui/status/bluetooth.js:58
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%d Connected Device"
|
msgid "%d Connected Device"
|
||||||
msgid_plural "%d Connected Devices"
|
msgid_plural "%d Connected Devices"
|
||||||
msgstr[0] "%d байланысқан құрылғы"
|
msgstr[0] "%d байланысқан құрылғы"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:100 ../js/ui/status/bluetooth.js:128
|
#: ../js/ui/status/bluetooth.js:101 ../js/ui/status/bluetooth.js:129
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Authorization request from %s"
|
msgid "Authorization request from %s"
|
||||||
msgstr "%s жіберген авторизация сұранымы"
|
msgstr "%s жіберген авторизация сұранымы"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:106 ../js/ui/status/bluetooth.js:171
|
#: ../js/ui/status/bluetooth.js:107 ../js/ui/status/bluetooth.js:172
|
||||||
#: ../js/ui/status/bluetooth.js:202
|
#: ../js/ui/status/bluetooth.js:203
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Device %s wants to pair with this computer"
|
msgid "Device %s wants to pair with this computer"
|
||||||
msgstr "%s құрылғысы бұл компьютермен пар болғысы кеп тұр"
|
msgstr "%s құрылғысы бұл компьютермен пар болғысы кеп тұр"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:108
|
#: ../js/ui/status/bluetooth.js:109
|
||||||
msgid "Allow"
|
msgid "Allow"
|
||||||
msgstr "Рұқсат ету"
|
msgstr "Рұқсат ету"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:109
|
#: ../js/ui/status/bluetooth.js:110
|
||||||
msgid "Deny"
|
msgid "Deny"
|
||||||
msgstr "Тайдыру"
|
msgstr "Тайдыру"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:134
|
#: ../js/ui/status/bluetooth.js:135
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Device %s wants access to the service '%s'"
|
msgid "Device %s wants access to the service '%s'"
|
||||||
msgstr "%s құрылғысы '%s' қызметін қатынағысы кеп тұр"
|
msgstr "%s құрылғысы '%s' қызметін қатынағысы кеп тұр"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:136
|
#: ../js/ui/status/bluetooth.js:137
|
||||||
msgid "Always grant access"
|
msgid "Always grant access"
|
||||||
msgstr "Әрқашан рұқсат ету"
|
msgstr "Әрқашан рұқсат ету"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:137
|
#: ../js/ui/status/bluetooth.js:138
|
||||||
msgid "Grant this time only"
|
msgid "Grant this time only"
|
||||||
msgstr "Тек осы ретке рұқсат ету"
|
msgstr "Тек осы ретке рұқсат ету"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:138
|
#: ../js/ui/status/bluetooth.js:139
|
||||||
msgid "Reject"
|
msgid "Reject"
|
||||||
msgstr "Болдырмау"
|
msgstr "Болдырмау"
|
||||||
|
|
||||||
#. Translators: argument is the device short name
|
#. Translators: argument is the device short name
|
||||||
#: ../js/ui/status/bluetooth.js:165
|
#: ../js/ui/status/bluetooth.js:166
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Pairing confirmation for %s"
|
msgid "Pairing confirmation for %s"
|
||||||
msgstr "%s жіберген парлау растауы"
|
msgstr "%s жіберген парлау растауы"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:172
|
#: ../js/ui/status/bluetooth.js:173
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please confirm whether the Passkey '%06d' matches the one on the device."
|
"Please confirm whether the Passkey '%06d' matches the one on the device."
|
||||||
msgstr "'%06d' кілт коды құрылғыдағы кодымен сәйкес келетінін растаңыз."
|
msgstr "'%06d' кілт коды құрылғыдағы кодымен сәйкес келетінін растаңыз."
|
||||||
|
|
||||||
#. Translators: this is the verb, not the noun
|
#. Translators: this is the verb, not the noun
|
||||||
#: ../js/ui/status/bluetooth.js:175
|
#: ../js/ui/status/bluetooth.js:176
|
||||||
msgid "Matches"
|
msgid "Matches"
|
||||||
msgstr "Сәйкес"
|
msgstr "Сәйкес"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:176
|
#: ../js/ui/status/bluetooth.js:177
|
||||||
msgid "Does not match"
|
msgid "Does not match"
|
||||||
msgstr "Сәйкес емес"
|
msgstr "Сәйкес емес"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:195
|
#: ../js/ui/status/bluetooth.js:196
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Pairing request for %s"
|
msgid "Pairing request for %s"
|
||||||
msgstr "%s үшін парлау сұранымы"
|
msgstr "%s үшін парлау сұранымы"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:203
|
#: ../js/ui/status/bluetooth.js:204
|
||||||
msgid "Please enter the PIN mentioned on the device."
|
msgid "Please enter the PIN mentioned on the device."
|
||||||
msgstr "Құрылғыда көрсетілген PIN кодын енгізіңіз."
|
msgstr "Құрылғыда көрсетілген PIN кодын енгізіңіз."
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:220
|
#: ../js/ui/status/bluetooth.js:221
|
||||||
msgid "OK"
|
msgid "OK"
|
||||||
msgstr "ОК"
|
msgstr "ОК"
|
||||||
|
|
||||||
@ -1489,15 +1493,15 @@ msgstr "Іске қосу"
|
|||||||
msgid "VPN"
|
msgid "VPN"
|
||||||
msgstr "VPN"
|
msgstr "VPN"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:1306
|
#: ../js/ui/status/network.js:1307
|
||||||
msgid "Network Manager"
|
msgid "Network Manager"
|
||||||
msgstr "Желілер басқарушысы"
|
msgstr "Желілер басқарушысы"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:1345
|
#: ../js/ui/status/network.js:1346
|
||||||
msgid "Connection failed"
|
msgid "Connection failed"
|
||||||
msgstr "Байланыс орнату сәтсіз"
|
msgstr "Байланыс орнату сәтсіз"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:1346
|
#: ../js/ui/status/network.js:1347
|
||||||
msgid "Activation of network connection failed"
|
msgid "Activation of network connection failed"
|
||||||
msgstr "Желілік байланысты белсендіру сәтсіз"
|
msgstr "Желілік байланысты белсендіру сәтсіз"
|
||||||
|
|
||||||
|
167
po/nb.po
167
po/nb.po
@ -8,8 +8,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gnome-shell 3.9.x\n"
|
"Project-Id-Version: gnome-shell 3.9.x\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2013-09-08 11:22+0200\n"
|
"POT-Creation-Date: 2013-09-24 19:37+0200\n"
|
||||||
"PO-Revision-Date: 2013-09-08 11:23+0200\n"
|
"PO-Revision-Date: 2013-09-24 19:38+0200\n"
|
||||||
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
|
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
|
||||||
"Language-Team: Norwegian bokmål <i18n-nb@lister.ping.uio.no>\n"
|
"Language-Team: Norwegian bokmål <i18n-nb@lister.ping.uio.no>\n"
|
||||||
"Language: \n"
|
"Language: \n"
|
||||||
@ -47,6 +47,7 @@ msgid "GNOME Shell"
|
|||||||
msgstr "GNOME Shell"
|
msgstr "GNOME Shell"
|
||||||
|
|
||||||
#: ../data/gnome-shell.desktop.in.in.h:2
|
#: ../data/gnome-shell.desktop.in.in.h:2
|
||||||
|
#: ../data/gnome-shell-wayland.desktop.in.in.h:2
|
||||||
msgid "Window management and application launching"
|
msgid "Window management and application launching"
|
||||||
msgstr "Vindushåndtering og oppstart av programmer"
|
msgstr "Vindushåndtering og oppstart av programmer"
|
||||||
|
|
||||||
@ -59,6 +60,10 @@ msgstr "Brukervalg for GNOME Shell utvidelser"
|
|||||||
msgid "Configure GNOME Shell Extensions"
|
msgid "Configure GNOME Shell Extensions"
|
||||||
msgstr "Konfigurer utvidelser for GNOME Shell"
|
msgstr "Konfigurer utvidelser for GNOME Shell"
|
||||||
|
|
||||||
|
#: ../data/gnome-shell-wayland.desktop.in.in.h:1
|
||||||
|
msgid "GNOME Shell (wayland compositor)"
|
||||||
|
msgstr "GNOME Shell (wayland kompositør)"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.gschema.xml.in.in.h:1
|
#: ../data/org.gnome.shell.gschema.xml.in.in.h:1
|
||||||
msgid "Enable internal tools useful for developers and testers from Alt-F2"
|
msgid "Enable internal tools useful for developers and testers from Alt-F2"
|
||||||
msgstr "Aktiver interne verktøy for utviklere og testere fra Alt-F2"
|
msgstr "Aktiver interne verktøy for utviklere og testere fra Alt-F2"
|
||||||
@ -243,6 +248,10 @@ msgstr "Arbeidsområder håndteres dynamisk"
|
|||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "Arbeidsområder vises kun på hovedskjerm"
|
msgstr "Arbeidsområder vises kun på hovedskjerm"
|
||||||
|
|
||||||
|
#: ../data/org.gnome.shell.gschema.xml.in.in.h:38
|
||||||
|
msgid "Delay focus changes in mouse mode until the pointer stops moving"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../js/extensionPrefs/main.js:125
|
#: ../js/extensionPrefs/main.js:125
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "There was an error loading the preferences dialog for %s:"
|
msgid "There was an error loading the preferences dialog for %s:"
|
||||||
@ -256,10 +265,10 @@ msgstr "Utvidelse"
|
|||||||
msgid "Select an extension to configure using the combobox above."
|
msgid "Select an extension to configure using the combobox above."
|
||||||
msgstr "Velg en utvidelse som skal konfigureres med komboboksen over."
|
msgstr "Velg en utvidelse som skal konfigureres med komboboksen over."
|
||||||
|
|
||||||
#: ../js/gdm/authPrompt.js:145 ../js/ui/components/networkAgent.js:132
|
#: ../js/gdm/authPrompt.js:145 ../js/ui/components/networkAgent.js:136
|
||||||
#: ../js/ui/components/polkitAgent.js:161 ../js/ui/endSessionDialog.js:351
|
#: ../js/ui/components/polkitAgent.js:161 ../js/ui/endSessionDialog.js:351
|
||||||
#: ../js/ui/extensionDownloader.js:195 ../js/ui/shellMountOperation.js:399
|
#: ../js/ui/extensionDownloader.js:195 ../js/ui/shellMountOperation.js:399
|
||||||
#: ../js/ui/status/bluetooth.js:221 ../js/ui/status/network.js:686
|
#: ../js/ui/status/bluetooth.js:222 ../js/ui/status/network.js:686
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "Avbryt"
|
msgstr "Avbryt"
|
||||||
|
|
||||||
@ -298,8 +307,8 @@ msgstr "(f.eks. bruker eller %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:627 ../js/ui/components/networkAgent.js:255
|
#: ../js/gdm/loginDialog.js:627 ../js/ui/components/networkAgent.js:259
|
||||||
#: ../js/ui/components/networkAgent.js:273
|
#: ../js/ui/components/networkAgent.js:277
|
||||||
msgid "Username: "
|
msgid "Username: "
|
||||||
msgstr "Brukernavn: "
|
msgstr "Brukernavn: "
|
||||||
|
|
||||||
@ -320,42 +329,42 @@ msgstr "Autentiseringsfeil"
|
|||||||
msgid "(or swipe finger)"
|
msgid "(or swipe finger)"
|
||||||
msgstr "(eller dra finger)"
|
msgstr "(eller dra finger)"
|
||||||
|
|
||||||
#: ../js/misc/util.js:97
|
#: ../js/misc/util.js:98
|
||||||
msgid "Command not found"
|
msgid "Command not found"
|
||||||
msgstr "Kommando ikke funnet"
|
msgstr "Kommando ikke funnet"
|
||||||
|
|
||||||
#. Replace "Error invoking GLib.shell_parse_argv: " with
|
#. Replace "Error invoking GLib.shell_parse_argv: " with
|
||||||
#. something nicer
|
#. something nicer
|
||||||
#: ../js/misc/util.js:130
|
#: ../js/misc/util.js:131
|
||||||
msgid "Could not parse command:"
|
msgid "Could not parse command:"
|
||||||
msgstr "Klarte ikke å lese kommando:"
|
msgstr "Klarte ikke å lese kommando:"
|
||||||
|
|
||||||
#: ../js/misc/util.js:138
|
#: ../js/misc/util.js:139
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Execution of '%s' failed:"
|
msgid "Execution of '%s' failed:"
|
||||||
msgstr "Kjøring av «%s» feilet:"
|
msgstr "Kjøring av «%s» feilet:"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:573
|
#: ../js/ui/appDisplay.js:596
|
||||||
msgid "Frequently used applications will appear here"
|
msgid "Frequently used applications will appear here"
|
||||||
msgstr "Ofte brukte programmer vil vises her"
|
msgstr "Ofte brukte programmer vil vises her"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:689
|
#: ../js/ui/appDisplay.js:712
|
||||||
msgid "Frequent"
|
msgid "Frequent"
|
||||||
msgstr "Ofte"
|
msgstr "Ofte"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:696
|
#: ../js/ui/appDisplay.js:719
|
||||||
msgid "All"
|
msgid "All"
|
||||||
msgstr "Alle"
|
msgstr "Alle"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:1491
|
#: ../js/ui/appDisplay.js:1514
|
||||||
msgid "New Window"
|
msgid "New Window"
|
||||||
msgstr "Nytt vindu"
|
msgstr "Nytt vindu"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:1494 ../js/ui/dash.js:284
|
#: ../js/ui/appDisplay.js:1517 ../js/ui/dash.js:284
|
||||||
msgid "Remove from Favorites"
|
msgid "Remove from Favorites"
|
||||||
msgstr "Fjern fra favoritter"
|
msgstr "Fjern fra favoritter"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:1495
|
#: ../js/ui/appDisplay.js:1518
|
||||||
msgid "Add to Favorites"
|
msgid "Add to Favorites"
|
||||||
msgstr "Legg til i favoritter"
|
msgstr "Legg til i favoritter"
|
||||||
|
|
||||||
@ -369,7 +378,8 @@ msgstr "%s ble lagt til i dine favoritter."
|
|||||||
msgid "%s has been removed from your favorites."
|
msgid "%s has been removed from your favorites."
|
||||||
msgstr "%s ble fjernet fra dine favoritter."
|
msgstr "%s ble fjernet fra dine favoritter."
|
||||||
|
|
||||||
#: ../js/ui/backgroundMenu.js:19 ../js/ui/status/system.js:325
|
#: ../js/ui/backgroundMenu.js:19 ../js/ui/panel.js:808
|
||||||
|
#: ../js/ui/status/system.js:325
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr "Innstillinger"
|
msgstr "Innstillinger"
|
||||||
|
|
||||||
@ -555,50 +565,50 @@ msgstr "Åpne med %s"
|
|||||||
msgid "Eject"
|
msgid "Eject"
|
||||||
msgstr "Løs ut"
|
msgstr "Løs ut"
|
||||||
|
|
||||||
#: ../js/ui/components/keyring.js:88 ../js/ui/components/polkitAgent.js:280
|
#: ../js/ui/components/keyring.js:91 ../js/ui/components/polkitAgent.js:280
|
||||||
msgid "Password:"
|
msgid "Password:"
|
||||||
msgstr "Passord:"
|
msgstr "Passord:"
|
||||||
|
|
||||||
#: ../js/ui/components/keyring.js:107
|
#: ../js/ui/components/keyring.js:110
|
||||||
msgid "Type again:"
|
msgid "Type again:"
|
||||||
msgstr "Skriv på nytt:"
|
msgstr "Skriv på nytt:"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:127 ../js/ui/status/network.js:112
|
#: ../js/ui/components/networkAgent.js:131 ../js/ui/status/network.js:112
|
||||||
#: ../js/ui/status/network.js:275 ../js/ui/status/network.js:689
|
#: ../js/ui/status/network.js:275 ../js/ui/status/network.js:689
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr "Koble til"
|
msgstr "Koble til"
|
||||||
|
|
||||||
#. Cisco LEAP
|
#. Cisco LEAP
|
||||||
#: ../js/ui/components/networkAgent.js:218
|
#: ../js/ui/components/networkAgent.js:222
|
||||||
#: ../js/ui/components/networkAgent.js:230
|
#: ../js/ui/components/networkAgent.js:234
|
||||||
#: ../js/ui/components/networkAgent.js:257
|
#: ../js/ui/components/networkAgent.js:261
|
||||||
#: ../js/ui/components/networkAgent.js:277
|
#: ../js/ui/components/networkAgent.js:281
|
||||||
#: ../js/ui/components/networkAgent.js:287
|
#: ../js/ui/components/networkAgent.js:291
|
||||||
msgid "Password: "
|
msgid "Password: "
|
||||||
msgstr "Passord: "
|
msgstr "Passord: "
|
||||||
|
|
||||||
#. static WEP
|
#. static WEP
|
||||||
#: ../js/ui/components/networkAgent.js:223
|
#: ../js/ui/components/networkAgent.js:227
|
||||||
msgid "Key: "
|
msgid "Key: "
|
||||||
msgstr "Nøkkel: "
|
msgstr "Nøkkel: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:261
|
#: ../js/ui/components/networkAgent.js:265
|
||||||
msgid "Identity: "
|
msgid "Identity: "
|
||||||
msgstr "Identitet: "
|
msgstr "Identitet: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:263
|
#: ../js/ui/components/networkAgent.js:267
|
||||||
msgid "Private key password: "
|
msgid "Private key password: "
|
||||||
msgstr "Passord for privat nøkkel: "
|
msgstr "Passord for privat nøkkel: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:275
|
#: ../js/ui/components/networkAgent.js:279
|
||||||
msgid "Service: "
|
msgid "Service: "
|
||||||
msgstr "Tjeneste: "
|
msgstr "Tjeneste: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:304
|
#: ../js/ui/components/networkAgent.js:308
|
||||||
msgid "Authentication required by wireless network"
|
msgid "Authentication required by wireless network"
|
||||||
msgstr "Autentisering kreves av trådløst nettverk"
|
msgstr "Autentisering kreves av trådløst nettverk"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:305
|
#: ../js/ui/components/networkAgent.js:309
|
||||||
#, c-format
|
#, c-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 "
|
||||||
@ -607,35 +617,35 @@ msgstr ""
|
|||||||
"Passord eller krypteringsnøkler kreves for å koble til trådløst nettverk "
|
"Passord eller krypteringsnøkler kreves for å koble til trådløst nettverk "
|
||||||
"«%s»."
|
"«%s»."
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:309
|
#: ../js/ui/components/networkAgent.js:313
|
||||||
msgid "Wired 802.1X authentication"
|
msgid "Wired 802.1X authentication"
|
||||||
msgstr "802.1X autentisering for trådbundet nettverk"
|
msgstr "802.1X autentisering for trådbundet nettverk"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:311
|
#: ../js/ui/components/networkAgent.js:315
|
||||||
msgid "Network name: "
|
msgid "Network name: "
|
||||||
msgstr "Navn på nettverk: "
|
msgstr "Navn på nettverk: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:316
|
#: ../js/ui/components/networkAgent.js:320
|
||||||
msgid "DSL authentication"
|
msgid "DSL authentication"
|
||||||
msgstr "DSL-autentisering"
|
msgstr "DSL-autentisering"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:323
|
#: ../js/ui/components/networkAgent.js:327
|
||||||
msgid "PIN code required"
|
msgid "PIN code required"
|
||||||
msgstr "PIN-kode kreves"
|
msgstr "PIN-kode kreves"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:324
|
#: ../js/ui/components/networkAgent.js:328
|
||||||
msgid "PIN code is needed for the mobile broadband device"
|
msgid "PIN code is needed for the mobile broadband device"
|
||||||
msgstr "PIN-kode kreves for mobil bredbåndsenhet"
|
msgstr "PIN-kode kreves for mobil bredbåndsenhet"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:325
|
#: ../js/ui/components/networkAgent.js:329
|
||||||
msgid "PIN: "
|
msgid "PIN: "
|
||||||
msgstr "PIN: "
|
msgstr "PIN: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:331
|
#: ../js/ui/components/networkAgent.js:335
|
||||||
msgid "Mobile broadband network password"
|
msgid "Mobile broadband network password"
|
||||||
msgstr "Nettverkspassord for mobilt bredbånd"
|
msgstr "Nettverkspassord for mobilt bredbånd"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:332
|
#: ../js/ui/components/networkAgent.js:336
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "A password is required to connect to '%s'."
|
msgid "A password is required to connect to '%s'."
|
||||||
msgstr "Et passord kreves for å koble til «%s»."
|
msgstr "Et passord kreves for å koble til «%s»."
|
||||||
@ -899,7 +909,7 @@ msgstr "Vis konto"
|
|||||||
msgid "Unknown reason"
|
msgid "Unknown reason"
|
||||||
msgstr "Ukjent årsak"
|
msgstr "Ukjent årsak"
|
||||||
|
|
||||||
#: ../js/ui/ctrlAltTab.js:29 ../js/ui/viewSelector.js:96
|
#: ../js/ui/ctrlAltTab.js:29 ../js/ui/viewSelector.js:100
|
||||||
msgid "Windows"
|
msgid "Windows"
|
||||||
msgstr "Vinduer"
|
msgstr "Vinduer"
|
||||||
|
|
||||||
@ -1047,7 +1057,7 @@ msgstr "Installer"
|
|||||||
msgid "Download and install '%s' from extensions.gnome.org?"
|
msgid "Download and install '%s' from extensions.gnome.org?"
|
||||||
msgstr "Last ned og installer «%s» fra extensions.gnome.org?"
|
msgstr "Last ned og installer «%s» fra extensions.gnome.org?"
|
||||||
|
|
||||||
#: ../js/ui/keyboard.js:619 ../js/ui/status/keyboard.js:334
|
#: ../js/ui/keyboard.js:619 ../js/ui/status/keyboard.js:333
|
||||||
msgid "Keyboard"
|
msgid "Keyboard"
|
||||||
msgstr "Tastatur"
|
msgstr "Tastatur"
|
||||||
|
|
||||||
@ -1123,11 +1133,11 @@ msgstr "Meny for varslingsområde"
|
|||||||
msgid "No Messages"
|
msgid "No Messages"
|
||||||
msgstr "Ingen meldinger"
|
msgstr "Ingen meldinger"
|
||||||
|
|
||||||
#: ../js/ui/messageTray.js:1812
|
#: ../js/ui/messageTray.js:1813
|
||||||
msgid "Message Tray"
|
msgid "Message Tray"
|
||||||
msgstr "Meldingstrau"
|
msgstr "Meldingstrau"
|
||||||
|
|
||||||
#: ../js/ui/messageTray.js:2787
|
#: ../js/ui/messageTray.js:2788
|
||||||
msgid "System Information"
|
msgid "System Information"
|
||||||
msgstr "Systeminformasjon"
|
msgstr "Systeminformasjon"
|
||||||
|
|
||||||
@ -1159,21 +1169,17 @@ msgstr "Oversikt"
|
|||||||
msgid "Type to search…"
|
msgid "Type to search…"
|
||||||
msgstr "Skriv for å søke …"
|
msgstr "Skriv for å søke …"
|
||||||
|
|
||||||
#: ../js/ui/panel.js:516
|
#: ../js/ui/panel.js:518
|
||||||
msgid "Quit"
|
msgid "Quit"
|
||||||
msgstr "Avslutt"
|
msgstr "Avslutt"
|
||||||
|
|
||||||
#. 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:568
|
#: ../js/ui/panel.js:570
|
||||||
msgid "Activities"
|
msgid "Activities"
|
||||||
msgstr "Aktiviteter"
|
msgstr "Aktiviteter"
|
||||||
|
|
||||||
#: ../js/ui/panel.js:805
|
#: ../js/ui/panel.js:904
|
||||||
msgid "Settings Menu"
|
|
||||||
msgstr "Meny for innstillinger"
|
|
||||||
|
|
||||||
#: ../js/ui/panel.js:901
|
|
||||||
msgid "Top Bar"
|
msgid "Top Bar"
|
||||||
msgstr "Topp-panel"
|
msgstr "Topp-panel"
|
||||||
|
|
||||||
@ -1182,7 +1188,7 @@ msgstr "Topp-panel"
|
|||||||
#. "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:226
|
#: ../js/ui/popupMenu.js:233
|
||||||
msgid "toggle-switch-us"
|
msgid "toggle-switch-us"
|
||||||
msgstr "toggle-switch-intl"
|
msgstr "toggle-switch-intl"
|
||||||
|
|
||||||
@ -1211,7 +1217,7 @@ msgstr[1] "%d nye varslinger"
|
|||||||
msgid "Lock"
|
msgid "Lock"
|
||||||
msgstr "Lås"
|
msgstr "Lås"
|
||||||
|
|
||||||
#: ../js/ui/screenShield.js:703
|
#: ../js/ui/screenShield.js:704
|
||||||
msgid "GNOME needs to lock the screen"
|
msgid "GNOME needs to lock the screen"
|
||||||
msgstr "GNOME må låse skjermen"
|
msgstr "GNOME må låse skjermen"
|
||||||
|
|
||||||
@ -1222,11 +1228,11 @@ msgstr "GNOME må låse skjermen"
|
|||||||
#.
|
#.
|
||||||
#. XXX: another option is to kick the user into the gdm login
|
#. XXX: another option is to kick the user into the gdm login
|
||||||
#. screen, where we're not affected by grabs
|
#. screen, where we're not affected by grabs
|
||||||
#: ../js/ui/screenShield.js:830 ../js/ui/screenShield.js:1296
|
#: ../js/ui/screenShield.js:831 ../js/ui/screenShield.js:1297
|
||||||
msgid "Unable to lock"
|
msgid "Unable to lock"
|
||||||
msgstr "Kan ikke låse"
|
msgstr "Kan ikke låse"
|
||||||
|
|
||||||
#: ../js/ui/screenShield.js:831 ../js/ui/screenShield.js:1297
|
#: ../js/ui/screenShield.js:832 ../js/ui/screenShield.js:1298
|
||||||
msgid "Lock was blocked by an application"
|
msgid "Lock was blocked by an application"
|
||||||
msgstr "Låsing ble stoppet av et program"
|
msgstr "Låsing ble stoppet av et program"
|
||||||
|
|
||||||
@ -1308,9 +1314,9 @@ msgstr "Stor tekst"
|
|||||||
|
|
||||||
#. The Bluetooth menu only appears when Bluetooth is in use,
|
#. The Bluetooth menu only appears when Bluetooth is in use,
|
||||||
#. so just statically build it with a "Turn Off" menu item.
|
#. so just statically build it with a "Turn Off" menu item.
|
||||||
#: ../js/ui/status/bluetooth.js:28 ../js/ui/status/bluetooth.js:62
|
#: ../js/ui/status/bluetooth.js:28 ../js/ui/status/bluetooth.js:63
|
||||||
#: ../js/ui/status/bluetooth.js:99 ../js/ui/status/bluetooth.js:127
|
#: ../js/ui/status/bluetooth.js:100 ../js/ui/status/bluetooth.js:128
|
||||||
#: ../js/ui/status/bluetooth.js:163 ../js/ui/status/bluetooth.js:194
|
#: ../js/ui/status/bluetooth.js:164 ../js/ui/status/bluetooth.js:195
|
||||||
msgid "Bluetooth"
|
msgid "Bluetooth"
|
||||||
msgstr "Bluetooth"
|
msgstr "Bluetooth"
|
||||||
|
|
||||||
@ -1323,80 +1329,80 @@ msgstr "Slå av"
|
|||||||
msgid "Bluetooth Settings"
|
msgid "Bluetooth Settings"
|
||||||
msgstr "Innstillinger for Bluetooth"
|
msgstr "Innstillinger for Bluetooth"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:57
|
#: ../js/ui/status/bluetooth.js:58
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%d Connected Device"
|
msgid "%d Connected Device"
|
||||||
msgid_plural "%d Connected Devices"
|
msgid_plural "%d Connected Devices"
|
||||||
msgstr[0] "%d tilkoblet enhet"
|
msgstr[0] "%d tilkoblet enhet"
|
||||||
msgstr[1] "%d tilkoblede enheter"
|
msgstr[1] "%d tilkoblede enheter"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:100 ../js/ui/status/bluetooth.js:128
|
#: ../js/ui/status/bluetooth.js:101 ../js/ui/status/bluetooth.js:129
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Authorization request from %s"
|
msgid "Authorization request from %s"
|
||||||
msgstr "Forespørsel om autorisering fra %s"
|
msgstr "Forespørsel om autorisering fra %s"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:106 ../js/ui/status/bluetooth.js:171
|
#: ../js/ui/status/bluetooth.js:107 ../js/ui/status/bluetooth.js:172
|
||||||
#: ../js/ui/status/bluetooth.js:202
|
#: ../js/ui/status/bluetooth.js:203
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Device %s wants to pair with this computer"
|
msgid "Device %s wants to pair with this computer"
|
||||||
msgstr "Enhet %s vil koble seg sammen med denne datamaskinen"
|
msgstr "Enhet %s vil koble seg sammen med denne datamaskinen"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:108
|
#: ../js/ui/status/bluetooth.js:109
|
||||||
msgid "Allow"
|
msgid "Allow"
|
||||||
msgstr "Tillat"
|
msgstr "Tillat"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:109
|
#: ../js/ui/status/bluetooth.js:110
|
||||||
msgid "Deny"
|
msgid "Deny"
|
||||||
msgstr "Nekt"
|
msgstr "Nekt"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:134
|
#: ../js/ui/status/bluetooth.js:135
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Device %s wants access to the service '%s'"
|
msgid "Device %s wants access to the service '%s'"
|
||||||
msgstr "Enhet %s vil ha tilgang til tjenesten «%s»"
|
msgstr "Enhet %s vil ha tilgang til tjenesten «%s»"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:136
|
#: ../js/ui/status/bluetooth.js:137
|
||||||
msgid "Always grant access"
|
msgid "Always grant access"
|
||||||
msgstr "Alltid gi tilgang"
|
msgstr "Alltid gi tilgang"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:137
|
#: ../js/ui/status/bluetooth.js:138
|
||||||
msgid "Grant this time only"
|
msgid "Grant this time only"
|
||||||
msgstr "Gi tilgang kun denne ene gangen"
|
msgstr "Gi tilgang kun denne ene gangen"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:138
|
#: ../js/ui/status/bluetooth.js:139
|
||||||
msgid "Reject"
|
msgid "Reject"
|
||||||
msgstr "Avvis"
|
msgstr "Avvis"
|
||||||
|
|
||||||
#. Translators: argument is the device short name
|
#. Translators: argument is the device short name
|
||||||
#: ../js/ui/status/bluetooth.js:165
|
#: ../js/ui/status/bluetooth.js:166
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Pairing confirmation for %s"
|
msgid "Pairing confirmation for %s"
|
||||||
msgstr "Bekreftelse for tilkobling for %s"
|
msgstr "Bekreftelse for tilkobling for %s"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:172
|
#: ../js/ui/status/bluetooth.js:173
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please confirm whether the Passkey '%06d' matches the one on the device."
|
"Please confirm whether the Passkey '%06d' matches the one on the device."
|
||||||
msgstr "Vennligst bekreft om passord «%06d» er lik den som brukes på enheten."
|
msgstr "Vennligst bekreft om passord «%06d» er lik den som brukes på enheten."
|
||||||
|
|
||||||
#. Translators: this is the verb, not the noun
|
#. Translators: this is the verb, not the noun
|
||||||
#: ../js/ui/status/bluetooth.js:175
|
#: ../js/ui/status/bluetooth.js:176
|
||||||
msgid "Matches"
|
msgid "Matches"
|
||||||
msgstr "Stemmer overens"
|
msgstr "Stemmer overens"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:176
|
#: ../js/ui/status/bluetooth.js:177
|
||||||
msgid "Does not match"
|
msgid "Does not match"
|
||||||
msgstr "Stemmer ikke overens"
|
msgstr "Stemmer ikke overens"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:195
|
#: ../js/ui/status/bluetooth.js:196
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Pairing request for %s"
|
msgid "Pairing request for %s"
|
||||||
msgstr "Forespørsel om tilkobling for %s"
|
msgstr "Forespørsel om tilkobling for %s"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:203
|
#: ../js/ui/status/bluetooth.js:204
|
||||||
msgid "Please enter the PIN mentioned on the device."
|
msgid "Please enter the PIN mentioned on the device."
|
||||||
msgstr "Vennligst oppgi PIN som oppgitt på enheten."
|
msgstr "Vennligst oppgi PIN som oppgitt på enheten."
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:220
|
#: ../js/ui/status/bluetooth.js:221
|
||||||
msgid "OK"
|
msgid "OK"
|
||||||
msgstr "OK"
|
msgstr "OK"
|
||||||
|
|
||||||
@ -1404,7 +1410,7 @@ msgstr "OK"
|
|||||||
msgid "Brightness"
|
msgid "Brightness"
|
||||||
msgstr "Lysstyrke"
|
msgstr "Lysstyrke"
|
||||||
|
|
||||||
#: ../js/ui/status/keyboard.js:404
|
#: ../js/ui/status/keyboard.js:403
|
||||||
msgid "Show Keyboard Layout"
|
msgid "Show Keyboard Layout"
|
||||||
msgstr "Vis tastaturutforming"
|
msgstr "Vis tastaturutforming"
|
||||||
|
|
||||||
@ -1480,15 +1486,15 @@ msgstr "Slå på"
|
|||||||
msgid "VPN"
|
msgid "VPN"
|
||||||
msgstr "VPN"
|
msgstr "VPN"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:1306
|
#: ../js/ui/status/network.js:1307
|
||||||
msgid "Network Manager"
|
msgid "Network Manager"
|
||||||
msgstr "Nettverkshåndtering"
|
msgstr "Nettverkshåndtering"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:1345
|
#: ../js/ui/status/network.js:1346
|
||||||
msgid "Connection failed"
|
msgid "Connection failed"
|
||||||
msgstr "Tilkobling feilet"
|
msgstr "Tilkobling feilet"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:1346
|
#: ../js/ui/status/network.js:1347
|
||||||
msgid "Activation of network connection failed"
|
msgid "Activation of network connection failed"
|
||||||
msgstr "Aktivering av nettverkstilkobling feilet"
|
msgstr "Aktivering av nettverkstilkobling feilet"
|
||||||
|
|
||||||
@ -1574,11 +1580,11 @@ msgstr "Logg inn som en annen bruker"
|
|||||||
msgid "Unlock Window"
|
msgid "Unlock Window"
|
||||||
msgstr "Lås opp vindu"
|
msgstr "Lås opp vindu"
|
||||||
|
|
||||||
#: ../js/ui/viewSelector.js:100
|
#: ../js/ui/viewSelector.js:104
|
||||||
msgid "Applications"
|
msgid "Applications"
|
||||||
msgstr "Programmer"
|
msgstr "Programmer"
|
||||||
|
|
||||||
#: ../js/ui/viewSelector.js:104
|
#: ../js/ui/viewSelector.js:108
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "Søk"
|
msgstr "Søk"
|
||||||
|
|
||||||
@ -1681,3 +1687,6 @@ msgstr "Passordet kan ikke være tomt"
|
|||||||
#: ../src/shell-polkit-authentication-agent.c:343
|
#: ../src/shell-polkit-authentication-agent.c:343
|
||||||
msgid "Authentication dialog was dismissed by the user"
|
msgid "Authentication dialog was dismissed by the user"
|
||||||
msgstr "Autentiseringsdialogen ble lukket av brukeren"
|
msgstr "Autentiseringsdialogen ble lukket av brukeren"
|
||||||
|
|
||||||
|
#~ msgid "Settings Menu"
|
||||||
|
#~ msgstr "Meny for innstillinger"
|
||||||
|
122
po/pa.po
122
po/pa.po
@ -7,8 +7,8 @@ msgstr ""
|
|||||||
"Project-Id-Version: gnome-shell master\n"
|
"Project-Id-Version: gnome-shell master\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
|
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
|
||||||
"shell&keywords=I18N+L10N&component=general\n"
|
"shell&keywords=I18N+L10N&component=general\n"
|
||||||
"POT-Creation-Date: 2013-09-14 18:10+0000\n"
|
"POT-Creation-Date: 2013-09-23 13:35+0000\n"
|
||||||
"PO-Revision-Date: 2013-09-17 22:06-0500\n"
|
"PO-Revision-Date: 2013-09-24 07:52-0500\n"
|
||||||
"Last-Translator: A S Alam <aalam@users.sf.net>\n"
|
"Last-Translator: A S Alam <aalam@users.sf.net>\n"
|
||||||
"Language-Team: Punjabi/Panjabi <punjabi-users@lists.sf.net>\n"
|
"Language-Team: Punjabi/Panjabi <punjabi-users@lists.sf.net>\n"
|
||||||
"Language: pa\n"
|
"Language: pa\n"
|
||||||
@ -266,6 +266,10 @@ msgstr "ਵਰਕਸਪੇਸ ਚੱਲਦੇ ਰੂਪ ਵਿੱਚ ਰੱਖ
|
|||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "ਪ੍ਰਾਈਮਰੀ ਮਾਨੀਟਰ ਉੱਤੇ ਕੇਵਲ ਵਰਕਸਪੇਸ"
|
msgstr "ਪ੍ਰਾਈਮਰੀ ਮਾਨੀਟਰ ਉੱਤੇ ਕੇਵਲ ਵਰਕਸਪੇਸ"
|
||||||
|
|
||||||
|
#: ../data/org.gnome.shell.gschema.xml.in.in.h:38
|
||||||
|
msgid "Delay focus changes in mouse mode until the pointer stops moving"
|
||||||
|
msgstr "ਪੁਆਇੰਟਰ ਦੇ ਹਿਲਣ ਤੋਂ ਰੁਕਣ ਤੱਕ ਮਾਊਸ ਮੋਡ ਵਿੱਚ ਫੋਕਸ ਬਦਲਾਅ ਵਿੱਚ ਦੇਰੀ"
|
||||||
|
|
||||||
#: ../js/extensionPrefs/main.js:125
|
#: ../js/extensionPrefs/main.js:125
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "There was an error loading the preferences dialog for %s:"
|
msgid "There was an error loading the preferences dialog for %s:"
|
||||||
@ -279,10 +283,10 @@ msgstr "ਇਕਸਟੈਸ਼ਨ"
|
|||||||
msgid "Select an extension to configure using the combobox above."
|
msgid "Select an extension to configure using the combobox above."
|
||||||
msgstr "ਉੱਤੇ ਦਿੱਤੇ ਕੰਬੋਬਾਕਸ ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਇਕਸਟੈਸ਼ਨ ਦੀ ਸੰਰਚਨਾ ਕਰਨ ਲਈ ਚੋਣ ਕਰੋ।"
|
msgstr "ਉੱਤੇ ਦਿੱਤੇ ਕੰਬੋਬਾਕਸ ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਇਕਸਟੈਸ਼ਨ ਦੀ ਸੰਰਚਨਾ ਕਰਨ ਲਈ ਚੋਣ ਕਰੋ।"
|
||||||
|
|
||||||
#: ../js/gdm/authPrompt.js:145 ../js/ui/components/networkAgent.js:132
|
#: ../js/gdm/authPrompt.js:145 ../js/ui/components/networkAgent.js:136
|
||||||
#: ../js/ui/components/polkitAgent.js:161 ../js/ui/endSessionDialog.js:351
|
#: ../js/ui/components/polkitAgent.js:161 ../js/ui/endSessionDialog.js:351
|
||||||
#: ../js/ui/extensionDownloader.js:195 ../js/ui/shellMountOperation.js:399
|
#: ../js/ui/extensionDownloader.js:195 ../js/ui/shellMountOperation.js:399
|
||||||
#: ../js/ui/status/bluetooth.js:221 ../js/ui/status/network.js:686
|
#: ../js/ui/status/bluetooth.js:222 ../js/ui/status/network.js:686
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "ਰੱਦ ਕਰੋ"
|
msgstr "ਰੱਦ ਕਰੋ"
|
||||||
|
|
||||||
@ -321,8 +325,8 @@ 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:627 ../js/ui/components/networkAgent.js:255
|
#: ../js/gdm/loginDialog.js:627 ../js/ui/components/networkAgent.js:259
|
||||||
#: ../js/ui/components/networkAgent.js:273
|
#: ../js/ui/components/networkAgent.js:277
|
||||||
msgid "Username: "
|
msgid "Username: "
|
||||||
msgstr "ਯੂਜ਼ਰ ਨਾਂ: "
|
msgstr "ਯੂਜ਼ਰ ਨਾਂ: "
|
||||||
|
|
||||||
@ -358,27 +362,27 @@ msgstr "ਕਮਾਂਡ ਪਾਰਸ ਨਹੀਂ ਕੀਤੀ ਜਾ ਸਕੀ:
|
|||||||
msgid "Execution of '%s' failed:"
|
msgid "Execution of '%s' failed:"
|
||||||
msgstr "'%s' ਚਲਾਉਣ ਲਈ ਫੇਲ੍ਹ:"
|
msgstr "'%s' ਚਲਾਉਣ ਲਈ ਫੇਲ੍ਹ:"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:598
|
#: ../js/ui/appDisplay.js:596
|
||||||
msgid "Frequently used applications will appear here"
|
msgid "Frequently used applications will appear here"
|
||||||
msgstr "ਆਮ ਵਰਤੀਆਂ ਐਪਲੀਕੇਸ਼ਨ ਇੱਥੇ ਵਿਖਾਈ ਦੇਣਗੀਆਂ"
|
msgstr "ਆਮ ਵਰਤੀਆਂ ਐਪਲੀਕੇਸ਼ਨ ਇੱਥੇ ਵਿਖਾਈ ਦੇਣਗੀਆਂ"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:714
|
#: ../js/ui/appDisplay.js:712
|
||||||
msgid "Frequent"
|
msgid "Frequent"
|
||||||
msgstr "ਅਕਸਰ"
|
msgstr "ਅਕਸਰ"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:721
|
#: ../js/ui/appDisplay.js:719
|
||||||
msgid "All"
|
msgid "All"
|
||||||
msgstr "ਸਭ"
|
msgstr "ਸਭ"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:1516
|
#: ../js/ui/appDisplay.js:1514
|
||||||
msgid "New Window"
|
msgid "New Window"
|
||||||
msgstr "ਨਵੀਂ ਵਿੰਡੋ"
|
msgstr "ਨਵੀਂ ਵਿੰਡੋ"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:1519 ../js/ui/dash.js:284
|
#: ../js/ui/appDisplay.js:1517 ../js/ui/dash.js:284
|
||||||
msgid "Remove from Favorites"
|
msgid "Remove from Favorites"
|
||||||
msgstr "ਪਸੰਦ ਵਿੱਚੋਂ ਹਟਾਓ"
|
msgstr "ਪਸੰਦ ਵਿੱਚੋਂ ਹਟਾਓ"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:1520
|
#: ../js/ui/appDisplay.js:1518
|
||||||
msgid "Add to Favorites"
|
msgid "Add to Favorites"
|
||||||
msgstr "ਪਸੰਦ 'ਚ ਸ਼ਾਮਲ ਕਰੋ"
|
msgstr "ਪਸੰਦ 'ਚ ਸ਼ਾਮਲ ਕਰੋ"
|
||||||
|
|
||||||
@ -579,85 +583,85 @@ msgstr "%s ਨਾਲ ਖੋਲ੍ਹੋ"
|
|||||||
msgid "Eject"
|
msgid "Eject"
|
||||||
msgstr "ਬਾਹਰ ਕੱਢੋ"
|
msgstr "ਬਾਹਰ ਕੱਢੋ"
|
||||||
|
|
||||||
#: ../js/ui/components/keyring.js:88 ../js/ui/components/polkitAgent.js:280
|
#: ../js/ui/components/keyring.js:91 ../js/ui/components/polkitAgent.js:280
|
||||||
msgid "Password:"
|
msgid "Password:"
|
||||||
msgstr "ਪਾਸਵਰਡ:"
|
msgstr "ਪਾਸਵਰਡ:"
|
||||||
|
|
||||||
#: ../js/ui/components/keyring.js:107
|
#: ../js/ui/components/keyring.js:110
|
||||||
msgid "Type again:"
|
msgid "Type again:"
|
||||||
msgstr "ਮੁੜ-ਕੋਸ਼ਿਸ਼:"
|
msgstr "ਮੁੜ-ਕੋਸ਼ਿਸ਼:"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:127 ../js/ui/status/network.js:112
|
#: ../js/ui/components/networkAgent.js:131 ../js/ui/status/network.js:112
|
||||||
#: ../js/ui/status/network.js:275 ../js/ui/status/network.js:689
|
#: ../js/ui/status/network.js:275 ../js/ui/status/network.js:689
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr "ਕੁਨੈਕਟ ਕਰੋ"
|
msgstr "ਕੁਨੈਕਟ ਕਰੋ"
|
||||||
|
|
||||||
#. Cisco LEAP
|
#. Cisco LEAP
|
||||||
#: ../js/ui/components/networkAgent.js:218
|
#: ../js/ui/components/networkAgent.js:222
|
||||||
#: ../js/ui/components/networkAgent.js:230
|
#: ../js/ui/components/networkAgent.js:234
|
||||||
#: ../js/ui/components/networkAgent.js:257
|
#: ../js/ui/components/networkAgent.js:261
|
||||||
#: ../js/ui/components/networkAgent.js:277
|
#: ../js/ui/components/networkAgent.js:281
|
||||||
#: ../js/ui/components/networkAgent.js:287
|
#: ../js/ui/components/networkAgent.js:291
|
||||||
msgid "Password: "
|
msgid "Password: "
|
||||||
msgstr "ਪਾਸਵਰਡ: "
|
msgstr "ਪਾਸਵਰਡ: "
|
||||||
|
|
||||||
#. static WEP
|
#. static WEP
|
||||||
#: ../js/ui/components/networkAgent.js:223
|
#: ../js/ui/components/networkAgent.js:227
|
||||||
msgid "Key: "
|
msgid "Key: "
|
||||||
msgstr "ਸਵਿੱਚ: "
|
msgstr "ਸਵਿੱਚ: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:261
|
#: ../js/ui/components/networkAgent.js:265
|
||||||
msgid "Identity: "
|
msgid "Identity: "
|
||||||
msgstr "ਪਛਾਣ: "
|
msgstr "ਪਛਾਣ: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:263
|
#: ../js/ui/components/networkAgent.js:267
|
||||||
msgid "Private key password: "
|
msgid "Private key password: "
|
||||||
msgstr "ਪ੍ਰਾਈਵੇਟ ਕੁੰਜੀ ਪਾਸਵਰਡ: "
|
msgstr "ਪ੍ਰਾਈਵੇਟ ਕੁੰਜੀ ਪਾਸਵਰਡ: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:275
|
#: ../js/ui/components/networkAgent.js:279
|
||||||
msgid "Service: "
|
msgid "Service: "
|
||||||
msgstr "ਸਰਵਿਸ: "
|
msgstr "ਸਰਵਿਸ: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:304
|
#: ../js/ui/components/networkAgent.js:308
|
||||||
msgid "Authentication required by wireless network"
|
msgid "Authentication required by wireless network"
|
||||||
msgstr "ਬੇਤਾਰ ਨੈੱਟਵਰਕ ਲਈ ਪਰਮਾਣਕਿਤਾ ਚਾਹੀਦੀ ਹੈ"
|
msgstr "ਬੇਤਾਰ ਨੈੱਟਵਰਕ ਲਈ ਪਰਮਾਣਕਿਤਾ ਚਾਹੀਦੀ ਹੈ"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:305
|
#: ../js/ui/components/networkAgent.js:309
|
||||||
#, c-format
|
#, c-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:309
|
#: ../js/ui/components/networkAgent.js:313
|
||||||
msgid "Wired 802.1X authentication"
|
msgid "Wired 802.1X authentication"
|
||||||
msgstr "ਤਾਰ 802.1X ਪਰਮਾਣਕਿਤਾ"
|
msgstr "ਤਾਰ 802.1X ਪਰਮਾਣਕਿਤਾ"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:311
|
#: ../js/ui/components/networkAgent.js:315
|
||||||
msgid "Network name: "
|
msgid "Network name: "
|
||||||
msgstr "ਨੈੱਟਵਰਕ ਨਾਂ: "
|
msgstr "ਨੈੱਟਵਰਕ ਨਾਂ: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:316
|
#: ../js/ui/components/networkAgent.js:320
|
||||||
msgid "DSL authentication"
|
msgid "DSL authentication"
|
||||||
msgstr "DSL ਪਰਮਾਣਕਿਤਾ"
|
msgstr "DSL ਪਰਮਾਣਕਿਤਾ"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:323
|
#: ../js/ui/components/networkAgent.js:327
|
||||||
msgid "PIN code required"
|
msgid "PIN code required"
|
||||||
msgstr "PIN ਕੋਡ ਲੋੜੀਦਾ ਹੈ"
|
msgstr "PIN ਕੋਡ ਲੋੜੀਦਾ ਹੈ"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:324
|
#: ../js/ui/components/networkAgent.js:328
|
||||||
msgid "PIN code is needed for the mobile broadband device"
|
msgid "PIN code is needed for the mobile broadband device"
|
||||||
msgstr "ਮੋਬਾਇਲ ਬਰਾਡਬੈਂਡ ਜੰਤਰ ਲਈ PIN ਕੋਡ ਚਾਹੀਦਾ ਹੈ"
|
msgstr "ਮੋਬਾਇਲ ਬਰਾਡਬੈਂਡ ਜੰਤਰ ਲਈ PIN ਕੋਡ ਚਾਹੀਦਾ ਹੈ"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:325
|
#: ../js/ui/components/networkAgent.js:329
|
||||||
msgid "PIN: "
|
msgid "PIN: "
|
||||||
msgstr "PIN: "
|
msgstr "PIN: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:331
|
#: ../js/ui/components/networkAgent.js:335
|
||||||
msgid "Mobile broadband network password"
|
msgid "Mobile broadband network password"
|
||||||
msgstr "ਮੋਬਾਇਲ ਬਰਾਡਬੈਂਡ ਨੈੱਟਵਰਕ ਪਾਸਵਰਡ"
|
msgstr "ਮੋਬਾਇਲ ਬਰਾਡਬੈਂਡ ਨੈੱਟਵਰਕ ਪਾਸਵਰਡ"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:332
|
#: ../js/ui/components/networkAgent.js:336
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "A password is required to connect to '%s'."
|
msgid "A password is required to connect to '%s'."
|
||||||
msgstr "'%s' ਨਾਲ ਕੁਨੈਕਟ ਹੋਣ ਲਈ ਪਾਸਵਰਡ ਦੀ ਲੋੜ ਹੈ। "
|
msgstr "'%s' ਨਾਲ ਕੁਨੈਕਟ ਹੋਣ ਲਈ ਪਾਸਵਰਡ ਦੀ ਲੋੜ ਹੈ। "
|
||||||
@ -1144,11 +1148,11 @@ msgstr "ਟਰੇ ਮੇਨੂ"
|
|||||||
msgid "No Messages"
|
msgid "No Messages"
|
||||||
msgstr "ਕੋਈ ਸੁਨੇਹਾ ਨਹੀਂ"
|
msgstr "ਕੋਈ ਸੁਨੇਹਾ ਨਹੀਂ"
|
||||||
|
|
||||||
#: ../js/ui/messageTray.js:1812
|
#: ../js/ui/messageTray.js:1813
|
||||||
msgid "Message Tray"
|
msgid "Message Tray"
|
||||||
msgstr "ਸੁਨੇਹਾ ਟਰੇ"
|
msgstr "ਸੁਨੇਹਾ ਟਰੇ"
|
||||||
|
|
||||||
#: ../js/ui/messageTray.js:2787
|
#: ../js/ui/messageTray.js:2788
|
||||||
msgid "System Information"
|
msgid "System Information"
|
||||||
msgstr "ਸਿਸਟਮ ਜਾਣਕਾਰੀ"
|
msgstr "ਸਿਸਟਮ ਜਾਣਕਾਰੀ"
|
||||||
|
|
||||||
@ -1325,9 +1329,9 @@ msgstr "ਵੱਡੇ ਅੱਖਰ"
|
|||||||
|
|
||||||
#. The Bluetooth menu only appears when Bluetooth is in use,
|
#. The Bluetooth menu only appears when Bluetooth is in use,
|
||||||
#. so just statically build it with a "Turn Off" menu item.
|
#. so just statically build it with a "Turn Off" menu item.
|
||||||
#: ../js/ui/status/bluetooth.js:28 ../js/ui/status/bluetooth.js:62
|
#: ../js/ui/status/bluetooth.js:28 ../js/ui/status/bluetooth.js:63
|
||||||
#: ../js/ui/status/bluetooth.js:99 ../js/ui/status/bluetooth.js:127
|
#: ../js/ui/status/bluetooth.js:100 ../js/ui/status/bluetooth.js:128
|
||||||
#: ../js/ui/status/bluetooth.js:163 ../js/ui/status/bluetooth.js:194
|
#: ../js/ui/status/bluetooth.js:164 ../js/ui/status/bluetooth.js:195
|
||||||
msgid "Bluetooth"
|
msgid "Bluetooth"
|
||||||
msgstr "ਬਲਿਊਟੁੱਥ"
|
msgstr "ਬਲਿਊਟੁੱਥ"
|
||||||
|
|
||||||
@ -1340,80 +1344,80 @@ msgstr "ਬੰਦ ਕਰੋ"
|
|||||||
msgid "Bluetooth Settings"
|
msgid "Bluetooth Settings"
|
||||||
msgstr "ਬਲਿਊਟੁੱਥ ਸੈਟਿੰਗ"
|
msgstr "ਬਲਿਊਟੁੱਥ ਸੈਟਿੰਗ"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:57
|
#: ../js/ui/status/bluetooth.js:58
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%d Connected Device"
|
msgid "%d Connected Device"
|
||||||
msgid_plural "%d Connected Devices"
|
msgid_plural "%d Connected Devices"
|
||||||
msgstr[0] "%d ਕੁਨੈਕਟ ਹੋਇਆ ਜੰਤਰ"
|
msgstr[0] "%d ਕੁਨੈਕਟ ਹੋਇਆ ਜੰਤਰ"
|
||||||
msgstr[1] "%d ਕੁਨੈਕਟ ਹੋਏ ਜੰਤਰ"
|
msgstr[1] "%d ਕੁਨੈਕਟ ਹੋਏ ਜੰਤਰ"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:100 ../js/ui/status/bluetooth.js:128
|
#: ../js/ui/status/bluetooth.js:101 ../js/ui/status/bluetooth.js:129
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Authorization request from %s"
|
msgid "Authorization request from %s"
|
||||||
msgstr "'%s' ਤੋਂ ਪਰਮਾਣਕਿਤਾ ਮੰਗ"
|
msgstr "'%s' ਤੋਂ ਪਰਮਾਣਕਿਤਾ ਮੰਗ"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:106 ../js/ui/status/bluetooth.js:171
|
#: ../js/ui/status/bluetooth.js:107 ../js/ui/status/bluetooth.js:172
|
||||||
#: ../js/ui/status/bluetooth.js:202
|
#: ../js/ui/status/bluetooth.js:203
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Device %s wants to pair with this computer"
|
msgid "Device %s wants to pair with this computer"
|
||||||
msgstr "ਜੰਤਰ %s ਇਸ ਕੰਪਿਊਟਰ ਨਾਲ ਪੇਅਰ ਹੋਣਾ ਚਾਹੁੰਦਾ ਹੈ"
|
msgstr "ਜੰਤਰ %s ਇਸ ਕੰਪਿਊਟਰ ਨਾਲ ਪੇਅਰ ਹੋਣਾ ਚਾਹੁੰਦਾ ਹੈ"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:108
|
#: ../js/ui/status/bluetooth.js:109
|
||||||
msgid "Allow"
|
msgid "Allow"
|
||||||
msgstr "ਮਨਜ਼ੂਰ"
|
msgstr "ਮਨਜ਼ੂਰ"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:109
|
#: ../js/ui/status/bluetooth.js:110
|
||||||
msgid "Deny"
|
msgid "Deny"
|
||||||
msgstr "ਇਨਕਾਰ"
|
msgstr "ਇਨਕਾਰ"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:134
|
#: ../js/ui/status/bluetooth.js:135
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Device %s wants access to the service '%s'"
|
msgid "Device %s wants access to the service '%s'"
|
||||||
msgstr "ਜੰਤਰ %s ਸਰਵਿਸ '%s' ਨੂੰ ਵਰਤਣੀ ਚਾਹੁੰਦਾ ਹੈ।"
|
msgstr "ਜੰਤਰ %s ਸਰਵਿਸ '%s' ਨੂੰ ਵਰਤਣੀ ਚਾਹੁੰਦਾ ਹੈ।"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:136
|
#: ../js/ui/status/bluetooth.js:137
|
||||||
msgid "Always grant access"
|
msgid "Always grant access"
|
||||||
msgstr "ਹਮੇਸ਼ਾ ਪਹੁੰਚ ਮਨਜ਼ੂਰ"
|
msgstr "ਹਮੇਸ਼ਾ ਪਹੁੰਚ ਮਨਜ਼ੂਰ"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:137
|
#: ../js/ui/status/bluetooth.js:138
|
||||||
msgid "Grant this time only"
|
msgid "Grant this time only"
|
||||||
msgstr "ਕੇਵਲ ਇਸ ਸਮੇਂ ਹੀ ਮਨਜ਼ੂਰ"
|
msgstr "ਕੇਵਲ ਇਸ ਸਮੇਂ ਹੀ ਮਨਜ਼ੂਰ"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:138
|
#: ../js/ui/status/bluetooth.js:139
|
||||||
msgid "Reject"
|
msgid "Reject"
|
||||||
msgstr "ਨਾ-ਮਨਜ਼ੂਰ"
|
msgstr "ਨਾ-ਮਨਜ਼ੂਰ"
|
||||||
|
|
||||||
#. Translators: argument is the device short name
|
#. Translators: argument is the device short name
|
||||||
#: ../js/ui/status/bluetooth.js:165
|
#: ../js/ui/status/bluetooth.js:166
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Pairing confirmation for %s"
|
msgid "Pairing confirmation for %s"
|
||||||
msgstr "%s ਲਈ ਪੇਅਰ ਕਰਨ ਦੀ ਪੁਸ਼ਟੀ"
|
msgstr "%s ਲਈ ਪੇਅਰ ਕਰਨ ਦੀ ਪੁਸ਼ਟੀ"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:172
|
#: ../js/ui/status/bluetooth.js:173
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please confirm whether the Passkey '%06d' matches the one on the device."
|
"Please confirm whether the Passkey '%06d' matches the one on the device."
|
||||||
msgstr "ਪੁਸ਼ਟੀ ਕਰੋ ਜੀ ਕਿ ਪਾਸ-ਕੀ '%06d' ਜੰਤਰ ਉੱਤੇ ਮੌਜੂਦ ਪਿੰਨ ਨਾਲ ਮਿਲਦਾ ਹੈ।"
|
msgstr "ਪੁਸ਼ਟੀ ਕਰੋ ਜੀ ਕਿ ਪਾਸ-ਕੀ '%06d' ਜੰਤਰ ਉੱਤੇ ਮੌਜੂਦ ਪਿੰਨ ਨਾਲ ਮਿਲਦਾ ਹੈ।"
|
||||||
|
|
||||||
#. Translators: this is the verb, not the noun
|
#. Translators: this is the verb, not the noun
|
||||||
#: ../js/ui/status/bluetooth.js:175
|
#: ../js/ui/status/bluetooth.js:176
|
||||||
msgid "Matches"
|
msgid "Matches"
|
||||||
msgstr "ਮਿਲਦਾ ਹੈ"
|
msgstr "ਮਿਲਦਾ ਹੈ"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:176
|
#: ../js/ui/status/bluetooth.js:177
|
||||||
msgid "Does not match"
|
msgid "Does not match"
|
||||||
msgstr "ਮਿਲਦਾ ਨਹੀਂ ਹੈ"
|
msgstr "ਮਿਲਦਾ ਨਹੀਂ ਹੈ"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:195
|
#: ../js/ui/status/bluetooth.js:196
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Pairing request for %s"
|
msgid "Pairing request for %s"
|
||||||
msgstr "%s ਲਈ ਪੇਅਰ ਕਰਨ ਦੀ ਮੰਗ"
|
msgstr "%s ਲਈ ਪੇਅਰ ਕਰਨ ਦੀ ਮੰਗ"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:203
|
#: ../js/ui/status/bluetooth.js:204
|
||||||
msgid "Please enter the PIN mentioned on the device."
|
msgid "Please enter the PIN mentioned on the device."
|
||||||
msgstr "ਜੰਤਰ ਉੱਤੇ ਦਿੱਤਾ ਗਿਆ ਪਿੰਨ ਦਿਉ ਜੀ।"
|
msgstr "ਜੰਤਰ ਉੱਤੇ ਦਿੱਤਾ ਗਿਆ ਪਿੰਨ ਦਿਉ ਜੀ।"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:220
|
#: ../js/ui/status/bluetooth.js:221
|
||||||
msgid "OK"
|
msgid "OK"
|
||||||
msgstr "ਠੀਕ ਹੈ"
|
msgstr "ਠੀਕ ਹੈ"
|
||||||
|
|
||||||
@ -1497,15 +1501,15 @@ msgstr "ਚਾਲੂ ਕਰੋ"
|
|||||||
msgid "VPN"
|
msgid "VPN"
|
||||||
msgstr "VPN"
|
msgstr "VPN"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:1306
|
#: ../js/ui/status/network.js:1307
|
||||||
msgid "Network Manager"
|
msgid "Network Manager"
|
||||||
msgstr "ਨੈੱਟਵਰਕ ਮੈਨੇਜਰ"
|
msgstr "ਨੈੱਟਵਰਕ ਮੈਨੇਜਰ"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:1345
|
#: ../js/ui/status/network.js:1346
|
||||||
msgid "Connection failed"
|
msgid "Connection failed"
|
||||||
msgstr "ਕੁਨੈਕਸ਼ਨ ਫੇਲ੍ਹ ਹੈ"
|
msgstr "ਕੁਨੈਕਸ਼ਨ ਫੇਲ੍ਹ ਹੈ"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:1346
|
#: ../js/ui/status/network.js:1347
|
||||||
msgid "Activation of network connection failed"
|
msgid "Activation of network connection failed"
|
||||||
msgstr "ਨੈੱਟਵਰਕ ਕੁਨੈਕਸ਼ਨ ਦੀ ਐਕਟੀਵੇਸ਼ਨ ਫੇਲ੍ਹ ਹੋਈ"
|
msgstr "ਨੈੱਟਵਰਕ ਕੁਨੈਕਸ਼ਨ ਦੀ ਐਕਟੀਵੇਸ਼ਨ ਫੇਲ੍ਹ ਹੋਈ"
|
||||||
|
|
||||||
|
376
po/ru.po
376
po/ru.po
@ -13,19 +13,17 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gnome-shell\n"
|
"Project-Id-Version: gnome-shell\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
|
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&keywords=I18N+L10N&component=general\n"
|
||||||
"shell&keywords=I18N+L10N&component=general\n"
|
"POT-Creation-Date: 2013-09-23 15:02+0000\n"
|
||||||
"POT-Creation-Date: 2013-09-14 20:54+0200\n"
|
"PO-Revision-Date: 2013-09-24 12:18+0300\n"
|
||||||
"PO-Revision-Date: 2013-09-13 08:43+0600\n"
|
"Last-Translator: Yuri Myasoedov <omerta13@yandex.ru>\n"
|
||||||
"Last-Translator: Dmitriy S. Seregin <dseregin@59.ru>\n"
|
|
||||||
"Language-Team: русский <gnome-cyr@gnome.org>\n"
|
"Language-Team: русский <gnome-cyr@gnome.org>\n"
|
||||||
"Language: ru\n"
|
"Language: ru\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=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
"X-Generator: Poedit 1.5.7\n"
|
||||||
"X-Generator: Poedit 1.5.5\n"
|
|
||||||
|
|
||||||
#: ../data/50-gnome-shell-system.xml.in.h:1
|
#: ../data/50-gnome-shell-system.xml.in.h:1
|
||||||
msgid "System"
|
msgid "System"
|
||||||
@ -78,39 +76,24 @@ msgid "Enable internal tools useful for developers and testers from Alt-F2"
|
|||||||
msgstr "Включить внутренние инструменты из Alt-F2 для разработчиков и тестеров"
|
msgstr "Включить внутренние инструменты из Alt-F2 для разработчиков и тестеров"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.gschema.xml.in.in.h:2
|
#: ../data/org.gnome.shell.gschema.xml.in.in.h:2
|
||||||
msgid ""
|
msgid "Allows access to internal debugging and monitoring tools using the Alt-F2 dialog."
|
||||||
"Allows access to internal debugging and monitoring tools using the Alt-F2 "
|
msgstr "Разрешает доступ к внутренней отладке и инструментам наблюдения, используя диалог Alt-F2."
|
||||||
"dialog."
|
|
||||||
msgstr ""
|
|
||||||
"Разрешает доступ к внутренней отладке и инструментам наблюдения, используя "
|
|
||||||
"диалог Alt-F2."
|
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.gschema.xml.in.in.h:3
|
#: ../data/org.gnome.shell.gschema.xml.in.in.h:3
|
||||||
msgid "Uuids of extensions to enable"
|
msgid "Uuids of extensions to enable"
|
||||||
msgstr "Uuid включенных расширений"
|
msgstr "Uuid включенных расширений"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.gschema.xml.in.in.h:4
|
#: ../data/org.gnome.shell.gschema.xml.in.in.h:4
|
||||||
msgid ""
|
msgid "GNOME Shell extensions have a uuid property; this key lists extensions which should be loaded. Any extension that wants to be loaded needs to be in this list. You can also manipulate this list with the EnableExtension and DisableExtension DBus methods on org.gnome.Shell."
|
||||||
"GNOME Shell extensions have a uuid property; this key lists extensions which "
|
msgstr "У расширений GNOME Shell есть свойство uuid; в этом ключе перечислены расширения, которые должны быть загружены. Этим список также можно управлять через методы DBus EnableExtension и DisableExtension сервиса org.gnome.Shell."
|
||||||
"should be loaded. Any extension that wants to be loaded needs to be in this "
|
|
||||||
"list. You can also manipulate this list with the EnableExtension and "
|
|
||||||
"DisableExtension DBus methods on org.gnome.Shell."
|
|
||||||
msgstr ""
|
|
||||||
"У расширений GNOME Shell есть свойство uuid; в этом ключе перечислены "
|
|
||||||
"расширения, которые должны быть загружены. Этим список также можно управлять "
|
|
||||||
"через методы DBus EnableExtension и DisableExtension сервиса org.gnome.Shell."
|
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.gschema.xml.in.in.h:5
|
#: ../data/org.gnome.shell.gschema.xml.in.in.h:5
|
||||||
msgid "List of desktop file IDs for favorite applications"
|
msgid "List of desktop file IDs for favorite applications"
|
||||||
msgstr "Список идентификаторов desktop-файлов для избранных приложений"
|
msgstr "Список идентификаторов desktop-файлов для избранных приложений"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.gschema.xml.in.in.h:6
|
#: ../data/org.gnome.shell.gschema.xml.in.in.h:6
|
||||||
msgid ""
|
msgid "The applications corresponding to these identifiers will be displayed in the favorites area."
|
||||||
"The applications corresponding to these identifiers will be displayed in the "
|
msgstr "Приложения, соответствующие этих идентификаторам, будут показаны в области избранных приложений."
|
||||||
"favorites area."
|
|
||||||
msgstr ""
|
|
||||||
"Приложения, соответствующие этих идентификаторам, будут показаны в области "
|
|
||||||
"избранных приложений."
|
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.gschema.xml.in.in.h:7
|
#: ../data/org.gnome.shell.gschema.xml.in.in.h:7
|
||||||
msgid "List of categories that should be displayed as folders"
|
msgid "List of categories that should be displayed as folders"
|
||||||
@ -118,12 +101,8 @@ msgstr "Список категорий, которые должны отобр
|
|||||||
|
|
||||||
# Перевод лучше усечь, так он лучше воспринимается
|
# Перевод лучше усечь, так он лучше воспринимается
|
||||||
#: ../data/org.gnome.shell.gschema.xml.in.in.h:8
|
#: ../data/org.gnome.shell.gschema.xml.in.in.h:8
|
||||||
msgid ""
|
msgid "Each category name in this list will be represented as folder in the application view, rather than being displayed inline in the main view."
|
||||||
"Each category name in this list will be represented as folder in the "
|
msgstr "Каждая категория из этого списка будет представлена в виде папки в режиме просмотра приложений."
|
||||||
"application view, rather than being displayed inline in the main view."
|
|
||||||
msgstr ""
|
|
||||||
"Каждая категория из этого списка будет представлена в виде папки в режиме "
|
|
||||||
"просмотра приложений."
|
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.gschema.xml.in.in.h:9
|
#: ../data/org.gnome.shell.gschema.xml.in.in.h:9
|
||||||
msgid "History for command (Alt-F2) dialog"
|
msgid "History for command (Alt-F2) dialog"
|
||||||
@ -138,31 +117,16 @@ msgid "Always show the 'Log out' menuitem in the user menu."
|
|||||||
msgstr "Всегда показывать в меню пункт «Завершить сеанс»."
|
msgstr "Всегда показывать в меню пункт «Завершить сеанс»."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.gschema.xml.in.in.h:12
|
#: ../data/org.gnome.shell.gschema.xml.in.in.h:12
|
||||||
msgid ""
|
msgid "This key overrides the automatic hiding of the 'Log out' menuitem in single-user, single-session situations."
|
||||||
"This key overrides the automatic hiding of the 'Log out' menuitem in single-"
|
msgstr "Этот ключ переопределяет автоматическое скрытие пункта «Завершить сеанс» при использовании одиночного сеанса."
|
||||||
"user, single-session situations."
|
|
||||||
msgstr ""
|
|
||||||
"Этот ключ переопределяет автоматическое скрытие пункта «Завершить сеанс» при "
|
|
||||||
"использовании одиночного сеанса."
|
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.gschema.xml.in.in.h:13
|
#: ../data/org.gnome.shell.gschema.xml.in.in.h:13
|
||||||
msgid ""
|
msgid "Whether to remember password for mounting encrypted or remote filesystems"
|
||||||
"Whether to remember password for mounting encrypted or remote filesystems"
|
msgstr "Запоминать ли пароль для подключения зашифрованных или удалённых файловых систем"
|
||||||
msgstr ""
|
|
||||||
"Запоминать ли пароль для подключения зашифрованных или удалённых файловых "
|
|
||||||
"систем"
|
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.gschema.xml.in.in.h:14
|
#: ../data/org.gnome.shell.gschema.xml.in.in.h:14
|
||||||
msgid ""
|
msgid "The shell will request a password when an encrypted device or a remote filesystem is mounted. If the password can be saved for future use a 'Remember Password' checkbox will be present. This key sets the default state of the checkbox."
|
||||||
"The shell will request a password when an encrypted device or a remote "
|
msgstr "GNOME Shell запрашивает пароль при подключении зашифрованных или удалённых файловых систем. Если пароль можно сохранить для последующего использования, для этого действия будет доступна соответствующая флаговая кнопка. Этот ключ устанавливает состояние по умолчание для этой флаговой кнопки."
|
||||||
"filesystem is mounted. If the password can be saved for future use a "
|
|
||||||
"'Remember Password' checkbox will be present. This key sets the default "
|
|
||||||
"state of the checkbox."
|
|
||||||
msgstr ""
|
|
||||||
"GNOME Shell запрашивает пароль при подключении зашифрованных или удалённых "
|
|
||||||
"файловых систем. Если пароль можно сохранить для последующего использования, "
|
|
||||||
"для этого действия будет доступна соответствующая флаговая кнопка. Этот ключ "
|
|
||||||
"устанавливает состояние по умолчание для этой флаговой кнопки."
|
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.gschema.xml.in.in.h:15
|
#: ../data/org.gnome.shell.gschema.xml.in.in.h:15
|
||||||
msgid "Show the week date in the calendar"
|
msgid "Show the week date in the calendar"
|
||||||
@ -185,8 +149,7 @@ msgid "Keybinding to open the \"Show Applications\" view"
|
|||||||
msgstr "Комбинация клавиш для перехода в режим просмотра приложений"
|
msgstr "Комбинация клавиш для перехода в режим просмотра приложений"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.gschema.xml.in.in.h:20
|
#: ../data/org.gnome.shell.gschema.xml.in.in.h:20
|
||||||
msgid ""
|
msgid "Keybinding to open the \"Show Applications\" view of the Activities Overview."
|
||||||
"Keybinding to open the \"Show Applications\" view of the Activities Overview."
|
|
||||||
msgstr "Комбинация клавиш для перехода в режим просмотра приложений."
|
msgstr "Комбинация клавиш для перехода в режим просмотра приложений."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.gschema.xml.in.in.h:21
|
#: ../data/org.gnome.shell.gschema.xml.in.in.h:21
|
||||||
@ -226,42 +189,28 @@ msgid "The application icon mode."
|
|||||||
msgstr "Режим значка приложения."
|
msgstr "Режим значка приложения."
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.gschema.xml.in.in.h:30
|
#: ../data/org.gnome.shell.gschema.xml.in.in.h:30
|
||||||
msgid ""
|
msgid "Configures how the windows are shown in the switcher. Valid possibilities are 'thumbnail-only' (shows a thumbnail of the window), 'app-icon-only' (shows only the application icon) or 'both'."
|
||||||
"Configures how the windows are shown in the switcher. Valid possibilities "
|
msgstr "Управляет способом отображения окон в переключателе. Доступные значения: «thumbnail-only» (показывать миниатюру окна), «app-icon-only» (показывать только значок приложения), «both» (показывать миниатюру и значок)."
|
||||||
"are 'thumbnail-only' (shows a thumbnail of the window), 'app-icon-"
|
|
||||||
"only' (shows only the application icon) or 'both'."
|
|
||||||
msgstr ""
|
|
||||||
"Управляет способом отображения окон в переключателе. Доступные значения: "
|
|
||||||
"«thumbnail-only» (показывать миниатюру окна), «app-icon-only» (показывать "
|
|
||||||
"только значок приложения), «both» (показывать миниатюру и значок)."
|
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.gschema.xml.in.in.h:31
|
#: ../data/org.gnome.shell.gschema.xml.in.in.h:31
|
||||||
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.in.h:32
|
#: ../data/org.gnome.shell.gschema.xml.in.in.h:32
|
||||||
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 при запуске GNOME Shell."
|
||||||
msgstr ""
|
|
||||||
"Этот ключ переопределяет ключ в org.gnome.mutter при запуске GNOME Shell."
|
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.gschema.xml.in.in.h:33
|
#: ../data/org.gnome.shell.gschema.xml.in.in.h:33
|
||||||
msgid "Arrangement of buttons on the titlebar"
|
msgid "Arrangement of buttons on the titlebar"
|
||||||
msgstr "Расположение кнопок в заголовке окна"
|
msgstr "Расположение кнопок в заголовке окна"
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.gschema.xml.in.in.h:34
|
#: ../data/org.gnome.shell.gschema.xml.in.in.h:34
|
||||||
msgid ""
|
msgid "This key overrides the key in org.gnome.desktop.wm.preferences when running GNOME Shell."
|
||||||
"This key overrides the key in org.gnome.desktop.wm.preferences when running "
|
msgstr "Этот ключ переопределяет ключ в org.gnome.desktop.wm.preferences при запуске GNOME Shell."
|
||||||
"GNOME Shell."
|
|
||||||
msgstr ""
|
|
||||||
"Этот ключ переопределяет ключ в org.gnome.desktop.wm.preferences при запуске "
|
|
||||||
"GNOME Shell."
|
|
||||||
|
|
||||||
#: ../data/org.gnome.shell.gschema.xml.in.in.h:35
|
#: ../data/org.gnome.shell.gschema.xml.in.in.h:35
|
||||||
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.in.h:36
|
#: ../data/org.gnome.shell.gschema.xml.in.in.h:36
|
||||||
msgid "Workspaces are managed dynamically"
|
msgid "Workspaces are managed dynamically"
|
||||||
@ -271,6 +220,10 @@ msgstr "Рабочие места управляются динамически"
|
|||||||
msgid "Workspaces only on primary monitor"
|
msgid "Workspaces only on primary monitor"
|
||||||
msgstr "Рабочие места только на основном мониторе"
|
msgstr "Рабочие места только на основном мониторе"
|
||||||
|
|
||||||
|
#: ../data/org.gnome.shell.gschema.xml.in.in.h:38
|
||||||
|
msgid "Delay focus changes in mouse mode until the pointer stops moving"
|
||||||
|
msgstr "Задержка изменения фокуса в режиме мыши после остановки указателя"
|
||||||
|
|
||||||
#: ../js/extensionPrefs/main.js:125
|
#: ../js/extensionPrefs/main.js:125
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "There was an error loading the preferences dialog for %s:"
|
msgid "There was an error loading the preferences dialog for %s:"
|
||||||
@ -284,18 +237,24 @@ msgstr "Расширение"
|
|||||||
msgid "Select an extension to configure using the combobox above."
|
msgid "Select an extension to configure using the combobox above."
|
||||||
msgstr "Выберите расширение из выпадающего списка."
|
msgstr "Выберите расширение из выпадающего списка."
|
||||||
|
|
||||||
#: ../js/gdm/authPrompt.js:145 ../js/ui/components/networkAgent.js:132
|
#: ../js/gdm/authPrompt.js:145
|
||||||
#: ../js/ui/components/polkitAgent.js:161 ../js/ui/endSessionDialog.js:351
|
#: ../js/ui/components/networkAgent.js:136
|
||||||
#: ../js/ui/extensionDownloader.js:195 ../js/ui/shellMountOperation.js:399
|
#: ../js/ui/components/polkitAgent.js:161
|
||||||
#: ../js/ui/status/bluetooth.js:221 ../js/ui/status/network.js:686
|
#: ../js/ui/endSessionDialog.js:351
|
||||||
|
#: ../js/ui/extensionDownloader.js:195
|
||||||
|
#: ../js/ui/shellMountOperation.js:399
|
||||||
|
#: ../js/ui/status/bluetooth.js:222
|
||||||
|
#: ../js/ui/status/network.js:686
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "Отмена"
|
msgstr "Отмена"
|
||||||
|
|
||||||
#: ../js/gdm/authPrompt.js:167 ../js/gdm/authPrompt.js:215
|
#: ../js/gdm/authPrompt.js:167
|
||||||
|
#: ../js/gdm/authPrompt.js:215
|
||||||
msgid "Next"
|
msgid "Next"
|
||||||
msgstr "Далее"
|
msgstr "Далее"
|
||||||
|
|
||||||
#: ../js/gdm/authPrompt.js:211 ../js/ui/shellMountOperation.js:403
|
#: ../js/gdm/authPrompt.js:211
|
||||||
|
#: ../js/ui/shellMountOperation.js:403
|
||||||
#: ../js/ui/unlockDialog.js:59
|
#: ../js/ui/unlockDialog.js:59
|
||||||
msgid "Unlock"
|
msgid "Unlock"
|
||||||
msgstr "Разблокировать"
|
msgstr "Разблокировать"
|
||||||
@ -326,8 +285,9 @@ 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:627 ../js/ui/components/networkAgent.js:255
|
#: ../js/gdm/loginDialog.js:627
|
||||||
#: ../js/ui/components/networkAgent.js:273
|
#: ../js/ui/components/networkAgent.js:259
|
||||||
|
#: ../js/ui/components/networkAgent.js:277
|
||||||
msgid "Username: "
|
msgid "Username: "
|
||||||
msgstr "Имя пользователя: "
|
msgstr "Имя пользователя: "
|
||||||
|
|
||||||
@ -363,27 +323,28 @@ msgstr "Не удалось разобрать команду:"
|
|||||||
msgid "Execution of '%s' failed:"
|
msgid "Execution of '%s' failed:"
|
||||||
msgstr "Не удалось выполнить «%s»:"
|
msgstr "Не удалось выполнить «%s»:"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:598
|
#: ../js/ui/appDisplay.js:596
|
||||||
msgid "Frequently used applications will appear here"
|
msgid "Frequently used applications will appear here"
|
||||||
msgstr "Здесь появляются часто используемые приложения"
|
msgstr "Здесь появляются часто используемые приложения"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:714
|
#: ../js/ui/appDisplay.js:712
|
||||||
msgid "Frequent"
|
msgid "Frequent"
|
||||||
msgstr "Популярные"
|
msgstr "Популярные"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:721
|
#: ../js/ui/appDisplay.js:719
|
||||||
msgid "All"
|
msgid "All"
|
||||||
msgstr "Все"
|
msgstr "Все"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:1516
|
#: ../js/ui/appDisplay.js:1514
|
||||||
msgid "New Window"
|
msgid "New Window"
|
||||||
msgstr "Новое окно"
|
msgstr "Новое окно"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:1519 ../js/ui/dash.js:284
|
#: ../js/ui/appDisplay.js:1517
|
||||||
|
#: ../js/ui/dash.js:284
|
||||||
msgid "Remove from Favorites"
|
msgid "Remove from Favorites"
|
||||||
msgstr "Удалить из избранного"
|
msgstr "Удалить из избранного"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:1520
|
#: ../js/ui/appDisplay.js:1518
|
||||||
msgid "Add to Favorites"
|
msgid "Add to Favorites"
|
||||||
msgstr "Добавить в избранное"
|
msgstr "Добавить в избранное"
|
||||||
|
|
||||||
@ -397,7 +358,8 @@ msgstr "Приложение %s добавлено в избранное."
|
|||||||
msgid "%s has been removed from your favorites."
|
msgid "%s has been removed from your favorites."
|
||||||
msgstr "Приложение %s удалено из избранного."
|
msgstr "Приложение %s удалено из избранного."
|
||||||
|
|
||||||
#: ../js/ui/backgroundMenu.js:19 ../js/ui/panel.js:807
|
#: ../js/ui/backgroundMenu.js:19
|
||||||
|
#: ../js/ui/panel.js:807
|
||||||
#: ../js/ui/status/system.js:325
|
#: ../js/ui/status/system.js:325
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr "Параметры"
|
msgstr "Параметры"
|
||||||
@ -584,86 +546,86 @@ msgstr "Открыть с помощью %s"
|
|||||||
msgid "Eject"
|
msgid "Eject"
|
||||||
msgstr "Извлечь"
|
msgstr "Извлечь"
|
||||||
|
|
||||||
#: ../js/ui/components/keyring.js:88 ../js/ui/components/polkitAgent.js:280
|
#: ../js/ui/components/keyring.js:91
|
||||||
|
#: ../js/ui/components/polkitAgent.js:280
|
||||||
msgid "Password:"
|
msgid "Password:"
|
||||||
msgstr "Пароль:"
|
msgstr "Пароль:"
|
||||||
|
|
||||||
#: ../js/ui/components/keyring.js:107
|
#: ../js/ui/components/keyring.js:110
|
||||||
msgid "Type again:"
|
msgid "Type again:"
|
||||||
msgstr "Введите ещё раз:"
|
msgstr "Введите ещё раз:"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:127 ../js/ui/status/network.js:112
|
#: ../js/ui/components/networkAgent.js:131
|
||||||
#: ../js/ui/status/network.js:275 ../js/ui/status/network.js:689
|
#: ../js/ui/status/network.js:112
|
||||||
|
#: ../js/ui/status/network.js:275
|
||||||
|
#: ../js/ui/status/network.js:689
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr "Соединиться"
|
msgstr "Соединиться"
|
||||||
|
|
||||||
#. Cisco LEAP
|
#. Cisco LEAP
|
||||||
#: ../js/ui/components/networkAgent.js:218
|
#: ../js/ui/components/networkAgent.js:222
|
||||||
#: ../js/ui/components/networkAgent.js:230
|
#: ../js/ui/components/networkAgent.js:234
|
||||||
#: ../js/ui/components/networkAgent.js:257
|
#: ../js/ui/components/networkAgent.js:261
|
||||||
#: ../js/ui/components/networkAgent.js:277
|
#: ../js/ui/components/networkAgent.js:281
|
||||||
#: ../js/ui/components/networkAgent.js:287
|
#: ../js/ui/components/networkAgent.js:291
|
||||||
msgid "Password: "
|
msgid "Password: "
|
||||||
msgstr "Пароль: "
|
msgstr "Пароль: "
|
||||||
|
|
||||||
#. static WEP
|
#. static WEP
|
||||||
#: ../js/ui/components/networkAgent.js:223
|
#: ../js/ui/components/networkAgent.js:227
|
||||||
msgid "Key: "
|
msgid "Key: "
|
||||||
msgstr "Ключ: "
|
msgstr "Ключ: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:261
|
#: ../js/ui/components/networkAgent.js:265
|
||||||
msgid "Identity: "
|
msgid "Identity: "
|
||||||
msgstr "Идентичность: "
|
msgstr "Идентичность: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:263
|
#: ../js/ui/components/networkAgent.js:267
|
||||||
msgid "Private key password: "
|
msgid "Private key password: "
|
||||||
msgstr "Пароль личного ключа: "
|
msgstr "Пароль личного ключа: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:275
|
#: ../js/ui/components/networkAgent.js:279
|
||||||
msgid "Service: "
|
msgid "Service: "
|
||||||
msgstr "Служба: "
|
msgstr "Служба: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:304
|
#: ../js/ui/components/networkAgent.js:308
|
||||||
msgid "Authentication required by wireless network"
|
msgid "Authentication required by wireless network"
|
||||||
msgstr "Беспроводная сеть требует подтверждения подлинности"
|
msgstr "Беспроводная сеть требует подтверждения подлинности"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:305
|
|
||||||
#, c-format
|
|
||||||
msgid ""
|
|
||||||
"Passwords or encryption keys are required to access the wireless network "
|
|
||||||
"'%s'."
|
|
||||||
msgstr ""
|
|
||||||
"Для доступа к беспроводной сети «%s» требуются пароли или ключи шифрования."
|
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:309
|
#: ../js/ui/components/networkAgent.js:309
|
||||||
|
#, c-format
|
||||||
|
msgid "Passwords or encryption keys are required to access the wireless network '%s'."
|
||||||
|
msgstr "Для доступа к беспроводной сети «%s» требуются пароли или ключи шифрования."
|
||||||
|
|
||||||
|
#: ../js/ui/components/networkAgent.js:313
|
||||||
msgid "Wired 802.1X authentication"
|
msgid "Wired 802.1X authentication"
|
||||||
msgstr "Аутентификация Wired 802.1X"
|
msgstr "Аутентификация Wired 802.1X"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:311
|
#: ../js/ui/components/networkAgent.js:315
|
||||||
msgid "Network name: "
|
msgid "Network name: "
|
||||||
msgstr "Название сети: "
|
msgstr "Название сети: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:316
|
#: ../js/ui/components/networkAgent.js:320
|
||||||
msgid "DSL authentication"
|
msgid "DSL authentication"
|
||||||
msgstr "Аутентификация DSL"
|
msgstr "Аутентификация DSL"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:323
|
#: ../js/ui/components/networkAgent.js:327
|
||||||
msgid "PIN code required"
|
msgid "PIN code required"
|
||||||
msgstr "Требуется PIN-код"
|
msgstr "Требуется PIN-код"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:324
|
#: ../js/ui/components/networkAgent.js:328
|
||||||
msgid "PIN code is needed for the mobile broadband device"
|
msgid "PIN code is needed for the mobile broadband device"
|
||||||
msgstr "Для широкополосного мобильного устройства требуется PIN-код "
|
msgstr "Для широкополосного мобильного устройства требуется PIN-код "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:325
|
#: ../js/ui/components/networkAgent.js:329
|
||||||
msgid "PIN: "
|
msgid "PIN: "
|
||||||
msgstr "PIN-код: "
|
msgstr "PIN-код: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:331
|
#: ../js/ui/components/networkAgent.js:335
|
||||||
msgid "Mobile broadband network password"
|
msgid "Mobile broadband network password"
|
||||||
msgstr "Пароль для мобильной широкополосной сети"
|
msgstr "Пароль для мобильной широкополосной сети"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:332
|
#: ../js/ui/components/networkAgent.js:336
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "A password is required to connect to '%s'."
|
msgid "A password is required to connect to '%s'."
|
||||||
msgstr "Для подключения к «%s» требуется пароль."
|
msgstr "Для подключения к «%s» требуется пароль."
|
||||||
@ -684,7 +646,8 @@ 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:266 ../js/ui/shellMountOperation.js:383
|
#: ../js/ui/components/polkitAgent.js:266
|
||||||
|
#: ../js/ui/shellMountOperation.js:383
|
||||||
msgid "Sorry, that didn't work. Please try again."
|
msgid "Sorry, that didn't work. Please try again."
|
||||||
msgstr "Не удалось подтвердить подлинность. Попробуйте снова."
|
msgstr "Не удалось подтвердить подлинность. Попробуйте снова."
|
||||||
|
|
||||||
@ -877,8 +840,7 @@ msgid "This account is already connected to the server"
|
|||||||
msgstr "Эта учётная запись уже подключена к серверу"
|
msgstr "Эта учётная запись уже подключена к серверу"
|
||||||
|
|
||||||
#: ../js/ui/components/telepathyClient.js:1335
|
#: ../js/ui/components/telepathyClient.js:1335
|
||||||
msgid ""
|
msgid "Connection has been replaced by a new connection using the same resource"
|
||||||
"Connection has been replaced by a new connection using the same resource"
|
|
||||||
msgstr "Соединение было заменено новым, используя тот же источник"
|
msgstr "Соединение было заменено новым, используя тот же источник"
|
||||||
|
|
||||||
#: ../js/ui/components/telepathyClient.js:1337
|
#: ../js/ui/components/telepathyClient.js:1337
|
||||||
@ -887,27 +849,19 @@ msgstr "Учётная запись уже существует на серве
|
|||||||
|
|
||||||
#: ../js/ui/components/telepathyClient.js:1339
|
#: ../js/ui/components/telepathyClient.js:1339
|
||||||
msgid "Server is currently too busy to handle the connection"
|
msgid "Server is currently too busy to handle the connection"
|
||||||
msgstr ""
|
msgstr "Сервер в настоящее время сильно перегружен, чтобы обработать соединение"
|
||||||
"Сервер в настоящее время сильно перегружен, чтобы обработать соединение"
|
|
||||||
|
|
||||||
#: ../js/ui/components/telepathyClient.js:1341
|
#: ../js/ui/components/telepathyClient.js:1341
|
||||||
msgid "Certificate has been revoked"
|
msgid "Certificate has been revoked"
|
||||||
msgstr "Сертификат аннулирован"
|
msgstr "Сертификат аннулирован"
|
||||||
|
|
||||||
#: ../js/ui/components/telepathyClient.js:1343
|
#: ../js/ui/components/telepathyClient.js:1343
|
||||||
msgid ""
|
msgid "Certificate uses an insecure cipher algorithm or is cryptographically weak"
|
||||||
"Certificate uses an insecure cipher algorithm or is cryptographically weak"
|
msgstr "Сертификат использует небезопасный алгоритм шифрования или он криптографически нестоек"
|
||||||
msgstr ""
|
|
||||||
"Сертификат использует небезопасный алгоритм шифрования или он "
|
|
||||||
"криптографически нестоек"
|
|
||||||
|
|
||||||
#: ../js/ui/components/telepathyClient.js:1345
|
#: ../js/ui/components/telepathyClient.js:1345
|
||||||
msgid ""
|
msgid "The length of the server certificate, or the depth of the server certificate chain, exceed the limits imposed by the cryptography library"
|
||||||
"The length of the server certificate, or the depth of the server certificate "
|
msgstr "Длина сертификата сервера, или глубина цепочки сертификатов сервера, превышает пределы, установленные библиотекой криптографии"
|
||||||
"chain, exceed the limits imposed by the cryptography library"
|
|
||||||
msgstr ""
|
|
||||||
"Длина сертификата сервера, или глубина цепочки сертификатов сервера, "
|
|
||||||
"превышает пределы, установленные библиотекой криптографии"
|
|
||||||
|
|
||||||
#: ../js/ui/components/telepathyClient.js:1347
|
#: ../js/ui/components/telepathyClient.js:1347
|
||||||
msgid "Internal error"
|
msgid "Internal error"
|
||||||
@ -928,11 +882,13 @@ msgstr "Показать учётную запись"
|
|||||||
msgid "Unknown reason"
|
msgid "Unknown reason"
|
||||||
msgstr "Неизвестная причина"
|
msgstr "Неизвестная причина"
|
||||||
|
|
||||||
#: ../js/ui/ctrlAltTab.js:29 ../js/ui/viewSelector.js:100
|
#: ../js/ui/ctrlAltTab.js:29
|
||||||
|
#: ../js/ui/viewSelector.js:100
|
||||||
msgid "Windows"
|
msgid "Windows"
|
||||||
msgstr "Окна"
|
msgstr "Окна"
|
||||||
|
|
||||||
#: ../js/ui/dash.js:248 ../js/ui/dash.js:286
|
#: ../js/ui/dash.js:248
|
||||||
|
#: ../js/ui/dash.js:286
|
||||||
msgid "Show Applications"
|
msgid "Show Applications"
|
||||||
msgstr "Показать приложения"
|
msgstr "Показать приложения"
|
||||||
|
|
||||||
@ -976,10 +932,8 @@ msgstr "Выйти из системы"
|
|||||||
#, c-format
|
#, c-format
|
||||||
msgid "%s will be logged out automatically in %d second."
|
msgid "%s will be logged out automatically in %d second."
|
||||||
msgid_plural "%s will be logged out automatically in %d seconds."
|
msgid_plural "%s will be logged out automatically in %d seconds."
|
||||||
msgstr[0] ""
|
msgstr[0] "Сеанс пользователя %s будет автоматически завершён через %d секунду."
|
||||||
"Сеанс пользователя %s будет автоматически завершён через %d секунду."
|
msgstr[1] "Сеанс пользователя %s будет автоматически завершён через %d секунды."
|
||||||
msgstr[1] ""
|
|
||||||
"Сеанс пользователя %s будет автоматически завершён через %d секунды."
|
|
||||||
msgstr[2] "Сеанс пользователя %s будет автоматически завершён через %d секунд."
|
msgstr[2] "Сеанс пользователя %s будет автоматически завершён через %d секунд."
|
||||||
|
|
||||||
#: ../js/ui/endSessionDialog.js:70
|
#: ../js/ui/endSessionDialog.js:70
|
||||||
@ -1008,7 +962,8 @@ msgstr[0] "Система будет автоматически выключен
|
|||||||
msgstr[1] "Система будет автоматически выключена через %d секунды."
|
msgstr[1] "Система будет автоматически выключена через %d секунды."
|
||||||
msgstr[2] "Система будет автоматически выключена через %d секунд."
|
msgstr[2] "Система будет автоматически выключена через %d секунд."
|
||||||
|
|
||||||
#: ../js/ui/endSessionDialog.js:88 ../js/ui/endSessionDialog.js:104
|
#: ../js/ui/endSessionDialog.js:88
|
||||||
|
#: ../js/ui/endSessionDialog.js:104
|
||||||
msgctxt "button"
|
msgctxt "button"
|
||||||
msgid "Restart"
|
msgid "Restart"
|
||||||
msgstr "Перезапустить"
|
msgstr "Перезапустить"
|
||||||
@ -1039,14 +994,10 @@ msgstr "Перезапустить и установить обновления"
|
|||||||
#: ../js/ui/endSessionDialog.js:114
|
#: ../js/ui/endSessionDialog.js:114
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "The system will automatically restart and install updates in %d second."
|
msgid "The system will automatically restart and install updates in %d second."
|
||||||
msgid_plural ""
|
msgid_plural "The system will automatically restart and install updates in %d seconds."
|
||||||
"The system will automatically restart and install updates in %d seconds."
|
msgstr[0] "Система автоматически перезапустится и установит обновления через %d секунду."
|
||||||
msgstr[0] ""
|
msgstr[1] "Система автоматически перезапустится и установит обновления через %d секунды."
|
||||||
"Система автоматически перезапустится и установит обновления через %d секунду."
|
msgstr[2] "Система автоматически перезапустится и установит обновления через %d секунд."
|
||||||
msgstr[1] ""
|
|
||||||
"Система автоматически перезапустится и установит обновления через %d секунды."
|
|
||||||
msgstr[2] ""
|
|
||||||
"Система автоматически перезапустится и установит обновления через %d секунд."
|
|
||||||
|
|
||||||
#: ../js/ui/endSessionDialog.js:119
|
#: ../js/ui/endSessionDialog.js:119
|
||||||
msgctxt "button"
|
msgctxt "button"
|
||||||
@ -1082,7 +1033,8 @@ msgstr "Установить"
|
|||||||
msgid "Download and install '%s' from extensions.gnome.org?"
|
msgid "Download and install '%s' from extensions.gnome.org?"
|
||||||
msgstr "Загрузить и установить расширение «%s» с extensions.gnome.org?"
|
msgstr "Загрузить и установить расширение «%s» с extensions.gnome.org?"
|
||||||
|
|
||||||
#: ../js/ui/keyboard.js:619 ../js/ui/status/keyboard.js:333
|
#: ../js/ui/keyboard.js:619
|
||||||
|
#: ../js/ui/status/keyboard.js:333
|
||||||
msgid "Keyboard"
|
msgid "Keyboard"
|
||||||
msgstr "Клавиатура"
|
msgstr "Клавиатура"
|
||||||
|
|
||||||
@ -1100,7 +1052,8 @@ msgstr "%s не сообщал о каких-либо ошибках."
|
|||||||
msgid "Hide Errors"
|
msgid "Hide Errors"
|
||||||
msgstr "Скрыть ошибки"
|
msgstr "Скрыть ошибки"
|
||||||
|
|
||||||
#: ../js/ui/lookingGlass.js:753 ../js/ui/lookingGlass.js:813
|
#: ../js/ui/lookingGlass.js:753
|
||||||
|
#: ../js/ui/lookingGlass.js:813
|
||||||
msgid "Show Errors"
|
msgid "Show Errors"
|
||||||
msgstr "Показать ошибки"
|
msgstr "Показать ошибки"
|
||||||
|
|
||||||
@ -1110,7 +1063,8 @@ msgstr "Включено"
|
|||||||
|
|
||||||
#. translators:
|
#. translators:
|
||||||
#. * The device has been disabled
|
#. * The device has been disabled
|
||||||
#: ../js/ui/lookingGlass.js:765 ../src/gvc/gvc-mixer-control.c:1830
|
#: ../js/ui/lookingGlass.js:765
|
||||||
|
#: ../src/gvc/gvc-mixer-control.c:1830
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Выключено"
|
msgstr "Выключено"
|
||||||
|
|
||||||
@ -1158,20 +1112,22 @@ msgstr "Меню панели"
|
|||||||
msgid "No Messages"
|
msgid "No Messages"
|
||||||
msgstr "Нет сообщений"
|
msgstr "Нет сообщений"
|
||||||
|
|
||||||
#: ../js/ui/messageTray.js:1812
|
#: ../js/ui/messageTray.js:1813
|
||||||
msgid "Message Tray"
|
msgid "Message Tray"
|
||||||
msgstr "Панель сообщений"
|
msgstr "Панель сообщений"
|
||||||
|
|
||||||
#: ../js/ui/messageTray.js:2787
|
#: ../js/ui/messageTray.js:2788
|
||||||
msgid "System Information"
|
msgid "System Information"
|
||||||
msgstr "Системная информация"
|
msgstr "Системная информация"
|
||||||
|
|
||||||
#: ../js/ui/notificationDaemon.js:629 ../src/shell-app.c:396
|
#: ../js/ui/notificationDaemon.js:629
|
||||||
|
#: ../src/shell-app.c:396
|
||||||
msgctxt "program"
|
msgctxt "program"
|
||||||
msgid "Unknown"
|
msgid "Unknown"
|
||||||
msgstr "Неизвестно"
|
msgstr "Неизвестно"
|
||||||
|
|
||||||
#: ../js/ui/overviewControls.js:491 ../js/ui/screenShield.js:152
|
#: ../js/ui/overviewControls.js:491
|
||||||
|
#: ../js/ui/screenShield.js:152
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%d new message"
|
msgid "%d new message"
|
||||||
msgid_plural "%d new messages"
|
msgid_plural "%d new messages"
|
||||||
@ -1240,7 +1196,8 @@ msgstr[0] "%d новое уведомление"
|
|||||||
msgstr[1] "%d новых уведомления"
|
msgstr[1] "%d новых уведомления"
|
||||||
msgstr[2] "%d новых уведомлений"
|
msgstr[2] "%d новых уведомлений"
|
||||||
|
|
||||||
#: ../js/ui/screenShield.js:477 ../js/ui/status/system.js:333
|
#: ../js/ui/screenShield.js:477
|
||||||
|
#: ../js/ui/status/system.js:333
|
||||||
msgid "Lock"
|
msgid "Lock"
|
||||||
msgstr "Заблокировать"
|
msgstr "Заблокировать"
|
||||||
|
|
||||||
@ -1255,11 +1212,13 @@ msgstr "GNOME необходимо заблокировать экран"
|
|||||||
#.
|
#.
|
||||||
#. XXX: another option is to kick the user into the gdm login
|
#. XXX: another option is to kick the user into the gdm login
|
||||||
#. screen, where we're not affected by grabs
|
#. screen, where we're not affected by grabs
|
||||||
#: ../js/ui/screenShield.js:831 ../js/ui/screenShield.js:1297
|
#: ../js/ui/screenShield.js:831
|
||||||
|
#: ../js/ui/screenShield.js:1297
|
||||||
msgid "Unable to lock"
|
msgid "Unable to lock"
|
||||||
msgstr "Не удалось заблокировать"
|
msgstr "Не удалось заблокировать"
|
||||||
|
|
||||||
#: ../js/ui/screenShield.js:832 ../js/ui/screenShield.js:1298
|
#: ../js/ui/screenShield.js:832
|
||||||
|
#: ../js/ui/screenShield.js:1298
|
||||||
msgid "Lock was blocked by an application"
|
msgid "Lock was blocked by an application"
|
||||||
msgstr "Блокировке помешало приложение"
|
msgstr "Блокировке помешало приложение"
|
||||||
|
|
||||||
@ -1341,14 +1300,19 @@ msgstr "Крупный текст"
|
|||||||
|
|
||||||
#. The Bluetooth menu only appears when Bluetooth is in use,
|
#. The Bluetooth menu only appears when Bluetooth is in use,
|
||||||
#. so just statically build it with a "Turn Off" menu item.
|
#. so just statically build it with a "Turn Off" menu item.
|
||||||
#: ../js/ui/status/bluetooth.js:28 ../js/ui/status/bluetooth.js:62
|
#: ../js/ui/status/bluetooth.js:28
|
||||||
#: ../js/ui/status/bluetooth.js:99 ../js/ui/status/bluetooth.js:127
|
#: ../js/ui/status/bluetooth.js:63
|
||||||
#: ../js/ui/status/bluetooth.js:163 ../js/ui/status/bluetooth.js:194
|
#: ../js/ui/status/bluetooth.js:100
|
||||||
|
#: ../js/ui/status/bluetooth.js:128
|
||||||
|
#: ../js/ui/status/bluetooth.js:164
|
||||||
|
#: ../js/ui/status/bluetooth.js:195
|
||||||
msgid "Bluetooth"
|
msgid "Bluetooth"
|
||||||
msgstr "Bluetooth"
|
msgstr "Bluetooth"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:30 ../js/ui/status/network.js:112
|
#: ../js/ui/status/bluetooth.js:30
|
||||||
#: ../js/ui/status/network.js:1034 ../js/ui/status/rfkill.js:46
|
#: ../js/ui/status/network.js:112
|
||||||
|
#: ../js/ui/status/network.js:1034
|
||||||
|
#: ../js/ui/status/rfkill.js:46
|
||||||
msgid "Turn Off"
|
msgid "Turn Off"
|
||||||
msgstr "Выключить"
|
msgstr "Выключить"
|
||||||
|
|
||||||
@ -1356,7 +1320,7 @@ msgstr "Выключить"
|
|||||||
msgid "Bluetooth Settings"
|
msgid "Bluetooth Settings"
|
||||||
msgstr "Настроить Bluetooth"
|
msgstr "Настроить Bluetooth"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:57
|
#: ../js/ui/status/bluetooth.js:58
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "%d Connected Device"
|
msgid "%d Connected Device"
|
||||||
msgid_plural "%d Connected Devices"
|
msgid_plural "%d Connected Devices"
|
||||||
@ -1364,73 +1328,74 @@ msgstr[0] "Подключено %d устройство"
|
|||||||
msgstr[1] "Подключено %d устройства"
|
msgstr[1] "Подключено %d устройства"
|
||||||
msgstr[2] "Подключено %d устройств"
|
msgstr[2] "Подключено %d устройств"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:100 ../js/ui/status/bluetooth.js:128
|
#: ../js/ui/status/bluetooth.js:101
|
||||||
|
#: ../js/ui/status/bluetooth.js:129
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Authorization request from %s"
|
msgid "Authorization request from %s"
|
||||||
msgstr "Запрос авторизации от %s"
|
msgstr "Запрос авторизации от %s"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:106 ../js/ui/status/bluetooth.js:171
|
#: ../js/ui/status/bluetooth.js:107
|
||||||
#: ../js/ui/status/bluetooth.js:202
|
#: ../js/ui/status/bluetooth.js:172
|
||||||
|
#: ../js/ui/status/bluetooth.js:203
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Device %s wants to pair with this computer"
|
msgid "Device %s wants to pair with this computer"
|
||||||
msgstr "Устройство %s пытается выполнить сопряжение с этим компьютером"
|
msgstr "Устройство %s пытается выполнить сопряжение с этим компьютером"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:108
|
#: ../js/ui/status/bluetooth.js:109
|
||||||
msgid "Allow"
|
msgid "Allow"
|
||||||
msgstr "Разрешить"
|
msgstr "Разрешить"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:109
|
#: ../js/ui/status/bluetooth.js:110
|
||||||
msgid "Deny"
|
msgid "Deny"
|
||||||
msgstr "Отклонить"
|
msgstr "Отклонить"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:134
|
#: ../js/ui/status/bluetooth.js:135
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Device %s wants access to the service '%s'"
|
msgid "Device %s wants access to the service '%s'"
|
||||||
msgstr "Устройство %s пытается получить доступ к службе «%s»"
|
msgstr "Устройство %s пытается получить доступ к службе «%s»"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:136
|
#: ../js/ui/status/bluetooth.js:137
|
||||||
msgid "Always grant access"
|
msgid "Always grant access"
|
||||||
msgstr "Всегда предоставлять доступ"
|
msgstr "Всегда предоставлять доступ"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:137
|
#: ../js/ui/status/bluetooth.js:138
|
||||||
msgid "Grant this time only"
|
msgid "Grant this time only"
|
||||||
msgstr "Предоставить единовременно"
|
msgstr "Предоставить единовременно"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:138
|
#: ../js/ui/status/bluetooth.js:139
|
||||||
msgid "Reject"
|
msgid "Reject"
|
||||||
msgstr "Отклонить"
|
msgstr "Отклонить"
|
||||||
|
|
||||||
#. Translators: argument is the device short name
|
#. Translators: argument is the device short name
|
||||||
#: ../js/ui/status/bluetooth.js:165
|
#: ../js/ui/status/bluetooth.js:166
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Pairing confirmation for %s"
|
msgid "Pairing confirmation for %s"
|
||||||
msgstr "Подтверждение на сопряжение с %s"
|
msgstr "Подтверждение на сопряжение с %s"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:172
|
#: ../js/ui/status/bluetooth.js:173
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid ""
|
msgid "Please confirm whether the Passkey '%06d' matches the one on the device."
|
||||||
"Please confirm whether the Passkey '%06d' matches the one on the device."
|
|
||||||
msgstr "Подтвердите, совпадает ли ключ доступа «%06d» с кодом на устройстве."
|
msgstr "Подтвердите, совпадает ли ключ доступа «%06d» с кодом на устройстве."
|
||||||
|
|
||||||
#. Translators: this is the verb, not the noun
|
#. Translators: this is the verb, not the noun
|
||||||
#: ../js/ui/status/bluetooth.js:175
|
#: ../js/ui/status/bluetooth.js:176
|
||||||
msgid "Matches"
|
msgid "Matches"
|
||||||
msgstr "Совпадает"
|
msgstr "Совпадает"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:176
|
#: ../js/ui/status/bluetooth.js:177
|
||||||
msgid "Does not match"
|
msgid "Does not match"
|
||||||
msgstr "Не совпадает"
|
msgstr "Не совпадает"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:195
|
#: ../js/ui/status/bluetooth.js:196
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Pairing request for %s"
|
msgid "Pairing request for %s"
|
||||||
msgstr "Запрос на сопряжение c %s"
|
msgstr "Запрос на сопряжение c %s"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:203
|
#: ../js/ui/status/bluetooth.js:204
|
||||||
msgid "Please enter the PIN mentioned on the device."
|
msgid "Please enter the PIN mentioned on the device."
|
||||||
msgstr "Введите PIN-код указанный на устройстве."
|
msgstr "Введите PIN-код указанный на устройстве."
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:220
|
#: ../js/ui/status/bluetooth.js:221
|
||||||
msgid "OK"
|
msgid "OK"
|
||||||
msgstr "OK"
|
msgstr "OK"
|
||||||
|
|
||||||
@ -1446,11 +1411,13 @@ msgstr "Показать раскладку клавиатуры"
|
|||||||
msgid "<unknown>"
|
msgid "<unknown>"
|
||||||
msgstr "<неизвестно>"
|
msgstr "<неизвестно>"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:203 ../js/ui/status/network.js:1049
|
#: ../js/ui/status/network.js:203
|
||||||
|
#: ../js/ui/status/network.js:1049
|
||||||
msgid "Off"
|
msgid "Off"
|
||||||
msgstr "Выключена"
|
msgstr "Выключена"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:276 ../js/ui/status/network.js:955
|
#: ../js/ui/status/network.js:276
|
||||||
|
#: ../js/ui/status/network.js:955
|
||||||
#: ../js/ui/status/rfkill.js:49
|
#: ../js/ui/status/rfkill.js:49
|
||||||
msgid "Network Settings"
|
msgid "Network Settings"
|
||||||
msgstr "Настроить сеть"
|
msgstr "Настроить сеть"
|
||||||
@ -1465,12 +1432,14 @@ msgstr "не управляется"
|
|||||||
msgid "disconnecting..."
|
msgid "disconnecting..."
|
||||||
msgstr "отключение…"
|
msgstr "отключение…"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:372 ../js/ui/status/network.js:1100
|
#: ../js/ui/status/network.js:372
|
||||||
|
#: ../js/ui/status/network.js:1100
|
||||||
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:375 ../js/ui/status/network.js:1103
|
#: ../js/ui/status/network.js:375
|
||||||
|
#: ../js/ui/status/network.js:1103
|
||||||
msgid "authentication required"
|
msgid "authentication required"
|
||||||
msgstr "требуется подтверждение подлинности"
|
msgstr "требуется подтверждение подлинности"
|
||||||
|
|
||||||
@ -1486,7 +1455,8 @@ msgstr "отсутствует прошивка"
|
|||||||
msgid "unavailable"
|
msgid "unavailable"
|
||||||
msgstr "недоступное"
|
msgstr "недоступное"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:389 ../js/ui/status/network.js:1105
|
#: ../js/ui/status/network.js:389
|
||||||
|
#: ../js/ui/status/network.js:1105
|
||||||
msgid "connection failed"
|
msgid "connection failed"
|
||||||
msgstr "сбой подключения"
|
msgstr "сбой подключения"
|
||||||
|
|
||||||
@ -1514,15 +1484,15 @@ msgstr "Включить"
|
|||||||
msgid "VPN"
|
msgid "VPN"
|
||||||
msgstr "VPN"
|
msgstr "VPN"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:1306
|
#: ../js/ui/status/network.js:1307
|
||||||
msgid "Network Manager"
|
msgid "Network Manager"
|
||||||
msgstr "Диспетчер сети"
|
msgstr "Диспетчер сети"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:1345
|
#: ../js/ui/status/network.js:1346
|
||||||
msgid "Connection failed"
|
msgid "Connection failed"
|
||||||
msgstr "Сбой подключения"
|
msgstr "Сбой подключения"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:1346
|
#: ../js/ui/status/network.js:1347
|
||||||
msgid "Activation of network connection failed"
|
msgid "Activation of network connection failed"
|
||||||
msgstr "Не удалось активировать сетевое подключение"
|
msgstr "Не удалось активировать сетевое подключение"
|
||||||
|
|
||||||
@ -1541,7 +1511,8 @@ msgstr "Полностью заряжена"
|
|||||||
#. 0 is reported when UPower does not have enough data
|
#. 0 is reported when UPower does not have enough data
|
||||||
#. to estimate battery life
|
#. to estimate battery life
|
||||||
#. state is one of PENDING_CHARGING, PENDING_DISCHARGING
|
#. state is one of PENDING_CHARGING, PENDING_DISCHARGING
|
||||||
#: ../js/ui/status/power.js:69 ../js/ui/status/power.js:86
|
#: ../js/ui/status/power.js:69
|
||||||
|
#: ../js/ui/status/power.js:86
|
||||||
msgid "Estimating…"
|
msgid "Estimating…"
|
||||||
msgstr "Выполняется подсчёт…"
|
msgstr "Выполняется подсчёт…"
|
||||||
|
|
||||||
@ -1696,8 +1667,7 @@ msgstr "Режим, используемый GDM для окна входа в
|
|||||||
|
|
||||||
#: ../src/main.c:365
|
#: ../src/main.c:365
|
||||||
msgid "Use a specific mode, e.g. \"gdm\" for login screen"
|
msgid "Use a specific mode, e.g. \"gdm\" for login screen"
|
||||||
msgstr ""
|
msgstr "Использовать для экрана входа в систему определённый режим, например «gdm»"
|
||||||
"Использовать для экрана входа в систему определённый режим, например «gdm»"
|
|
||||||
|
|
||||||
#: ../src/main.c:371
|
#: ../src/main.c:371
|
||||||
msgid "List possible modes"
|
msgid "List possible modes"
|
||||||
@ -1932,6 +1902,7 @@ msgstr "Аутентификация отклонена пользователе
|
|||||||
#~ msgstr "Сеть отключена"
|
#~ msgstr "Сеть отключена"
|
||||||
|
|
||||||
#~ msgid "%d hour remaining"
|
#~ msgid "%d hour remaining"
|
||||||
|
|
||||||
#~ msgid_plural "%d hours remaining"
|
#~ msgid_plural "%d hours remaining"
|
||||||
#~ msgstr[0] "Остался %d час"
|
#~ msgstr[0] "Остался %d час"
|
||||||
#~ msgstr[1] "Осталось %d часа"
|
#~ msgstr[1] "Осталось %d часа"
|
||||||
@ -1941,24 +1912,27 @@ msgstr "Аутентификация отклонена пользователе
|
|||||||
#~ msgstr "Осталось %d %s %d %s"
|
#~ msgstr "Осталось %d %s %d %s"
|
||||||
|
|
||||||
#~ msgid "hour"
|
#~ msgid "hour"
|
||||||
|
|
||||||
#~ msgid_plural "hours"
|
#~ msgid_plural "hours"
|
||||||
#~ msgstr[0] "час"
|
#~ msgstr[0] "час"
|
||||||
#~ msgstr[1] "часа"
|
#~ msgstr[1] "часа"
|
||||||
#~ msgstr[2] "часов"
|
#~ msgstr[2] "часов"
|
||||||
|
|
||||||
#~ msgid "minute"
|
#~ msgid "minute"
|
||||||
|
|
||||||
#~ msgid_plural "minutes"
|
#~ msgid_plural "minutes"
|
||||||
#~ msgstr[0] "минута"
|
#~ msgstr[0] "минута"
|
||||||
#~ msgstr[1] "минуты"
|
#~ msgstr[1] "минуты"
|
||||||
#~ msgstr[2] "минут"
|
#~ msgstr[2] "минут"
|
||||||
|
|
||||||
#~ msgid "%d minute remaining"
|
#~ msgid "%d minute remaining"
|
||||||
|
|
||||||
#~ msgid_plural "%d minutes remaining"
|
#~ msgid_plural "%d minutes remaining"
|
||||||
#~ msgstr[0] "Осталась %d минута"
|
#~ msgstr[0] "Осталась %d минута"
|
||||||
#~ msgstr[1] "Осталось %d минуты"
|
#~ msgstr[1] "Осталось %d минуты"
|
||||||
#~ msgstr[2] "Осталось %d минут"
|
#~ msgstr[2] "Осталось %d минут"
|
||||||
|
|
||||||
#~ msgctxt "percent of battery remaining"
|
#~ msgctxt "percent of battery remaining"
|
||||||
|
|
||||||
#~ msgid "%d%%"
|
#~ msgid "%d%%"
|
||||||
#~ msgstr "%d%%"
|
#~ msgstr "%d%%"
|
||||||
|
|
||||||
@ -1991,8 +1965,8 @@ msgstr "Аутентификация отклонена пользователе
|
|||||||
|
|
||||||
#~ msgid "Computer"
|
#~ msgid "Computer"
|
||||||
#~ msgstr "Компьютер"
|
#~ msgstr "Компьютер"
|
||||||
|
|
||||||
#~ msgctxt "device"
|
#~ msgctxt "device"
|
||||||
|
|
||||||
#~ msgid "Unknown"
|
#~ msgid "Unknown"
|
||||||
#~ msgstr "Неизвестно"
|
#~ msgstr "Неизвестно"
|
||||||
|
|
||||||
|
93
po/zh_HK.po
93
po/zh_HK.po
@ -9,10 +9,11 @@ msgstr ""
|
|||||||
"Project-Id-Version: gnome-shell 3.3.90\n"
|
"Project-Id-Version: gnome-shell 3.3.90\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
|
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
|
||||||
"shell&keywords=I18N+L10N&component=general\n"
|
"shell&keywords=I18N+L10N&component=general\n"
|
||||||
"POT-Creation-Date: 2013-09-14 18:10+0000\n"
|
"POT-Creation-Date: 2013-09-20 05:44+0000\n"
|
||||||
"PO-Revision-Date: 2013-09-20 13:43+0800\n"
|
"PO-Revision-Date: 2013-09-24 19:13+0800\n"
|
||||||
"Last-Translator: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>\n"
|
"Last-Translator: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>\n"
|
||||||
"Language-Team: Chinese (Hong Kong) <community@linuxhall.org>\n"
|
"Language-Team: Chinese (Hong Kong) <community@linuxhall.org>\n"
|
||||||
|
"Language: \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"
|
||||||
@ -250,7 +251,7 @@ msgstr "擴充功能"
|
|||||||
msgid "Select an extension to configure using the combobox above."
|
msgid "Select an extension to configure using the combobox above."
|
||||||
msgstr "使用上面的組合方塊選擇要設定的擴充功能。"
|
msgstr "使用上面的組合方塊選擇要設定的擴充功能。"
|
||||||
|
|
||||||
#: ../js/gdm/authPrompt.js:145 ../js/ui/components/networkAgent.js:132
|
#: ../js/gdm/authPrompt.js:145 ../js/ui/components/networkAgent.js:136
|
||||||
#: ../js/ui/components/polkitAgent.js:161 ../js/ui/endSessionDialog.js:351
|
#: ../js/ui/components/polkitAgent.js:161 ../js/ui/endSessionDialog.js:351
|
||||||
#: ../js/ui/extensionDownloader.js:195 ../js/ui/shellMountOperation.js:399
|
#: ../js/ui/extensionDownloader.js:195 ../js/ui/shellMountOperation.js:399
|
||||||
#: ../js/ui/status/bluetooth.js:221 ../js/ui/status/network.js:686
|
#: ../js/ui/status/bluetooth.js:221 ../js/ui/status/network.js:686
|
||||||
@ -292,8 +293,8 @@ msgstr "(例如: user 或 %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:627 ../js/ui/components/networkAgent.js:255
|
#: ../js/gdm/loginDialog.js:627 ../js/ui/components/networkAgent.js:259
|
||||||
#: ../js/ui/components/networkAgent.js:273
|
#: ../js/ui/components/networkAgent.js:277
|
||||||
msgid "Username: "
|
msgid "Username: "
|
||||||
msgstr "使用者名稱:"
|
msgstr "使用者名稱:"
|
||||||
|
|
||||||
@ -303,7 +304,7 @@ msgstr "登入視窗"
|
|||||||
|
|
||||||
#: ../js/gdm/util.js:306
|
#: ../js/gdm/util.js:306
|
||||||
msgid "Authentication error"
|
msgid "Authentication error"
|
||||||
msgstr "驗證錯誤"
|
msgstr "核對錯誤"
|
||||||
|
|
||||||
#. We don't show fingerprint messages directly since it's
|
#. We don't show fingerprint messages directly since it's
|
||||||
#. not the main auth service. Instead we use the messages
|
#. not the main auth service. Instead we use the messages
|
||||||
@ -329,27 +330,27 @@ msgstr "無法分析指令:"
|
|||||||
msgid "Execution of '%s' failed:"
|
msgid "Execution of '%s' failed:"
|
||||||
msgstr "執行「%s」失敗:"
|
msgstr "執行「%s」失敗:"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:598
|
#: ../js/ui/appDisplay.js:596
|
||||||
msgid "Frequently used applications will appear here"
|
msgid "Frequently used applications will appear here"
|
||||||
msgstr "經常使用的應用程式會出現在這裏"
|
msgstr "經常使用的應用程式會出現在這裏"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:714
|
#: ../js/ui/appDisplay.js:712
|
||||||
msgid "Frequent"
|
msgid "Frequent"
|
||||||
msgstr "常用"
|
msgstr "常用"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:721
|
#: ../js/ui/appDisplay.js:719
|
||||||
msgid "All"
|
msgid "All"
|
||||||
msgstr "全部"
|
msgstr "全部"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:1516
|
#: ../js/ui/appDisplay.js:1514
|
||||||
msgid "New Window"
|
msgid "New Window"
|
||||||
msgstr "新視窗"
|
msgstr "新視窗"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:1519 ../js/ui/dash.js:284
|
#: ../js/ui/appDisplay.js:1517 ../js/ui/dash.js:284
|
||||||
msgid "Remove from Favorites"
|
msgid "Remove from Favorites"
|
||||||
msgstr "自喜好中移除"
|
msgstr "自喜好中移除"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:1520
|
#: ../js/ui/appDisplay.js:1518
|
||||||
msgid "Add to Favorites"
|
msgid "Add to Favorites"
|
||||||
msgstr "加入喜好"
|
msgstr "加入喜好"
|
||||||
|
|
||||||
@ -550,92 +551,92 @@ msgstr "用 %s 開啟"
|
|||||||
msgid "Eject"
|
msgid "Eject"
|
||||||
msgstr "退出"
|
msgstr "退出"
|
||||||
|
|
||||||
#: ../js/ui/components/keyring.js:88 ../js/ui/components/polkitAgent.js:280
|
#: ../js/ui/components/keyring.js:91 ../js/ui/components/polkitAgent.js:280
|
||||||
msgid "Password:"
|
msgid "Password:"
|
||||||
msgstr "密碼: "
|
msgstr "密碼: "
|
||||||
|
|
||||||
#: ../js/ui/components/keyring.js:107
|
#: ../js/ui/components/keyring.js:110
|
||||||
msgid "Type again:"
|
msgid "Type again:"
|
||||||
msgstr "再輸入一次:"
|
msgstr "再輸入一次:"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:127 ../js/ui/status/network.js:112
|
#: ../js/ui/components/networkAgent.js:131 ../js/ui/status/network.js:112
|
||||||
#: ../js/ui/status/network.js:275 ../js/ui/status/network.js:689
|
#: ../js/ui/status/network.js:275 ../js/ui/status/network.js:689
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr "連線"
|
msgstr "連線"
|
||||||
|
|
||||||
#. Cisco LEAP
|
#. Cisco LEAP
|
||||||
#: ../js/ui/components/networkAgent.js:218
|
#: ../js/ui/components/networkAgent.js:222
|
||||||
#: ../js/ui/components/networkAgent.js:230
|
#: ../js/ui/components/networkAgent.js:234
|
||||||
#: ../js/ui/components/networkAgent.js:257
|
#: ../js/ui/components/networkAgent.js:261
|
||||||
#: ../js/ui/components/networkAgent.js:277
|
#: ../js/ui/components/networkAgent.js:281
|
||||||
#: ../js/ui/components/networkAgent.js:287
|
#: ../js/ui/components/networkAgent.js:291
|
||||||
msgid "Password: "
|
msgid "Password: "
|
||||||
msgstr "密碼: "
|
msgstr "密碼: "
|
||||||
|
|
||||||
#. static WEP
|
#. static WEP
|
||||||
#: ../js/ui/components/networkAgent.js:223
|
#: ../js/ui/components/networkAgent.js:227
|
||||||
msgid "Key: "
|
msgid "Key: "
|
||||||
msgstr "密碼匙:"
|
msgstr "密碼匙:"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:261
|
#: ../js/ui/components/networkAgent.js:265
|
||||||
msgid "Identity: "
|
msgid "Identity: "
|
||||||
msgstr "識別:"
|
msgstr "識別:"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:263
|
#: ../js/ui/components/networkAgent.js:267
|
||||||
msgid "Private key password: "
|
msgid "Private key password: "
|
||||||
msgstr "私密密碼匙密碼:"
|
msgstr "私密密碼匙密碼:"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:275
|
#: ../js/ui/components/networkAgent.js:279
|
||||||
msgid "Service: "
|
msgid "Service: "
|
||||||
msgstr "服務:"
|
msgstr "服務:"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:304
|
#: ../js/ui/components/networkAgent.js:308
|
||||||
msgid "Authentication required by wireless network"
|
msgid "Authentication required by wireless network"
|
||||||
msgstr "無線網絡所需要的驗證"
|
msgstr "無線網絡所需要的核對"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:305
|
#: ../js/ui/components/networkAgent.js:309
|
||||||
#, c-format
|
#, c-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:309
|
#: ../js/ui/components/networkAgent.js:313
|
||||||
msgid "Wired 802.1X authentication"
|
msgid "Wired 802.1X authentication"
|
||||||
msgstr "有線網絡 802.1X 驗證"
|
msgstr "有線網絡 802.1X 核對"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:311
|
#: ../js/ui/components/networkAgent.js:315
|
||||||
msgid "Network name: "
|
msgid "Network name: "
|
||||||
msgstr "網絡名稱:"
|
msgstr "網絡名稱:"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:316
|
#: ../js/ui/components/networkAgent.js:320
|
||||||
msgid "DSL authentication"
|
msgid "DSL authentication"
|
||||||
msgstr "DSL 驗證"
|
msgstr "DSL 核對"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:323
|
#: ../js/ui/components/networkAgent.js:327
|
||||||
msgid "PIN code required"
|
msgid "PIN code required"
|
||||||
msgstr "需要 PIN 碼"
|
msgstr "需要 PIN 碼"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:324
|
#: ../js/ui/components/networkAgent.js:328
|
||||||
msgid "PIN code is needed for the mobile broadband device"
|
msgid "PIN code is needed for the mobile broadband device"
|
||||||
msgstr "這個流動寬頻裝置需要 PIN 碼"
|
msgstr "這個流動寬頻裝置需要 PIN 碼"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:325
|
#: ../js/ui/components/networkAgent.js:329
|
||||||
msgid "PIN: "
|
msgid "PIN: "
|
||||||
msgstr "PIN: "
|
msgstr "PIN: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:331
|
#: ../js/ui/components/networkAgent.js:335
|
||||||
msgid "Mobile broadband network password"
|
msgid "Mobile broadband network password"
|
||||||
msgstr "流動寬頻網絡密碼"
|
msgstr "流動寬頻網絡密碼"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:332
|
#: ../js/ui/components/networkAgent.js:336
|
||||||
#, c-format
|
#, c-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/polkitAgent.js:54
|
#: ../js/ui/components/polkitAgent.js:54
|
||||||
msgid "Authentication Required"
|
msgid "Authentication Required"
|
||||||
msgstr "要求驗證"
|
msgstr "要求核對"
|
||||||
|
|
||||||
#: ../js/ui/components/polkitAgent.js:92
|
#: ../js/ui/components/polkitAgent.js:92
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
@ -643,7 +644,7 @@ msgstr "系統管理員"
|
|||||||
|
|
||||||
#: ../js/ui/components/polkitAgent.js:170
|
#: ../js/ui/components/polkitAgent.js:170
|
||||||
msgid "Authenticate"
|
msgid "Authenticate"
|
||||||
msgstr "驗證"
|
msgstr "核對"
|
||||||
|
|
||||||
#. Translators: "that didn't work" refers to the fact that the
|
#. Translators: "that didn't work" refers to the fact that the
|
||||||
#. * requested authentication was not gained; this can happen
|
#. * requested authentication was not gained; this can happen
|
||||||
@ -779,7 +780,7 @@ msgstr "網絡錯誤"
|
|||||||
|
|
||||||
#: ../js/ui/components/telepathyClient.js:1303
|
#: ../js/ui/components/telepathyClient.js:1303
|
||||||
msgid "Authentication failed"
|
msgid "Authentication failed"
|
||||||
msgstr "驗證失敗"
|
msgstr "核對失敗"
|
||||||
|
|
||||||
#: ../js/ui/components/telepathyClient.js:1305
|
#: ../js/ui/components/telepathyClient.js:1305
|
||||||
msgid "Encryption error"
|
msgid "Encryption error"
|
||||||
@ -1306,7 +1307,7 @@ msgstr[0] "%d 已連線的裝置"
|
|||||||
#: ../js/ui/status/bluetooth.js:100 ../js/ui/status/bluetooth.js:128
|
#: ../js/ui/status/bluetooth.js:100 ../js/ui/status/bluetooth.js:128
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Authorization request from %s"
|
msgid "Authorization request from %s"
|
||||||
msgstr "來自「%s」的驗證要求"
|
msgstr "來自「%s」的核對要求"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:106 ../js/ui/status/bluetooth.js:171
|
#: ../js/ui/status/bluetooth.js:106 ../js/ui/status/bluetooth.js:171
|
||||||
#: ../js/ui/status/bluetooth.js:202
|
#: ../js/ui/status/bluetooth.js:202
|
||||||
@ -1411,7 +1412,7 @@ 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:375 ../js/ui/status/network.js:1103
|
#: ../js/ui/status/network.js:375 ../js/ui/status/network.js:1103
|
||||||
msgid "authentication required"
|
msgid "authentication required"
|
||||||
msgstr "要求驗證"
|
msgstr "要求核對"
|
||||||
|
|
||||||
#. Translators: this is for devices that require some kind of firmware or kernel
|
#. Translators: this is for devices that require some kind of firmware or kernel
|
||||||
#. module, which is missing
|
#. module, which is missing
|
||||||
@ -1453,15 +1454,15 @@ msgstr "開啟"
|
|||||||
msgid "VPN"
|
msgid "VPN"
|
||||||
msgstr "VPN"
|
msgstr "VPN"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:1306
|
#: ../js/ui/status/network.js:1307
|
||||||
msgid "Network Manager"
|
msgid "Network Manager"
|
||||||
msgstr "網絡管理員"
|
msgstr "網絡管理員"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:1345
|
#: ../js/ui/status/network.js:1346
|
||||||
msgid "Connection failed"
|
msgid "Connection failed"
|
||||||
msgstr "連線失敗"
|
msgstr "連線失敗"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:1346
|
#: ../js/ui/status/network.js:1347
|
||||||
msgid "Activation of network connection failed"
|
msgid "Activation of network connection failed"
|
||||||
msgstr "啟動網絡連線失敗"
|
msgstr "啟動網絡連線失敗"
|
||||||
|
|
||||||
@ -1650,4 +1651,4 @@ msgstr "密碼不能為空白"
|
|||||||
|
|
||||||
#: ../src/shell-polkit-authentication-agent.c:343
|
#: ../src/shell-polkit-authentication-agent.c:343
|
||||||
msgid "Authentication dialog was dismissed by the user"
|
msgid "Authentication dialog was dismissed by the user"
|
||||||
msgstr "驗證對話盒被使用者取消了"
|
msgstr "核對對話盒被使用者取消了"
|
||||||
|
91
po/zh_TW.po
91
po/zh_TW.po
@ -9,10 +9,11 @@ msgstr ""
|
|||||||
"Project-Id-Version: gnome-shell 3.3.90\n"
|
"Project-Id-Version: gnome-shell 3.3.90\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
|
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
|
||||||
"shell&keywords=I18N+L10N&component=general\n"
|
"shell&keywords=I18N+L10N&component=general\n"
|
||||||
"POT-Creation-Date: 2013-09-14 18:10+0000\n"
|
"POT-Creation-Date: 2013-09-20 05:44+0000\n"
|
||||||
"PO-Revision-Date: 2013-09-20 10:14+0800\n"
|
"PO-Revision-Date: 2013-09-20 10:14+0800\n"
|
||||||
"Last-Translator: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>\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: \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"
|
||||||
@ -262,7 +263,7 @@ msgstr "擴充功能"
|
|||||||
msgid "Select an extension to configure using the combobox above."
|
msgid "Select an extension to configure using the combobox above."
|
||||||
msgstr "使用上面的組合方塊選擇要設定的擴充功能。"
|
msgstr "使用上面的組合方塊選擇要設定的擴充功能。"
|
||||||
|
|
||||||
#: ../js/gdm/authPrompt.js:145 ../js/ui/components/networkAgent.js:132
|
#: ../js/gdm/authPrompt.js:145 ../js/ui/components/networkAgent.js:136
|
||||||
#: ../js/ui/components/polkitAgent.js:161 ../js/ui/endSessionDialog.js:351
|
#: ../js/ui/components/polkitAgent.js:161 ../js/ui/endSessionDialog.js:351
|
||||||
#: ../js/ui/extensionDownloader.js:195 ../js/ui/shellMountOperation.js:399
|
#: ../js/ui/extensionDownloader.js:195 ../js/ui/shellMountOperation.js:399
|
||||||
#: ../js/ui/status/bluetooth.js:221 ../js/ui/status/network.js:686
|
#: ../js/ui/status/bluetooth.js:221 ../js/ui/status/network.js:686
|
||||||
@ -304,8 +305,8 @@ msgstr "(例如: user 或 %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:627 ../js/ui/components/networkAgent.js:255
|
#: ../js/gdm/loginDialog.js:627 ../js/ui/components/networkAgent.js:259
|
||||||
#: ../js/ui/components/networkAgent.js:273
|
#: ../js/ui/components/networkAgent.js:277
|
||||||
msgid "Username: "
|
msgid "Username: "
|
||||||
msgstr "使用者名稱:"
|
msgstr "使用者名稱:"
|
||||||
|
|
||||||
@ -315,7 +316,7 @@ msgstr "登入視窗"
|
|||||||
|
|
||||||
#: ../js/gdm/util.js:306
|
#: ../js/gdm/util.js:306
|
||||||
msgid "Authentication error"
|
msgid "Authentication error"
|
||||||
msgstr "驗證錯誤"
|
msgstr "核對錯誤"
|
||||||
|
|
||||||
#. We don't show fingerprint messages directly since it's
|
#. We don't show fingerprint messages directly since it's
|
||||||
#. not the main auth service. Instead we use the messages
|
#. not the main auth service. Instead we use the messages
|
||||||
@ -341,27 +342,27 @@ msgstr "無法分析指令:"
|
|||||||
msgid "Execution of '%s' failed:"
|
msgid "Execution of '%s' failed:"
|
||||||
msgstr "執行「%s」失敗:"
|
msgstr "執行「%s」失敗:"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:598
|
#: ../js/ui/appDisplay.js:596
|
||||||
msgid "Frequently used applications will appear here"
|
msgid "Frequently used applications will appear here"
|
||||||
msgstr "經常使用的應用程式會出現在這裡"
|
msgstr "經常使用的應用程式會出現在這裡"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:714
|
#: ../js/ui/appDisplay.js:712
|
||||||
msgid "Frequent"
|
msgid "Frequent"
|
||||||
msgstr "常用"
|
msgstr "常用"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:721
|
#: ../js/ui/appDisplay.js:719
|
||||||
msgid "All"
|
msgid "All"
|
||||||
msgstr "全部"
|
msgstr "全部"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:1516
|
#: ../js/ui/appDisplay.js:1514
|
||||||
msgid "New Window"
|
msgid "New Window"
|
||||||
msgstr "新視窗"
|
msgstr "新視窗"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:1519 ../js/ui/dash.js:284
|
#: ../js/ui/appDisplay.js:1517 ../js/ui/dash.js:284
|
||||||
msgid "Remove from Favorites"
|
msgid "Remove from Favorites"
|
||||||
msgstr "自喜好中移除"
|
msgstr "自喜好中移除"
|
||||||
|
|
||||||
#: ../js/ui/appDisplay.js:1520
|
#: ../js/ui/appDisplay.js:1518
|
||||||
msgid "Add to Favorites"
|
msgid "Add to Favorites"
|
||||||
msgstr "加入喜好"
|
msgstr "加入喜好"
|
||||||
|
|
||||||
@ -562,92 +563,92 @@ msgstr "用 %s 開啟"
|
|||||||
msgid "Eject"
|
msgid "Eject"
|
||||||
msgstr "退出"
|
msgstr "退出"
|
||||||
|
|
||||||
#: ../js/ui/components/keyring.js:88 ../js/ui/components/polkitAgent.js:280
|
#: ../js/ui/components/keyring.js:91 ../js/ui/components/polkitAgent.js:280
|
||||||
msgid "Password:"
|
msgid "Password:"
|
||||||
msgstr "密碼: "
|
msgstr "密碼: "
|
||||||
|
|
||||||
#: ../js/ui/components/keyring.js:107
|
#: ../js/ui/components/keyring.js:110
|
||||||
msgid "Type again:"
|
msgid "Type again:"
|
||||||
msgstr "再輸入一次:"
|
msgstr "再輸入一次:"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:127 ../js/ui/status/network.js:112
|
#: ../js/ui/components/networkAgent.js:131 ../js/ui/status/network.js:112
|
||||||
#: ../js/ui/status/network.js:275 ../js/ui/status/network.js:689
|
#: ../js/ui/status/network.js:275 ../js/ui/status/network.js:689
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr "連線"
|
msgstr "連線"
|
||||||
|
|
||||||
#. Cisco LEAP
|
#. Cisco LEAP
|
||||||
#: ../js/ui/components/networkAgent.js:218
|
#: ../js/ui/components/networkAgent.js:222
|
||||||
#: ../js/ui/components/networkAgent.js:230
|
#: ../js/ui/components/networkAgent.js:234
|
||||||
#: ../js/ui/components/networkAgent.js:257
|
#: ../js/ui/components/networkAgent.js:261
|
||||||
#: ../js/ui/components/networkAgent.js:277
|
#: ../js/ui/components/networkAgent.js:281
|
||||||
#: ../js/ui/components/networkAgent.js:287
|
#: ../js/ui/components/networkAgent.js:291
|
||||||
msgid "Password: "
|
msgid "Password: "
|
||||||
msgstr "密碼: "
|
msgstr "密碼: "
|
||||||
|
|
||||||
#. static WEP
|
#. static WEP
|
||||||
#: ../js/ui/components/networkAgent.js:223
|
#: ../js/ui/components/networkAgent.js:227
|
||||||
msgid "Key: "
|
msgid "Key: "
|
||||||
msgstr "金鑰:"
|
msgstr "金鑰:"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:261
|
#: ../js/ui/components/networkAgent.js:265
|
||||||
msgid "Identity: "
|
msgid "Identity: "
|
||||||
msgstr "識別:"
|
msgstr "識別:"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:263
|
#: ../js/ui/components/networkAgent.js:267
|
||||||
msgid "Private key password: "
|
msgid "Private key password: "
|
||||||
msgstr "私密金鑰密碼:"
|
msgstr "私密金鑰密碼:"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:275
|
#: ../js/ui/components/networkAgent.js:279
|
||||||
msgid "Service: "
|
msgid "Service: "
|
||||||
msgstr "服務:"
|
msgstr "服務:"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:304
|
#: ../js/ui/components/networkAgent.js:308
|
||||||
msgid "Authentication required by wireless network"
|
msgid "Authentication required by wireless network"
|
||||||
msgstr "無線網路所需要的驗證"
|
msgstr "無線網路所需要的核對"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:305
|
#: ../js/ui/components/networkAgent.js:309
|
||||||
#, c-format
|
#, c-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:309
|
#: ../js/ui/components/networkAgent.js:313
|
||||||
msgid "Wired 802.1X authentication"
|
msgid "Wired 802.1X authentication"
|
||||||
msgstr "有線網路 802.1X 驗證"
|
msgstr "有線網路 802.1X 核對"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:311
|
#: ../js/ui/components/networkAgent.js:315
|
||||||
msgid "Network name: "
|
msgid "Network name: "
|
||||||
msgstr "網路名稱:"
|
msgstr "網路名稱:"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:316
|
#: ../js/ui/components/networkAgent.js:320
|
||||||
msgid "DSL authentication"
|
msgid "DSL authentication"
|
||||||
msgstr "DSL 驗證"
|
msgstr "DSL 核對"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:323
|
#: ../js/ui/components/networkAgent.js:327
|
||||||
msgid "PIN code required"
|
msgid "PIN code required"
|
||||||
msgstr "需要 PIN 碼"
|
msgstr "需要 PIN 碼"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:324
|
#: ../js/ui/components/networkAgent.js:328
|
||||||
msgid "PIN code is needed for the mobile broadband device"
|
msgid "PIN code is needed for the mobile broadband device"
|
||||||
msgstr "這個行動寬頻裝置需要 PIN 碼"
|
msgstr "這個行動寬頻裝置需要 PIN 碼"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:325
|
#: ../js/ui/components/networkAgent.js:329
|
||||||
msgid "PIN: "
|
msgid "PIN: "
|
||||||
msgstr "PIN: "
|
msgstr "PIN: "
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:331
|
#: ../js/ui/components/networkAgent.js:335
|
||||||
msgid "Mobile broadband network password"
|
msgid "Mobile broadband network password"
|
||||||
msgstr "行動寬頻網路密碼"
|
msgstr "行動寬頻網路密碼"
|
||||||
|
|
||||||
#: ../js/ui/components/networkAgent.js:332
|
#: ../js/ui/components/networkAgent.js:336
|
||||||
#, c-format
|
#, c-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/polkitAgent.js:54
|
#: ../js/ui/components/polkitAgent.js:54
|
||||||
msgid "Authentication Required"
|
msgid "Authentication Required"
|
||||||
msgstr "要求驗證"
|
msgstr "要求核對"
|
||||||
|
|
||||||
#: ../js/ui/components/polkitAgent.js:92
|
#: ../js/ui/components/polkitAgent.js:92
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
@ -655,7 +656,7 @@ msgstr "系統管理員"
|
|||||||
|
|
||||||
#: ../js/ui/components/polkitAgent.js:170
|
#: ../js/ui/components/polkitAgent.js:170
|
||||||
msgid "Authenticate"
|
msgid "Authenticate"
|
||||||
msgstr "驗證"
|
msgstr "核對"
|
||||||
|
|
||||||
#. Translators: "that didn't work" refers to the fact that the
|
#. Translators: "that didn't work" refers to the fact that the
|
||||||
#. * requested authentication was not gained; this can happen
|
#. * requested authentication was not gained; this can happen
|
||||||
@ -791,7 +792,7 @@ msgstr "網路錯誤"
|
|||||||
|
|
||||||
#: ../js/ui/components/telepathyClient.js:1303
|
#: ../js/ui/components/telepathyClient.js:1303
|
||||||
msgid "Authentication failed"
|
msgid "Authentication failed"
|
||||||
msgstr "驗證失敗"
|
msgstr "核對失敗"
|
||||||
|
|
||||||
#: ../js/ui/components/telepathyClient.js:1305
|
#: ../js/ui/components/telepathyClient.js:1305
|
||||||
msgid "Encryption error"
|
msgid "Encryption error"
|
||||||
@ -1318,7 +1319,7 @@ msgstr[0] "%d 已連線的裝置"
|
|||||||
#: ../js/ui/status/bluetooth.js:100 ../js/ui/status/bluetooth.js:128
|
#: ../js/ui/status/bluetooth.js:100 ../js/ui/status/bluetooth.js:128
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Authorization request from %s"
|
msgid "Authorization request from %s"
|
||||||
msgstr "來自「%s」的驗證要求"
|
msgstr "來自「%s」的核對要求"
|
||||||
|
|
||||||
#: ../js/ui/status/bluetooth.js:106 ../js/ui/status/bluetooth.js:171
|
#: ../js/ui/status/bluetooth.js:106 ../js/ui/status/bluetooth.js:171
|
||||||
#: ../js/ui/status/bluetooth.js:202
|
#: ../js/ui/status/bluetooth.js:202
|
||||||
@ -1423,7 +1424,7 @@ 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:375 ../js/ui/status/network.js:1103
|
#: ../js/ui/status/network.js:375 ../js/ui/status/network.js:1103
|
||||||
msgid "authentication required"
|
msgid "authentication required"
|
||||||
msgstr "要求驗證"
|
msgstr "要求核對"
|
||||||
|
|
||||||
#. Translators: this is for devices that require some kind of firmware or kernel
|
#. Translators: this is for devices that require some kind of firmware or kernel
|
||||||
#. module, which is missing
|
#. module, which is missing
|
||||||
@ -1465,15 +1466,15 @@ msgstr "開啟"
|
|||||||
msgid "VPN"
|
msgid "VPN"
|
||||||
msgstr "VPN"
|
msgstr "VPN"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:1306
|
#: ../js/ui/status/network.js:1307
|
||||||
msgid "Network Manager"
|
msgid "Network Manager"
|
||||||
msgstr "網路管理員"
|
msgstr "網路管理員"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:1345
|
#: ../js/ui/status/network.js:1346
|
||||||
msgid "Connection failed"
|
msgid "Connection failed"
|
||||||
msgstr "連線失敗"
|
msgstr "連線失敗"
|
||||||
|
|
||||||
#: ../js/ui/status/network.js:1346
|
#: ../js/ui/status/network.js:1347
|
||||||
msgid "Activation of network connection failed"
|
msgid "Activation of network connection failed"
|
||||||
msgstr "啟動網路連線失敗"
|
msgstr "啟動網路連線失敗"
|
||||||
|
|
||||||
@ -1662,4 +1663,4 @@ msgstr "密碼不能為空白"
|
|||||||
|
|
||||||
#: ../src/shell-polkit-authentication-agent.c:343
|
#: ../src/shell-polkit-authentication-agent.c:343
|
||||||
msgid "Authentication dialog was dismissed by the user"
|
msgid "Authentication dialog was dismissed by the user"
|
||||||
msgstr "驗證對話盒被使用者取消了"
|
msgstr "核對對話盒被使用者取消了"
|
||||||
|
Reference in New Issue
Block a user