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

0001 # Copyright (C) YEAR This file is copyright:
0002 # This file is distributed under the same license as the dolphin-plugins package.
0003 # Sergiu Bivol <sergiu@cip.md>, 2020.
0004 #
0005 msgid ""
0006 msgstr ""
0007 "Project-Id-Version: dolphin-plugins\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-09-01 01:25+0100\n"
0011 "Last-Translator: Sergiu Bivol <sergiu@cip.md>\n"
0012 "Language-Team: Romanian <kde-i18n-ro@kde.org>\n"
0013 "Language: ro\n"
0014 "MIME-Version: 1.0\n"
0015 "Content-Type: text/plain; charset=UTF-8\n"
0016 "Content-Transfer-Encoding: 8bit\n"
0017 "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
0018 "20)) ? 1 : 2;\n"
0019 "X-Generator: Lokalize 19.12.3\n"
0020 
0021 #: checkoutdialog.cpp:30
0022 #, kde-kuit-format
0023 msgctxt "@title:window"
0024 msgid "<application>Git</application> Checkout"
0025 msgstr ""
0026 
0027 #: checkoutdialog.cpp:41
0028 #, kde-format
0029 msgctxt "@action:button"
0030 msgid "Checkout"
0031 msgstr ""
0032 
0033 #: checkoutdialog.cpp:54
0034 #, kde-format
0035 msgctxt "@option:radio Git Checkout"
0036 msgid "Branch:"
0037 msgstr "Ramură:"
0038 
0039 #: checkoutdialog.cpp:61
0040 #, kde-format
0041 msgctxt "@option:radio Git Checkout"
0042 msgid "Tag:"
0043 msgstr "Marcaj:"
0044 
0045 #: checkoutdialog.cpp:71 pushdialog.cpp:80
0046 #, kde-format
0047 msgctxt "@title:group"
0048 msgid "Options"
0049 msgstr "Opțiuni"
0050 
0051 #: checkoutdialog.cpp:76
0052 #, kde-format
0053 msgctxt "@option:check"
0054 msgid "Create New Branch: "
0055 msgstr "Creează ramură nouă:"
0056 
0057 #: checkoutdialog.cpp:77
0058 #, kde-format
0059 msgctxt "@info:tooltip"
0060 msgid "Create a new branch based on a selected branch or tag."
0061 msgstr "Creează o ramură nouă bazată pe ramura sau marcajul ales."
0062 
0063 #: checkoutdialog.cpp:92 pushdialog.cpp:83
0064 #, kde-format
0065 msgctxt "@option:check"
0066 msgid "Force"
0067 msgstr "Forțează"
0068 
0069 #: checkoutdialog.cpp:93
0070 #, kde-format
0071 msgctxt "@info:tooltip"
0072 msgid "Discard local changes."
0073 msgstr "Elimină modificările locale."
0074 
0075 #: checkoutdialog.cpp:125
0076 #, kde-format
0077 msgctxt "@info:tooltip"
0078 msgid "There are no tags in this repository."
0079 msgstr "Nu sunt marcaje în acest depozit."
0080 
0081 #: checkoutdialog.cpp:185
0082 #, kde-format
0083 msgctxt "@title:group"
0084 msgid "Branch Base"
0085 msgstr ""
0086 
0087 #: checkoutdialog.cpp:186
0088 #, kde-format
0089 msgctxt "@title:group"
0090 msgid "Checkout"
0091 msgstr "Preluare"
0092 
0093 #: checkoutdialog.cpp:206
0094 #, kde-format
0095 msgctxt "@info:tooltip"
0096 msgid "You must enter a valid name for the new branch first."
0097 msgstr ""
0098 
0099 #: checkoutdialog.cpp:213
0100 #, kde-format
0101 msgctxt "@info:tooltip"
0102 msgid "A branch with the name '%1' already exists."
0103 msgstr ""
0104 
0105 #: checkoutdialog.cpp:220
0106 #, kde-format
0107 msgctxt "@info:tooltip"
0108 msgid "Branch names may not contain any whitespace."
0109 msgstr ""
0110 
0111 #: checkoutdialog.cpp:227
0112 #, kde-format
0113 msgctxt "@info:tooltip"
0114 msgid "You must select a valid branch first."
0115 msgstr ""
0116 
0117 #: checkoutdialog.cpp:248
0118 #, kde-format
0119 msgctxt ""
0120 "@item:intext Prepended to the current branch name to get the default name "
0121 "for a newly created branch"
0122 msgid "branch"
0123 msgstr "ramură"
0124 
0125 #: commitdialog.cpp:26
0126 #, kde-kuit-format
0127 msgctxt "@title:window"
0128 msgid "<application>Git</application> Commit"
0129 msgstr ""
0130 
0131 #: commitdialog.cpp:37
0132 #, kde-format
0133 msgctxt "@action:button"
0134 msgid "Commit"
0135 msgstr "Comite"
0136 
0137 #: commitdialog.cpp:46
0138 #, kde-format
0139 msgctxt "@title:group"
0140 msgid "Commit message"
0141 msgstr "Mesaj de comitere"
0142 
0143 #: commitdialog.cpp:63
0144 #, kde-format
0145 msgctxt "@option:check"
0146 msgid "Amend last commit"
0147 msgstr "Amendează ultima comitere"
0148 
0149 #: commitdialog.cpp:69
0150 #, kde-format
0151 msgctxt "@info:tooltip"
0152 msgid "There is nothing to amend."
0153 msgstr "Nu e nimic de amendat."
0154 
0155 #: commitdialog.cpp:76
0156 #, kde-format
0157 msgctxt "@action:button Add Signed-Off line to the message widget"
0158 msgid "Sign off"
0159 msgstr "Semnează"
0160 
0161 #: commitdialog.cpp:77
0162 #, kde-format
0163 msgctxt "@info:tooltip"
0164 msgid "Add Signed-off-by line at the end of the commit message."
0165 msgstr ""
0166 
0167 #: commitdialog.cpp:134
0168 #, kde-format
0169 msgctxt "@info:tooltip"
0170 msgid "You must enter a commit message first."
0171 msgstr "Trebuie să introduceți mai întâi un mesaj de comitere."
0172 
0173 #: fileviewgitplugin.cpp:49
0174 #, kde-kuit-format
0175 msgid "<application>Git</application> Revert"
0176 msgstr "<application>Git</application> Revenire"
0177 
0178 #: fileviewgitplugin.cpp:55
0179 #, kde-kuit-format
0180 msgid "<application>Git</application> Add"
0181 msgstr "<application>Git</application> Adăugare"
0182 
0183 #: fileviewgitplugin.cpp:61
0184 #, kde-kuit-format
0185 msgid "Show Local <application>Git</application> Changes"
0186 msgstr ""
0187 
0188 #: fileviewgitplugin.cpp:67
0189 #, kde-kuit-format
0190 msgid "<application>Git</application> Remove"
0191 msgstr "<application>Git</application> Eliminare"
0192 
0193 #: fileviewgitplugin.cpp:73
0194 #, kde-kuit-format
0195 msgid "<application>Git</application> Checkout..."
0196 msgstr "<application>Git</application> Preluare..."
0197 
0198 #: fileviewgitplugin.cpp:79
0199 #, kde-kuit-format
0200 msgid "<application>Git</application> Commit..."
0201 msgstr "<application>Git</application> Comitere..."
0202 
0203 #: fileviewgitplugin.cpp:85
0204 #, kde-kuit-format
0205 msgid "<application>Git</application> Create Tag..."
0206 msgstr "<application>Git</application> Creare marcaj..."
0207 
0208 #: fileviewgitplugin.cpp:90
0209 #, kde-kuit-format
0210 msgid "<application>Git</application> Push..."
0211 msgstr "<application>Git</application> Împinge..."
0212 
0213 #: fileviewgitplugin.cpp:95
0214 #, kde-kuit-format
0215 msgid "<application>Git</application> Pull..."
0216 msgstr "<application>Git</application> Trage..."
0217 
0218 #: fileviewgitplugin.cpp:100
0219 #, kde-kuit-format
0220 msgid "<application>Git</application> Merge..."
0221 msgstr "<application>Git</application> Combină..."
0222 
0223 #: fileviewgitplugin.cpp:104
0224 #, kde-kuit-format
0225 msgid "<application>Git</application> Log..."
0226 msgstr "<application>Git</application> Înscrie..."
0227 
0228 #: fileviewgitplugin.cpp:414
0229 #, kde-kuit-format
0230 msgid "Adding files to <application>Git</application> repository..."
0231 msgstr ""
0232 
0233 #: fileviewgitplugin.cpp:415
0234 #, kde-kuit-format
0235 msgid "Adding files to <application>Git</application> repository failed."
0236 msgstr ""
0237 
0238 #: fileviewgitplugin.cpp:416
0239 #, kde-kuit-format
0240 msgid "Added files to <application>Git</application> repository."
0241 msgstr ""
0242 
0243 #: fileviewgitplugin.cpp:426
0244 #, kde-kuit-format
0245 msgid "Removing files from <application>Git</application> repository..."
0246 msgstr ""
0247 
0248 #: fileviewgitplugin.cpp:427
0249 #, kde-kuit-format
0250 msgid "Removing files from <application>Git</application> repository failed."
0251 msgstr ""
0252 
0253 #: fileviewgitplugin.cpp:428
0254 #, kde-kuit-format
0255 msgid "Removed files from <application>Git</application> repository."
0256 msgstr ""
0257 
0258 #: fileviewgitplugin.cpp:434
0259 #, kde-kuit-format
0260 msgid "Reverting files from <application>Git</application> repository..."
0261 msgstr ""
0262 
0263 #: fileviewgitplugin.cpp:435
0264 #, kde-kuit-format
0265 msgid "Reverting files from <application>Git</application> repository failed."
0266 msgstr ""
0267 
0268 #: fileviewgitplugin.cpp:436
0269 #, kde-kuit-format
0270 msgid "Reverted files from <application>Git</application> repository."
0271 msgstr ""
0272 
0273 #: fileviewgitplugin.cpp:478
0274 #, kde-kuit-format
0275 msgid "<application>Git</application> Log failed."
0276 msgstr ""
0277 
0278 #: fileviewgitplugin.cpp:501
0279 #, kde-kuit-format
0280 msgid "<application>Git</application> Log"
0281 msgstr ""
0282 
0283 #: fileviewgitplugin.cpp:517
0284 #, kde-format
0285 msgctxt "Git commit hash"
0286 msgid "Commit"
0287 msgstr "Comitere"
0288 
0289 #: fileviewgitplugin.cpp:518
0290 #, kde-format
0291 msgctxt "Git commit date"
0292 msgid "Date"
0293 msgstr "Dată"
0294 
0295 #: fileviewgitplugin.cpp:519
0296 #, kde-format
0297 msgctxt "Git commit message"
0298 msgid "Message"
0299 msgstr "Mesaj"
0300 
0301 #: fileviewgitplugin.cpp:520
0302 #, kde-format
0303 msgctxt "Git commit author"
0304 msgid "Author"
0305 msgstr "Autor"
0306 
0307 #: fileviewgitplugin.cpp:564
0308 #, kde-kuit-format
0309 msgid "Switched to branch '%1'"
0310 msgstr "S-a trecut la ramura „%1”"
0311 
0312 #: fileviewgitplugin.cpp:570
0313 #, kde-kuit-format
0314 msgid "HEAD is now at %1"
0315 msgstr "HEAD e acum la %1"
0316 
0317 #: fileviewgitplugin.cpp:574
0318 #, kde-kuit-format
0319 msgid "Switched to a new branch '%1'"
0320 msgstr "S-a trecut la ramura nouă „%1”"
0321 
0322 #: fileviewgitplugin.cpp:585
0323 #, kde-kuit-format
0324 msgid ""
0325 "<application>Git</application> Checkout failed. Maybe your working directory "
0326 "is dirty."
0327 msgstr ""
0328 
0329 #: fileviewgitplugin.cpp:649
0330 #, kde-kuit-format
0331 msgid "Successfully created tag '%1'"
0332 msgstr ""
0333 
0334 #: fileviewgitplugin.cpp:654
0335 #, kde-kuit-format
0336 msgid ""
0337 "<application>Git</application> tag creation failed. A tag with the name '%1' "
0338 "already exists."
0339 msgstr ""
0340 
0341 #: fileviewgitplugin.cpp:656
0342 #, kde-kuit-format
0343 msgid "<application>Git</application> tag creation failed."
0344 msgstr ""
0345 
0346 #: fileviewgitplugin.cpp:668
0347 #, kde-kuit-format
0348 msgid "Pushing branch %1 to %2:%3 failed."
0349 msgstr ""
0350 
0351 #: fileviewgitplugin.cpp:670
0352 #, kde-kuit-format
0353 msgid "Pushed branch %1 to %2:%3."
0354 msgstr ""
0355 
0356 #: fileviewgitplugin.cpp:672
0357 #, kde-kuit-format
0358 msgid "Pushing branch %1 to %2:%3..."
0359 msgstr ""
0360 
0361 #: fileviewgitplugin.cpp:694
0362 #, kde-kuit-format
0363 msgid "Pulling branch %1 from %2 failed."
0364 msgstr ""
0365 
0366 #: fileviewgitplugin.cpp:696
0367 #, kde-kuit-format
0368 msgid "Pulled branch %1 from %2 successfully."
0369 msgstr ""
0370 
0371 #: fileviewgitplugin.cpp:698
0372 #, kde-kuit-format
0373 msgid "Pulling branch %1 from %2..."
0374 msgstr ""
0375 
0376 #: fileviewgitplugin.cpp:751 fileviewgitplugin.cpp:763
0377 #, kde-kuit-format
0378 msgid "Branch is already up-to-date."
0379 msgstr ""
0380 
0381 #: fileviewgitplugin.cpp:767
0382 #, kde-kuit-format
0383 msgid "Merge conflicts occurred. Fix them and commit the result."
0384 msgstr ""
0385 
0386 #. i18n: ectx: label, entry (commitDialogHeight), group (CommitDialogSettings)
0387 #: fileviewgitpluginsettings.kcfg:7
0388 #, kde-format
0389 msgid "Dialog height"
0390 msgstr ""
0391 
0392 #. i18n: ectx: label, entry (commitDialogWidth), group (CommitDialogSettings)
0393 #: fileviewgitpluginsettings.kcfg:12
0394 #, kde-format
0395 msgid "Dialog width"
0396 msgstr ""
0397 
0398 #: pulldialog.cpp:24
0399 #, kde-kuit-format
0400 msgctxt "@title:window"
0401 msgid "<application>Git</application> Pull"
0402 msgstr ""
0403 
0404 #: pulldialog.cpp:35
0405 #, kde-format
0406 msgctxt "@action:button"
0407 msgid "Pull"
0408 msgstr ""
0409 
0410 #: pulldialog.cpp:44
0411 #, kde-format
0412 msgctxt "@title:group The source to pull from"
0413 msgid "Source"
0414 msgstr ""
0415 
0416 #: pulldialog.cpp:50 pushdialog.cpp:51
0417 #, kde-format
0418 msgctxt "@label:listbox a git remote"
0419 msgid "Remote:"
0420 msgstr ""
0421 
0422 #: pulldialog.cpp:55
0423 #, kde-format
0424 msgctxt "@label:listbox"
0425 msgid "Remote branch:"
0426 msgstr ""
0427 
0428 #: pushdialog.cpp:25
0429 #, kde-kuit-format
0430 msgctxt "@title:window"
0431 msgid "<application>Git</application> Push"
0432 msgstr ""
0433 
0434 #: pushdialog.cpp:37
0435 #, kde-format
0436 msgctxt "@action:button"
0437 msgid "Push"
0438 msgstr ""
0439 
0440 #: pushdialog.cpp:47
0441 #, kde-format
0442 msgctxt "@title:group The remote host"
0443 msgid "Destination"
0444 msgstr ""
0445 
0446 #: pushdialog.cpp:61
0447 #, kde-format
0448 msgctxt "@title:group"
0449 msgid "Branches"
0450 msgstr ""
0451 
0452 #: pushdialog.cpp:65
0453 #, kde-format
0454 msgctxt "@label:listbox"
0455 msgid "Local Branch:"
0456 msgstr ""
0457 
0458 #: pushdialog.cpp:72
0459 #, kde-format
0460 msgctxt "@label:listbox"
0461 msgid "Remote Branch:"
0462 msgstr ""
0463 
0464 #: pushdialog.cpp:84
0465 #, kde-format
0466 msgctxt "@info:tooltip"
0467 msgid ""
0468 "Proceed even if the remote branch is not an ancestor of the local branch."
0469 msgstr ""
0470 
0471 #: tagdialog.cpp:30
0472 #, kde-kuit-format
0473 msgctxt "@title:window"
0474 msgid "<application>Git</application> Create Tag"
0475 msgstr ""
0476 
0477 #: tagdialog.cpp:42
0478 #, kde-format
0479 msgctxt "@action:button"
0480 msgid "Create Tag"
0481 msgstr ""
0482 
0483 #: tagdialog.cpp:51
0484 #, kde-format
0485 msgctxt "@title:group"
0486 msgid "Tag Information"
0487 msgstr ""
0488 
0489 #: tagdialog.cpp:55
0490 #, kde-format
0491 msgctxt "@label:textbox"
0492 msgid "Tag Name:"
0493 msgstr ""
0494 
0495 #: tagdialog.cpp:63
0496 #, kde-format
0497 msgctxt "@label:textbox"
0498 msgid "Tag Message:"
0499 msgstr ""
0500 
0501 #: tagdialog.cpp:74
0502 #, kde-format
0503 msgctxt "@title:group"
0504 msgid "Attach to"
0505 msgstr ""
0506 
0507 #: tagdialog.cpp:81
0508 #, kde-format
0509 msgctxt "@label:listbox"
0510 msgid "Branch:"
0511 msgstr ""
0512 
0513 #: tagdialog.cpp:127
0514 #, kde-format
0515 msgctxt "@info:tooltip"
0516 msgid "You must enter a tag name first."
0517 msgstr ""
0518 
0519 #: tagdialog.cpp:130
0520 #, kde-format
0521 msgctxt "@info:tooltip"
0522 msgid "Tag names may not contain any whitespace."
0523 msgstr ""
0524 
0525 #: tagdialog.cpp:133
0526 #, kde-format
0527 msgctxt "@info:tooltip"
0528 msgid "A tag named '%1' already exists."
0529 msgstr ""