##// END OF EJS Templates
i18n-da: updated, translated status help
Martin Geisler -
r8019:af49e2d1 default
parent child Browse files
Show More
@@ -17,8 +17,8 b' msgid ""'
17 msgstr ""
17 msgstr ""
18 "Project-Id-Version: Mercurial\n"
18 "Project-Id-Version: Mercurial\n"
19 "Report-Msgid-Bugs-To: \n"
19 "Report-Msgid-Bugs-To: \n"
20 "POT-Creation-Date: 2009-04-05 00:18+0200\n"
20 "POT-Creation-Date: 2009-04-07 17:38+0200\n"
21 "PO-Revision-Date: 2009-04-05 00:49+0200\n"
21 "PO-Revision-Date: 2009-04-07 17:40+0200\n"
22 "Last-Translator: <mg@daimi.au.dk>\n"
22 "Last-Translator: <mg@daimi.au.dk>\n"
23 "Language-Team: Danish\n"
23 "Language-Team: Danish\n"
24 "MIME-Version: 1.0\n"
24 "MIME-Version: 1.0\n"
@@ -774,11 +774,11 b' msgid ""'
774 " Mercurial Source\n"
774 " Mercurial Source\n"
775 " -----------------\n"
775 " -----------------\n"
776 "\n"
776 "\n"
777 " --config convert.hg.ignoreerrors=False (boolean)\n"
777 " --config convert.hg.ignoreerrors=False (boolean)\n"
778 " ignore integrity errors when reading. Use it to fix Mercurial\n"
778 " ignore integrity errors when reading. Use it to fix Mercurial\n"
779 " repositories with missing revlogs, by converting from and to\n"
779 " repositories with missing revlogs, by converting from and to\n"
780 " Mercurial.\n"
780 " Mercurial.\n"
781 " --config convert.hg.saverev=False (boolean)\n"
781 " --config convert.hg.saverev=False (boolean)\n"
782 " store original revision ID in changeset (forces target IDs to\n"
782 " store original revision ID in changeset (forces target IDs to\n"
783 " change)\n"
783 " change)\n"
784 " --config convert.hg.startrev=0 (hg revision identifier)\n"
784 " --config convert.hg.startrev=0 (hg revision identifier)\n"
@@ -809,7 +809,7 b' msgid ""'
809 " Internal cvsps is selected by setting\n"
809 " Internal cvsps is selected by setting\n"
810 " --config convert.cvsps=builtin\n"
810 " --config convert.cvsps=builtin\n"
811 " and has a few more configurable options:\n"
811 " and has a few more configurable options:\n"
812 " --config convert.cvsps.fuzz=60 (integer)\n"
812 " --config convert.cvsps.fuzz=60 (integer)\n"
813 " Specify the maximum time (in seconds) that is allowed\n"
813 " Specify the maximum time (in seconds) that is allowed\n"
814 " between commits with identical user and log message in a\n"
814 " between commits with identical user and log message in a\n"
815 " single changeset. When very large files were checked in as\n"
815 " single changeset. When very large files were checked in as\n"
@@ -873,7 +873,7 b' msgid ""'
873 " It is possible to limit the amount of source history to be\n"
873 " It is possible to limit the amount of source history to be\n"
874 " converted by specifying an initial Perforce revision.\n"
874 " converted by specifying an initial Perforce revision.\n"
875 "\n"
875 "\n"
876 " --config convert.p4.startrev=0 (perforce changelist number)\n"
876 " --config convert.p4.startrev=0 (perforce changelist number)\n"
877 " specify initial Perforce revision.\n"
877 " specify initial Perforce revision.\n"
878 "\n"
878 "\n"
879 "\n"
879 "\n"
@@ -6452,7 +6452,7 b' msgid ""'
6452 " with \"show only ...\" are given, the options -mardu are used.\n"
6452 " with \"show only ...\" are given, the options -mardu are used.\n"
6453 "\n"
6453 "\n"
6454 " Option -q/--quiet hides untracked (unknown and ignored) files\n"
6454 " Option -q/--quiet hides untracked (unknown and ignored) files\n"
6455 " unless explicitly requested with -u/--unknown or -i/-ignored.\n"
6455 " unless explicitly requested with -u/--unknown or -i/--ignored.\n"
6456 "\n"
6456 "\n"
6457 " NOTE: status may appear to disagree with diff if permissions have\n"
6457 " NOTE: status may appear to disagree with diff if permissions have\n"
6458 " changed or a merge has occurred. The standard diff format does not\n"
6458 " changed or a merge has occurred. The standard diff format does not\n"
@@ -6467,7 +6467,7 b' msgid ""'
6467 " A = added\n"
6467 " A = added\n"
6468 " R = removed\n"
6468 " R = removed\n"
6469 " C = clean\n"
6469 " C = clean\n"
6470 " ! = deleted, but still tracked\n"
6470 " ! = missing, but still tracked\n"
6471 " ? = not tracked\n"
6471 " ? = not tracked\n"
6472 " I = ignored\n"
6472 " I = ignored\n"
6473 " = the previous added file was copied from here\n"
6473 " = the previous added file was copied from here\n"
@@ -6500,7 +6500,7 b' msgstr ""'
6500 " A = tilføjet\n"
6500 " A = tilføjet\n"
6501 " R = fjernet\n"
6501 " R = fjernet\n"
6502 " C = ren\n"
6502 " C = ren\n"
6503 " ! = slettet, men følges stadig\n"
6503 " ! = mangler, men følges stadig\n"
6504 " ? = følges ikke\n"
6504 " ? = følges ikke\n"
6505 " I = ignoreret\n"
6505 " I = ignoreret\n"
6506 " = den foregående fil blev kopieret herfra\n"
6506 " = den foregående fil blev kopieret herfra\n"
@@ -6543,7 +6543,11 b' msgid "tag \'%s\' does not exist"'
6543 msgstr ""
6543 msgstr ""
6544
6544
6545 #, python-format
6545 #, python-format
6546 msgid "tag '%s' is not a %s tag"
6546 msgid "tag '%s' is not a global tag"
6547 msgstr ""
6548
6549 #, python-format
6550 msgid "tag '%s' is not a local tag"
6547 msgstr ""
6551 msgstr ""
6548
6552
6549 #, python-format
6553 #, python-format
@@ -8823,6 +8827,10 b' msgstr ""'
8823 msgid "index %s unknown format %d"
8827 msgid "index %s unknown format %d"
8824 msgstr ""
8828 msgstr ""
8825
8829
8830 #, python-format
8831 msgid "index %s is corrupted"
8832 msgstr "indeks %s er ødelagt"
8833
8826 msgid "no node"
8834 msgid "no node"
8827 msgstr ""
8835 msgstr ""
8828
8836
General Comments 0
You need to be logged in to leave comments. Login now