summaryrefslogtreecommitdiff
path: root/po/sk.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/sk.po')
-rw-r--r--po/sk.po366
1 files changed, 218 insertions, 148 deletions
diff --git a/po/sk.po b/po/sk.po
index 4655d551..ae7d5fb4 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: flatpak master\n"
"Report-Msgid-Bugs-To: https://github.com/flatpak/flatpak/issues\n"
-"POT-Creation-Date: 2023-02-06 17:11+0000\n"
+"POT-Creation-Date: 2023-02-27 12:31+0000\n"
"PO-Revision-Date: 2017-01-23 18:19+0100\n"
"Last-Translator: Dušan Kazik <prescott66@gmail.com>\n"
"Language-Team: Slovak <gnome-sk-list@gnome.org>\n"
@@ -135,7 +135,7 @@ msgstr ""
#: app/flatpak-builtins-document-unexport.c:70
#: app/flatpak-builtins-history.c:480 app/flatpak-builtins-info.c:130
#: app/flatpak-builtins-install.c:147 app/flatpak-builtins-install.c:216
-#: app/flatpak-builtins-list.c:404 app/flatpak-builtins-make-current.c:72
+#: app/flatpak-builtins-list.c:420 app/flatpak-builtins-make-current.c:72
#: app/flatpak-builtins-override.c:73
#: app/flatpak-builtins-permission-list.c:157
#: app/flatpak-builtins-permission-remove.c:132
@@ -159,14 +159,14 @@ msgid "'%s' is not a valid repository: "
msgstr "„%s“ nie je platným repozitárom"
#: app/flatpak-builtins-build-bundle.c:660 app/flatpak-builtins-build-sign.c:87
-#: common/flatpak-dir.c:13070
+#: common/flatpak-dir.c:13075
#, c-format
msgid "'%s' is not a valid name: %s"
msgstr "„%s“ nie je platným názvom: %s"
#: app/flatpak-builtins-build-bundle.c:663
#: app/flatpak-builtins-build-export.c:864 app/flatpak-builtins-build-sign.c:90
-#: common/flatpak-dir.c:13076
+#: common/flatpak-dir.c:13081
#, c-format
msgid "'%s' is not a valid branch name: %s"
msgstr "„%s“ nie je platným názvom vetvy: %s"
@@ -256,7 +256,7 @@ msgstr ""
msgid "Missing '=' in bind mount option '%s'"
msgstr ""
-#: app/flatpak-builtins-build.c:606 common/flatpak-run.c:4768
+#: app/flatpak-builtins-build.c:606 common/flatpak-run.c:4769
msgid "Unable to start app"
msgstr "Nie je možné spustiť aplikáciu"
@@ -2168,7 +2168,17 @@ msgstr ""
msgid "Show options"
msgstr "Zobrazí voľby pomocníka"
-#: app/flatpak-builtins-list.c:393
+#: app/flatpak-builtins-list.c:179
+#, fuzzy, c-format
+msgid "Unable to load details of %s: %s"
+msgstr "Zlyhalo čítanie začlenenia %s: "
+
+#: app/flatpak-builtins-list.c:189
+#, c-format
+msgid "Unable to inspect current version of %s: %s"
+msgstr ""
+
+#: app/flatpak-builtins-list.c:409
msgid " - List installed apps and/or runtimes"
msgstr ""
@@ -2490,7 +2500,7 @@ msgstr ""
msgid "Can't load uri %s: %s\n"
msgstr ""
-#: app/flatpak-builtins-remote-add.c:269 common/flatpak-dir.c:3963
+#: app/flatpak-builtins-remote-add.c:269 common/flatpak-dir.c:3968
#, c-format
msgid "Can't load file %s: %s\n"
msgstr ""
@@ -4245,15 +4255,15 @@ msgstr "Zlyhalo čítanie začlenenia %s: "
msgid "Error: Failed to uninstall %s: %s\n"
msgstr "Inštalovanie: %s\n"
-#: app/flatpak-quiet-transaction.c:166 common/flatpak-dir.c:10327
+#: app/flatpak-quiet-transaction.c:166 common/flatpak-dir.c:10332
#, fuzzy, c-format
msgid "%s already installed"
msgstr "Aplikácia %s vetva %s je už nainštalovaná"
-#: app/flatpak-quiet-transaction.c:168 common/flatpak-dir.c:2965
-#: common/flatpak-dir.c:3664 common/flatpak-dir.c:15675
-#: common/flatpak-dir.c:15965 common/flatpak-transaction.c:2667
-#: common/flatpak-transaction.c:2715 common/flatpak-utils.c:1193
+#: app/flatpak-quiet-transaction.c:168 common/flatpak-dir.c:2970
+#: common/flatpak-dir.c:3669 common/flatpak-dir.c:15680
+#: common/flatpak-dir.c:15970 common/flatpak-transaction.c:2674
+#: common/flatpak-transaction.c:2729 common/flatpak-utils.c:1193
#: common/flatpak-utils.c:1286
#, c-format
msgid "%s not installed"
@@ -4509,6 +4519,30 @@ msgstr "NÁZOV_SÚBORU"
msgid "Don't require a running session (no cgroups creation)"
msgstr ""
+#: common/flatpak-context.c:2483
+#, c-format
+msgid "Not replacing \"%s\" with tmpfs: %s"
+msgstr ""
+
+#: common/flatpak-context.c:2491
+#, c-format
+msgid "Not sharing \"%s\" with sandbox: %s"
+msgstr ""
+
+#. Even if the error is one that we would normally silence, like
+#. * the path not existing, it seems reasonable to make more of a fuss
+#. * about the home directory not existing or otherwise being unusable,
+#. * so this is intentionally not using cannot_export()
+#: common/flatpak-context.c:2587
+#, c-format
+msgid "Not allowing home directory access: %s"
+msgstr ""
+
+#: common/flatpak-context.c:2806
+#, fuzzy, c-format
+msgid "Unable to provide a temporary home directory in the sandbox: %s"
+msgstr "Zlyhalo čítanie začlenenia %s: "
+
#: common/flatpak-dir.c:399
#, c-format
msgid "Configured collection ID ‘%s’ not in summary file"
@@ -4559,7 +4593,7 @@ msgstr "NÁZOV [UMIESTNENIE] - Pridanie vzdialeného repozitára"
msgid "Couldn't find ref %s in remote %s"
msgstr "Nedá sa nájsť %s vo vzdialenom repozitári %s"
-#: common/flatpak-dir.c:1105 common/flatpak-dir.c:5895
+#: common/flatpak-dir.c:1105 common/flatpak-dir.c:5900
#: common/flatpak-utils.c:6933 common/flatpak-utils.c:6938
msgid "Image is not a manifest"
msgstr ""
@@ -4574,8 +4608,8 @@ msgstr ""
msgid "Configured collection ID ‘%s’ not in binding metadata"
msgstr ""
-#: common/flatpak-dir.c:1266 common/flatpak-dir.c:4883
-#: common/flatpak-dir.c:5804 common/flatpak-dir.c:5872
+#: common/flatpak-dir.c:1266 common/flatpak-dir.c:4888
+#: common/flatpak-dir.c:5809 common/flatpak-dir.c:5877
#, fuzzy, c-format
msgid "Couldn't find latest checksum for ref %s in remote %s"
msgstr "Nedá sa nájsť %s vo vzdialenom repozitári %s"
@@ -4604,420 +4638,460 @@ msgstr "Inštalovanie: %s\n"
msgid "System (%s) installation"
msgstr "Inštalovanie: %s\n"
-#: common/flatpak-dir.c:2819
+#: common/flatpak-dir.c:2820
#, c-format
msgid "No overrides found for %s"
msgstr ""
-#: common/flatpak-dir.c:2968
+#: common/flatpak-dir.c:2973
#, fuzzy, c-format
msgid "%s (commit %s) not installed"
msgstr "Aplikácia %s %s nie je nainštalovaná"
-#: common/flatpak-dir.c:3970
+#: common/flatpak-dir.c:3975
#, fuzzy, c-format
msgid "Error parsing system flatpakrepo file for %s: %s"
msgstr ""
"Chyba počas aktualizácie metaúdajov navyše pre „%s“: %s\n"
"\n"
-#: common/flatpak-dir.c:4045
+#: common/flatpak-dir.c:4050
#, c-format
msgid "While opening repository %s: "
msgstr "Počas otvárania repozitára %s: "
-#: common/flatpak-dir.c:4306
+#: common/flatpak-dir.c:4311
#, c-format
msgid "The config key %s is not set"
msgstr ""
-#: common/flatpak-dir.c:4439
+#: common/flatpak-dir.c:4444
#, c-format
msgid "No current %s pattern matching %s"
msgstr ""
-#: common/flatpak-dir.c:4661
+#: common/flatpak-dir.c:4666
msgid "No appstream commit to deploy"
msgstr ""
-#: common/flatpak-dir.c:5179 common/flatpak-dir.c:6229
-#: common/flatpak-dir.c:9752 common/flatpak-dir.c:10469
+#: common/flatpak-dir.c:5184 common/flatpak-dir.c:6234
+#: common/flatpak-dir.c:9757 common/flatpak-dir.c:10474
msgid "Can't pull from untrusted non-gpg verified remote"
msgstr ""
-#: common/flatpak-dir.c:5591 common/flatpak-dir.c:5628
+#: common/flatpak-dir.c:5596 common/flatpak-dir.c:5633
msgid "Extra data not supported for non-gpg-verified local system installs"
msgstr ""
-#: common/flatpak-dir.c:5657
+#: common/flatpak-dir.c:5662
#, fuzzy, c-format
msgid "Invalid checksum for extra data uri %s"
msgstr "Nesprávna veľkosť pre údaje navyše %s"
-#: common/flatpak-dir.c:5662
+#: common/flatpak-dir.c:5667
#, c-format
msgid "Empty name for extra data uri %s"
msgstr ""
-#: common/flatpak-dir.c:5669
+#: common/flatpak-dir.c:5674
#, c-format
msgid "Unsupported extra data uri %s"
msgstr ""
-#: common/flatpak-dir.c:5683
+#: common/flatpak-dir.c:5688
#, fuzzy, c-format
msgid "Failed to load local extra-data %s: %s"
msgstr "Zlyhalo čítanie začlenenia %s: "
-#: common/flatpak-dir.c:5686
+#: common/flatpak-dir.c:5691
#, fuzzy, c-format
msgid "Wrong size for extra-data %s"
msgstr "Nesprávna veľkosť pre údaje navyše %s"
-#: common/flatpak-dir.c:5701
+#: common/flatpak-dir.c:5706
#, fuzzy, c-format
msgid "While downloading %s: "
msgstr "Počas otvárania repozitára %s: "
-#: common/flatpak-dir.c:5708
+#: common/flatpak-dir.c:5713
#, c-format
msgid "Wrong size for extra data %s"
msgstr "Nesprávna veľkosť pre údaje navyše %s"
-#: common/flatpak-dir.c:5717
+#: common/flatpak-dir.c:5722
#, c-format
msgid "Invalid checksum for extra data %s"
msgstr ""
-#: common/flatpak-dir.c:5812 common/flatpak-dir.c:8604
-#: common/flatpak-dir.c:10347
+#: common/flatpak-dir.c:5817 common/flatpak-dir.c:8609
+#: common/flatpak-dir.c:10352
#, fuzzy, c-format
msgid "%s commit %s already installed"
msgstr "Aplikácia %s vetva %s je už nainštalovaná"
-#: common/flatpak-dir.c:6059 common/flatpak-dir.c:6312
+#: common/flatpak-dir.c:6064 common/flatpak-dir.c:6317
#, c-format
msgid "While pulling %s from remote %s: "
msgstr ""
-#: common/flatpak-dir.c:6253 common/flatpak-utils.c:6830
+#: common/flatpak-dir.c:6258 common/flatpak-utils.c:6830
msgid "GPG signatures found, but none are in trusted keyring"
msgstr ""
-#: common/flatpak-dir.c:6270
+#: common/flatpak-dir.c:6275
#, c-format
msgid "Commit for ‘%s’ has no ref binding"
msgstr ""
-#: common/flatpak-dir.c:6275
+#: common/flatpak-dir.c:6280
#, c-format
msgid "Commit for ‘%s’ is not in expected bound refs: %s"
msgstr ""
-#: common/flatpak-dir.c:6451
+#: common/flatpak-dir.c:6456
#, fuzzy
msgid "Only applications can be made current"
msgstr "Podpíše aplikáciu alebo prostredie"
-#: common/flatpak-dir.c:7128
+#: common/flatpak-dir.c:7133
msgid "Not enough memory"
msgstr "Nedostatok pamäte"
-#: common/flatpak-dir.c:7147
+#: common/flatpak-dir.c:7152
msgid "Failed to read from exported file"
msgstr "Zlyhalo čítanie z exportovaného súboru"
-#: common/flatpak-dir.c:7337
+#: common/flatpak-dir.c:7342
msgid "Error reading mimetype xml file"
msgstr ""
-#: common/flatpak-dir.c:7342
+#: common/flatpak-dir.c:7347
msgid "Invalid mimetype xml file"
msgstr ""
-#: common/flatpak-dir.c:7431
+#: common/flatpak-dir.c:7436
#, c-format
msgid "D-Bus service file '%s' has wrong name"
msgstr ""
-#: common/flatpak-dir.c:7574
+#: common/flatpak-dir.c:7579
#, fuzzy, c-format
msgid "Invalid Exec argument %s"
msgstr "Neplatný identifikátor pid %s"
-#: common/flatpak-dir.c:8040
+#: common/flatpak-dir.c:8045
msgid "While getting detached metadata: "
msgstr ""
-#: common/flatpak-dir.c:8045 common/flatpak-dir.c:8050
-#: common/flatpak-dir.c:8054
+#: common/flatpak-dir.c:8050 common/flatpak-dir.c:8055
+#: common/flatpak-dir.c:8059
msgid "Extra data missing in detached metadata"
msgstr ""
-#: common/flatpak-dir.c:8058
+#: common/flatpak-dir.c:8063
msgid "While creating extradir: "
msgstr ""
-#: common/flatpak-dir.c:8079 common/flatpak-dir.c:8112
+#: common/flatpak-dir.c:8084 common/flatpak-dir.c:8117
msgid "Invalid checksum for extra data"
msgstr ""
-#: common/flatpak-dir.c:8108
+#: common/flatpak-dir.c:8113
msgid "Wrong size for extra data"
msgstr ""
-#: common/flatpak-dir.c:8121
+#: common/flatpak-dir.c:8126
#, c-format
msgid "While writing extra data file '%s': "
msgstr ""
-#: common/flatpak-dir.c:8129
+#: common/flatpak-dir.c:8134
#, c-format
msgid "Extra data %s missing in detached metadata"
msgstr ""
-#: common/flatpak-dir.c:8323
+#: common/flatpak-dir.c:8328
#, c-format
msgid "apply_extra script failed, exit status %d"
msgstr ""
#. Translators: The placeholder is for an app ref.
-#: common/flatpak-dir.c:8489
+#: common/flatpak-dir.c:8494
#, c-format
msgid "Installing %s is not allowed by the policy set by your administrator"
msgstr ""
-#: common/flatpak-dir.c:8580
+#: common/flatpak-dir.c:8585
#, c-format
msgid "While trying to resolve ref %s: "
msgstr ""
-#: common/flatpak-dir.c:8592
+#: common/flatpak-dir.c:8597
#, c-format
msgid "%s is not available"
msgstr "Aplikácia %s nie je dostupná"
-#: common/flatpak-dir.c:8611
+#: common/flatpak-dir.c:8616
msgid "Can't create deploy directory"
msgstr ""
-#: common/flatpak-dir.c:8619
+#: common/flatpak-dir.c:8624
#, c-format
msgid "Failed to read commit %s: "
msgstr "Zlyhalo čítanie začlenenia %s: "
-#: common/flatpak-dir.c:8639
+#: common/flatpak-dir.c:8644
#, c-format
msgid "While trying to checkout %s into %s: "
msgstr ""
-#: common/flatpak-dir.c:8658
+#: common/flatpak-dir.c:8663
msgid "While trying to checkout metadata subpath: "
msgstr ""
-#: common/flatpak-dir.c:8689
+#: common/flatpak-dir.c:8694
#, c-format
msgid "While trying to checkout subpath ‘%s’: "
msgstr ""
-#: common/flatpak-dir.c:8699
+#: common/flatpak-dir.c:8704
msgid "While trying to remove existing extra dir: "
msgstr "Počas pokusu o odstránenie existujúceho adresára navyše: "
-#: common/flatpak-dir.c:8710
+#: common/flatpak-dir.c:8715
msgid "While trying to apply extra data: "
msgstr "Počas pokusu o aplikáciu údajov navyše: "
-#: common/flatpak-dir.c:8737
+#: common/flatpak-dir.c:8742
#, fuzzy, c-format
msgid "Invalid commit ref %s: "
msgstr "Neplatný identifikátor pid %s"
-#: common/flatpak-dir.c:8745 common/flatpak-dir.c:8757
+#: common/flatpak-dir.c:8750 common/flatpak-dir.c:8762
#, c-format
msgid "Deployed ref %s does not match commit (%s)"
msgstr ""
-#: common/flatpak-dir.c:8751
+#: common/flatpak-dir.c:8756
#, c-format
msgid "Deployed ref %s branch does not match commit (%s)"
msgstr ""
-#: common/flatpak-dir.c:9010 common/flatpak-installation.c:1909
+#: common/flatpak-dir.c:9015 common/flatpak-installation.c:1909
#, c-format
msgid "%s branch %s already installed"
msgstr "Aplikácia %s vetva %s je už nainštalovaná"
-#: common/flatpak-dir.c:9856
+#: common/flatpak-dir.c:9861
#, c-format
msgid "Could not unmount revokefs-fuse filesystem at %s: "
msgstr ""
-#: common/flatpak-dir.c:10143
+#: common/flatpak-dir.c:10148
#, c-format
msgid "This version of %s is already installed"
msgstr "Táto verzia aplikácie %s je už nainštalovaná"
-#: common/flatpak-dir.c:10150
+#: common/flatpak-dir.c:10155
msgid "Can't change remote during bundle install"
msgstr ""
-#: common/flatpak-dir.c:10422
+#: common/flatpak-dir.c:10427
msgid "Can't update to a specific commit without root permissions"
msgstr ""
-#: common/flatpak-dir.c:10702
+#: common/flatpak-dir.c:10707
#, c-format
msgid "Can't remove %s, it is needed for: %s"
msgstr ""
-#: common/flatpak-dir.c:10758 common/flatpak-installation.c:2065
+#: common/flatpak-dir.c:10763 common/flatpak-installation.c:2065
#, c-format
msgid "%s branch %s is not installed"
msgstr "Aplikácia %s vetva %s nie je nainštalovaná"
-#: common/flatpak-dir.c:11011
+#: common/flatpak-dir.c:11016
#, fuzzy, c-format
msgid "%s commit %s not installed"
msgstr "Aplikácia %s %s nie je nainštalovaná"
-#: common/flatpak-dir.c:11347
+#: common/flatpak-dir.c:11352
#, c-format
msgid "Pruning repo failed: %s"
msgstr ""
-#: common/flatpak-dir.c:11515 common/flatpak-dir.c:11521
+#: common/flatpak-dir.c:11520 common/flatpak-dir.c:11526
#, fuzzy, c-format
msgid "Failed to load filter '%s'"
msgstr "Zlyhalo čítanie začlenenia %s: "
-#: common/flatpak-dir.c:11527
+#: common/flatpak-dir.c:11532
#, fuzzy, c-format
msgid "Failed to parse filter '%s'"
msgstr "Zlyhalo čítanie začlenenia %s: "
-#: common/flatpak-dir.c:11809
+#: common/flatpak-dir.c:11814
#, fuzzy
msgid "Failed to write summary cache: "
msgstr "Zlyhalo vytvorenie dočasného súboru"
-#: common/flatpak-dir.c:11828
+#: common/flatpak-dir.c:11833
#, fuzzy, c-format
msgid "No oci summary cached for remote '%s'"
msgstr "Aplikácia %s vetva %s je už nainštalovaná"
-#: common/flatpak-dir.c:12053
+#: common/flatpak-dir.c:12058
#, fuzzy, c-format
msgid "No cached summary for remote '%s'"
msgstr "Aplikácia %s vetva %s je už nainštalovaná"
-#: common/flatpak-dir.c:12094
+#: common/flatpak-dir.c:12099
#, fuzzy, c-format
msgid "Invalid checksum for indexed summary %s read from %s"
msgstr "Nesprávna veľkosť pre údaje navyše %s"
-#: common/flatpak-dir.c:12167
+#: common/flatpak-dir.c:12172
#, c-format
msgid ""
"Remote listing for %s not available; server has no summary file. Check the "
"URL passed to remote-add was valid."
msgstr ""
-#: common/flatpak-dir.c:12542
+#: common/flatpak-dir.c:12547
#, fuzzy, c-format
msgid "Invalid checksum for indexed summary %s for remote '%s'"
msgstr "Nesprávna veľkosť pre údaje navyše %s"
-#: common/flatpak-dir.c:13165
+#: common/flatpak-dir.c:13170
#, c-format
msgid "Multiple branches available for %s, you must specify one of: "
msgstr ""
-#: common/flatpak-dir.c:13231
+#: common/flatpak-dir.c:13236
#, c-format
msgid "Nothing matches %s"
msgstr "Nič nevyhovuje názvu %s"
-#: common/flatpak-dir.c:13339
+#: common/flatpak-dir.c:13344
#, fuzzy, c-format
msgid "Can't find ref %s%s%s%s%s"
msgstr "Nedá sa nájsť %s%s%s%s%s vo vzdialenom repozitári %s"
-#: common/flatpak-dir.c:13382
+#: common/flatpak-dir.c:13387
#, c-format
msgid "Error searching remote %s: %s"
msgstr ""
-#: common/flatpak-dir.c:13479
+#: common/flatpak-dir.c:13484
#, c-format
msgid "Error searching local repository: %s"
msgstr ""
-#: common/flatpak-dir.c:13616
+#: common/flatpak-dir.c:13621
#, fuzzy, c-format
msgid "%s/%s/%s not installed"
msgstr "Aplikácia %s %s nie je nainštalovaná"
-#: common/flatpak-dir.c:13819
+#: common/flatpak-dir.c:13824
#, c-format
msgid "Could not find installation %s"
msgstr "Nepodarilo sa nájsť inštaláciu %s"
-#: common/flatpak-dir.c:14363
+#: common/flatpak-dir.c:14368
#, fuzzy, c-format
msgid "Invalid file format, no %s group"
msgstr "Neplatný identifikátor pid %s"
-#: common/flatpak-dir.c:14368 common/flatpak-utils.c:2335
+#: common/flatpak-dir.c:14373 common/flatpak-utils.c:2335
#, c-format
msgid "Invalid version %s, only 1 supported"
msgstr ""
-#: common/flatpak-dir.c:14373 common/flatpak-dir.c:14378
+#: common/flatpak-dir.c:14378 common/flatpak-dir.c:14383
#, fuzzy, c-format
msgid "Invalid file format, no %s specified"
msgstr "Neplatný identifikátor pid %s"
#. Check some minimal size so we don't get crap
-#: common/flatpak-dir.c:14398
+#: common/flatpak-dir.c:14403
#, fuzzy
msgid "Invalid file format, gpg key invalid"
msgstr "Neplatný identifikátor pid %s"
-#: common/flatpak-dir.c:14426 common/flatpak-utils.c:2408
+#: common/flatpak-dir.c:14431 common/flatpak-utils.c:2408
msgid "Collection ID requires GPG key to be provided"
msgstr ""
-#: common/flatpak-dir.c:14469
+#: common/flatpak-dir.c:14474
#, c-format
msgid "Runtime %s, branch %s is already installed"
msgstr "Prostredie %s, vetva %s je už nainštalovaná"
-#: common/flatpak-dir.c:14470
+#: common/flatpak-dir.c:14475
#, c-format
msgid "App %s, branch %s is already installed"
msgstr "Aplikácia %s, vetva %s je už nainštalovaná"
-#: common/flatpak-dir.c:14704
+#: common/flatpak-dir.c:14709
#, c-format
msgid "Can't remove remote '%s' with installed ref %s (at least)"
msgstr ""
-#: common/flatpak-dir.c:14803
+#: common/flatpak-dir.c:14808
#, fuzzy, c-format
msgid "Invalid character '/' in remote name: %s"
msgstr "Nedá sa nájsť %s vo vzdialenom repozitári %s"
-#: common/flatpak-dir.c:14809
+#: common/flatpak-dir.c:14814
#, c-format
msgid "No configuration for remote %s specified"
msgstr ""
-#: common/flatpak-dir.c:16456
+#: common/flatpak-dir.c:16461
#, fuzzy, c-format
msgid "Skipping deletion of mirror ref (%s, %s)…\n"
msgstr "Neplatný identifikátor pid %s"
+#: common/flatpak-exports.c:906
+msgid "An absolute path is required"
+msgstr ""
+
+#: common/flatpak-exports.c:923
+#, fuzzy, c-format
+msgid "Unable to open path \"%s\": %s"
+msgstr "Zlyhalo čítanie začlenenia %s: "
+
+#: common/flatpak-exports.c:930
+#, fuzzy, c-format
+msgid "Unable to get file type of \"%s\": %s"
+msgstr "Zlyhalo čítanie začlenenia %s: "
+
+#: common/flatpak-exports.c:939
+#, c-format
+msgid "File \"%s\" has unsupported type 0o%o"
+msgstr ""
+
+#: common/flatpak-exports.c:945
+#, c-format
+msgid "Unable to get filesystem information for \"%s\": %s"
+msgstr ""
+
+#: common/flatpak-exports.c:955
+#, c-format
+msgid "Ignoring blocking autofs path \"%s\""
+msgstr ""
+
+#: common/flatpak-exports.c:971 common/flatpak-exports.c:984
+#: common/flatpak-exports.c:997
+#, c-format
+msgid "Path \"%s\" is reserved by Flatpak"
+msgstr ""
+
+#: common/flatpak-exports.c:1051
+#, fuzzy, c-format
+msgid "Unable to resolve symbolic link \"%s\": %s"
+msgstr "Zlyhalo čítanie začlenenia %s: "
+
#: common/flatpak-installation.c:831
#, fuzzy, c-format
msgid "Ref %s not installed"
@@ -5320,90 +5394,90 @@ msgstr ""
msgid "Failed to sync with dbus proxy"
msgstr ""
-#: common/flatpak-run.c:2188
+#: common/flatpak-run.c:2189
msgid "No systemd user session available, cgroups not available"
msgstr ""
-#: common/flatpak-run.c:2681
+#: common/flatpak-run.c:2682
msgid "Unable to allocate instance id"
msgstr ""
-#: common/flatpak-run.c:2817 common/flatpak-run.c:2827
+#: common/flatpak-run.c:2818 common/flatpak-run.c:2828
#, fuzzy, c-format
msgid "Failed to open flatpak-info file: %s"
msgstr "Zlyhalo otvorenie dočasného súboru flatpak-info"
-#: common/flatpak-run.c:2856
+#: common/flatpak-run.c:2857
#, fuzzy, c-format
msgid "Failed to open bwrapinfo.json file: %s"
msgstr "Zlyhalo otvorenie dočasného súboru flatpak-info"
-#: common/flatpak-run.c:2881
+#: common/flatpak-run.c:2882
#, fuzzy, c-format
msgid "Failed to write to instance id fd: %s"
msgstr "Zlyhalo vytvorenie dočasného súboru"
-#: common/flatpak-run.c:3267
+#: common/flatpak-run.c:3268
msgid "Initialize seccomp failed"
msgstr ""
-#: common/flatpak-run.c:3306
+#: common/flatpak-run.c:3307
#, fuzzy, c-format
msgid "Failed to add architecture to seccomp filter: %s"
msgstr "Zlyhal zápis dočasného súboru"
-#: common/flatpak-run.c:3314
+#: common/flatpak-run.c:3315
#, fuzzy, c-format
msgid "Failed to add multiarch architecture to seccomp filter: %s"
msgstr "Zlyhal zápis dočasného súboru"
-#: common/flatpak-run.c:3346 common/flatpak-run.c:3368
+#: common/flatpak-run.c:3347 common/flatpak-run.c:3369
#, fuzzy, c-format
msgid "Failed to block syscall %d: %s"
msgstr "Zlyhalo čítanie začlenenia %s: "
-#: common/flatpak-run.c:3401
+#: common/flatpak-run.c:3402
#, fuzzy, c-format
msgid "Failed to export bpf: %s"
msgstr "Zlyhalo čítanie z exportovaného súboru"
-#: common/flatpak-run.c:3652
+#: common/flatpak-run.c:3653
#, fuzzy, c-format
msgid "Failed to open ‘%s’"
msgstr "Zlyhalo otvorenie dočasného súboru flatpak-info"
-#: common/flatpak-run.c:3938
+#: common/flatpak-run.c:3939
#, c-format
msgid "ldconfig failed, exit status %d"
msgstr ""
-#: common/flatpak-run.c:3945
+#: common/flatpak-run.c:3946
msgid "Can't open generated ld.so.cache"
msgstr ""
#. Translators: The placeholder is for an app ref.
-#: common/flatpak-run.c:4056
+#: common/flatpak-run.c:4057
#, c-format
msgid "Running %s is not allowed by the policy set by your administrator"
msgstr ""
-#: common/flatpak-run.c:4158
+#: common/flatpak-run.c:4159
msgid ""
"\"flatpak run\" is not intended to be run as `sudo flatpak run`. Use `sudo -"
"i` or `su -l` instead and invoke \"flatpak run\" from inside the new shell."
msgstr ""
-#: common/flatpak-run.c:4341
+#: common/flatpak-run.c:4342
#, fuzzy, c-format
msgid "Failed to migrate from %s: %s"
msgstr "Zlyhalo čítanie začlenenia %s: "
-#: common/flatpak-run.c:4356
+#: common/flatpak-run.c:4357
#, c-format
msgid "Failed to migrate old app data directory %s to new name %s: %s"
msgstr ""
-#: common/flatpak-run.c:4365
+#: common/flatpak-run.c:4366
#, fuzzy, c-format
msgid "Failed to create symlink while migrating %s: %s"
msgstr "Zlyhalo čítanie začlenenia %s: "
@@ -5413,120 +5487,120 @@ msgstr "Zlyhalo čítanie začlenenia %s: "
msgid "Warning: Problem looking for related refs: %s"
msgstr ""
-#: common/flatpak-transaction.c:2427
+#: common/flatpak-transaction.c:2434
#, fuzzy, c-format
msgid "The application %s requires the runtime %s which was not found"
msgstr "Na inštaláciu softvéru sa vyžaduje overenie totožnosti"
-#: common/flatpak-transaction.c:2443
+#: common/flatpak-transaction.c:2450
#, fuzzy, c-format
msgid "The application %s requires the runtime %s which is not installed"
msgstr "Na inštaláciu softvéru sa vyžaduje overenie totožnosti"
-#: common/flatpak-transaction.c:2579
+#: common/flatpak-transaction.c:2586
#, c-format
msgid "Can't uninstall %s which is needed by %s"
msgstr ""
-#: common/flatpak-transaction.c:2671
+#: common/flatpak-transaction.c:2678
#, c-format
msgid "Remote %s disabled, ignoring %s update"
msgstr ""
-#: common/flatpak-transaction.c:2704
+#: common/flatpak-transaction.c:2711
#, fuzzy, c-format
msgid "%s is already installed"
msgstr "Aplikácia %s vetva %s je už nainštalovaná"
-#: common/flatpak-transaction.c:2707
+#: common/flatpak-transaction.c:2714
#, fuzzy, c-format
msgid "%s is already installed from remote %s"
msgstr "Aplikácia %s vetva %s je už nainštalovaná"
-#: common/flatpak-transaction.c:2897
+#: common/flatpak-transaction.c:2911
#, fuzzy, c-format
msgid "Invalid .flatpakref: %s"
msgstr "Neplatný identifikátor pid %s"
-#: common/flatpak-transaction.c:3011
+#: common/flatpak-transaction.c:3026
#, fuzzy, c-format
msgid "Error updating remote metadata for '%s': %s"
msgstr ""
"Chyba počas aktualizácie metaúdajov navyše pre „%s“: %s\n"
"\n"
-#: common/flatpak-transaction.c:3500
+#: common/flatpak-transaction.c:3515
#, c-format
msgid ""
"Warning: Treating remote fetch error as non-fatal since %s is already "
"installed: %s"
msgstr ""
-#: common/flatpak-transaction.c:3824
+#: common/flatpak-transaction.c:3839
#, fuzzy, c-format
msgid "No authenticator installed for remote '%s'"
msgstr "Na aktualizáciu softvéru sa vyžaduje overenie totožnosti"
-#: common/flatpak-transaction.c:3928 common/flatpak-transaction.c:3935
+#: common/flatpak-transaction.c:3943 common/flatpak-transaction.c:3950
#, fuzzy, c-format
msgid "Failed to get tokens for ref: %s"
msgstr "Zlyhalo otvorenie súboru temp"
-#: common/flatpak-transaction.c:3930 common/flatpak-transaction.c:3937
+#: common/flatpak-transaction.c:3945 common/flatpak-transaction.c:3952
#, fuzzy
msgid "Failed to get tokens for ref"
msgstr "Zlyhalo otvorenie súboru temp"
-#: common/flatpak-transaction.c:4194
+#: common/flatpak-transaction.c:4209
#, c-format
msgid "Ref %s from %s matches more than one transaction operation"
msgstr ""
-#: common/flatpak-transaction.c:4195 common/flatpak-transaction.c:4205
+#: common/flatpak-transaction.c:4210 common/flatpak-transaction.c:4220
#, fuzzy
msgid "any remote"
msgstr "Žiadny vzdialený repozitár %s"
-#: common/flatpak-transaction.c:4204
+#: common/flatpak-transaction.c:4219
#, c-format
msgid "No transaction operation found for ref %s from %s"
msgstr ""
-#: common/flatpak-transaction.c:4327
+#: common/flatpak-transaction.c:4342
#, c-format
msgid "Flatpakrepo URL %s not file, HTTP or HTTPS"
msgstr ""
-#: common/flatpak-transaction.c:4333
+#: common/flatpak-transaction.c:4348
#, fuzzy, c-format
msgid "Can't load dependent file %s: "
msgstr "Objektov celkom: %u\n"
-#: common/flatpak-transaction.c:4341
+#: common/flatpak-transaction.c:4356
#, fuzzy, c-format
msgid "Invalid .flatpakrepo: %s"
msgstr "Neplatný identifikátor pid %s"
-#: common/flatpak-transaction.c:4988
+#: common/flatpak-transaction.c:5010
msgid "Transaction already executed"
msgstr ""
-#: common/flatpak-transaction.c:5003
+#: common/flatpak-transaction.c:5025
msgid ""
"Refusing to operate on a user installation as root! This can lead to "
"incorrect file ownership and permission errors."
msgstr ""
-#: common/flatpak-transaction.c:5095 common/flatpak-transaction.c:5108
+#: common/flatpak-transaction.c:5117 common/flatpak-transaction.c:5130
msgid "Aborted by user"
msgstr ""
-#: common/flatpak-transaction.c:5133
+#: common/flatpak-transaction.c:5155
#, c-format
msgid "Skipping %s due to previous error"
msgstr ""
-#: common/flatpak-transaction.c:5187
+#: common/flatpak-transaction.c:5209
#, c-format
msgid "Aborted due to failure (%s)"
msgstr ""
@@ -6033,10 +6107,6 @@ msgstr "Na inštaláciu softvéru sa vyžaduje overenie totožnosti"
#~ msgstr "Požadované rozšírenie %s je nainštalované iba čiastočne"
#, fuzzy, c-format
-#~ msgid "Unable to load metadata from remote %s: %s"
-#~ msgstr "Zlyhalo čítanie začlenenia %s: "
-
-#, fuzzy, c-format
#~ msgid "No such ref (%s, %s) in remote %s"
#~ msgstr "Nedá sa nájsť %s vo vzdialenom repozitári %s"