Commit 8fd2c9a2 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

Regenerated the POT file for the TP.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4869 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 554 additions and 541 deletions
+554 -541
2014-05-13 Benno Schulenberg <bensberg@justemail.net>
* src/text.c (do_linter): Make an error message somewhat clearer.
* src/rcfile.c (parse_binding): Improve another error message.
* po/nano.pot: Regenerated the POT file for the TP.
2014-05-12 Benno Schulenberg <bensberg@justemail.net>
* src/text.c (do_spell): Provide startup feedback, as for the linter.
......
......@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-03-22 16:07+0100\n"
"POT-Creation-Date: 2014-05-13 10:34+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
......@@ -21,9 +21,9 @@ msgstr ""
msgid "Go To Directory"
msgstr ""
#: src/browser.c:233 src/browser.c:830 src/files.c:1075 src/files.c:2300
#: src/nano.c:1089 src/search.c:219 src/search.c:314 src/search.c:975
#: src/search.c:1040
#: src/browser.c:233 src/browser.c:828 src/files.c:1070 src/files.c:2292
#: src/nano.c:1130 src/search.c:219 src/search.c:314 src/search.c:975
#: src/search.c:1040 src/text.c:3026 src/text.c:3241
msgid "Cancelled"
msgstr ""
......@@ -32,10 +32,10 @@ msgstr ""
msgid "Can't go outside of %s in restricted mode"
msgstr ""
#: src/browser.c:277 src/browser.c:324 src/browser.c:347 src/files.c:937
#: src/files.c:946 src/files.c:1781 src/files.c:1907 src/files.c:1961
#: src/files.c:1982 src/files.c:2105 src/files.c:3008 src/files.c:3210
#: src/rcfile.c:655 src/rcfile.c:1364
#: src/browser.c:277 src/browser.c:324 src/browser.c:347 src/files.c:932
#: src/files.c:941 src/files.c:1772 src/files.c:1899 src/files.c:1953
#: src/files.c:1974 src/files.c:2097 src/files.c:2994 src/files.c:3191
#: src/rcfile.c:544 src/rcfile.c:1356
#, c-format
msgid "Error reading %s: %s"
msgstr ""
......@@ -46,106 +46,106 @@ msgstr ""
#. TRANSLATORS: Try to keep this at most 7
#. * characters.
#: src/browser.c:665 src/browser.c:674
#: src/browser.c:663 src/browser.c:672
msgid "(dir)"
msgstr ""
#. TRANSLATORS: Try to keep this at most 12
#. * characters.
#: src/browser.c:671
#: src/browser.c:669
msgid "(parent dir)"
msgstr ""
#: src/browser.c:801 src/search.c:184
#: src/browser.c:799 src/search.c:184
msgid "Search"
msgstr ""
#. TRANSLATORS: This string is just a modifier for the search
#. * prompt; no grammar is implied.
#: src/browser.c:805 src/search.c:188
#: src/browser.c:803 src/search.c:188
msgid " [Case Sensitive]"
msgstr ""
#. TRANSLATORS: This string is just a modifier for the search
#. * prompt; no grammar is implied.
#: src/browser.c:811 src/search.c:194
#: src/browser.c:809 src/search.c:194
msgid " [Regexp]"
msgstr ""
#. TRANSLATORS: This string is just a modifier for the search
#. * prompt; no grammar is implied.
#: src/browser.c:817 src/search.c:200
#: src/browser.c:815 src/search.c:200
msgid " [Backwards]"
msgstr ""
#: src/browser.c:909 src/browser.c:917 src/search.c:395
#: src/browser.c:907 src/browser.c:915 src/search.c:395
msgid "Search Wrapped"
msgstr ""
#: src/browser.c:1006 src/browser.c:1039 src/search.c:514 src/search.c:517
#: src/browser.c:1004 src/browser.c:1037 src/search.c:514 src/search.c:517
#: src/search.c:574 src/search.c:577
msgid "This is the only occurrence"
msgstr ""
#: src/browser.c:1042 src/search.c:583
#: src/browser.c:1040 src/search.c:583
msgid "No current search pattern"
msgstr ""
#: src/files.c:137
#: src/files.c:138
msgid "Couldn't determine my identity for lock file (getpwuid() failed)"
msgstr ""
#: src/files.c:143
#: src/files.c:144
#, c-format
msgid "Couldn't determine hostname for lock file: %s"
msgstr ""
#: src/files.c:169 src/files.c:207 src/files.c:217
#: src/files.c:170 src/files.c:207 src/files.c:217
#, c-format
msgid "Error writing lock file %s: %s"
msgstr ""
#: src/files.c:234
#: src/files.c:232
#, c-format
msgid "Error deleting lock file %s: %s"
msgstr ""
#: src/files.c:271
#: src/files.c:266
#, c-format
msgid "Error opening lock file %s: %s"
msgstr ""
#: src/files.c:281
#: src/files.c:276
#, c-format
msgid "Error reading lock file %s: Not enough data read"
msgstr ""
#: src/files.c:328
#: src/files.c:322
#, c-format
msgid "Can't insert file from outside of %s"
msgstr ""
#: src/files.c:437
#: src/files.c:431
msgid "No more open file buffers"
msgstr ""
#: src/files.c:453
#: src/files.c:447
#, c-format
msgid "Switched to %s"
msgstr ""
#: src/files.c:454 src/global.c:557 src/winio.c:2168
#: src/files.c:448 src/global.c:957 src/winio.c:2152
msgid "New Buffer"
msgstr ""
#: src/files.c:841
#: src/files.c:836
#, c-format
msgid "Read %lu line (Converted from DOS and Mac format)"
msgid_plural "Read %lu lines (Converted from DOS and Mac format)"
msgstr[0] ""
msgstr[1] ""
#: src/files.c:846
#: src/files.c:841
#, c-format
msgid ""
"Read %lu line (Converted from DOS and Mac format - Warning: No write "
......@@ -156,14 +156,14 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
#: src/files.c:852
#: src/files.c:847
#, c-format
msgid "Read %lu line (Converted from Mac format)"
msgid_plural "Read %lu lines (Converted from Mac format)"
msgstr[0] ""
msgstr[1] ""
#: src/files.c:856
#: src/files.c:851
#, c-format
msgid ""
"Read %lu line (Converted from Mac format - Warning: No write permission)"
......@@ -172,14 +172,14 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
#: src/files.c:862
#: src/files.c:857
#, c-format
msgid "Read %lu line (Converted from DOS format)"
msgid_plural "Read %lu lines (Converted from DOS format)"
msgstr[0] ""
msgstr[1] ""
#: src/files.c:866
#: src/files.c:861
#, c-format
msgid ""
"Read %lu line (Converted from DOS format - Warning: No write permission)"
......@@ -188,191 +188,191 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
#: src/files.c:872
#: src/files.c:867
#, c-format
msgid "Read %lu line"
msgid_plural "Read %lu lines"
msgstr[0] ""
msgstr[1] ""
#: src/files.c:875
#: src/files.c:870
#, c-format
msgid "Read %lu line ( Warning: No write permission)"
msgid_plural "Read %lu lines (Warning: No write permission)"
msgstr[0] ""
msgstr[1] ""
#: src/files.c:915 src/files.c:951
#: src/files.c:910 src/files.c:946
msgid "Reading File"
msgstr ""
#: src/files.c:921
#: src/files.c:916
msgid "New File"
msgstr ""
#: src/files.c:924
#: src/files.c:919
#, c-format
msgid "\"%s\" not found"
msgstr ""
#: src/files.c:932 src/rcfile.c:646 src/rcfile.c:1314 src/rcfile.c:1355
#: src/files.c:927 src/rcfile.c:537 src/rcfile.c:1306 src/rcfile.c:1347
#, c-format
msgid "\"%s\" is a directory"
msgstr ""
#: src/files.c:933 src/rcfile.c:647 src/rcfile.c:1315 src/rcfile.c:1356
#: src/files.c:928 src/rcfile.c:538 src/rcfile.c:1307 src/rcfile.c:1348
#, c-format
msgid "\"%s\" is a device file"
msgstr ""
#: src/files.c:1032
#: src/files.c:1027
#, c-format
msgid "Command to execute in new buffer [from %s] "
msgstr ""
#: src/files.c:1034
#: src/files.c:1029
#, c-format
msgid "Command to execute [from %s] "
msgstr ""
#: src/files.c:1040
#: src/files.c:1035
#, c-format
msgid "File to insert into new buffer [from %s] "
msgstr ""
#: src/files.c:1042
#: src/files.c:1037
#, c-format
msgid "File to insert [from %s] "
msgstr ""
#: src/files.c:1299
#: src/files.c:1291
msgid "Key invalid in non-multibuffer mode"
msgstr ""
#: src/files.c:1602
#: src/files.c:1593
msgid "Failed to write backup file, continue saving? (Say N if unsure) "
msgstr ""
#: src/files.c:1724
#: src/files.c:1715
#, c-format
msgid "Can't write outside of %s"
msgstr ""
#: src/files.c:1739
#: src/files.c:1730
msgid "Cannot prepend or append to a symlink with --nofollow set"
msgstr ""
#: src/files.c:1822 src/files.c:1846 src/files.c:1864 src/files.c:1877
#: src/files.c:1888 src/files.c:1917
#: src/files.c:1813 src/files.c:1838 src/files.c:1856 src/files.c:1869
#: src/files.c:1880 src/files.c:1909
#, c-format
msgid "Error writing backup file %s: %s"
msgstr ""
#: src/files.c:1823 src/nano.c:716
#: src/files.c:1814 src/nano.c:715
msgid "Too many backup files?"
msgstr ""
#: src/files.c:1937 src/files.c:1994 src/files.c:2013 src/files.c:2025
#: src/files.c:2049 src/files.c:2067 src/files.c:2077 src/files.c:2113
#: src/files.c:2118 src/files.c:3080 src/files.c:3089 src/files.c:3113
#: src/files.c:3125
#: src/files.c:1929 src/files.c:1986 src/files.c:2005 src/files.c:2017
#: src/files.c:2041 src/files.c:2059 src/files.c:2069 src/files.c:2105
#: src/files.c:2110 src/files.c:3066 src/files.c:3075 src/files.c:3098
#: src/files.c:3110
#, c-format
msgid "Error writing %s: %s"
msgstr ""
#: src/files.c:1971 src/text.c:2939 src/text.c:2951
#: src/files.c:1963 src/text.c:2942 src/text.c:2954
#, c-format
msgid "Error writing temp file: %s"
msgstr ""
#: src/files.c:2151
#: src/files.c:2143
#, c-format
msgid "Wrote %lu line"
msgid_plural "Wrote %lu lines"
msgstr[0] ""
msgstr[1] ""
#: src/files.c:2256
#: src/files.c:2248
msgid " [DOS Format]"
msgstr ""
#: src/files.c:2257
#: src/files.c:2249
msgid " [Mac Format]"
msgstr ""
#: src/files.c:2259
#: src/files.c:2251
msgid " [Backup]"
msgstr ""
#: src/files.c:2267
#: src/files.c:2259
msgid "Prepend Selection to File"
msgstr ""
#: src/files.c:2268
#: src/files.c:2260
msgid "Append Selection to File"
msgstr ""
#: src/files.c:2269
#: src/files.c:2261
msgid "Write Selection to File"
msgstr ""
#: src/files.c:2272
#: src/files.c:2264
msgid "File Name to Prepend to"
msgstr ""
#: src/files.c:2273
#: src/files.c:2265
msgid "File Name to Append to"
msgstr ""
#: src/files.c:2274
#: src/files.c:2266
msgid "File Name to Write"
msgstr ""
#: src/files.c:2405
#: src/files.c:2397
msgid "File exists, OVERWRITE ? "
msgstr ""
#: src/files.c:2414
#: src/files.c:2406
msgid "Save file under DIFFERENT NAME ? "
msgstr ""
#: src/files.c:2425
#: src/files.c:2418
msgid "File was modified since you opened it, continue saving ? "
msgstr ""
#: src/files.c:2857
#: src/files.c:2850
msgid "(more)"
msgstr ""
#: src/files.c:2953
#: src/files.c:2943
#, c-format
msgid ""
"\n"
"Press Enter to continue\n"
msgstr ""
#: src/files.c:2970
#: src/files.c:2958
#, c-format
msgid ""
"Unable to create directory %s: %s\n"
"It is required for saving/loading search history or cursor position\n"
msgstr ""
#: src/files.c:2975
#: src/files.c:2963
#, c-format
msgid ""
"Path %s is not a directory and needs to be.\n"
"Nano will be unable to load or save search or cursor position history\n"
msgstr ""
#: src/files.c:2991
#: src/files.c:2979
#, c-format
msgid ""
"Detected a legacy nano history file (%s) which I tried to move\n"
"to the preferred location (%s) but encountered an error: %s"
msgstr ""
#: src/files.c:2994
#: src/files.c:2982
#, c-format
msgid ""
"Detected a legacy nano history file (%s) which I moved\n"
......@@ -380,672 +380,660 @@ msgid ""
"(see the nano FAQ about this change)"
msgstr ""
#. TRANSLATORS: Try to keep the next six strings at most 10 characters.
#: src/global.c:503 src/prompt.c:1288
msgid "Cancel"
msgstr ""
#: src/global.c:504
msgid "Replace"
msgstr ""
#: src/global.c:505
msgid "No Replace"
msgstr ""
#: src/global.c:508
msgid "Case Sens"
msgstr ""
#: src/global.c:509
msgid "Backwards"
msgstr ""
#: src/global.c:513
msgid "Regexp"
#. TRANSLATORS: Try to keep the next four strings at most 10 characters.
#: src/global.c:472
msgid "Exit"
msgstr ""
#. TRANSLATORS: Try to keep the next three strings at most 10 characters.
#: src/global.c:539
msgid "PrevHstory"
#: src/global.c:473
msgid "Close"
msgstr ""
#: src/global.c:540
msgid "NextHstory"
#: src/global.c:474
msgid "Uncut Text"
msgstr ""
#: src/global.c:541
msgid "Go To Text"
#: src/global.c:476
msgid "Unjustify"
msgstr ""
#. TRANSLATORS: Try to keep the next three strings at most 12 characters.
#: src/global.c:543
#. TRANSLATORS: Try to keep this at most 12 characters.
#: src/global.c:480
msgid "WhereIs Next"
msgstr ""
#: src/global.c:545
msgid "First File"
msgstr ""
#: src/global.c:546
msgid "Last File"
msgstr ""
#. TRANSLATORS: Try to keep the next nine strings at most 16 characters.
#: src/global.c:548
msgid "To Files"
msgstr ""
#: src/global.c:550
msgid "DOS Format"
msgstr ""
#: src/global.c:551
msgid "Mac Format"
msgstr ""
#: src/global.c:552
msgid "Append"
msgstr ""
#: src/global.c:553
msgid "Prepend"
msgstr ""
#: src/global.c:554
msgid "Backup File"
msgstr ""
#: src/global.c:555
msgid "Execute Command"
msgstr ""
#: src/global.c:559
msgid "Go To Dir"
msgstr ""
#. TRANSLATORS: Try to keep the following strings at most 10 characters.
#: src/global.c:568
msgid "Get Help"
msgstr ""
#: src/global.c:569
msgid "Exit"
msgstr ""
#: src/global.c:570
#. TRANSLATORS: Try to keep the next nine strings at most 10 characters.
#: src/global.c:487
msgid "Where Is"
msgstr ""
#: src/global.c:571
msgid "Prev Page"
msgstr ""
#: src/global.c:572
msgid "Next Page"
msgstr ""
#: src/global.c:573
msgid "First Line"
msgstr ""
#: src/global.c:574
msgid "Last Line"
#: src/global.c:488
msgid "Replace"
msgstr ""
#: src/global.c:575
msgid "Suspend"
#: src/global.c:489
msgid "Go To Line"
msgstr ""
#: src/global.c:577
msgid "Beg of Par"
#: src/global.c:490
msgid "Prev Line"
msgstr ""
#: src/global.c:578
msgid "End of Par"
#: src/global.c:491
msgid "Next Line"
msgstr ""
#: src/global.c:579
#: src/global.c:493
msgid "FullJstify"
msgstr ""
#: src/global.c:581
#: src/global.c:495
msgid "Refresh"
msgstr ""
#: src/global.c:583
msgid "Insert File"
msgstr ""
#: src/global.c:585
msgid "Go To Line"
msgstr ""
#: src/global.c:586
#: src/global.c:497
msgid "To Spell"
msgstr ""
#: src/global.c:588
#: src/global.c:500
msgid "To Linter"
msgstr ""
#: src/global.c:590
msgid "Invoke the linter, if available"
msgstr ""
#: src/global.c:591
#. TRANSLATORS: Try to keep the next two strings at most 14 characters.
#: src/global.c:502
msgid "Prev Lint Msg"
msgstr ""
#: src/global.c:592
#: src/global.c:503
msgid "Next Lint Msg"
msgstr ""
#. TRANSLATORS: The next long series of strings are shortcut descriptions;
#. * they are best kept shorter than 56 characters, but may be longer.
#: src/global.c:598
#: src/global.c:509
msgid "Justify the current paragraph"
msgstr ""
#: src/global.c:601
#: src/global.c:512
msgid "Cancel the current function"
msgstr ""
#: src/global.c:602
#: src/global.c:513
msgid "Display this help text"
msgstr ""
#: src/global.c:605
#: src/global.c:516
msgid "Close the current file buffer / Exit from nano"
msgstr ""
#: src/global.c:607
#: src/global.c:518
msgid "Exit from nano"
msgstr ""
#: src/global.c:611
#: src/global.c:522
msgid "Write the current file to disk"
msgstr ""
#: src/global.c:613
#: src/global.c:524
msgid "Insert another file into the current one"
msgstr ""
#: src/global.c:615
#: src/global.c:526
msgid "Search for a string or a regular expression"
msgstr ""
#: src/global.c:617
#: src/global.c:528
msgid "Search for a string"
msgstr ""
#: src/global.c:618
msgid "Go to previous screen"
#: src/global.c:529
msgid "Go one screenful up"
msgstr ""
#: src/global.c:619
msgid "Go to next screen"
#: src/global.c:530
msgid "Go one screenful down"
msgstr ""
#: src/global.c:621
#: src/global.c:532
msgid "Cut the current line and store it in the cutbuffer"
msgstr ""
#: src/global.c:623
#: src/global.c:534
msgid "Uncut from the cutbuffer into the current line"
msgstr ""
#: src/global.c:625
#: src/global.c:536
msgid "Display the position of the cursor"
msgstr ""
#: src/global.c:627
#: src/global.c:539
msgid "Invoke the spell checker, if available"
msgstr ""
#: src/global.c:629
#: src/global.c:542
msgid "Replace a string or a regular expression"
msgstr ""
#: src/global.c:630
#: src/global.c:543
msgid "Go to line and column number"
msgstr ""
#: src/global.c:632
msgid "Mark text at the cursor position"
#: src/global.c:545
msgid "Mark text starting from the cursor position"
msgstr ""
#: src/global.c:633
msgid "Repeat last search"
#: src/global.c:546
msgid "Repeat the last search"
msgstr ""
#: src/global.c:635
#: src/global.c:548
msgid "Copy the current line and store it in the cutbuffer"
msgstr ""
#: src/global.c:636
#: src/global.c:549
msgid "Indent the current line"
msgstr ""
#: src/global.c:637
#: src/global.c:550
msgid "Unindent the current line"
msgstr ""
#: src/global.c:638
#: src/global.c:551
msgid "Undo the last operation"
msgstr ""
#: src/global.c:639
#: src/global.c:552
msgid "Redo the last undone operation"
msgstr ""
#: src/global.c:641
#: src/global.c:554
msgid "Go forward one character"
msgstr ""
#: src/global.c:642
#: src/global.c:555
msgid "Go back one character"
msgstr ""
#: src/global.c:644
#: src/global.c:557
msgid "Go forward one word"
msgstr ""
#: src/global.c:645
#: src/global.c:558
msgid "Go back one word"
msgstr ""
#: src/global.c:647
#: src/global.c:560
msgid "Go to previous line"
msgstr ""
#: src/global.c:648
#: src/global.c:561
msgid "Go to next line"
msgstr ""
#: src/global.c:649
#: src/global.c:562
msgid "Go to beginning of current line"
msgstr ""
#: src/global.c:650
#: src/global.c:563
msgid "Go to end of current line"
msgstr ""
#: src/global.c:653
#: src/global.c:566
msgid "Go to beginning of paragraph; then of previous paragraph"
msgstr ""
#: src/global.c:655
#: src/global.c:568
msgid "Go just beyond end of paragraph; then of next paragraph"
msgstr ""
#: src/global.c:658
#: src/global.c:571
msgid "Go to the first line of the file"
msgstr ""
#: src/global.c:660
#: src/global.c:573
msgid "Go to the last line of the file"
msgstr ""
#: src/global.c:662
#: src/global.c:575
msgid "Go to the matching bracket"
msgstr ""
#: src/global.c:664
#: src/global.c:577
msgid "Scroll up one line without scrolling the cursor"
msgstr ""
#: src/global.c:666
#: src/global.c:579
msgid "Scroll down one line without scrolling the cursor"
msgstr ""
#: src/global.c:670
#: src/global.c:583
msgid "Switch to the previous file buffer"
msgstr ""
#: src/global.c:672
#: src/global.c:585
msgid "Switch to the next file buffer"
msgstr ""
#: src/global.c:675
#: src/global.c:588
msgid "Insert the next keystroke verbatim"
msgstr ""
#: src/global.c:677
#: src/global.c:590
msgid "Insert a tab at the cursor position"
msgstr ""
#: src/global.c:679
#: src/global.c:592
msgid "Insert a newline at the cursor position"
msgstr ""
#: src/global.c:681
#: src/global.c:594
msgid "Delete the character under the cursor"
msgstr ""
#: src/global.c:683
#: src/global.c:596
msgid "Delete the character to the left of the cursor"
msgstr ""
#: src/global.c:686
#: src/global.c:599
msgid "Cut from the cursor position to the end of the file"
msgstr ""
#: src/global.c:689
#: src/global.c:602
msgid "Justify the entire file"
msgstr ""
#: src/global.c:693
#: src/global.c:606
msgid "Count the number of words, lines, and characters"
msgstr ""
#: src/global.c:696
#: src/global.c:609
msgid "Refresh (redraw) the current screen"
msgstr ""
#: src/global.c:698
#: src/global.c:611
msgid "Suspend the editor (if suspend is enabled)"
msgstr ""
#: src/global.c:701
#: src/global.c:614
msgid "Toggle the case sensitivity of the search"
msgstr ""
#: src/global.c:703
#: src/global.c:616
msgid "Reverse the direction of the search"
msgstr ""
#: src/global.c:707
#: src/global.c:620
msgid "Toggle the use of regular expressions"
msgstr ""
#: src/global.c:711
#: src/global.c:624
msgid "Recall the previous search/replace string"
msgstr ""
#: src/global.c:713
#: src/global.c:626
msgid "Recall the next search/replace string"
msgstr ""
#: src/global.c:716
#: src/global.c:629
msgid "Go to file browser"
msgstr ""
#: src/global.c:719
#: src/global.c:632
msgid "Toggle the use of DOS format"
msgstr ""
#: src/global.c:720
#: src/global.c:633
msgid "Toggle the use of Mac format"
msgstr ""
#: src/global.c:722
#: src/global.c:634
msgid "Toggle appending"
msgstr ""
#: src/global.c:723
#: src/global.c:635
msgid "Toggle prepending"
msgstr ""
#: src/global.c:726
#: src/global.c:637
msgid "Toggle backing up of the original file"
msgstr ""
#: src/global.c:727
#: src/global.c:638
msgid "Execute external command"
msgstr ""
#: src/global.c:731
#: src/global.c:642
msgid "Toggle the use of a new buffer"
msgstr ""
#: src/global.c:734
#: src/global.c:645
msgid "Exit from the file browser"
msgstr ""
#: src/global.c:736
#: src/global.c:647
msgid "Go to the first file in the list"
msgstr ""
#: src/global.c:738
#: src/global.c:649
msgid "Go to the last file in the list"
msgstr ""
#: src/global.c:739
#: src/global.c:650
msgid "Go to the next file in the list"
msgstr ""
#: src/global.c:740
#: src/global.c:651
msgid "Go to the previous file in the list"
msgstr ""
#: src/global.c:741
#: src/global.c:652
msgid "Go to directory"
msgstr ""
#: src/global.c:744
#: src/global.c:655
msgid "Invoke the linter, if available"
msgstr ""
#: src/global.c:656
msgid "Go to previous linter msg"
msgstr ""
#: src/global.c:745
#: src/global.c:657
msgid "Go to next linter msg"
msgstr ""
#. TRANSLATORS: Try to keep this at most 10 characters.
#: src/global.c:772
msgid "Close"
#. TRANSLATORS: Try to keep the following strings at most 10 characters.
#: src/global.c:677
msgid "Get Help"
msgstr ""
#. TRANSLATORS: Try to keep this at most 10 characters.
#: src/global.c:781
#: src/global.c:680 src/prompt.c:1276
msgid "Cancel"
msgstr ""
#: src/global.c:691
msgid "Write Out"
msgstr ""
#. TRANSLATORS: Try to keep this at most 10 characters.
#: src/global.c:792
#: src/global.c:700
msgid "Read File"
msgstr ""
#. TRANSLATORS: Try to keep this at most 10 characters.
#: src/global.c:812
msgid "Justify"
#: src/global.c:718
msgid "Go To Dir"
msgstr ""
#. TRANSLATORS: Try to keep this at most 10 characters.
#: src/global.c:829
#: src/global.c:732
msgid "Cut Text"
msgstr ""
#. TRANSLATORS: Try to keep this at most 10 characters.
#: src/global.c:834
msgid "Unjustify"
#: src/global.c:741
msgid "Justify"
msgstr ""
#. TRANSLATORS: Try to keep this at most 10 characters.
#: src/global.c:838
msgid "Uncut Text"
#: src/global.c:757
msgid "Case Sens"
msgstr ""
#: src/global.c:762
msgid "Regexp"
msgstr ""
#. TRANSLATORS: Try to keep this at most 10 characters.
#: src/global.c:843 src/global.c:874
#: src/global.c:767
msgid "Backwards"
msgstr ""
#: src/global.c:774
msgid "No Replace"
msgstr ""
#: src/global.c:781
msgid "Cur Pos"
msgstr ""
#: src/global.c:887
#: src/global.c:788
msgid "Prev Page"
msgstr ""
#: src/global.c:790
msgid "Next Page"
msgstr ""
#: src/global.c:794
msgid "First Line"
msgstr ""
#: src/global.c:797
msgid "Last Line"
msgstr ""
#: src/global.c:803
msgid "To Bracket"
msgstr ""
#: src/global.c:806
msgid "Mark Text"
msgstr ""
#: src/global.c:893
#: src/global.c:809
msgid "Copy Text"
msgstr ""
#: src/global.c:896
#: src/global.c:812
msgid "Indent Text"
msgstr ""
#: src/global.c:899
#: src/global.c:814
msgid "Unindent Text"
msgstr ""
#: src/global.c:903
#: src/global.c:818
msgid "Undo"
msgstr ""
#: src/global.c:906
#: src/global.c:820
msgid "Redo"
msgstr ""
#: src/global.c:911 src/global.c:917
#: src/global.c:825 src/global.c:831
msgid "Back"
msgstr ""
#: src/global.c:913 src/global.c:919
#: src/global.c:827 src/global.c:833
msgid "Forward"
msgstr ""
#: src/global.c:927
#: src/global.c:838
msgid "Prev Word"
msgstr ""
#: src/global.c:930
#: src/global.c:840
msgid "Next Word"
msgstr ""
#: src/global.c:934
msgid "Prev Line"
msgstr ""
#: src/global.c:937
msgid "Next Line"
msgstr ""
#: src/global.c:940
#: src/global.c:844
msgid "Home"
msgstr ""
#: src/global.c:943
#: src/global.c:846
msgid "End"
msgstr ""
#: src/global.c:955
msgid "Find Other Bracket"
#: src/global.c:855
msgid "Beg of Par"
msgstr ""
#: src/global.c:958
#: src/global.c:857
msgid "End of Par"
msgstr ""
#: src/global.c:862
msgid "Scroll Up"
msgstr ""
#: src/global.c:961
#: src/global.c:864
msgid "Scroll Down"
msgstr ""
#: src/global.c:966
msgid "Previous File"
#: src/global.c:869
msgid "Prev File"
msgstr ""
#: src/global.c:968
#: src/global.c:871
msgid "Next File"
msgstr ""
#. TRANSLATORS: This is displayed when the next keystroke will be
#. * inserted verbatim.
#: src/global.c:972 src/text.c:3353
msgid "Verbatim Input"
#: src/global.c:875
msgid "Verbatim"
msgstr ""
#: src/global.c:977
#: src/global.c:878
msgid "Tab"
msgstr ""
#: src/global.c:980
#: src/global.c:880
msgid "Enter"
msgstr ""
#: src/global.c:983
#: src/global.c:882
msgid "Delete"
msgstr ""
#: src/global.c:986
#: src/global.c:884
msgid "Backspace"
msgstr ""
#: src/global.c:1003
#: src/global.c:893
msgid "CutTillEnd"
msgstr ""
#: src/global.c:1016
#: src/global.c:903
msgid "Word Count"
msgstr ""
#: src/global.c:1352
#: src/global.c:910
msgid "Suspend"
msgstr ""
#: src/global.c:916
msgid "PrevHstory"
msgstr ""
#: src/global.c:920
msgid "NextHstory"
msgstr ""
#: src/global.c:924
msgid "Go To Text"
msgstr ""
#: src/global.c:935
msgid "DOS Format"
msgstr ""
#: src/global.c:938
msgid "Mac Format"
msgstr ""
#: src/global.c:941
msgid "Append"
msgstr ""
#: src/global.c:943
msgid "Prepend"
msgstr ""
#: src/global.c:946
msgid "Backup File"
msgstr ""
#: src/global.c:953
msgid "Execute Command"
msgstr ""
#: src/global.c:965
msgid "To Files"
msgstr ""
#: src/global.c:968
msgid "First File"
msgstr ""
#: src/global.c:970
msgid "Last File"
msgstr ""
#. TRANSLATORS: The next seventeen strings are toggle descriptions;
#. * they are best kept shorter than 40 characters, but may be longer.
#: src/global.c:1218
msgid "Help mode"
msgstr ""
#: src/global.c:1354
#: src/global.c:1220
msgid "Constant cursor position display"
msgstr ""
#: src/global.c:1356
#: src/global.c:1222
msgid "Use of one more line for editing"
msgstr ""
#: src/global.c:1358
#: src/global.c:1224
msgid "Smooth scrolling"
msgstr ""
#: src/global.c:1360
msgid "Whitespace display"
#: src/global.c:1226
msgid "Soft wrapping of overlong lines"
msgstr ""
#: src/global.c:1362
msgid "Color syntax highlighting"
#: src/global.c:1228
msgid "Whitespace display"
msgstr ""
#: src/global.c:1364
msgid "Soft line wrapping"
#: src/global.c:1230
msgid "Color syntax highlighting"
msgstr ""
#: src/global.c:1366
#: src/global.c:1232
msgid "Smart home key"
msgstr ""
#: src/global.c:1368
#: src/global.c:1234
msgid "Auto indent"
msgstr ""
#: src/global.c:1370
#: src/global.c:1236
msgid "Cut to end"
msgstr ""
#: src/global.c:1372
msgid "Long line wrapping"
#: src/global.c:1238
msgid "Hard wrapping of overlong lines"
msgstr ""
#: src/global.c:1374
#: src/global.c:1240
msgid "Conversion of typed tabs to spaces"
msgstr ""
#: src/global.c:1376
#: src/global.c:1242
msgid "Backup files"
msgstr ""
#: src/global.c:1378
#: src/global.c:1244
msgid "Multiple file buffers"
msgstr ""
#: src/global.c:1380
#: src/global.c:1246
msgid "Mouse support"
msgstr ""
#: src/global.c:1382
#: src/global.c:1248
msgid "No conversion from DOS/Mac format"
msgstr ""
#: src/global.c:1384
#: src/global.c:1250
msgid "Suspension"
msgstr ""
#: src/help.c:236
#: src/help.c:220
msgid ""
"Search Command Help Text\n"
"\n"
......@@ -1058,7 +1046,7 @@ msgid ""
"search. "
msgstr ""
#: src/help.c:245
#: src/help.c:229
msgid ""
"If you have selected text with the mark and then search to replace, only "
"matches in the selected text will be replaced.\n"
......@@ -1067,7 +1055,7 @@ msgid ""
"\n"
msgstr ""
#: src/help.c:251
#: src/help.c:235
msgid ""
"Go To Line Help Text\n"
"\n"
......@@ -1079,7 +1067,7 @@ msgid ""
"\n"
msgstr ""
#: src/help.c:260
#: src/help.c:244
msgid ""
"Insert File Help Text\n"
"\n"
......@@ -1092,7 +1080,7 @@ msgid ""
"into a separate buffer (use Meta-< and > to switch between file buffers). "
msgstr ""
#: src/help.c:269
#: src/help.c:253
msgid ""
"If you need another blank buffer, do not enter any filename, or type in a "
"nonexistent filename at the prompt and press Enter.\n"
......@@ -1101,7 +1089,7 @@ msgid ""
"\n"
msgstr ""
#: src/help.c:275
#: src/help.c:259
msgid ""
"Write File Help Text\n"
"\n"
......@@ -1117,7 +1105,7 @@ msgid ""
"\n"
msgstr ""
#: src/help.c:289
#: src/help.c:273
msgid ""
"File Browser Help Text\n"
"\n"
......@@ -1131,7 +1119,7 @@ msgid ""
"\n"
msgstr ""
#: src/help.c:302
#: src/help.c:286
msgid ""
"Browser Search Command Help Text\n"
"\n"
......@@ -1145,13 +1133,13 @@ msgid ""
"\n"
msgstr ""
#: src/help.c:311
#: src/help.c:295
msgid ""
" The following function keys are available in Browser Search mode:\n"
"\n"
msgstr ""
#: src/help.c:315
#: src/help.c:299
msgid ""
"Browser Go To Directory Help Text\n"
"\n"
......@@ -1164,7 +1152,7 @@ msgid ""
"\n"
msgstr ""
#: src/help.c:328
#: src/help.c:312
msgid ""
"Spell Check Help Text\n"
"\n"
......@@ -1178,7 +1166,7 @@ msgid ""
"\n"
msgstr ""
#: src/help.c:343
#: src/help.c:327
msgid ""
"Execute Command Help Text\n"
"\n"
......@@ -1190,7 +1178,7 @@ msgid ""
"\n"
msgstr ""
#: src/help.c:356
#: src/help.c:340
msgid ""
"Main nano help text\n"
"\n"
......@@ -1202,7 +1190,7 @@ msgid ""
"bottom and shows important messages. "
msgstr ""
#: src/help.c:366
#: src/help.c:350
msgid ""
"The bottom two lines show the most commonly used shortcuts in the editor.\n"
"\n"
......@@ -1213,7 +1201,7 @@ msgid ""
"Alt, or Meta key depending on your keyboard setup. "
msgstr ""
#: src/help.c:375
#: src/help.c:359
msgid ""
"Also, pressing Esc twice and then typing a three-digit decimal number from "
"000 to 255 will enter the character with the corresponding value. The "
......@@ -1222,60 +1210,56 @@ msgid ""
"\n"
msgstr ""
#: src/help.c:407 src/help.c:483
#: src/help.c:391 src/help.c:468
msgid "enable/disable"
msgstr ""
#: src/nano.c:598
#: src/nano.c:597
msgid "Key invalid in view mode"
msgstr ""
#: src/nano.c:710
#: src/nano.c:709
#, c-format
msgid ""
"\n"
"Buffer written to %s\n"
msgstr ""
#: src/nano.c:712
#: src/nano.c:711
#, c-format
msgid ""
"\n"
"Buffer not written to %s: %s\n"
msgstr ""
#: src/nano.c:715
#: src/nano.c:714
#, c-format
msgid ""
"\n"
"Buffer not written: %s\n"
msgstr ""
#: src/nano.c:738
#: src/nano.c:739
msgid "Window size is too small for nano...\n"
msgstr ""
#: src/nano.c:831
#: src/nano.c:832
#, c-format
msgid ""
"Usage: nano [OPTIONS] [[+LINE,COLUMN] FILE]...\n"
"\n"
msgstr ""
#: src/nano.c:834
#: src/nano.c:835
#, c-format
msgid "Option\t\tGNU long option\t\tMeaning\n"
msgstr ""
#: src/nano.c:836
#: src/nano.c:837
#, c-format
msgid "Option\t\tMeaning\n"
msgstr ""
#: src/nano.c:839
msgid "Show this message"
msgstr ""
#: src/nano.c:840
msgid "+LINE,COLUMN"
msgstr ""
......@@ -1412,270 +1396,281 @@ msgstr ""
msgid "Fix Backspace/Delete confusion problem"
msgstr ""
#: src/nano.c:909
msgid "Automatically indent new lines"
#: src/nano.c:908
msgid "Show this help text"
msgstr ""
#: src/nano.c:910
msgid "Automatically indent new lines"
msgstr ""
#: src/nano.c:911
msgid "Cut from cursor to end of line"
msgstr ""
#: src/nano.c:913
#: src/nano.c:914
msgid "Don't follow symbolic links, overwrite"
msgstr ""
#: src/nano.c:915
#: src/nano.c:916
msgid "Enable the use of the mouse"
msgstr ""
#: src/nano.c:918
msgid "Do not read the file (only write it)"
msgstr ""
#: src/nano.c:920
msgid "-o <dir>"
msgstr ""
#: src/nano.c:918
#: src/nano.c:920
msgid "--operatingdir=<dir>"
msgstr ""
#: src/nano.c:919
#: src/nano.c:921
msgid "Set operating directory"
msgstr ""
#: src/nano.c:922
#: src/nano.c:924
msgid "Preserve XON (^Q) and XOFF (^S) keys"
msgstr ""
#: src/nano.c:924
#: src/nano.c:926
msgid "Silently ignore startup issues like rc file errors"
msgstr ""
#: src/nano.c:926
#: src/nano.c:928
msgid "-r <#cols>"
msgstr ""
#: src/nano.c:926
#: src/nano.c:928
msgid "--fill=<#cols>"
msgstr ""
#: src/nano.c:927
msgid "Set wrapping point at column #cols"
#: src/nano.c:929
msgid "Set hard-wrapping point at column #cols"
msgstr ""
#: src/nano.c:930
#: src/nano.c:932
msgid "-s <prog>"
msgstr ""
#: src/nano.c:930
#: src/nano.c:932
msgid "--speller=<prog>"
msgstr ""
#: src/nano.c:931
#: src/nano.c:933
msgid "Enable alternate speller"
msgstr ""
#: src/nano.c:934
#: src/nano.c:936
msgid "Auto save on exit, don't prompt"
msgstr ""
#: src/nano.c:936
#: src/nano.c:938
msgid "Allow generic undo [EXPERIMENTAL]"
msgstr ""
#: src/nano.c:939
#: src/nano.c:941
msgid "View mode (read-only)"
msgstr ""
#: src/nano.c:941
msgid "Don't wrap long lines"
#: src/nano.c:943
msgid "Don't hard-wrap long lines"
msgstr ""
#: src/nano.c:943
#: src/nano.c:945
msgid "Don't show the two help lines"
msgstr ""
#: src/nano.c:944
#: src/nano.c:946
msgid "Enable suspension"
msgstr ""
#: src/nano.c:946
#: src/nano.c:948
msgid "Enable soft line wrapping"
msgstr ""
#: src/nano.c:951
msgid "(ignored, for Pico compatibility)"
msgstr ""
#: src/nano.c:961
#: src/nano.c:957
#, c-format
msgid " GNU nano version %s (compiled %s, %s)\n"
msgstr ""
#: src/nano.c:966
#: src/nano.c:961
#, c-format
msgid " Email: nano@nano-editor.org\tWeb: http://www.nano-editor.org/"
msgstr ""
#: src/nano.c:967
#: src/nano.c:962
#, c-format
msgid ""
"\n"
" Compiled options:"
msgstr ""
#: src/nano.c:1045
#: src/nano.c:1086
msgid "Sorry, support for this function has been disabled"
msgstr ""
#: src/nano.c:1067
#: src/nano.c:1108
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
msgstr ""
#: src/nano.c:1121
#: src/nano.c:1160
msgid "Couldn't reopen stdin from keyboard, sorry\n"
msgstr ""
#: src/nano.c:1147
#: src/nano.c:1185
#, c-format
msgid "Reading from stdin, ^C to abort\n"
msgstr ""
#: src/nano.c:1215
#: src/nano.c:1251
msgid "Received SIGHUP or SIGTERM\n"
msgstr ""
#: src/nano.c:1237
#: src/nano.c:1273
#, c-format
msgid "Use \"fg\" to return to nano.\n"
msgstr ""
#: src/nano.c:1419
#: src/nano.c:1455
msgid "enabled"
msgstr ""
#: src/nano.c:1420
#: src/nano.c:1455
msgid "disabled"
msgstr ""
#: src/nano.c:1587 src/winio.c:1256
#: src/nano.c:1622 src/winio.c:1256
msgid "Unknown Command"
msgstr ""
#: src/nano.c:1713
#: src/nano.c:1745
msgid "XON ignored, mumble mumble"
msgstr ""
#: src/nano.c:1718
#: src/nano.c:1750
msgid "XOFF ignored, mumble mumble"
msgstr ""
#: src/nano.c:2258 src/rcfile.c:1260
#: src/nano.c:2285 src/rcfile.c:1252
#, c-format
msgid "Requested tab size \"%s\" is invalid"
msgstr ""
#: src/nano.c:2317 src/rcfile.c:1185
#: src/nano.c:2347 src/rcfile.c:1177
#, c-format
msgid "Requested fill size \"%s\" is invalid"
msgstr ""
#: src/nano.c:2393
#, c-format
msgid "Type '%s -h' for a list of available options.\n"
msgstr ""
#. TRANSLATORS: For the next three strings, if possible, specify
#. * the single-byte shortcuts for both your language and English.
#. * For example, in French: "OoYy" for "Oui".
#: src/prompt.c:1259
#: src/prompt.c:1247
msgid "Yy"
msgstr ""
#: src/prompt.c:1260
#: src/prompt.c:1248
msgid "Nn"
msgstr ""
#: src/prompt.c:1261
#: src/prompt.c:1249
msgid "Aa"
msgstr ""
#: src/prompt.c:1275
#: src/prompt.c:1263
msgid "Yes"
msgstr ""
#: src/prompt.c:1280
#: src/prompt.c:1268
msgid "All"
msgstr ""
#: src/prompt.c:1285
#: src/prompt.c:1273
msgid "No"
msgstr ""
#: src/rcfile.c:134
#: src/rcfile.c:138
#, c-format
msgid "Error in %s on line %lu: "
msgstr ""
#: src/rcfile.c:189
#: src/rcfile.c:193
#, c-format
msgid "Argument '%s' has an unterminated \""
msgstr ""
#: src/rcfile.c:216 src/rcfile.c:268 src/rcfile.c:405 src/rcfile.c:798
#: src/rcfile.c:858 src/rcfile.c:911
#: src/rcfile.c:220 src/rcfile.c:272 src/rcfile.c:684 src/rcfile.c:745
#: src/rcfile.c:834 src/rcfile.c:886
msgid "Regex strings must begin and end with a \" character"
msgstr ""
#: src/rcfile.c:242 src/search.c:62
#: src/rcfile.c:246 src/search.c:62
#, c-format
msgid "Bad regex \"%s\": %s"
msgstr ""
#: src/rcfile.c:262
#: src/rcfile.c:266
msgid "Missing syntax name"
msgstr ""
#: src/rcfile.c:333
#: src/rcfile.c:336
msgid "The \"none\" syntax is reserved"
msgstr ""
#: src/rcfile.c:340
#: src/rcfile.c:343
msgid "The \"default\" syntax must take no extensions"
msgstr ""
#: src/rcfile.c:394
msgid "Cannot add a magic string regex without a syntax command"
#: src/rcfile.c:411
msgid "Missing key name"
msgstr ""
#: src/rcfile.c:399
msgid "Missing magic string name"
#: src/rcfile.c:420 src/rcfile.c:431
msgid "Key name is too short"
msgstr ""
#: src/rcfile.c:473 src/rcfile.c:570
msgid "Missing key name"
#: src/rcfile.c:441
msgid "Key name must begin with \"^\", \"M\", or \"F\""
msgstr ""
#: src/rcfile.c:485 src/rcfile.c:586
msgid "keybindings must begin with \"^\", \"M\", or \"F\""
#: src/rcfile.c:450
msgid "Must specify a function to bind the key to"
msgstr ""
#: src/rcfile.c:494
msgid "Must specify function to bind key to"
#. TRANSLATORS: Do not translate the word "all".
#: src/rcfile.c:460
msgid "Must specify a menu (or \"all\") in which to bind/unbind the key"
msgstr ""
#: src/rcfile.c:505 src/rcfile.c:597
msgid "Must specify menu to bind key to (or \"all\")"
#: src/rcfile.c:467
#, c-format
msgid "Cannot map name \"%s\" to a function"
msgstr ""
#: src/rcfile.c:513
#: src/rcfile.c:474
#, c-format
msgid "Could not map name \"%s\" to a function"
msgid "Cannot map name \"%s\" to a menu"
msgstr ""
#: src/rcfile.c:519 src/rcfile.c:604
#: src/rcfile.c:497
#, c-format
msgid "Could not map name \"%s\" to a menu"
msgid "Sorry, keystroke \"%s\" may not be rebound"
msgstr ""
#: src/rcfile.c:541
#: src/rcfile.c:583
#, c-format
msgid "Sorry, keystr \"%s\" is an illegal binding"
msgid "Error expanding %s: %s"
msgstr ""
#: src/rcfile.c:712
#: src/rcfile.c:626
#, c-format
msgid ""
"Color \"%s\" not understood.\n"
......@@ -1685,107 +1680,114 @@ msgid ""
"for foreground colors."
msgstr ""
#: src/rcfile.c:734
#: src/rcfile.c:648
msgid "Cannot add a color command without a syntax command"
msgstr ""
#: src/rcfile.c:739
#: src/rcfile.c:653
msgid "Missing color name"
msgstr ""
#: src/rcfile.c:759
#: src/rcfile.c:663 src/rcfile.c:824
msgid "Missing regex string"
msgstr ""
#: src/rcfile.c:739
msgid "\"start=\" requires a corresponding \"end=\""
msgstr ""
#: src/rcfile.c:791
#, c-format
msgid "Background color \"%s\" cannot be bright"
msgstr ""
#: src/rcfile.c:777 src/rcfile.c:899
msgid "Missing regex string"
#: src/rcfile.c:819
msgid "Cannot add a header regex without a syntax command"
msgstr ""
#: src/rcfile.c:852
msgid "\"start=\" requires a corresponding \"end=\""
#: src/rcfile.c:875
msgid "Cannot add a magic string regex without a syntax command"
msgstr ""
#: src/rcfile.c:894
msgid "Cannot add a header regex without a syntax command"
#: src/rcfile.c:880
msgid "Missing magic string name"
msgstr ""
#: src/rcfile.c:956
#: src/rcfile.c:939
msgid "Cannot add a linter without a syntax command"
msgstr ""
#: src/rcfile.c:961
#: src/rcfile.c:944
msgid "Missing linter command"
msgstr ""
#: src/rcfile.c:993
#: src/rcfile.c:974
#, c-format
msgid "Fatal error: no keys mapped for function \"%s\""
msgid "Fatal error: no keys mapped for function \"%s\". Exiting.\n"
msgstr ""
#: src/rcfile.c:995
#: src/rcfile.c:976
#, c-format
msgid ""
"Exiting. If needed, use nano with the -I option to adjust your nanorc "
"settings.\n"
"If needed, use nano with the -I option to adjust your nanorc settings.\n"
msgstr ""
#: src/rcfile.c:1056
#: src/rcfile.c:1037
#, c-format
msgid "Could not find syntax \"%s\" to extend"
msgstr ""
#: src/rcfile.c:1071 src/rcfile.c:1080 src/rcfile.c:1090
#: src/rcfile.c:1053 src/rcfile.c:1062 src/rcfile.c:1072
#, c-format
msgid "Command \"%s\" not allowed in included file"
msgstr ""
#: src/rcfile.c:1096 src/rcfile.c:1288
#: src/rcfile.c:1078 src/rcfile.c:1280
#, c-format
msgid "Syntax \"%s\" has no color commands"
msgstr ""
#: src/rcfile.c:1117
#: src/rcfile.c:1098
#, c-format
msgid "Command \"%s\" not understood"
msgstr ""
#: src/rcfile.c:1132
msgid "Missing flag"
#: src/rcfile.c:1113
msgid "Missing option"
msgstr ""
#: src/rcfile.c:1154
#: src/rcfile.c:1135
#, c-format
msgid "Option \"%s\" requires an argument"
msgstr ""
#: src/rcfile.c:1172
#: src/rcfile.c:1153
msgid "Option is not a valid multibyte string"
msgstr ""
#: src/rcfile.c:1198 src/rcfile.c:1226 src/rcfile.c:1235
#: src/rcfile.c:1190 src/rcfile.c:1218 src/rcfile.c:1227
msgid "Non-blank characters required"
msgstr ""
#: src/rcfile.c:1208
#: src/rcfile.c:1200
msgid "Two single-column characters required"
msgstr ""
#: src/rcfile.c:1274
#: src/rcfile.c:1266
#, c-format
msgid "Cannot unset flag \"%s\""
msgid "Cannot unset option \"%s\""
msgstr ""
#: src/rcfile.c:1283
#: src/rcfile.c:1275
#, c-format
msgid "Unknown flag \"%s\""
msgid "Unknown option \"%s\""
msgstr ""
#: src/rcfile.c:1342
#: src/rcfile.c:1334
msgid "I can't find my home directory! Wah!"
msgstr ""
#: src/rcfile.c:1380
#: src/rcfile.c:1372
#, c-format
msgid ""
"\n"
......@@ -1844,82 +1846,82 @@ msgstr ""
msgid "Mark Unset"
msgstr ""
#: src/text.c:443
#: src/text.c:442
msgid "Nothing in undo buffer!"
msgstr ""
#: src/text.c:455 src/text.c:593
#: src/text.c:453 src/text.c:591
#, c-format
msgid "Internal error: can't match line %d. Please save your work."
msgstr ""
#: src/text.c:466 src/text.c:603
#: src/text.c:464 src/text.c:601
msgid "text add"
msgstr ""
#: src/text.c:475 src/text.c:613
#: src/text.c:473 src/text.c:611
msgid "text delete"
msgstr ""
#: src/text.c:489 src/text.c:628
#: src/text.c:487 src/text.c:626
msgid "line wrap"
msgstr ""
#: src/text.c:503 src/text.c:636
#: src/text.c:501 src/text.c:634
msgid "line join"
msgstr ""
#: src/text.c:514 src/text.c:651
#: src/text.c:512 src/text.c:649
msgid "text cut"
msgstr ""
#: src/text.c:518 src/text.c:655
#: src/text.c:516 src/text.c:653
msgid "text uncut"
msgstr ""
#: src/text.c:522 src/text.c:622
#: src/text.c:520 src/text.c:620
msgid "line break"
msgstr ""
#: src/text.c:532 src/text.c:665
#: src/text.c:530 src/text.c:663
msgid "text insert"
msgstr ""
#: src/text.c:550 src/text.c:659
#: src/text.c:548 src/text.c:657
msgid "text replace"
msgstr ""
#: src/text.c:557 src/text.c:671 src/text.c:955
#: src/text.c:554 src/text.c:669 src/text.c:953
msgid "Internal error: unknown type. Please save your work."
msgstr ""
#: src/text.c:563
#: src/text.c:560
#, c-format
msgid "Undid action (%s)"
msgstr ""
#: src/text.c:578
#: src/text.c:576
msgid "Nothing to re-do!"
msgstr ""
#: src/text.c:582
#: src/text.c:580
msgid "Internal error: cannot set up redo. Please save your work."
msgstr ""
#: src/text.c:676
#: src/text.c:674
#, c-format
msgid "Redid action (%s)"
msgstr ""
#: src/text.c:771 src/text.c:2558 src/text.c:3021
#: src/text.c:768 src/text.c:2561 src/text.c:3040
msgid "Could not create pipe"
msgstr ""
#: src/text.c:798 src/text.c:2646 src/text.c:2798 src/text.c:3069
#: src/text.c:794 src/text.c:2649 src/text.c:2801 src/text.c:3091
msgid "Could not fork"
msgstr ""
#: src/text.c:946
#: src/text.c:944
msgid "Internal error: cannot set up uncut. Please save your work."
msgstr ""
......@@ -1928,156 +1930,166 @@ msgstr ""
msgid "Bad quote string %s: %s"
msgstr ""
#: src/text.c:2274
#: src/text.c:2276
msgid "Can now UnJustify!"
msgstr ""
#: src/text.c:2472
#: src/text.c:2475
msgid "Edit a replacement"
msgstr ""
#: src/text.c:2560
#: src/text.c:2563
msgid "Creating misspelled word list, please wait..."
msgstr ""
#: src/text.c:2652 src/text.c:3076
#: src/text.c:2655 src/text.c:3099
msgid "Could not get size of pipe buffer"
msgstr ""
#: src/text.c:2703
#: src/text.c:2706
msgid "Error invoking \"spell\""
msgstr ""
#: src/text.c:2706
#: src/text.c:2709
msgid "Error invoking \"sort -f\""
msgstr ""
#: src/text.c:2709
#: src/text.c:2712
msgid "Error invoking \"uniq\""
msgstr ""
#: src/text.c:2766 src/text.c:2975
#: src/text.c:2769 src/text.c:2982
msgid "Finished checking spelling"
msgstr ""
#: src/text.c:2825
#: src/text.c:2828
#, c-format
msgid "Error invoking \"%s\""
msgstr ""
#: src/text.c:2970
#: src/text.c:2960
msgid "Invoking spell checker, please wait"
msgstr ""
#: src/text.c:2977
#, c-format
msgid "Spell checking failed: %s"
msgstr ""
#: src/text.c:2972
#: src/text.c:2979
#, c-format
msgid "Spell checking failed: %s: %s"
msgstr ""
#: src/text.c:2998
msgid "No linter defined for this file!"
#: src/text.c:3013
msgid "No linter defined for this type of file!"
msgstr ""
#: src/text.c:3009
#: src/text.c:3024
msgid "Save modified buffer before linting?"
msgstr ""
#: src/text.c:3025
#: src/text.c:3046
msgid "Invoking linter, please wait"
msgstr ""
#: src/text.c:3176
#: src/text.c:3202
#, c-format
msgid "Got 0 parsable lines from command: %s"
msgstr ""
#: src/text.c:3209
#: src/text.c:3236
#, c-format
msgid "This message is for unopened file %s, open it in a new buffer?"
msgstr ""
#: src/text.c:3254
#: src/text.c:3284
msgid "At last message"
msgstr ""
#: src/text.c:3261
#: src/text.c:3291
msgid "At first message"
msgstr ""
#: src/text.c:3338
#: src/text.c:3368
#, c-format
msgid "%sWords: %lu Lines: %ld Chars: %lu"
msgstr ""
#: src/text.c:3339
#: src/text.c:3369
msgid "In Selection: "
msgstr ""
#. TRANSLATORS: This is displayed when the next keystroke will be
#. * inserted verbatim.
#: src/text.c:3383
msgid "Verbatim Input"
msgstr ""
#: src/utils.c:409 src/utils.c:421
msgid "nano is out of memory!"
msgstr ""
#. TRANSLATORS: This is displayed during the input of a
#. * six-digit hexadecimal Unicode character code.
#: src/winio.c:1557
#: src/winio.c:1555
msgid "Unicode Input"
msgstr ""
#: src/winio.c:2149 src/winio.c:2153
#: src/winio.c:2133 src/winio.c:2137
msgid "Modified"
msgstr ""
#: src/winio.c:2150
#: src/winio.c:2134
msgid "View"
msgstr ""
#: src/winio.c:2164
#: src/winio.c:2148
msgid "DIR:"
msgstr ""
#: src/winio.c:2171
#: src/winio.c:2155
msgid "File:"
msgstr ""
#: src/winio.c:2267
#: src/winio.c:2252
msgid ""
"Warning: Modifying a file which is not locked, check directory permission?"
msgstr ""
#: src/winio.c:3350
#: src/winio.c:3343
#, c-format
msgid "line %ld/%ld (%d%%), col %lu/%lu (%d%%), char %lu/%lu (%d%%)"
msgstr ""
#: src/winio.c:3484
#: src/winio.c:3476
msgid "The nano text editor"
msgstr ""
#: src/winio.c:3485
#: src/winio.c:3477
msgid "version"
msgstr ""
#: src/winio.c:3486
#: src/winio.c:3478
msgid "Brought to you by:"
msgstr ""
#: src/winio.c:3487
#: src/winio.c:3479
msgid "Special thanks to:"
msgstr ""
#: src/winio.c:3488
#: src/winio.c:3480
msgid "The Free Software Foundation"
msgstr ""
#: src/winio.c:3489
#: src/winio.c:3481
msgid "For ncurses:"
msgstr ""
#: src/winio.c:3490
#: src/winio.c:3482
msgid "and anyone else we forgot..."
msgstr ""
#: src/winio.c:3491
#: src/winio.c:3483
msgid "Thank you for using nano!"
msgstr ""
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment