geany/po/geany.pot

2688 lines
47 KiB
Plaintext
Raw Normal View History

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-09-27 19:04+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/main.c:84
msgid "runs in debug mode (means being verbose)"
msgstr ""
#: src/main.c:85
msgid "don't load the previous session's files"
msgstr ""
#: src/main.c:86
msgid "don't load auto completion data (see documentation)"
msgstr ""
#: src/main.c:88
msgid "don't open files in a running instance, force opening a new instance"
msgstr ""
#: src/main.c:90
msgid "use an alternate configuration directory"
msgstr ""
#: src/main.c:91
msgid "don't show message window at startup"
msgstr ""
#: src/main.c:93
msgid "don't load terminal support"
msgstr ""
#: src/main.c:94
msgid "filename of libvte.so"
msgstr ""
#: src/main.c:96
msgid "show version and exit"
msgstr ""
#: src/main.c:388
msgid " - A fast and lightweight IDE"
msgstr ""
#: src/main.c:398
#, c-format
msgid "(built on %s with GTK %d.%d.%d, GLib %d.%d.%d)"
msgstr ""
#: src/main.c:440
#, c-format
msgid ""
"Configuration directory could not be created (%s).\n"
"There could be some problems using Geany without a configuration directory.\n"
"Start Geany anyway?"
msgstr ""
#: src/main.c:556
#, c-format
msgid "This is Geany %s."
msgstr ""
#: src/main.c:558
#, c-format
msgid "Configuration directory could not be created (%s)."
msgstr ""
#: src/main.c:583 src/callbacks.c:823 src/dialogs.c:151 src/document.c:378
#: src/document.c:416 src/win32.c:151
#, c-format
msgid ""
"You have opened too many files. There is a limit of %d concurrent open files."
msgstr ""
#: src/interface.c:241 src/interface.c:1374
msgid "Geany"
msgstr ""
#: src/interface.c:251
msgid "_File"
msgstr ""
#: src/interface.c:262
msgid "New (with _template)"
msgstr ""
#: src/interface.c:273 src/interface.c:292 src/interface.c:336
#: src/interface.c:447 src/interface.c:493 src/interface.c:733
#: src/interface.c:743 src/interface.c:1814 src/interface.c:1860
msgid "invisible"
msgstr ""
#: src/interface.c:285
msgid "Recent _files"
msgstr ""
#: src/interface.c:308
msgid "Save a_ll"
msgstr ""
#: src/interface.c:311
msgid "Saves all open files"
msgstr ""
#: src/interface.c:317 src/callbacks.c:506 src/utils.c:507
msgid "_Reload"
msgstr ""
#: src/interface.c:325
msgid "R_eload as"
msgstr ""
#: src/interface.c:356
msgid "Prints the current file"
msgstr ""
#: src/interface.c:367
msgid "C_lose all"
msgstr ""
#: src/interface.c:370
msgid "Closes all open files"
msgstr ""
#: src/interface.c:384 src/interface.c:980
msgid "Quit Geany"
msgstr ""
#: src/interface.c:386
msgid "_Edit"
msgstr ""
#: src/interface.c:427 src/interface.c:1777
msgid "Select _All"
msgstr ""
#: src/interface.c:436
msgid "_Insert \"include <...>\""
msgstr ""
#: src/interface.c:450
msgid "I_nsert Comments"
msgstr ""
#: src/interface.c:461 src/interface.c:1828
msgid "Insert ChangeLog entry"
msgstr ""
#: src/interface.c:464 src/interface.c:1831
msgid "Inserts a typical ChangeLog entry in the current file"
msgstr ""
#: src/interface.c:466 src/interface.c:1833
msgid "Insert file header"
msgstr ""
#: src/interface.c:469 src/interface.c:1836
msgid "Inserts a file header at the beginning of the file"
msgstr ""
#: src/interface.c:471 src/interface.c:1838
msgid "Insert function description"
msgstr ""
#: src/interface.c:474 src/interface.c:1841
msgid "Inserts a description before the current function"
msgstr ""
#: src/interface.c:476 src/interface.c:1843
msgid "Insert multiline comment"
msgstr ""
#: src/interface.c:479 src/interface.c:1846
msgid "Inserts a multiline comment"
msgstr ""
#: src/interface.c:481 src/interface.c:1848
msgid "Insert GPL notice"
msgstr ""
#: src/interface.c:484 src/interface.c:1851
msgid "Inserts a GPL notice (should be done at the beginning of the file)"
msgstr ""
#: src/interface.c:486 src/interface.c:1853
msgid "Insert Dat_e"
msgstr ""
#: src/interface.c:501 src/interface.c:1868
msgid "_Format"
msgstr ""
#: src/interface.c:504
msgid "Convert the case of the current selection"
msgstr ""
#: src/interface.c:509 src/interface.c:1875
msgid "Convert Selection to _lower-case"
msgstr ""
#: src/interface.c:513 src/interface.c:1879
msgid "Convert Selection to _upper-case"
msgstr ""
#: src/interface.c:522 src/interface.c:1888
msgid "_Comment Line"
msgstr ""
#: src/interface.c:526 src/interface.c:1892
msgid "U_ncomment Line"
msgstr ""
#: src/interface.c:530 src/interface.c:1896
msgid "_Toggle line commentation"
msgstr ""
#: src/interface.c:534 src/interface.c:1900
msgid "Du_plicate Line"
msgstr ""
#: src/interface.c:543 src/interface.c:1909
msgid "_Increase Indent"
msgstr ""
#: src/interface.c:547 src/interface.c:1913
msgid "_Decrease Indent"
msgstr ""
#: src/interface.c:551
msgid "Count _words"
msgstr ""
#: src/interface.c:554
msgid ""
"Counts the words and characters in the current selection or the whole "
"document"
msgstr ""
#: src/interface.c:565
msgid "_Search"
msgstr ""
#: src/interface.c:576
msgid "Find _Next"
msgstr ""
#: src/interface.c:580
msgid "Find _Previous"
msgstr ""
#: src/interface.c:584 src/search.c:303
msgid "_Replace"
msgstr ""
#: src/interface.c:597
msgid "Find in f_iles"
msgstr ""
#: src/interface.c:606
msgid "_Go to line"
msgstr ""
#: src/interface.c:614 src/dialogs.c:75
msgid "_View"
msgstr ""
#: src/interface.c:621
msgid "Change _Font"
msgstr ""
#: src/interface.c:624
msgid "Change the default font"
msgstr ""
#: src/interface.c:630
msgid "Show _Colour Chooser"
msgstr ""
#: src/interface.c:633 src/interface.c:919
msgid ""
"Open a color chooser dialog, to interactively pick colors from a palette."
msgstr ""
#: src/interface.c:644
msgid "Full_screen"
msgstr ""
#: src/interface.c:648
msgid "Show Messages _Window"
msgstr ""
#: src/interface.c:651
msgid "Toggle the window with status and compiler messages on and off"
msgstr ""
#: src/interface.c:654
msgid "Show _Toolbar"
msgstr ""
#: src/interface.c:657
msgid "Toggle the toolbar on and off"
msgstr ""
#: src/interface.c:660
msgid "Show Side_bar"
msgstr ""
#: src/interface.c:665
msgid "Show _Markers Margin"
msgstr ""
#: src/interface.c:668
msgid ""
"Shows or hides the small margin right of the line numbers, which is used to "
"mark lines."
msgstr ""
#: src/interface.c:671
msgid "Show _Line Numbers"
msgstr ""
#: src/interface.c:674
msgid "Shows or hides the Line Number margin."
msgstr ""
#: src/interface.c:694
msgid "_Document"
msgstr ""
#: src/interface.c:701
msgid "_Line wrapping"
msgstr ""
#: src/interface.c:704 src/interface.c:3010
msgid ""
"Wrap the line at the window border and continue it on the next line. Note: "
"line wrapping has a high performance cost for large documents so should be "
"disabled on slow machines."
msgstr ""
#: src/interface.c:707
msgid "_Use auto indentation"
msgstr ""
#: src/interface.c:712
msgid "Read _only"
msgstr ""
#: src/interface.c:715
msgid "Treat this file as read-only. No changes can be made."
msgstr ""
#: src/interface.c:717
msgid "_Write Unicode BOM"
msgstr ""
#: src/interface.c:726
msgid "Set file_type"
msgstr ""
#: src/interface.c:736
msgid "Set _encoding"
msgstr ""
#: src/interface.c:746
msgid "Set line e_ndings"
msgstr ""
#: src/interface.c:753
msgid "Convert and set to _CR/LF (Win)"
msgstr ""
#: src/interface.c:759
msgid "Convert and set to _LF (Unix)"
msgstr ""
#: src/interface.c:765
msgid "Convert and set to CR (_Mac)"
msgstr ""
#: src/interface.c:776
msgid "_Replace tabs by spaces"
msgstr ""
#: src/interface.c:779 src/interface.c:2943
msgid "Replaces all tabs in document by spaces."
msgstr ""
#: src/interface.c:786
msgid "_Fold all"
msgstr ""
#: src/interface.c:789
msgid "Folds all contractible code blocks"
msgstr ""
#: src/interface.c:791
msgid "_Unfold all"
msgstr ""
#: src/interface.c:794
msgid "Unfolds all contracted code blocks"
msgstr ""
#: src/interface.c:801
msgid "Remove all _indicators"
msgstr ""
#: src/interface.c:804
msgid "Removes all set indicators in the current document."
msgstr ""
#. build the code
#: src/interface.c:806 src/ui_utils.c:791
msgid "_Build"
msgstr ""
#: src/interface.c:810
msgid "_Help"
msgstr ""
#: src/interface.c:821
msgid "_Keyboard shortcuts"
msgstr ""
#: src/interface.c:824
msgid "Shows a list of all keyboard shortcuts for Geany."
msgstr ""
#: src/interface.c:826
msgid "_Website"
msgstr ""
#: src/interface.c:849
msgid "Create a new file"
msgstr ""
#: src/interface.c:854
msgid "Open an existing file"
msgstr ""
#: src/interface.c:859
msgid "Save the current file"
msgstr ""
#: src/interface.c:861 src/keybindings.c:125
msgid "Save all"
msgstr ""
#: src/interface.c:864
msgid "Save all open files"
msgstr ""
#: src/interface.c:873
msgid "Reload the current file from disk"
msgstr ""
#: src/interface.c:878
msgid "Close the current file"
msgstr ""
#: src/interface.c:887
msgid "Undo the last modification"
msgstr ""
#: src/interface.c:892
msgid "Redo the last modification"
msgstr ""
#: src/interface.c:900 src/keybindings.c:173
msgid "Compile"
msgstr ""
#: src/interface.c:903
msgid "Compile the current file"
msgstr ""
#: src/interface.c:908 src/ui_utils.c:845
msgid "Run or view the current file"
msgstr ""
#: src/interface.c:916
msgid "Color"
msgstr ""
#: src/interface.c:928
msgid "Zoom in the text"
msgstr ""
#: src/interface.c:933
msgid "Zoom out the text"
msgstr ""
#: src/interface.c:946 src/interface.c:951
msgid "Find the entered text in the current file"
msgstr ""
#: src/interface.c:964
msgid "Enter a line number and jump to it."
msgstr ""
#: src/interface.c:971
msgid "Jump to the entered line number."
msgstr ""
#: src/interface.c:1007 src/treeviews.c:40
msgid "Symbols"
msgstr ""
#: src/interface.c:1020 src/treeviews.c:218
msgid "Open files"
msgstr ""
#: src/interface.c:1055
msgid "Status"
msgstr ""
#: src/interface.c:1069
msgid "Compiler"
msgstr ""
#: src/interface.c:1083
msgid "Messages"
msgstr ""
#: src/interface.c:1096
msgid "Scribble"
msgstr ""
#: src/interface.c:1600 src/interface.c:2784
msgid "Images and text"
msgstr ""
#: src/interface.c:1606 src/interface.c:2792
msgid "Images only"
msgstr ""
#: src/interface.c:1612 src/interface.c:2800
msgid "Text only"
msgstr ""
#: src/interface.c:1623 src/interface.c:2808
msgid "Large icons"
msgstr ""
#: src/interface.c:1628 src/interface.c:2816
msgid "Small icons"
msgstr ""
#: src/interface.c:1638
msgid "Hide toolbar"
msgstr ""
#: src/interface.c:1803
msgid "Insert \"include <...>\""
msgstr ""
#: src/interface.c:1817
msgid "Insert Comments"
msgstr ""
#: src/interface.c:1922
msgid "Find usage"
msgstr ""
#: src/interface.c:1930 src/keybindings.c:234
msgid "Go to tag definition"
msgstr ""
#: src/interface.c:1934 src/keybindings.c:236
msgid "Go to tag declaration"
msgstr ""
#: src/interface.c:1943 src/dialogs.c:564 src/keybindings.c:153
msgid "Go to line"
msgstr ""
#: src/interface.c:1946
msgid "Goto to the entered line"
msgstr ""
#: src/interface.c:2289 src/keybindings.c:143
msgid "Preferences"
msgstr ""
#: src/interface.c:2318
msgid "Load files from the last session"
msgstr ""
#: src/interface.c:2322
msgid "Opens at startup the files from the last session"
msgstr ""
#: src/interface.c:2325
msgid "Save window position and geometry"
msgstr ""
#: src/interface.c:2329
msgid "Saves the window position and geometry and restores it at the start"
msgstr ""
#: src/interface.c:2332
msgid "Beep on errors or when compilation has finished"
msgstr ""
#: src/interface.c:2335
msgid ""
"Whether to beep if an error occured or when the compilation process has "
"finished."
msgstr ""
#: src/interface.c:2338
msgid "Switch to status message list at new message"
msgstr ""
#: src/interface.c:2341
msgid ""
"Switch to the status message tab (in the notebook window at the bottom) if a "
"new status message arrives."
msgstr ""
#: src/interface.c:2344
msgid "Load virtual terminal emulation at startup"
msgstr ""
#: src/interface.c:2346
msgid ""
"Whether the virtual terminal emulation(VTE) should be loaded at startup. "
"Disable it if you do not need it."
msgstr ""
#: src/interface.c:2349
msgid "Confirm exit"
msgstr ""
#: src/interface.c:2353
msgid "Shows a confirmation dialog on exit."
msgstr ""
#: src/interface.c:2364
msgid "Recent files list length:"
msgstr ""
#: src/interface.c:2372
msgid ""
"Specifies the number of files which are stored in the Recent files list."
msgstr ""
#: src/interface.c:2380
msgid "Placement of new file tabs: "
msgstr ""
#: src/interface.c:2384 src/interface.c:2640 src/interface.c:2650
#: src/interface.c:2660
msgid "Left"
msgstr ""
#: src/interface.c:2387
msgid "New file tabs will be placed to the left of the tab list"
msgstr ""
#: src/interface.c:2396 src/interface.c:2641 src/interface.c:2651
#: src/interface.c:2661
msgid "Right"
msgstr ""
#: src/interface.c:2399
msgid "New file tabs will be placed to the right of the tab list"
msgstr ""
#: src/interface.c:2408
msgid "General"
msgstr ""
#: src/interface.c:2430
msgid "Show symbol list"
msgstr ""
#: src/interface.c:2433 src/interface.c:2439
msgid "Toggle the symbol list on and off"
msgstr ""
#: src/interface.c:2436
msgid "Show open files list"
msgstr ""
#: src/interface.c:2442
msgid "<b>Sidebar</b>"
msgstr ""
#: src/interface.c:2463
msgid "Symbol list font"
msgstr ""
#: src/interface.c:2470
msgid "Message window font"
msgstr ""
#: src/interface.c:2482
msgid "Sets the font for the message window"
msgstr ""
#: src/interface.c:2490
msgid "Sets the font for symbol list window"
msgstr ""
#: src/interface.c:2493
msgid "Editor font"
msgstr ""
#: src/interface.c:2505
msgid "Sets the font for the editors windows"
msgstr ""
#: src/interface.c:2507
msgid "<b>Fonts</b>"
msgstr ""
#: src/interface.c:2528
msgid "Long line marker"
msgstr ""
#: src/interface.c:2535
msgid "Long line marker color"
msgstr ""
#: src/interface.c:2548
msgid ""
"The long line marker is a thin vertical line in the editor. It helps to mark "
"long lines, or as a hint to break the line. Set this value to a value "
"greater than 0 to specify the column where it should appear."
msgstr ""
#: src/interface.c:2552
msgid "Type"
msgstr ""
#: src/interface.c:2565
msgid "Line"
msgstr ""
#: src/interface.c:2568
msgid ""
"Prints a vertical line in the editor window at the given cursor position "
"(see below)."
msgstr ""
#: src/interface.c:2572
msgid "Background"
msgstr ""
#: src/interface.c:2575
msgid ""
"The background colour of characters after the given cursor position (see "
"below) changed to the colour set below. (This is recommended if you use "
"proportional fonts)"
msgstr ""
#: src/interface.c:2579
msgid "Disabled"
msgstr ""
#: src/interface.c:2590
msgid "Sets the color of the long line marker"
msgstr ""
#: src/interface.c:2591 src/dialogs.c:498 src/prefs.c:976 src/prefs.c:983
msgid "Color Chooser"
msgstr ""
#: src/interface.c:2593
msgid "<b>Long line marker</b>"
msgstr ""
#: src/interface.c:2614 src/interface.c:3056
msgid "Editor"
msgstr ""
#: src/interface.c:2621
msgid "Message window"
msgstr ""
#: src/interface.c:2628
msgid "Sidebar"
msgstr ""
#: src/interface.c:2642 src/interface.c:2652 src/interface.c:2662
msgid "Top"
msgstr ""
#: src/interface.c:2643 src/interface.c:2653 src/interface.c:2663
msgid "Bottom"
msgstr ""
#: src/interface.c:2665
msgid "<b>Tab placement</b>"
msgstr ""
#: src/interface.c:2670
msgid "Interface"
msgstr ""
#: src/interface.c:2689
msgid "Show Toolbar"
msgstr ""
#: src/interface.c:2714
msgid "Show file operation buttons"
msgstr ""
#: src/interface.c:2718
msgid "Display the New, Open, Close, Save and Reload buttons in the toolbar"
msgstr ""
#: src/interface.c:2721
msgid "Show Compile and Run"
msgstr ""
#: src/interface.c:2725
msgid "Display the Compile and Run buttons in the toolbar"
msgstr ""
#: src/interface.c:2728
msgid "Show Colour Chooser button"
msgstr ""
#: src/interface.c:2732
msgid "Display the Colour Chooser button in the toolbar"
msgstr ""
#: src/interface.c:2735
msgid "Show Zoom In and Zoom Out"
msgstr ""
#: src/interface.c:2739
msgid "Display the Zoom In and Zoom Out buttons in the toolbar"
msgstr ""
#: src/interface.c:2742
msgid "Show Redo and Undo buttons"
msgstr ""
#: src/interface.c:2746
msgid "Display the Redo and Undo buttons in the toolbar"
msgstr ""
#: src/interface.c:2749
msgid "Show Search field"
msgstr ""
#: src/interface.c:2753
msgid "Display the search field and button in the toolbar"
msgstr ""
#: src/interface.c:2756
msgid "Show Goto line field"
msgstr ""
#: src/interface.c:2760
msgid "Display the line number field and button in the toolbar"
msgstr ""
#: src/interface.c:2763
msgid "<b>Items</b>"
msgstr ""
#: src/interface.c:2824
msgid "Icon style"
msgstr ""
#: src/interface.c:2831
msgid "Icon size"
msgstr ""
#: src/interface.c:2838
msgid "<b>Appearance</b>"
msgstr ""
#: src/interface.c:2843
msgid "Toolbar"
msgstr ""
#: src/interface.c:2871
msgid "Tab Width:"
msgstr ""
#: src/interface.c:2878
msgid "Default encoding:"
msgstr ""
#: src/interface.c:2889
msgid "Sets the default encoding for newly created files."
msgstr ""
#: src/interface.c:2901
msgid "The width in chars, which one tab character will take"
msgstr ""
#: src/interface.c:2906
msgid "<b>New files</b>"
msgstr ""
#: src/interface.c:2925
msgid "Strip trailing spaces"
msgstr ""
#: src/interface.c:2929
msgid "Removes trailing spaces and tabs and the end of lines"
msgstr ""
#: src/interface.c:2932
msgid "Ensure new line at file end"
msgstr ""
#: src/interface.c:2936
msgid "Ensures that at the end of the file is a new line"
msgstr ""
#: src/interface.c:2939 src/keybindings.c:167
msgid "Replace tabs by space"
msgstr ""
#: src/interface.c:2946
msgid "<b>Saving files</b>"
msgstr ""
#: src/interface.c:2965
msgid "Show indentation guides"
msgstr ""
#: src/interface.c:2968
msgid "Shows small dotted lines to help you to use the right indentation."
msgstr ""
#: src/interface.c:2971
msgid "Show white space"
msgstr ""
#: src/interface.c:2974
msgid "Marks spaces with dots and tabs with arrows."
msgstr ""
#: src/interface.c:2977
msgid "Show line endings"
msgstr ""
#: src/interface.c:2980
msgid "Show the line ending character"
msgstr ""
#: src/interface.c:2983
msgid "<b>Display</b>"
msgstr ""
#: src/interface.c:3002
msgid "Auto indentation"
msgstr ""
#: src/interface.c:3005
msgid "Add the same indentation as the previous line after pressing enter"
msgstr ""
#: src/interface.c:3007
msgid "Line wrapping"
msgstr ""
#: src/interface.c:3012
msgid "Construct auto completion"
msgstr ""
#: src/interface.c:3015
msgid "Automatic completion of often used constructs like if and for"
msgstr ""
#: src/interface.c:3018
msgid "XML tag auto completion"
msgstr ""
#: src/interface.c:3021
msgid "Automatic completion of open XML tags (includes HTML tags)"
msgstr ""
#: src/interface.c:3024
msgid "Enable folding"
msgstr ""
#: src/interface.c:3027
msgid "Whether to enable folding the code"
msgstr ""
#: src/interface.c:3030
msgid "Use indicators to show compile errors"
msgstr ""
#: src/interface.c:3033
msgid ""
"Whether to use indicators (a squiggly underline) to highlight the lines "
"where the compiler found a warning or an error."
msgstr ""
#: src/interface.c:3040
msgid "Rows of auto completion list:"
msgstr ""
#: src/interface.c:3048
msgid "Number of rows to display in the auto completion list."
msgstr ""
#: src/interface.c:3051
msgid "<b>Features</b>"
msgstr ""
#: src/interface.c:3064
msgid ""
"Enter here the paths to the make tool and the compiler\n"
"(tools you do not need can be let blank)"
msgstr ""
#: src/interface.c:3075
msgid "Make"
msgstr ""
#: src/interface.c:3082 src/prefs.c:1062 src/vte.c:166
msgid "Terminal"
msgstr ""
#: src/interface.c:3089
msgid "Browser"
msgstr ""
#: src/interface.c:3101
msgid "Path and options for the make tool"
msgstr ""
#: src/interface.c:3108
msgid ""
"A terminal emulator like xterm, gnome-terminal or konsole (should accept the "
"-e argument)"
msgstr ""
#: src/interface.c:3115
msgid "Path (and possibly additional arguments) to your favorite browser"
msgstr ""
#: src/interface.c:3147
msgid "Print command"
msgstr ""
#: src/interface.c:3159
#, c-format
msgid "Path to the command for printing files (use %f for the filename)."
msgstr ""
#: src/interface.c:3171
msgid "Grep"
msgstr ""
#: src/interface.c:3194
msgid "Tools"
msgstr ""
#: src/interface.c:3202
msgid ""
"Specify here information you want to use in templates.\n"
"See documentation if you don't know how templates work."
msgstr ""
#: src/interface.c:3218
msgid "email address of the developer"
msgstr ""
#: src/interface.c:3225
msgid "Initials of the developer name"
msgstr ""
#: src/interface.c:3227
msgid "Initial Version"
msgstr ""
#: src/interface.c:3239
msgid "Version number, which a new file initially has"
msgstr ""
#: src/interface.c:3246
msgid "Company name"
msgstr ""
#: src/interface.c:3248
msgid "Developer"
msgstr ""
#: src/interface.c:3255
msgid "Company"
msgstr ""
#: src/interface.c:3262
msgid "Mail address"
msgstr ""
#: src/interface.c:3269
msgid "Initials"
msgstr ""
#: src/interface.c:3281
msgid "The name of the developer"
msgstr ""
#: src/interface.c:3283
msgid ""
"Notice: For all changes you make here,\n"
"you need to restart Geany to take effect."
msgstr ""
#: src/interface.c:3287
msgid "Templates"
msgstr ""
#: src/interface.c:3295
msgid ""
"Here you can change keyboard shortcuts for various actions. Just double "
"click on a action or select one and press the Change button to enter a new "
"shortcut. You can also edit the string representation of the shortcut "
"directly."
msgstr ""
#: src/interface.c:3318
msgid "Change"
msgstr ""
#: src/interface.c:3322
msgid "Keybindings"
msgstr ""
#: src/callbacks.c:188 src/callbacks.c:204
msgid "Do you really want to quit?"
msgstr ""
#: src/callbacks.c:507
msgid "Any unsaved changes will be lost."
msgstr ""
#: src/callbacks.c:508
#, c-format
msgid "Are you sure you want to reload '%s'?"
msgstr ""
#: src/callbacks.c:897
#, c-format
msgid "The file '%s' already exists. Do you want to overwrite it?"
msgstr ""
#: src/callbacks.c:1314
#, c-format
msgid "No matches found for '%s'."
msgstr ""
#: src/callbacks.c:1360
#, c-format
msgid "Declaration of \"%s()\" not found"
msgstr ""
#: src/callbacks.c:1362
#, c-format
msgid "Definition of \"%s()\" not found"
msgstr ""
#: src/callbacks.c:1621
msgid "Enter custom options for the make tool"
msgstr ""
#: src/callbacks.c:1622
msgid ""
"Enter custom options here, all entered text is passed to the make command."
msgstr ""
#: src/callbacks.c:1677
msgid "Failed to execute the view program"
msgstr ""
#: src/callbacks.c:1695
msgid "Failed to execute the terminal program"
msgstr ""
#. initialize the dialog
#: src/callbacks.c:1920 src/dialogs.c:72
msgid "Open File"
msgstr ""
#: src/callbacks.c:1969 src/callbacks.c:2014 src/callbacks.c:2054
#: src/callbacks.c:2112
msgid ""
"Please set the filetype for the current file before using this function."
msgstr ""
#: src/callbacks.c:2182 src/ui_utils.c:533
msgid "dd.mm.yyyy"
msgstr ""
#: src/callbacks.c:2184 src/ui_utils.c:534
msgid "mm.dd.yyyy"
msgstr ""
#: src/callbacks.c:2186 src/ui_utils.c:535
msgid "yyyy/mm/dd"
msgstr ""
#: src/callbacks.c:2188 src/ui_utils.c:544
msgid "dd.mm.yyyy hh:mm:ss"
msgstr ""
#: src/callbacks.c:2190 src/ui_utils.c:545
msgid "mm.dd.yyyy hh:mm:ss"
msgstr ""
#: src/callbacks.c:2192 src/ui_utils.c:546
msgid "yyyy/mm/dd hh:mm:ss"
msgstr ""
#: src/callbacks.c:2194 src/ui_utils.c:555 src/ui_utils.c:559
#: src/ui_utils.c:563 src/ui_utils.c:567
msgid "Use custom date format"
msgstr ""
#: src/callbacks.c:2201
msgid "Custom date format"
msgstr ""
#: src/callbacks.c:2202
msgid ""
"Enter here a custom date and time format. You can use any conversion "
"specifiers which can be used with the ANSI C strftime function. See \"man "
"strftime\" for more information."
msgstr ""
#: src/callbacks.c:2221
msgid "Date format string could not be converted (possibly too long)."
msgstr ""
#: src/support.c:90 src/support.c:114
#, c-format
msgid "Couldn't find pixmap file: %s"
msgstr ""
#: src/dialogs.c:77
msgid ""
"Opens the file in read-only mode. If you choose more than one file to open, "
"all files will be opened read-only."
msgstr ""
#: src/dialogs.c:113
msgid "Detect by file extension "
msgstr ""
#: src/dialogs.c:175
msgid "Show _hidden files"
msgstr ""
#: src/dialogs.c:191
msgid "Set filetype:"
msgstr ""
#: src/dialogs.c:194
msgid ""
"Explicitly defines a filetype for the file, if it would not be detected by "
"filename extension.\n"
"Note if you choose multiple files, they will all be opened with the chosen "
"filetype."
msgstr ""
#: src/dialogs.c:234
msgid "Save File"
msgstr ""
#: src/dialogs.c:344
#, c-format
msgid ""
"The file '%s' is not saved.\n"
"Do you want to save it before closing?"
msgstr ""
#: src/dialogs.c:349
msgid ""
"The file is not saved.\n"
"Do you want to save it before closing?"
msgstr ""
#: src/dialogs.c:360
msgid "_Don't save"
msgstr ""
#: src/dialogs.c:415
msgid "Choose font"
msgstr ""
#: src/dialogs.c:454
msgid "Word Count"
msgstr ""
#: src/dialogs.c:463
msgid "selection"
msgstr ""
#: src/dialogs.c:471
msgid "whole document"
msgstr ""
#: src/dialogs.c:473
#, c-format
msgid ""
"Range:\t\t%s\n"
"\n"
"Lines:\t\t%d\n"
"Words:\t\t%d\n"
"Characters:\t%d\n"
msgstr ""
#: src/dialogs.c:569
msgid "Enter the line you want to go to"
msgstr ""
#. arguments
#: src/dialogs.c:594 src/ui_utils.c:978
msgid "Set Arguments"
msgstr ""
#: src/dialogs.c:599
msgid ""
"Set programs and options for compilation and viewing (La)TeX files.\n"
"The filename is appended automatically at the end.\n"
msgstr ""
#: src/dialogs.c:607
msgid ""
"Enter here the (La)TeX command (for DVI creation) and some useful options."
msgstr ""
#: src/dialogs.c:628
msgid ""
"Enter here the (La)TeX command (for PDF creation) and some useful options."
msgstr ""
#: src/dialogs.c:649
msgid ""
"Enter here the (La)TeX command (for DVI preview) and some useful options."
msgstr ""
#: src/dialogs.c:670
msgid ""
"Enter here the (La)TeX command (for PDF preview) and some useful options."
msgstr ""
#: src/dialogs.c:708
msgid "Set Includes and Arguments"
msgstr ""
#: src/dialogs.c:715
msgid "Set the commands for building and running programs."
msgstr ""
#: src/dialogs.c:722
msgid " commands"
msgstr ""
#: src/dialogs.c:735
msgid "Compile:"
msgstr ""
#: src/dialogs.c:756
msgid "Build:"
msgstr ""
#: src/dialogs.c:777 src/dialogs.c:1048
msgid "Execute:"
msgstr ""
#: src/dialogs.c:795
#, c-format
msgid ""
"%f will be replaced by the current filename, e.g. test_file.c\n"
"%e will be replaced by the filename without extension, e.g. test_file"
msgstr ""
#: src/dialogs.c:842
msgid ""
"An error occurred or file information could not be retrieved (e.g. from a "
"new file)."
msgstr ""
#: src/dialogs.c:861 src/dialogs.c:862 src/dialogs.c:863 src/dialogs.c:869
#: src/dialogs.c:870 src/dialogs.c:871 src/utils.c:607 src/ui_utils.c:104
#: src/ui_utils.c:106
msgid "unknown"
msgstr ""
#: src/dialogs.c:875
msgid "Properties"
msgstr ""
#: src/dialogs.c:903
msgid "<b>Type:</b>"
msgstr ""
#: src/dialogs.c:916
msgid "<b>Size:</b>"
msgstr ""
#: src/dialogs.c:931
msgid "<b>Location:</b>"
msgstr ""
#: src/dialogs.c:944
msgid "<b>Read-only:</b>"
msgstr ""
#: src/dialogs.c:951
msgid "(only inside Geany)"
msgstr ""
#: src/dialogs.c:960
msgid "<b>Encoding:</b>"
msgstr ""
#: src/dialogs.c:969 src/ui_utils.c:105
msgid "(with BOM)"
msgstr ""
#: src/dialogs.c:969 src/ui_utils.c:105
msgid "(without BOM)"
msgstr ""
#: src/dialogs.c:979
msgid "<b>Modified:</b>"
msgstr ""
#: src/dialogs.c:992
msgid "<b>Changed:</b>"
msgstr ""
#: src/dialogs.c:1005
msgid "<b>Accessed:</b>"
msgstr ""
#. Header
#: src/dialogs.c:1034
msgid "Read:"
msgstr ""
#: src/dialogs.c:1041
msgid "Write:"
msgstr ""
#. Owner
#: src/dialogs.c:1056
msgid "Owner:"
msgstr ""
#. Group
#: src/dialogs.c:1092
msgid "Group:"
msgstr ""
#. Other
#: src/dialogs.c:1128
msgid "Other:"
msgstr ""
#: src/dialogs.c:1249
msgid "Keyboard shortcuts"
msgstr ""
#: src/dialogs.c:1256
msgid "The following keyboard shortcuts are defined:"
msgstr ""
#: src/document.c:336
#, c-format
msgid "File %s closed."
msgstr ""
#: src/document.c:411
msgid "New file opened."
msgstr ""
#: src/document.c:564
msgid "Invalid filename"
msgstr ""
#: src/document.c:589
#, c-format
msgid "Could not open file %s (%s)"
msgstr ""
#: src/document.c:614
#, c-format
msgid "The file \"%s\" is not valid %s."
msgstr ""
#: src/document.c:625
#, c-format
msgid ""
"The file \"%s\" does not look like a text file or the file encoding is not "
"supported."
msgstr ""
#: src/document.c:685
#, c-format
msgid "File %s reloaded."
msgstr ""
#: src/document.c:687
#, c-format
msgid "File %s opened(%d%s)."
msgstr ""
#: src/document.c:689
msgid ", read-only"
msgstr ""
#: src/document.c:729 src/document.c:809
msgid "Error saving file."
msgstr ""
#: src/document.c:773
#, c-format
msgid ""
"An error occurred while converting the file from UTF-8 in \"%s\". The file "
"remains unsaved.\n"
"Error message: %s\n"
msgstr ""
#: src/document.c:797
#, c-format
msgid "Error saving file (%s)."
msgstr ""
#: src/document.c:834
#, c-format
msgid "File %s saved."
msgstr ""
#: src/document.c:847
#, c-format
msgid ""
"The document has been searched completely but the match \"%s\" was not "
"found. Wrap search around the document?"
msgstr ""
#: src/document.c:1028 src/document.c:1035
#, c-format
msgid "Replaced %d occurrences of \"%s\" with \"%s\"."
msgstr ""
#: src/document.c:1200
msgid "Win (CRLF)"
msgstr ""
#: src/document.c:1201
msgid "Mac (CR)"
msgstr ""
#: src/document.c:1203
msgid "Unix (LF)"
msgstr ""
#: src/document.c:1364
#, c-format
msgid ""
"The file \"%s\" will be printed with the following command:\n"
"\n"
"%s"
msgstr ""
#: src/document.c:1373
#, c-format
msgid "Printing of \"%s\" failed (return code: %d)."
msgstr ""
#: src/document.c:1378
#, c-format
msgid "File %s printed."
msgstr ""
#: src/utils.c:508
msgid "Do you want to reload it?"
msgstr ""
#: src/utils.c:509
#, c-format
msgid ""
"The file '%s' on the disk is more recent than\n"
"the current buffer."
msgstr ""
#: src/ui_utils.c:96
#, c-format
msgid ""
"%c line: % 4d column: % 3d selection: % 4d %s mode: %s%s cur. "
"function: %s encoding: %s %s filetype: %s"
msgstr ""
#: src/ui_utils.c:100
msgid "OVR"
msgstr ""
#: src/ui_utils.c:100
msgid "INS"
msgstr ""
#: src/ui_utils.c:126 src/geany.h:49
msgid "untitled"
msgstr ""
#: src/ui_utils.c:127
msgid "(Unsaved)"
msgstr ""
#: src/ui_utils.c:165
#, c-format
msgid "Font updated (%s)."
msgstr ""
#: src/ui_utils.c:198
msgid "No tags found"
msgstr ""
#: src/ui_utils.c:503
msgid "C Standard Library"
msgstr ""
#: src/ui_utils.c:504
msgid "ISO C99"
msgstr ""
#: src/ui_utils.c:505
msgid "C++ (C Standard Library)"
msgstr ""
#: src/ui_utils.c:506
msgid "C++ Standard Library"
msgstr ""
#: src/ui_utils.c:507
msgid "C++ STL"
msgstr ""
#: src/ui_utils.c:571
msgid "Set custom date format"
msgstr ""
#. compile the code
#: src/ui_utils.c:777
msgid "_Compile"
msgstr ""
#: src/ui_utils.c:780
msgid "Compiles the current file"
msgstr ""
#: src/ui_utils.c:795
msgid "Builds the current file (generate an executable file)"
msgstr ""
#. build the code with make all
#: src/ui_utils.c:809 src/ui_utils.c:920
msgid "_Make all"
msgstr ""
#: src/ui_utils.c:812 src/ui_utils.c:923
msgid "Builds the current file with the make tool and the default target"
msgstr ""
#. build the code with make
#: src/ui_utils.c:818 src/ui_utils.c:929
msgid "Make custom _target"
msgstr ""
#: src/ui_utils.c:822 src/ui_utils.c:933
msgid "Builds the current file with the make tool and the specified target"
msgstr ""
#. build the code with make object
#: src/ui_utils.c:827
msgid "Make _object"
msgstr ""
#: src/ui_utils.c:831
msgid "Compiles the current file using the make tool"
msgstr ""
#: src/ui_utils.c:860
msgid "_Set Includes and Arguments"
msgstr ""
#: src/ui_utils.c:865
msgid ""
"Sets the includes and library paths for the compiler and the program "
"arguments for execution"
msgstr ""
#. DVI
#: src/ui_utils.c:887
msgid "LaTeX -> DVI"
msgstr ""
#: src/ui_utils.c:890
msgid "Compiles the current file into a DVI file"
msgstr ""
#. PDF
#: src/ui_utils.c:900
msgid "LaTeX -> PDF"
msgstr ""
#: src/ui_utils.c:903
msgid "Compiles the current file into a PDF file"
msgstr ""
#. DVI view
#: src/ui_utils.c:946
msgid "View DVI file"
msgstr ""
#: src/ui_utils.c:952 src/ui_utils.c:965
msgid "Compiles and view the current file"
msgstr ""
#. PDF view
#: src/ui_utils.c:959
msgid "View PDF file"
msgstr ""
#: src/ui_utils.c:985
msgid "Sets the program paths and arguments"
msgstr ""
#: src/filetypes.c:126
msgid "C source file"
msgstr ""
#: src/filetypes.c:146
msgid "C++ source file"
msgstr ""
#: src/filetypes.c:174
msgid "D source file"
msgstr ""
#: src/filetypes.c:194
msgid "Java source file"
msgstr ""
#: src/filetypes.c:213
msgid "Pascal source file"
msgstr ""
#: src/filetypes.c:236
msgid "Assembler source file"
msgstr ""
#: src/filetypes.c:255
msgid "Fortran source file (F77)"
msgstr ""
#: src/filetypes.c:279
msgid "(O)Caml source file"
msgstr ""
#: src/filetypes.c:299
msgid "Perl source file"
msgstr ""
#: src/filetypes.c:320
msgid "PHP source file"
msgstr ""
#: src/filetypes.c:343
msgid "Python source file"
msgstr ""
#: src/filetypes.c:363
msgid "Ruby source file"
msgstr ""
#: src/filetypes.c:383
msgid "Tcl source file"
msgstr ""
#: src/filetypes.c:404
msgid "Ferite source file"
msgstr ""
#: src/filetypes.c:423
msgid "Shell script file"
msgstr ""
#: src/filetypes.c:448
msgid "Makefile"
msgstr ""
#: src/filetypes.c:468
msgid "XML source file"
msgstr ""
#: src/filetypes.c:488
msgid "Docbook source file"
msgstr ""
#: src/filetypes.c:507
msgid "HTML source file"
msgstr ""
#: src/filetypes.c:532
msgid "Cascading StyleSheet"
msgstr ""
#: src/filetypes.c:551
msgid "SQL Dump file"
msgstr ""
#: src/filetypes.c:570
msgid "LaTeX source file"
msgstr ""
#: src/filetypes.c:591
msgid "O-Matrix source file"
msgstr ""
#: src/filetypes.c:610
msgid "Diff file"
msgstr ""
#: src/filetypes.c:630
msgid "Config file"
msgstr ""
#: src/filetypes.c:653
msgid "All files"
msgstr ""
#: src/filetypes.c:662
msgid "None"
msgstr ""
#: src/win32.c:60
msgid "Executables"
msgstr ""
#: src/win32.c:342
msgid "Error"
msgstr ""
#: src/win32.c:348 src/win32.c:383
msgid "Question"
msgstr ""
#: src/win32.c:354
msgid "Information"
msgstr ""
#: src/keyfile.c:72
#, c-format
msgid "%s configuration file, edit as you need"
msgstr ""
#: src/keyfile.c:309
msgid "Type here what you want, use it as a notice/scratch board"
msgstr ""
#: src/msgwindow.c:100
msgid "Status messages"
msgstr ""
#: src/build.c:91
#, c-format
msgid "Failed to view %s (make sure it is already compiled)"
msgstr ""
#: src/build.c:124 src/build.c:309 src/build.c:477 src/search.c:912
#, c-format
msgid "Process failed (%s)"
msgstr ""
#: src/build.c:295
#, c-format
msgid "%s (in directory: %s)"
msgstr ""
#: src/build.c:395
#, c-format
msgid "Failed to execute %s (make sure it is already built)"
msgstr ""
#: src/build.c:420
#, c-format
msgid ""
"Could not find terminal '%s' (check path for Terminal tool setting in "
"Preferences)"
msgstr ""
#: src/build.c:434
#, c-format
msgid "Failed to change the working directory to %s"
msgstr ""
#: src/build.c:452
#, c-format
msgid "Failed to execute %s (start-script could not be created)"
msgstr ""
#: src/build.c:567
msgid "Compilation failed."
msgstr ""
#: src/build.c:572
msgid "Compilation finished successfully."
msgstr ""
#: src/prefs.c:287
msgid "Action"
msgstr ""
#: src/prefs.c:292
msgid "Shortcut"
msgstr ""
#: src/prefs.c:749
msgid "Grab key"
msgstr ""
#: src/prefs.c:753
#, c-format
msgid "Type the combination of the keys you want to use for \"%s\""
msgstr ""
#: src/prefs.c:877
#, c-format
msgid ""
"The combination '%s' is already used for \"%s\". Please choose another one."
msgstr ""
#: src/prefs.c:931
msgid ""
"These are settings for the virtual terminal emulator widget (VTE). They only "
"apply, if the VTE library could be loaded."
msgstr ""
#: src/prefs.c:947
msgid "Terminal font"
msgstr ""
#: src/prefs.c:957
msgid "Sets the font for the terminal widget."
msgstr ""
#: src/prefs.c:959
msgid "Foreground color"
msgstr ""
#: src/prefs.c:965
msgid "Background color"
msgstr ""
#: src/prefs.c:975
msgid "Sets the foreground color of the text in the terminal widget."
msgstr ""
#: src/prefs.c:982
msgid "Sets the background color of the text in the terminal widget."
msgstr ""
#: src/prefs.c:985
msgid "Scrollback lines"
msgstr ""
#: src/prefs.c:996
msgid ""
"Specifies the history in lines, which you can scroll back in the terminal "
"widget."
msgstr ""
#: src/prefs.c:1000
msgid "Terminal emulation"
msgstr ""
#: src/prefs.c:1010
msgid ""
"Controls how the terminal emulator should behave. xterm is a good start."
msgstr ""
#: src/prefs.c:1012
msgid "Shell"
msgstr ""
#: src/prefs.c:1022
msgid ""
"Sets the path to the shell which should be started inside the terminal "
"emulation."
msgstr ""
#: src/prefs.c:1034
msgid "Scroll on keystroke"
msgstr ""
#: src/prefs.c:1038
msgid "Whether to scroll to the bottom if a key was pressed."
msgstr ""
#: src/prefs.c:1041
msgid "Scroll on output"
msgstr ""
#: src/prefs.c:1045
msgid "Whether to scroll to the bottom if an output was generated."
msgstr ""
#: src/prefs.c:1048
msgid "Disable menu shortcut key (F10 by default)"
msgstr ""
#: src/prefs.c:1052
msgid ""
"This option disables the keybinding to popup the menu bar (default is F10). "
"Disabling it can be useful if you use, for example, Midnight Commander "
"within the VTE."
msgstr ""
#: src/prefs.c:1055
msgid "Follow the path of the current file"
msgstr ""
#: src/prefs.c:1059
msgid "Whether to execute \"cd $path\" when you switch between opened files."
msgstr ""
#: src/about.c:108
msgid "About Geany"
msgstr ""
#: src/about.c:155
msgid "A fast and lightweight IDE"
msgstr ""
#: src/about.c:176
#, c-format
msgid "(built on %s)"
msgstr ""
#. gtk_container_add(GTK_CONTAINER(info_box), cop_label);
#: src/about.c:207
msgid "Info"
msgstr ""
#: src/about.c:219
msgid "Developers"
msgstr ""
#: src/about.c:219
msgid "Maintainer"
msgstr ""
#: src/about.c:219
msgid "developer"
msgstr ""
#: src/about.c:220
msgid "translation maintainer"
msgstr ""
#: src/about.c:220
msgid "Translators"
msgstr ""
#: src/about.c:221
msgid "language"
msgstr ""
#: src/about.c:227
msgid "Credits"
msgstr ""
#: src/about.c:240
msgid "License"
msgstr ""
#: src/encodings.c:51
msgid "Celtic"
msgstr ""
#: src/encodings.c:52 src/encodings.c:53
msgid "Greek"
msgstr ""
#: src/encodings.c:54
msgid "Nordic"
msgstr ""
#: src/encodings.c:55
msgid "South European"
msgstr ""
#: src/encodings.c:56 src/encodings.c:57 src/encodings.c:58 src/encodings.c:59
msgid "Western"
msgstr ""
#: src/encodings.c:61 src/encodings.c:62 src/encodings.c:63
msgid "Baltic"
msgstr ""
#: src/encodings.c:64 src/encodings.c:65 src/encodings.c:66
msgid "Central European"
msgstr ""
#: src/encodings.c:67 src/encodings.c:68 src/encodings.c:69 src/encodings.c:70
#: src/encodings.c:71
msgid "Cyrillic"
msgstr ""
#: src/encodings.c:72
msgid "Cyrillic/Russian"
msgstr ""
#: src/encodings.c:73
msgid "Cyrillic/Ukrainian"
msgstr ""
#: src/encodings.c:74
msgid "Romanian"
msgstr ""
#: src/encodings.c:76 src/encodings.c:77 src/encodings.c:78
msgid "Arabic"
msgstr ""
#: src/encodings.c:79 src/encodings.c:80 src/encodings.c:81
msgid "Hebrew"
msgstr ""
#: src/encodings.c:82
msgid "Hebrew Visual"
msgstr ""
#: src/encodings.c:84
msgid "Armenian"
msgstr ""
#: src/encodings.c:85
msgid "Georgian"
msgstr ""
#: src/encodings.c:86
msgid "Thai"
msgstr ""
#: src/encodings.c:87 src/encodings.c:88 src/encodings.c:89
msgid "Turkish"
msgstr ""
#: src/encodings.c:90 src/encodings.c:91 src/encodings.c:92
msgid "Vietnamese"
msgstr ""
#: src/encodings.c:94 src/encodings.c:95 src/encodings.c:96 src/encodings.c:97
#: src/encodings.c:98 src/encodings.c:99 src/encodings.c:100
#: src/encodings.c:101
msgid "Unicode"
msgstr ""
#: src/encodings.c:103 src/encodings.c:104 src/encodings.c:105
#: src/encodings.c:106
msgid "Chinese Simplified"
msgstr ""
#: src/encodings.c:107 src/encodings.c:108 src/encodings.c:109
msgid "Chinese Traditional"
msgstr ""
#: src/encodings.c:110 src/encodings.c:111 src/encodings.c:112
msgid "Japanese"
msgstr ""
#: src/encodings.c:113 src/encodings.c:114 src/encodings.c:115
#: src/encodings.c:116
msgid "Korean"
msgstr ""
#: src/encodings.c:209
msgid "_West European"
msgstr ""
#: src/encodings.c:215
msgid "_East European"
msgstr ""
#: src/encodings.c:221
msgid "East _Asian"
msgstr ""
#: src/encodings.c:227
msgid "_SE & SW Asian"
msgstr ""
#: src/encodings.c:233
msgid "_Middle Eastern"
msgstr ""
#: src/encodings.c:239
msgid "_Unicode"
msgstr ""
#: src/treeviews.c:76
msgid "Chapter"
msgstr ""
#: src/treeviews.c:78 src/treeviews.c:100
msgid "Section"
msgstr ""
#: src/treeviews.c:80
msgid "Sect1"
msgstr ""
#: src/treeviews.c:82
msgid "Sect2"
msgstr ""
#: src/treeviews.c:84
msgid "Sect3"
msgstr ""
#: src/treeviews.c:86
msgid "Appendix"
msgstr ""
#: src/treeviews.c:88 src/treeviews.c:110 src/treeviews.c:193
msgid "Other"
msgstr ""
#: src/treeviews.c:96
msgid "Command"
msgstr ""
#: src/treeviews.c:98
msgid "Environment"
msgstr ""
#: src/treeviews.c:102
msgid "Subsection"
msgstr ""
#: src/treeviews.c:104
msgid "Subsubsection"
msgstr ""
#: src/treeviews.c:106
msgid "Label"
msgstr ""
#: src/treeviews.c:108
msgid "Begin"
msgstr ""
#: src/treeviews.c:116
msgid "Function"
msgstr ""
#: src/treeviews.c:118
msgid "Package"
msgstr ""
#: src/treeviews.c:120
msgid "My"
msgstr ""
#: src/treeviews.c:122
msgid "Local"
msgstr ""
#: src/treeviews.c:124
msgid "Our"
msgstr ""
#: src/treeviews.c:137 src/treeviews.c:162
msgid "Methods"
msgstr ""
#: src/treeviews.c:139 src/treeviews.c:160 src/treeviews.c:181
msgid "Classes"
msgstr ""
#: src/treeviews.c:141
msgid "Singletons"
msgstr ""
#: src/treeviews.c:143
msgid "Mixins"
msgstr ""
#: src/treeviews.c:145 src/treeviews.c:187
msgid "Variables"
msgstr ""
#: src/treeviews.c:147 src/treeviews.c:183
msgid "Members"
msgstr ""
#: src/treeviews.c:158 src/treeviews.c:179
msgid "Functions"
msgstr ""
#: src/treeviews.c:185
msgid "Macros"
msgstr ""
#: src/treeviews.c:189
msgid "Namespaces"
msgstr ""
#: src/treeviews.c:191
msgid "Structs / Typedefs"
msgstr ""
#: src/treeviews.c:289 src/treeviews.c:341
msgid "Hide"
msgstr ""
#: src/treeviews.c:297 src/treeviews.c:349
msgid "Hide sidebar"
msgstr ""
#: src/treeviews.c:329
msgid "Reload"
msgstr ""
#: src/vte.c:367
msgid "_Input Methods"
msgstr ""
#: src/keybindings.c:119
msgid "New"
msgstr ""
#: src/keybindings.c:121
msgid "Open"
msgstr ""
#: src/keybindings.c:123
msgid "Save"
msgstr ""
#: src/keybindings.c:127
msgid "Print"
msgstr ""
#: src/keybindings.c:129
msgid "Close"
msgstr ""
#: src/keybindings.c:131
msgid "Close all"
msgstr ""
#: src/keybindings.c:133
msgid "Reload file"
msgstr ""
#: src/keybindings.c:135
msgid "Undo"
msgstr ""
#: src/keybindings.c:137
msgid "Redo"
msgstr ""
#: src/keybindings.c:139
msgid "Select All"
msgstr ""
#: src/keybindings.c:141
msgid "Insert date"
msgstr ""
#: src/keybindings.c:145
msgid "Find Next"
msgstr ""
#: src/keybindings.c:147
msgid "Find Previous"
msgstr ""
#: src/keybindings.c:149 src/search.c:285
msgid "Replace"
msgstr ""
#: src/keybindings.c:151 src/search.c:414
msgid "Find in files"
msgstr ""
#: src/keybindings.c:155
msgid "Show Colour Chooser"
msgstr ""
#: src/keybindings.c:157
msgid "Fullscreen"
msgstr ""
#: src/keybindings.c:159
msgid "Toggle Messages Window"
msgstr ""
#: src/keybindings.c:161
msgid "Toggle Sidebar"
msgstr ""
#: src/keybindings.c:163
msgid "Zoom In"
msgstr ""
#: src/keybindings.c:165
msgid "Zoom Out"
msgstr ""
#: src/keybindings.c:169
msgid "Fold all"
msgstr ""
#: src/keybindings.c:171
msgid "Unfold all"
msgstr ""
#: src/keybindings.c:175
msgid "Build"
msgstr ""
#: src/keybindings.c:177
msgid "Make all"
msgstr ""
#: src/keybindings.c:180
msgid "Make custom target"
msgstr ""
#: src/keybindings.c:182
msgid "Make object"
msgstr ""
#: src/keybindings.c:184
msgid "Run"
msgstr ""
#: src/keybindings.c:186
msgid "Run (alternative command)"
msgstr ""
#: src/keybindings.c:188
msgid "Build options"
msgstr ""
#: src/keybindings.c:190
msgid "Reload symbol list"
msgstr ""
#: src/keybindings.c:192
msgid "Switch to Editor"
msgstr ""
#: src/keybindings.c:194
msgid "Switch to Scribble"
msgstr ""
#: src/keybindings.c:196
msgid "Switch to VTE"
msgstr ""
#: src/keybindings.c:198
msgid "Switch to left document"
msgstr ""
#: src/keybindings.c:200
msgid "Switch to right document"
msgstr ""
#: src/keybindings.c:202
msgid "Duplicate line or selection"
msgstr ""
#: src/keybindings.c:204
msgid "Convert Selection to lower-case"
msgstr ""
#: src/keybindings.c:206
msgid "Convert Selection to upper-case"
msgstr ""
#: src/keybindings.c:208
msgid "Toggle line commentation"
msgstr ""
#: src/keybindings.c:210
msgid "Comment line"
msgstr ""
#: src/keybindings.c:212
msgid "Uncomment line"
msgstr ""
#: src/keybindings.c:214
msgid "Increase indent"
msgstr ""
#: src/keybindings.c:216
msgid "Decrease indent"
msgstr ""
#: src/keybindings.c:218
msgid "Complete word"
msgstr ""
#: src/keybindings.c:222 src/keybindings.c:225
msgid "Show calltip"
msgstr ""
#: src/keybindings.c:228
msgid "Show macro list"
msgstr ""
#: src/keybindings.c:230
msgid "Suppress auto completion"
msgstr ""
#: src/keybindings.c:232
msgid "Find Usage"
msgstr ""
#: src/search.c:145
msgid "_Use regular expressions"
msgstr ""
#: src/search.c:149
msgid ""
"Use POSIX-like regular expressions. For detailed information about using "
"regular expressions, please read the documentation."
msgstr ""
#: src/search.c:154
msgid "_Search backwards"
msgstr ""
#: src/search.c:159
msgid "Use _escape sequences"
msgstr ""
#: src/search.c:164
msgid ""
"Replace \\\\, \\t, \\n, \\r and \\uXXXX (Unicode chararacters) with the "
"corresponding control characters."
msgstr ""
#: src/search.c:173 src/search.c:484
msgid "_Case sensitive"
msgstr ""
#: src/search.c:178 src/search.c:490
msgid "Match only a _whole word"
msgstr ""
#: src/search.c:183
msgid "Match only word s_tart"
msgstr ""
#: src/search.c:218
msgid "Find"
msgstr ""
#: src/search.c:223 src/search.c:308 src/search.c:441
msgid "Search for:"
msgstr ""
#: src/search.c:289
msgid "_In Selection"
msgstr ""
#: src/search.c:291
msgid "Replace all matches found in the currently selected text"
msgstr ""
#: src/search.c:295
msgid "Replace _All"
msgstr ""
#: src/search.c:311
msgid "Replace with:"
msgstr ""
#: src/search.c:355
msgid "Replace in all _open files"
msgstr ""
#: src/search.c:359
msgid ""
"Replaces the search text in all opened files. This option is only useful(and "
"used) if you click on \"Replace All\"."
msgstr ""
#. Don't close window checkbox
#: src/search.c:363
msgid "_Don't close this dialog"
msgstr ""
#: src/search.c:368
msgid "The dialog window won't be closed when you start the operation."
msgstr ""
#: src/search.c:421
msgid "Directory:"
msgstr ""
#: src/search.c:460
msgid "_Fixed strings"
msgstr ""
#: src/search.c:469
msgid "_Grep regular expressions"
msgstr ""
#: src/search.c:473 src/search.c:480
msgid "See grep's manual page for more information."
msgstr ""
#: src/search.c:478
msgid "_Extended regular expressions"
msgstr ""
#: src/search.c:495
msgid "_Invert search results"
msgstr ""
#: src/search.c:500
msgid "Invert the sense of matching, to select non-matching lines."
msgstr ""
#: src/search.c:555
msgid "Select folder"
msgstr ""
#: src/search.c:807
msgid "Invalid directory for find in files."
msgstr ""
#: src/search.c:836
msgid "No text to find."
msgstr ""
#: src/search.c:864
#, c-format
msgid "Cannot execute grep tool '%s'; check the path setting in Preferences."
msgstr ""
#: src/search.c:979
#, c-format
msgid "Could not open directory (%s)"
msgstr ""
#: src/search.c:1024
msgid "Search failed."
msgstr ""
#: src/search.c:1030
msgid "Search completed."
msgstr ""
#: src/search.c:1031
msgid "No matches found."
msgstr ""