Warning, /sdk/dolphin-plugins/po/da/fileviewgitplugin.po is written in an unsupported language. File is not indexed.

0001 # Copyright (C) YEAR This_file_is_part_of_KDE
0002 # This file is distributed under the same license as the PACKAGE package.
0003 #
0004 # Martin Schlander <mschlander@opensuse.org>, 2010, 2011, 2012, 2015, 2016, 2020.
0005 msgid ""
0006 msgstr ""
0007 "Project-Id-Version: \n"
0008 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
0009 "POT-Creation-Date: 2023-11-09 01:39+0000\n"
0010 "PO-Revision-Date: 2020-07-27 22:10+0200\n"
0011 "Last-Translator: Martin Schlander <mschlander@opensuse.org>\n"
0012 "Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
0013 "Language: da\n"
0014 "MIME-Version: 1.0\n"
0015 "Content-Type: text/plain; charset=UTF-8\n"
0016 "Content-Transfer-Encoding: 8bit\n"
0017 "X-Generator: Lokalize 20.04.2\n"
0018 "Plural-Forms: nplurals=2; plural=n != 1;\n"
0019 
0020 #: checkoutdialog.cpp:30
0021 #, kde-kuit-format
0022 msgctxt "@title:window"
0023 msgid "<application>Git</application> Checkout"
0024 msgstr "<application>Git</application> checkout"
0025 
0026 #: checkoutdialog.cpp:41
0027 #, kde-format
0028 msgctxt "@action:button"
0029 msgid "Checkout"
0030 msgstr "Checkout"
0031 
0032 #: checkoutdialog.cpp:54
0033 #, kde-format
0034 msgctxt "@option:radio Git Checkout"
0035 msgid "Branch:"
0036 msgstr "Branch:"
0037 
0038 #: checkoutdialog.cpp:61
0039 #, kde-format
0040 msgctxt "@option:radio Git Checkout"
0041 msgid "Tag:"
0042 msgstr "Tag:"
0043 
0044 #: checkoutdialog.cpp:71 pushdialog.cpp:80
0045 #, kde-format
0046 msgctxt "@title:group"
0047 msgid "Options"
0048 msgstr "Tilvalg"
0049 
0050 #: checkoutdialog.cpp:76
0051 #, kde-format
0052 msgctxt "@option:check"
0053 msgid "Create New Branch: "
0054 msgstr "Opret ny branch: "
0055 
0056 #: checkoutdialog.cpp:77
0057 #, kde-format
0058 msgctxt "@info:tooltip"
0059 msgid "Create a new branch based on a selected branch or tag."
0060 msgstr "Opret en ny branch baseret på en valgt branch eller et tag."
0061 
0062 #: checkoutdialog.cpp:92 pushdialog.cpp:83
0063 #, kde-format
0064 msgctxt "@option:check"
0065 msgid "Force"
0066 msgstr "Gennemtving"
0067 
0068 #: checkoutdialog.cpp:93
0069 #, kde-format
0070 msgctxt "@info:tooltip"
0071 msgid "Discard local changes."
0072 msgstr "Kassér lokale ændringer."
0073 
0074 #: checkoutdialog.cpp:125
0075 #, kde-format
0076 msgctxt "@info:tooltip"
0077 msgid "There are no tags in this repository."
0078 msgstr "Der er ingen tags i dette depot."
0079 
0080 #: checkoutdialog.cpp:185
0081 #, kde-format
0082 msgctxt "@title:group"
0083 msgid "Branch Base"
0084 msgstr "Branch base"
0085 
0086 #: checkoutdialog.cpp:186
0087 #, kde-format
0088 msgctxt "@title:group"
0089 msgid "Checkout"
0090 msgstr "Checkout"
0091 
0092 #: checkoutdialog.cpp:206
0093 #, kde-format
0094 msgctxt "@info:tooltip"
0095 msgid "You must enter a valid name for the new branch first."
0096 msgstr "Du skal angive et gyldigt navn til den nye branch først."
0097 
0098 #: checkoutdialog.cpp:213
0099 #, kde-format
0100 msgctxt "@info:tooltip"
0101 msgid "A branch with the name '%1' already exists."
0102 msgstr "En branch med navnet \"%1\" findes allerede."
0103 
0104 #: checkoutdialog.cpp:220
0105 #, kde-format
0106 msgctxt "@info:tooltip"
0107 msgid "Branch names may not contain any whitespace."
0108 msgstr "Branch-navne må ikke indeholde mellemrum."
0109 
0110 #: checkoutdialog.cpp:227
0111 #, kde-format
0112 msgctxt "@info:tooltip"
0113 msgid "You must select a valid branch first."
0114 msgstr "Du skal første vælge en gyldig branch."
0115 
0116 #: checkoutdialog.cpp:248
0117 #, kde-format
0118 msgctxt ""
0119 "@item:intext Prepended to the current branch name to get the default name "
0120 "for a newly created branch"
0121 msgid "branch"
0122 msgstr "branch"
0123 
0124 #: commitdialog.cpp:26
0125 #, kde-kuit-format
0126 msgctxt "@title:window"
0127 msgid "<application>Git</application> Commit"
0128 msgstr "<application>Git</application> commit"
0129 
0130 #: commitdialog.cpp:37
0131 #, kde-format
0132 msgctxt "@action:button"
0133 msgid "Commit"
0134 msgstr "Commit"
0135 
0136 #: commitdialog.cpp:46
0137 #, kde-format
0138 msgctxt "@title:group"
0139 msgid "Commit message"
0140 msgstr "Commit-besked"
0141 
0142 #: commitdialog.cpp:63
0143 #, kde-format
0144 msgctxt "@option:check"
0145 msgid "Amend last commit"
0146 msgstr "Ret seneste commit"
0147 
0148 #: commitdialog.cpp:69
0149 #, kde-format
0150 msgctxt "@info:tooltip"
0151 msgid "There is nothing to amend."
0152 msgstr "Der er intet at rette."
0153 
0154 #: commitdialog.cpp:76
0155 #, kde-format
0156 msgctxt "@action:button Add Signed-Off line to the message widget"
0157 msgid "Sign off"
0158 msgstr "Skriv under"
0159 
0160 #: commitdialog.cpp:77
0161 #, kde-format
0162 msgctxt "@info:tooltip"
0163 msgid "Add Signed-off-by line at the end of the commit message."
0164 msgstr "Tilføj \"underskrevet af\"-linje til sidst i commit-beskeden."
0165 
0166 #: commitdialog.cpp:134
0167 #, kde-format
0168 msgctxt "@info:tooltip"
0169 msgid "You must enter a commit message first."
0170 msgstr "Du skal første angive en commit-besked."
0171 
0172 #: fileviewgitplugin.cpp:49
0173 #, kde-kuit-format
0174 msgid "<application>Git</application> Revert"
0175 msgstr "<application>Git</application> revert"
0176 
0177 #: fileviewgitplugin.cpp:55
0178 #, kde-kuit-format
0179 msgid "<application>Git</application> Add"
0180 msgstr "<application>Git</application> add"
0181 
0182 #: fileviewgitplugin.cpp:61
0183 #, kde-kuit-format
0184 msgid "Show Local <application>Git</application> Changes"
0185 msgstr "Vis lokale <application>Git</application>-ændringer"
0186 
0187 #: fileviewgitplugin.cpp:67
0188 #, kde-kuit-format
0189 msgid "<application>Git</application> Remove"
0190 msgstr "<application>Git</application> remove"
0191 
0192 #: fileviewgitplugin.cpp:73
0193 #, kde-kuit-format
0194 msgid "<application>Git</application> Checkout..."
0195 msgstr "<application>Git</application> checkout..."
0196 
0197 #: fileviewgitplugin.cpp:79
0198 #, kde-kuit-format
0199 msgid "<application>Git</application> Commit..."
0200 msgstr "<application>Git</application> commit..."
0201 
0202 #: fileviewgitplugin.cpp:85
0203 #, kde-kuit-format
0204 msgid "<application>Git</application> Create Tag..."
0205 msgstr "<application>Git</application> create tag..."
0206 
0207 #: fileviewgitplugin.cpp:90
0208 #, kde-kuit-format
0209 msgid "<application>Git</application> Push..."
0210 msgstr "<application>Git</application> push..."
0211 
0212 #: fileviewgitplugin.cpp:95
0213 #, kde-kuit-format
0214 msgid "<application>Git</application> Pull..."
0215 msgstr "<application>Git</application> pull..."
0216 
0217 #: fileviewgitplugin.cpp:100
0218 #, kde-kuit-format
0219 msgid "<application>Git</application> Merge..."
0220 msgstr "<application>Git</application> merge..."
0221 
0222 #: fileviewgitplugin.cpp:104
0223 #, kde-kuit-format
0224 msgid "<application>Git</application> Log..."
0225 msgstr "<application>Git</application> log..."
0226 
0227 #: fileviewgitplugin.cpp:414
0228 #, kde-kuit-format
0229 msgid "Adding files to <application>Git</application> repository..."
0230 msgstr "Føjer filer til <application>Git</application>-depot..."
0231 
0232 #: fileviewgitplugin.cpp:415
0233 #, kde-kuit-format
0234 msgid "Adding files to <application>Git</application> repository failed."
0235 msgstr ""
0236 "Tilføjelse af filer til <application>Git</application>-depotet mislykkedes."
0237 
0238 #: fileviewgitplugin.cpp:416
0239 #, kde-kuit-format
0240 msgid "Added files to <application>Git</application> repository."
0241 msgstr "Filerne blev føjet til <application>Git</application>-depotet."
0242 
0243 #: fileviewgitplugin.cpp:426
0244 #, kde-kuit-format
0245 msgid "Removing files from <application>Git</application> repository..."
0246 msgstr "Fjerner filer fra <application>Git</application>-depot..."
0247 
0248 #: fileviewgitplugin.cpp:427
0249 #, kde-kuit-format
0250 msgid "Removing files from <application>Git</application> repository failed."
0251 msgstr ""
0252 "Fjernelse af filer fra <application>Git</application>-depotet mislykkedes."
0253 
0254 #: fileviewgitplugin.cpp:428
0255 #, kde-kuit-format
0256 msgid "Removed files from <application>Git</application> repository."
0257 msgstr "Filerne blev fjernet fra <application>Git</application>-depotet."
0258 
0259 #: fileviewgitplugin.cpp:434
0260 #, kde-kuit-format
0261 msgid "Reverting files from <application>Git</application> repository..."
0262 msgstr "Tilbageruller filer fra <application>Git</application>-depot..."
0263 
0264 #: fileviewgitplugin.cpp:435
0265 #, kde-kuit-format
0266 msgid "Reverting files from <application>Git</application> repository failed."
0267 msgstr ""
0268 "Tilbageruller filer fra <application>Git</application>-depotet mislykkedes."
0269 
0270 #: fileviewgitplugin.cpp:436
0271 #, kde-kuit-format
0272 msgid "Reverted files from <application>Git</application> repository."
0273 msgstr "Tilbageruller filer fra <application>Git</application>-depotet."
0274 
0275 #: fileviewgitplugin.cpp:478
0276 #, kde-kuit-format
0277 msgid "<application>Git</application> Log failed."
0278 msgstr "<application>Git</application> log mislykkedes."
0279 
0280 #: fileviewgitplugin.cpp:501
0281 #, kde-kuit-format
0282 msgid "<application>Git</application> Log"
0283 msgstr "<application>Git</application> log"
0284 
0285 #: fileviewgitplugin.cpp:517
0286 #, kde-format
0287 msgctxt "Git commit hash"
0288 msgid "Commit"
0289 msgstr "Commit"
0290 
0291 #: fileviewgitplugin.cpp:518
0292 #, kde-format
0293 msgctxt "Git commit date"
0294 msgid "Date"
0295 msgstr "Dato"
0296 
0297 #: fileviewgitplugin.cpp:519
0298 #, kde-format
0299 msgctxt "Git commit message"
0300 msgid "Message"
0301 msgstr "Meddelelse"
0302 
0303 #: fileviewgitplugin.cpp:520
0304 #, kde-format
0305 msgctxt "Git commit author"
0306 msgid "Author"
0307 msgstr "Ophavsmand"
0308 
0309 #: fileviewgitplugin.cpp:564
0310 #, kde-kuit-format
0311 msgid "Switched to branch '%1'"
0312 msgstr "Skiftede til branch \"%1\""
0313 
0314 #: fileviewgitplugin.cpp:570
0315 #, kde-kuit-format
0316 msgid "HEAD is now at %1"
0317 msgstr "HEAD er nu ved %1"
0318 
0319 #: fileviewgitplugin.cpp:574
0320 #, kde-kuit-format
0321 msgid "Switched to a new branch '%1'"
0322 msgstr "Skiftede til en ny branch \"%1\""
0323 
0324 #: fileviewgitplugin.cpp:585
0325 #, kde-kuit-format
0326 msgid ""
0327 "<application>Git</application> Checkout failed. Maybe your working directory "
0328 "is dirty."
0329 msgstr ""
0330 "<application>Git</application> checkout mislykkedes. Måske er din "
0331 "arbejdsmappe forurenet."
0332 
0333 #: fileviewgitplugin.cpp:649
0334 #, kde-kuit-format
0335 msgid "Successfully created tag '%1'"
0336 msgstr "Oprettelse af tag \"%1\" gennemført"
0337 
0338 #: fileviewgitplugin.cpp:654
0339 #, kde-kuit-format
0340 msgid ""
0341 "<application>Git</application> tag creation failed. A tag with the name '%1' "
0342 "already exists."
0343 msgstr ""
0344 "<application>Git</application> tag-oprettelse mislykkedes. Et tag med navnet "
0345 "\"%1\" findes allerede."
0346 
0347 #: fileviewgitplugin.cpp:656
0348 #, kde-kuit-format
0349 msgid "<application>Git</application> tag creation failed."
0350 msgstr "<application>Git</application> tag-oprettelse mislykkedes."
0351 
0352 #: fileviewgitplugin.cpp:668
0353 #, kde-kuit-format
0354 msgid "Pushing branch %1 to %2:%3 failed."
0355 msgstr "Push af branch %1 til %2:%3 mislykkedes."
0356 
0357 #: fileviewgitplugin.cpp:670
0358 #, kde-kuit-format
0359 msgid "Pushed branch %1 to %2:%3."
0360 msgstr "Pushede branch %1 til %2:%3."
0361 
0362 #: fileviewgitplugin.cpp:672
0363 #, kde-kuit-format
0364 msgid "Pushing branch %1 to %2:%3..."
0365 msgstr "Pusher branch %1 til %2:%3..."
0366 
0367 #: fileviewgitplugin.cpp:694
0368 #, kde-kuit-format
0369 msgid "Pulling branch %1 from %2 failed."
0370 msgstr "Pull af branch %1 fra %2 mislykkedes."
0371 
0372 #: fileviewgitplugin.cpp:696
0373 #, kde-kuit-format
0374 msgid "Pulled branch %1 from %2 successfully."
0375 msgstr "Pull af branch %1 fra %2 gennemført."
0376 
0377 #: fileviewgitplugin.cpp:698
0378 #, kde-kuit-format
0379 msgid "Pulling branch %1 from %2..."
0380 msgstr "Puller branch %1 fra %2..."
0381 
0382 #: fileviewgitplugin.cpp:751 fileviewgitplugin.cpp:763
0383 #, kde-kuit-format
0384 msgid "Branch is already up-to-date."
0385 msgstr "Branch er allerede fuldt opdateret."
0386 
0387 #: fileviewgitplugin.cpp:767
0388 #, kde-kuit-format
0389 msgid "Merge conflicts occurred. Fix them and commit the result."
0390 msgstr ""
0391 "Der opstod konflikter ved sammenfletning. Løs dem og commit resultatet."
0392 
0393 #. i18n: ectx: label, entry (commitDialogHeight), group (CommitDialogSettings)
0394 #: fileviewgitpluginsettings.kcfg:7
0395 #, kde-format
0396 msgid "Dialog height"
0397 msgstr "Dialogens højde"
0398 
0399 #. i18n: ectx: label, entry (commitDialogWidth), group (CommitDialogSettings)
0400 #: fileviewgitpluginsettings.kcfg:12
0401 #, kde-format
0402 msgid "Dialog width"
0403 msgstr "Dialogens bredde"
0404 
0405 #: pulldialog.cpp:24
0406 #, kde-kuit-format
0407 msgctxt "@title:window"
0408 msgid "<application>Git</application> Pull"
0409 msgstr "<application>Git</application> pull"
0410 
0411 #: pulldialog.cpp:35
0412 #, kde-format
0413 msgctxt "@action:button"
0414 msgid "Pull"
0415 msgstr "Pull"
0416 
0417 #: pulldialog.cpp:44
0418 #, kde-format
0419 msgctxt "@title:group The source to pull from"
0420 msgid "Source"
0421 msgstr "Kilde"
0422 
0423 #: pulldialog.cpp:50 pushdialog.cpp:51
0424 #, kde-format
0425 msgctxt "@label:listbox a git remote"
0426 msgid "Remote:"
0427 msgstr "Ekstern:"
0428 
0429 #: pulldialog.cpp:55
0430 #, kde-format
0431 msgctxt "@label:listbox"
0432 msgid "Remote branch:"
0433 msgstr "Ekstern branch:"
0434 
0435 #: pushdialog.cpp:25
0436 #, kde-kuit-format
0437 msgctxt "@title:window"
0438 msgid "<application>Git</application> Push"
0439 msgstr "<application>Git</application> push"
0440 
0441 #: pushdialog.cpp:37
0442 #, kde-format
0443 msgctxt "@action:button"
0444 msgid "Push"
0445 msgstr "Push"
0446 
0447 #: pushdialog.cpp:47
0448 #, kde-format
0449 msgctxt "@title:group The remote host"
0450 msgid "Destination"
0451 msgstr "Destination"
0452 
0453 #: pushdialog.cpp:61
0454 #, kde-format
0455 msgctxt "@title:group"
0456 msgid "Branches"
0457 msgstr "Branches"
0458 
0459 #: pushdialog.cpp:65
0460 #, kde-format
0461 msgctxt "@label:listbox"
0462 msgid "Local Branch:"
0463 msgstr "Lokal branch:"
0464 
0465 #: pushdialog.cpp:72
0466 #, kde-format
0467 msgctxt "@label:listbox"
0468 msgid "Remote Branch:"
0469 msgstr "Ekstern branch:"
0470 
0471 #: pushdialog.cpp:84
0472 #, kde-format
0473 msgctxt "@info:tooltip"
0474 msgid ""
0475 "Proceed even if the remote branch is not an ancestor of the local branch."
0476 msgstr ""
0477 "Fortsæt selvom den eksterne branch ikke er en forfader til den lokale branch."
0478 
0479 #: tagdialog.cpp:30
0480 #, kde-kuit-format
0481 msgctxt "@title:window"
0482 msgid "<application>Git</application> Create Tag"
0483 msgstr "<application>Git</application> create tag"
0484 
0485 #: tagdialog.cpp:42
0486 #, kde-format
0487 msgctxt "@action:button"
0488 msgid "Create Tag"
0489 msgstr "Create tag"
0490 
0491 #: tagdialog.cpp:51
0492 #, kde-format
0493 msgctxt "@title:group"
0494 msgid "Tag Information"
0495 msgstr "Tag-information"
0496 
0497 #: tagdialog.cpp:55
0498 #, kde-format
0499 msgctxt "@label:textbox"
0500 msgid "Tag Name:"
0501 msgstr "Tag-navn:"
0502 
0503 #: tagdialog.cpp:63
0504 #, kde-format
0505 msgctxt "@label:textbox"
0506 msgid "Tag Message:"
0507 msgstr "Tag-besked:"
0508 
0509 #: tagdialog.cpp:74
0510 #, kde-format
0511 msgctxt "@title:group"
0512 msgid "Attach to"
0513 msgstr "Vedlæg til"
0514 
0515 #: tagdialog.cpp:81
0516 #, kde-format
0517 msgctxt "@label:listbox"
0518 msgid "Branch:"
0519 msgstr "Branch:"
0520 
0521 #: tagdialog.cpp:127
0522 #, kde-format
0523 msgctxt "@info:tooltip"
0524 msgid "You must enter a tag name first."
0525 msgstr "Du skal først angive et tag-navn."
0526 
0527 #: tagdialog.cpp:130
0528 #, kde-format
0529 msgctxt "@info:tooltip"
0530 msgid "Tag names may not contain any whitespace."
0531 msgstr "Tag-navne må ikke indeholde mellemrum."
0532 
0533 #: tagdialog.cpp:133
0534 #, kde-format
0535 msgctxt "@info:tooltip"
0536 msgid "A tag named '%1' already exists."
0537 msgstr "Et tag ved navn \"%1\" findes allerede."