Revision: 795 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=795&view=rev Author: hyperair Date: 2009-06-29 10:22:48 +0000 (Mon, 29 Jun 2009)
Log Message: ----------- Miscellanous cleanups
* Create a NEWS file for geanyvc to fix distcheck * Don't autogenerate auxiliary files any more -- they're all present * Don't redefine EXTRA_DIST in geanylua's Makefile.am
Modified Paths: -------------- trunk/geany-plugins/build/vars.auxfiles.mk trunk/geany-plugins/geanylua/Makefile.am
Added Paths: ----------- trunk/geany-plugins/geanyvc/NEWS
Removed Paths: ------------- trunk/geany-plugins/po/geany-plugins.pot
Modified: trunk/geany-plugins/build/vars.auxfiles.mk =================================================================== --- trunk/geany-plugins/build/vars.auxfiles.mk 2009-06-28 11:58:59 UTC (rev 794) +++ trunk/geany-plugins/build/vars.auxfiles.mk 2009-06-29 10:22:48 UTC (rev 795) @@ -2,6 +2,3 @@
plugindoc_DATA = $(AUXFILES)
-# TODO: make sure these files exist! -README AUTHORS NEWS: - touch $@
Modified: trunk/geany-plugins/geanylua/Makefile.am =================================================================== --- trunk/geany-plugins/geanylua/Makefile.am 2009-06-28 11:58:59 UTC (rev 794) +++ trunk/geany-plugins/geanylua/Makefile.am 2009-06-29 10:22:48 UTC (rev 795) @@ -1,3 +1,4 @@ +EXTRA_DIST = util # don't install docs if disabled if ENABLE_GEANYLUA include $(top_srcdir)/build/vars.auxfiles.mk @@ -4,7 +5,7 @@ plugin = geanylua else include $(top_srcdir)/build/vars.docs.mk -EXTRA_DIST = $(AUXFILES) +EXTRA_DIST += $(AUXFILES) endif include $(top_srcdir)/build/vars.build.mk
@@ -47,4 +48,3 @@ libgeanylua_la_LIBADD = $(geanylua_la_LIBADD)
SUBDIRS = docs examples -EXTRA_DIST = util
Added: trunk/geany-plugins/geanyvc/NEWS =================================================================== --- trunk/geany-plugins/geanyvc/NEWS (rev 0) +++ trunk/geany-plugins/geanyvc/NEWS 2009-06-29 10:22:48 UTC (rev 795) @@ -0,0 +1 @@ +See "README"
Deleted: trunk/geany-plugins/po/geany-plugins.pot =================================================================== --- trunk/geany-plugins/po/geany-plugins.pot 2009-06-28 11:58:59 UTC (rev 794) +++ trunk/geany-plugins/po/geany-plugins.pot 2009-06-29 10:22:48 UTC (rev 795) @@ -1,2249 +0,0 @@ -# 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: 2009-06-21 23:06+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" - -#: ../addons/src/tasks.c:311 -msgid "Tasks" -msgstr "" - -#: ../addons/src/ao_openuri.c:169 -msgid "Open URI" -msgstr "" - -#: ../addons/src/ao_openuri.c:175 -msgid "Copy URI" -msgstr "" - -#: ../addons/src/addons.c:55 -msgid "Addons" -msgstr "" - -#: ../addons/src/addons.c:55 -msgid "Various small addons for Geany." -msgstr "" - -#: ../addons/src/addons.c:176 ../geanylatex/src/geanylatex.c:181 -#: ../geanysendmail/src/geanysendmail.c:151 -#: ../geanysendmail/src/geanysendmail.c:312 ../geanyvc/src/geanyvc.c:1673 -#: ../spellcheck/src/scplugin.c:143 -msgid "Plugin configuration directory could not be created." -msgstr "" - -#: ../addons/src/addons.c:198 -msgid "Show toolbar item to show a list of currently open documents" -msgstr "" - -#. TODO fix the string -#: ../addons/src/addons.c:205 -msgid "Show a 'Open URI' menu item in the editor menu" -msgstr "" - -#: ../addons/src/addons.c:211 -msgid "Show available tasks in the Message Window" -msgstr "" - -#: ../addons/src/addons.c:217 -msgid "Show status icon in the Notification Area" -msgstr "" - -#: ../addons/src/ao_doclist.c:216 -msgid "Close Ot_her Documents" -msgstr "" - -#: ../addons/src/ao_doclist.c:221 -msgid "C_lose All" -msgstr "" - -#: ../addons/src/ao_doclist.c:251 -msgid "Show Document List" -msgstr "" - -#: ../geanygdb/src/gdb-io-break.c:142 -#, c-format -msgid "Added breakpoint #%s in %s() at %s:%s\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-break.c:147 -#, c-format -msgid "Added breakpoint #%s at %s:%s\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-break.c:159 -#, c-format -msgid "Added write watchpoint #%s for %s\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-break.c:168 -#, c-format -msgid "Added read/write watchpoint #%s for %s\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-break.c:179 -#, c-format -msgid "Added read watchpoint #%s for %s\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-break.c:226 -msgid "Watch/breakpoint deleted.\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-break.c:250 -msgid "Failed to toggle breakpoint -\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-break.c:268 -msgid "Watch/breakpoint toggled.\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-break.c:282 -msgid "Watch/breakpoint modified.\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-envir.c:122 -msgid "Failed to retrieve source search path setting from GDB." -msgstr "" - -#: ../geanygdb/src/gdb-io-envir.c:143 -msgid "Failed to retrieve executable search path setting from GDB." -msgstr "" - -#: ../geanygdb/src/gdb-io-envir.c:165 -msgid "Failed to retrieve working directory setting from GDB." -msgstr "" - -#: ../geanygdb/src/gdb-io-frame.c:489 -msgid "Field list too long, not all items can be displayed.\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-read.c:232 -msgid "Error starting target process!\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-read.c:277 -msgid "" -"This executable does not appear to contain the required debugging " -"information." -msgstr "" - -#: ../geanygdb/src/gdb-io-read.c:539 -#, c-format -msgid "Program received signal %s (%s) at %s in function %s() at %s:%s" -msgstr "" - -#: ../geanygdb/src/gdb-io-read.c:590 -#, c-format -msgid "Watchpoint #%s out of scope" -msgstr "" - -#: ../geanygdb/src/gdb-io-read.c:599 -#, c-format -msgid "Program exited on signal %s (%s).\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-read.c:601 -msgid "Unknown signal" -msgstr "" - -#: ../geanygdb/src/gdb-io-read.c:618 -#, c-format -msgid "Program exited with code %d [%s]\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-read.c:619 -msgid "(unknown)" -msgstr "" - -#: ../geanygdb/src/gdb-io-read.c:625 -msgid "Program exited normally.\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-run.c:264 -msgid "tty temporary directory not specified!\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-run.c:269 -msgid "tty temporary directory not found!\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-run.c:288 -msgid "tty helper program not specified!\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-run.c:295 -msgid "tty helper program not found!\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-run.c:348 -#, c-format -msgid "Attaching to terminal %s\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-run.c:363 -msgid "Timeout waiting for TTY name.\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-run.c:412 -#, c-format -msgid "GDB exited (pid=%d)\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-run.c:473 -#, c-format -msgid "Target process exited. (pid=%d; %s%s)\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-run.c:475 -msgid "code=" -msgstr "" - -#: ../geanygdb/src/gdb-io-run.c:475 -msgid "reason:" -msgstr "" - -#: ../geanygdb/src/gdb-io-run.c:541 ../geanygdb/src/gdb-io-run.c:606 -#, c-format -msgid "Directory %s not found!\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-run.c:546 -msgid "Shutting down target program.\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-run.c:553 -msgid "Killing target program.\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-run.c:561 -msgid "Timeout waiting for target process.\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-run.c:564 -msgid "Using a bigger hammer!\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-run.c:578 -msgid "Waiting for target process to exit.\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-run.c:614 -#, c-format -msgid "Killing GDB (pid=%d)\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-run.c:628 -msgid "Timeout trying to kill GDB.\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-run.c:638 -msgid "Shutting down GDB\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-run.c:651 -msgid "Waiting for GDB to exit.\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-run.c:659 -msgid "Timeout waiting for GDB to exit.\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-run.c:722 -#, c-format -msgid "Starting gdb (pid=%d)\n" -msgstr "" - -#: ../geanygdb/src/gdb-io-run.c:782 -#, c-format -msgid "Started target process. (pid=%d)\n" -msgstr "" - -#: ../geanygdb/src/gdb-ui-break.c:108 -#, c-format -msgid "No %s selected" -msgstr "" - -#: ../geanygdb/src/gdb-ui-break.c:108 ../geanygdb/src/gdb-ui-break.c:343 -msgid "watchpoint" -msgstr "" - -#: ../geanygdb/src/gdb-ui-break.c:108 ../geanygdb/src/gdb-ui-break.c:343 -#: ../geanygdb/src/gdb-ui-break.c:397 -msgid "breakpoint" -msgstr "" - -#: ../geanygdb/src/gdb-ui-break.c:114 -msgid "Delete selected watchpoint?" -msgstr "" - -#: ../geanygdb/src/gdb-ui-break.c:114 -msgid "Delete selected breakpoint?" -msgstr "" - -#: ../geanygdb/src/gdb-ui-break.c:142 -msgid "Edit watchpoint" -msgstr "" - -#: ../geanygdb/src/gdb-ui-break.c:142 -msgid "Edit breakpoint" -msgstr "" - -#: ../geanygdb/src/gdb-ui-break.c:152 -msgid "Enabled" -msgstr "" - -#: ../geanygdb/src/gdb-ui-break.c:158 -msgid " Break after " -msgstr "" - -#: ../geanygdb/src/gdb-ui-break.c:165 -msgid " times. " -msgstr "" - -#: ../geanygdb/src/gdb-ui-break.c:170 -msgid " Break when " -msgstr "" - -#: ../geanygdb/src/gdb-ui-break.c:177 -msgid " is true. " -msgstr "" - -#: ../geanygdb/src/gdb-ui-break.c:242 -msgid "Add watchpoint" -msgstr "" - -#: ../geanygdb/src/gdb-ui-break.c:242 -msgid "Add breakpoint" -msgstr "" - -#: ../geanygdb/src/gdb-ui-break.c:493 -msgid "Watchpoints" -msgstr "" - -#: ../geanygdb/src/gdb-ui-break.c:493 -msgid "Breakpoints" -msgstr "" - -#: ../geanygdb/src/gdb-ui-envir.c:83 -msgid "Environment settings" -msgstr "" - -#: ../geanygdb/src/gdb-ui-envir.c:105 -msgid "" -"\n" -" Command-line arguments passed to target program:" -msgstr "" - -#: ../geanygdb/src/gdb-ui-envir.c:106 -msgid "" -"\n" -" Search path for source files:" -msgstr "" - -#: ../geanygdb/src/gdb-ui-envir.c:107 -msgid "" -"\n" -" Working directory for target program:" -msgstr "" - -#: ../geanygdb/src/gdb-ui-envir.c:108 -msgid "" -"\n" -" Search path for executables:" -msgstr "" - -#: ../geanygdb/src/gdb-ui-envir.c:151 ../geanylua/gsdlg.c:226 -msgid "Select Font" -msgstr "" - -#: ../geanygdb/src/gdb-ui-envir.c:173 -msgid "Preferences" -msgstr "" - -#: ../geanygdb/src/gdb-ui-envir.c:189 -msgid "Keep debug window on top." -msgstr "" - -#: ../geanygdb/src/gdb-ui-envir.c:191 -msgid "Show tooltips." -msgstr "" - -#: ../geanygdb/src/gdb-ui-envir.c:192 -msgid "Show icons." -msgstr "" - -#: ../geanygdb/src/gdb-ui-envir.c:197 -msgid "Font for source code listings:" -msgstr "" - -#: ../geanygdb/src/gdb-ui-envir.c:209 -msgid "Terminal program:" -msgstr "" - -#: ../geanygdb/src/gdb-ui-frame.c:127 -msgid "_Examine" -msgstr "" - -#: ../geanygdb/src/gdb-ui-frame.c:277 -msgid "Object info" -msgstr "" - -#: ../geanygdb/src/gdb-ui-frame.c:284 -msgid "Elements" -msgstr "" - -#: ../geanygdb/src/gdb-ui-frame.c:284 -msgid "Fields" -msgstr "" - -#: ../geanygdb/src/gdb-ui-frame.c:292 -msgid "Return to previous dialog." -msgstr "" - -#: ../geanygdb/src/gdb-ui-frame.c:297 ../geanygdb/src/gdb-ui-frame.c:371 -msgid "Display additional information about the selected item." -msgstr "" - -#: ../geanygdb/src/gdb-ui-frame.c:344 -msgid "Frame info" -msgstr "" - -#: ../geanygdb/src/gdb-ui-frame.c:347 -#, c-format -msgid "" -"\n" -"Frame #%s in %s() at %s:%s\n" -msgstr "" - -#: ../geanygdb/src/gdb-ui-frame.c:357 -msgid "Function arguments" -msgstr "" - -#: ../geanygdb/src/gdb-ui-frame.c:361 -msgid "Local variables" -msgstr "" - -#: ../geanygdb/src/gdb-ui-frame.c:366 -msgid "Return to stack list dialog." -msgstr "" - -#: ../geanygdb/src/gdb-ui-frame.c:578 -msgid "Stack trace" -msgstr "" - -#: ../geanygdb/src/gdb-ui-frame.c:595 -msgid "Display additional information about the selected frame." -msgstr "" - -#: ../geanygdb/src/gdb-ui-locn.c:53 -msgid "Clea_r" -msgstr "" - -#: ../geanygdb/src/gdb-ui-locn.c:68 -msgid "Filename: " -msgstr "" - -#: ../geanygdb/src/gdb-ui-locn.c:81 -msgid "Variable to watch:" -msgstr "" - -#: ../geanygdb/src/gdb-ui-locn.c:82 -msgid "Line number or function name: " -msgstr "" - -#: ../geanygdb/src/gdb-ui-locn.c:123 -msgid "Access trigger:" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:124 -msgid "(no program)" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:138 -msgid "loaded" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:143 -msgid "starting" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:150 -msgid "running" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:169 -msgid "stopped" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:183 -msgid "terminated" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:220 -msgid "paused" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:229 -msgid "Program received signal:" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:298 -msgid "Error:" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:478 -msgid "Select executable to debug" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:501 -msgid "Debugging of object files is not supported." -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:556 -msgid "You don't have permission to execute this file." -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:562 -msgid "Debugging of shared libraries is not supported." -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:567 -msgid "Debugging of core files id not supported." -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:572 -msgid "Target file must be ELF 32-bit x86 executable." -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:578 -msgid "You don't have permission to read this file." -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:695 -msgid "Run to location" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:814 -msgid "no program" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:821 -msgid "_Load" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:821 -msgid "Load target program into debugger." -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:823 -msgid "_Unload" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:824 -msgid "Kill the target program AND the debugger." -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:826 -msgid "_Run" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:827 -msgid "Execute target program in debugger." -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:829 -msgid "_Kill" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:830 -msgid "Kill the target program with SIGKILL." -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:832 -msgid "_Pause" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:833 -msgid "Pause the target program with SIGINT." -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:835 -msgid "_Continue" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:836 -msgid "Continue executing target program." -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:838 -msgid "_Step" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:839 -msgid "Step to the next line or function call." -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:841 -msgid "Step _in" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:842 -msgid "Execute the next machine instruction or function call." -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:843 -msgid "Step to the next line." -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:845 -msgid "Ne_xt in" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:846 -msgid "Execute the next machine instruction." -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:848 -msgid "Run _to" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:849 -msgid "Run to specified source line." -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:851 -msgid "Stac_k" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:852 -msgid "Display a backtrace of the current call stack." -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:853 -msgid "Add or remove breakpoints." -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:854 -msgid "Add or remove watchpoints." -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:856 -msgid "_Finish" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:857 -msgid "Complete the currently executing function." -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:859 -msgid "_Return" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:860 -msgid "Return immediately from the current function." -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:862 -msgid "En_viron" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:863 -msgid "Set target environment and command line options." -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:865 -msgid "_Options" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:866 -msgid "Set user interface options." -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:915 -msgid "Run in terminal" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:917 -msgid "Execute target program inside a terminal window." -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:920 -msgid "Ignore SIGPIPE" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:922 -msgid "" -"Don't pause execution when target gets a SIGPIPE signal.\n" -"(Useful for certain networking applications.)" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:929 -msgid "Console:" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:930 -msgid "Send a GDB command directly to the debugger." -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:986 -msgid "_Quit" -msgstr "" - -#: ../geanygdb/src/gdb-ui-main.c:986 -msgid "Exit everything" -msgstr "" - -#: ../geanygdb/src/geanydebug.c:56 -msgid "Debugger" -msgstr "" - -#: ../geanygdb/src/geanydebug.c:56 -msgid "Integrated debugging with GDB." -msgstr "" - -#: ../geanygdb/src/geanydebug.c:56 -msgid "Jeff Pohlmeyer" -msgstr "" - -#: ../geanygdb/src/geanydebug.c:373 -#, c-format -msgid "Plugin configuration directory (%s) could not be created." -msgstr "" - -#: ../geanygdb/src/geanydebug.c:390 -msgid "geanygdb: ttyhelper program not found." -msgstr "" - -#: ../geanylatex/src/geanylatex.c:29 -msgid "LaTeX" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:29 -msgid "Plugin to provide better LaTeX support" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:95 -msgid "Marks selected text as italic" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:96 -msgid "Marks selected text as bold" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:97 -msgid "Underlines selected text" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:223 -msgid "Use KOMA script by default" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:225 -msgid "Show extra plugin toolbar" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:395 -msgid "Insert Label" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:408 -msgid "Label name:" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:445 -msgid "Insert Reference" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:458 -msgid "Reference name:" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:472 -msgid "_Standard Reference" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:477 -msgid "_Page Reference" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:653 -msgid "More" -msgstr "" - -#. Documentclass -#: ../geanylatex/src/geanylatex.c:745 -msgid "Documentclass:" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:748 -msgid "Choose the kind of document you want to write" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:750 ../geanylatex/src/bibtexlabels.c:27 -msgid "Book" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:752 ../geanylatex/src/bibtexlabels.c:26 -msgid "Article" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:754 -msgid "Report" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:756 -msgid "Letter" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:758 -msgid "Presentation" -msgstr "" - -#. Encoding -#: ../geanylatex/src/geanylatex.c:768 -msgid "Encoding:" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:772 -msgid "Set the encoding for your new document" -msgstr "" - -#. fontsize -#: ../geanylatex/src/geanylatex.c:788 -msgid "Font size:" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:794 -msgid "Set the default font size of your new document" -msgstr "" - -#. Author -#: ../geanylatex/src/geanylatex.c:802 -msgid "Author:" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:805 -msgid "" -"Sets the value of the \author command. In most cases this should be your " -"name" -msgstr "" - -#. Date -#: ../geanylatex/src/geanylatex.c:816 -msgid "Date:" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:819 -msgid "" -"Sets the value of the \date command inside header of your\t\t newly created " -"LaTeX-document. Keeping it at \today is a good \t\t decision if you don't " -"need any fixed date." -msgstr "" - -#. Title of the new document -#: ../geanylatex/src/geanylatex.c:828 -msgid "Title:" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:831 -msgid "Sets the title of your new document." -msgstr "" - -#. Papersize -#: ../geanylatex/src/geanylatex.c:837 -msgid "Paper size:" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:840 -msgid "Choose the paper format for the newly created document" -msgstr "" - -#. Building the wizard-dialog and showing it -#: ../geanylatex/src/geanylatex.c:855 -msgid "LaTeX-Wizard" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:866 -msgid "Use KOMA-script classes if possible" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:868 -msgid "" -"Uses the KOMA-script classes by Markus Kohm.\n" -"Keep in mind: To compile your document these classeshave to be installed " -"before." -msgstr "" - -#: ../geanylatex/src/geanylatex.c:875 -msgid "Use draft mode" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:877 -msgid "" -"Set the draft flag inside new created documents to get documents with a " -"number of debugging helpers" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1091 -msgid "Dear Sir or Madame" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1092 -msgid "With kind regards" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1106 -msgid "Run LaTeX-Wizard" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1108 -msgid "Insert \label" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1110 -msgid "Insert \ref" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1112 -msgid "Insert linebreak \\ " -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1114 -msgid "Turn input replacement on/off" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1118 -msgid "Replace special characters" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1121 -msgid "Run insert environment dialog" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1123 -msgid "Insert \item" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1125 -msgid "Format selection in bold font face" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1127 -msgid "Format selection in italic font face" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1129 -msgid "Format selection in typewriter font face" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1131 -msgid "Format selection centered" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1133 -msgid "Format selection left-aligned" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1135 -msgid "Format selection right-aligned " -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1141 -msgid "" -"GeanyLaTeX is a plugin to improve support for LaTeX in Geany.\n" -"\n" -"Please report all bugs or feature requests to one of the authors." -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1174 -msgid "_LaTeX" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1180 -msgid "LaTeX-_Wizard" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1183 -msgid "Starts a Wizard to easily create LaTeX-documents" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1188 -msgid "Insert _Special Character" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1190 -msgid "Helps to use some not very common letters and signs" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1200 -msgid "Insert _Reference" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1202 -msgid "Inserting references to the document" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1207 -msgid "Insert _Label" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1209 -msgid "Helps at inserting labels to a document" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1215 -msgid "Insert _Environment" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1217 -msgid "Helps at inserting an environment a document" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1222 -msgid "_BibTeX" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1238 -msgid "_Format" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1256 -msgid "_Special Character Replacement" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1264 -msgid "Bulk _Replace Special Characters" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1266 -msgid "_Replace selected special cahracters with TeX substitutes" -msgstr "" - -#: ../geanylatex/src/geanylatex.c:1274 -msgid "Toggle _Special Character Replacement" -msgstr "" - -#: ../geanylatex/src/latexencodings.c:37 -msgid "UTF-8" -msgstr "" - -#: ../geanylatex/src/latexencodings.c:38 -msgid "US-ASCII" -msgstr "" - -#: ../geanylatex/src/latexencodings.c:39 -msgid "ISO-8859-1 (Latin-1)" -msgstr "" - -#: ../geanylatex/src/latexencodings.c:41 -msgid "ISO-8859-2 (Latin-2)" -msgstr "" - -#: ../geanylatex/src/latexencodings.c:43 -msgid "ISO-8859-3 (Latin-3)" -msgstr "" - -#: ../geanylatex/src/latexencodings.c:45 -msgid "ISO-8859-4 (Latin-4)" -msgstr "" - -#: ../geanylatex/src/latexencodings.c:47 -msgid "ISO-8859-5 (Latin-5)" -msgstr "" - -#: ../geanylatex/src/latexencodings.c:49 -msgid "ISO-8859-9 (Latin-9)" -msgstr "" - -#: ../geanylatex/src/latexencodings.c:51 -msgid "ISO-8859-10 (Latin-10)" -msgstr "" - -#: ../geanylatex/src/latexencodings.c:53 -msgid "IBM 850 code page" -msgstr "" - -#: ../geanylatex/src/latexencodings.c:55 -msgid "IBM 852 code page" -msgstr "" - -#: ../geanylatex/src/latexencodings.c:57 ../geanylatex/src/letters.c:41 -#: ../geanylatex/src/bibtexlabels.c:35 -msgid "Misc" -msgstr "" - -#: ../geanylatex/src/letters.c:39 -msgid "Greek letters" -msgstr "" - -#: ../geanylatex/src/letters.c:40 -msgid "German umlauts" -msgstr "" - -#: ../geanylatex/src/letters.c:42 -msgid "Arrow characters" -msgstr "" - -#: ../geanylatex/src/letters.c:43 -msgid "Relational" -msgstr "" - -#: ../geanylatex/src/letters.c:44 -msgid "Binary operation" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:28 -msgid "Booklet" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:29 -msgid "Conference" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:30 -msgid "Inbook" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:31 -msgid "Incollection" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:32 -msgid "Inproceedings" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:33 -msgid "Manual" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:34 -msgid "Mastersthesis" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:36 -msgid "PhdThesis" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:37 -msgid "Proceedings" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:38 -msgid "Techreport" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:39 -msgid "Unpublished" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:43 -msgid "Address" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:44 -msgid "Annote" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:45 -msgid "Author" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:46 -msgid "Booktitle" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:47 -msgid "Chapter" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:48 -msgid "Crossref" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:49 -msgid "Edition" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:50 -msgid "Editor" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:51 -msgid "E-print" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:52 -msgid "HowPublished" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:53 -msgid "Institution" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:54 -msgid "Journal" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:55 -msgid "Key" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:56 -msgid "Month" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:57 -msgid "Note" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:58 -msgid "Number" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:59 -msgid "Organization" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:60 -msgid "Pages" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:61 -msgid "Publisher" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:62 -msgid "School" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:63 -msgid "Series" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:64 -msgid "Title" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:65 -msgid "Type" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:66 -msgid "URL" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:67 -msgid "Volume" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:68 -msgid "Year" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:99 -msgid "Address of publisher" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:100 -msgid "Annotation for annotated bibliography styles" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:101 -msgid "Name(s) of the author(s), separated by 'and' if more than one" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:102 -msgid "Title of the book, if only part of it is being cited" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:103 -msgid "Chapter number" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:104 -msgid "Citation key of the cross-referenced entry" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:105 -msgid "Edition of the book (such as "first" or "second")" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:106 -msgid "Name(s) of the editor(s), separated by 'and' if more than one" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:107 -msgid "Specification of electronic publication" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:108 -msgid "Publishing method if the method is nonstandard" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:109 -msgid "Institution that was involved in the publishing" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:110 -msgid "Journal or magazine in which the work was published" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:111 -msgid "" -"Hidden field used for specifying or overriding the alphabetical order of " -"entries" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:112 -msgid "Month of publication or creation if unpublished" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:113 -msgid "Miscellaneous extra information" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:114 -msgid "Number of journal, magazine, or tech-report" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:115 -msgid "Sponsor of the conference" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:116 -msgid "Page numbers separated by commas or double-hyphens" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:117 -msgid "Name of publisher" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:118 -msgid "School where thesis was written" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:119 -msgid "Series of books in which the book was published" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:120 -msgid "Title of the work" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:121 -msgid "Type of technical report" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:122 -msgid "Internet address" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:123 -msgid "Number of the volume" -msgstr "" - -#: ../geanylatex/src/bibtexlabels.c:124 -msgid "Year of publication or creation if unpublished" -msgstr "" - -#: ../geanylatex/src/formatpatterns.c:38 -msgid "Italic" -msgstr "" - -#: ../geanylatex/src/formatpatterns.c:39 -msgid "Boldfont" -msgstr "" - -#: ../geanylatex/src/formatpatterns.c:40 -msgid "Underline" -msgstr "" - -#: ../geanylatex/src/formatpatterns.c:41 -msgid "Slanted" -msgstr "" - -#: ../geanylatex/src/formatpatterns.c:42 -msgid "Typewriter" -msgstr "" - -#: ../geanylatex/src/formatpatterns.c:43 -msgid "Small Caps" -msgstr "" - -#: ../geanylatex/src/formatpatterns.c:44 -msgid "Emphasis" -msgstr "" - -#: ../geanylatex/src/formatpatterns.c:45 -msgid "Centered" -msgstr "" - -#: ../geanylatex/src/formatpatterns.c:46 -msgid "Left side oriented" -msgstr "" - -#: ../geanylatex/src/formatpatterns.c:47 -msgid "Right side oriented" -msgstr "" - -#: ../geanylatex/src/latexenvironments.c:25 -msgid "Environments" -msgstr "" - -#: ../geanylatex/src/latexenvironments.c:26 -msgid "Formating" -msgstr "" - -#: ../geanylatex/src/latexenvironments.c:27 -msgid "Document Structure" -msgstr "" - -#: ../geanylatex/src/latexenvironments.c:28 -msgid "Lists" -msgstr "" - -#: ../geanylatex/src/latexenvironments.c:29 -msgid "Math" -msgstr "" - -#: ../geanylatex/src/latexenvironments.c:116 -msgid "Insert Environment" -msgstr "" - -#: ../geanylatex/src/latexenvironments.c:130 -msgid "Environment:" -msgstr "" - -#: ../geanylipsum/src/geanylipsum.c:44 -msgid "Lipsum" -msgstr "" - -#: ../geanylipsum/src/geanylipsum.c:44 -msgid "Creating dummy text with Geany" -msgstr "" - -#: ../geanylipsum/src/geanylipsum.c:87 -msgid "Lipsum-Generator" -msgstr "" - -#: ../geanylipsum/src/geanylipsum.c:88 -msgid "Enter the length of Lipsum text here" -msgstr "" - -#. Building menu entry -#: ../geanylipsum/src/geanylipsum.c:163 -msgid "_Lipsum" -msgstr "" - -#: ../geanylipsum/src/geanylipsum.c:165 -msgid "Include Pseudotext to your code" -msgstr "" - -#: ../geanylipsum/src/geanylipsum.c:178 -msgid "Insert Lipsum text" -msgstr "" - -#: ../geanysendmail/src/geanysendmail.c:47 -msgid "GeanySendMail" -msgstr "" - -#: ../geanysendmail/src/geanysendmail.c:47 -msgid "" -"A little plugin to send the current file as attachment by user's favorite " -"mailer" -msgstr "" - -#: ../geanysendmail/src/geanysendmail.c:107 -msgid "Recipient's Address" -msgstr "" - -#: ../geanysendmail/src/geanysendmail.c:118 -msgid "Enter the recipient's e-mail address:" -msgstr "" - -#: ../geanysendmail/src/geanysendmail.c:166 -msgid "Filename placeholder not found. The executed command might have failed." -msgstr "" - -#: ../geanysendmail/src/geanysendmail.c:172 -msgid "" -"Recipient address placeholder not found. The executed command might have " -"failed." -msgstr "" - -#: ../geanysendmail/src/geanysendmail.c:184 -msgid "Could not execute mailer. Please check your configuration." -msgstr "" - -#: ../geanysendmail/src/geanysendmail.c:196 -msgid "Please define a mail client first." -msgstr "" - -#: ../geanysendmail/src/geanysendmail.c:201 -msgid "File has to be saved before sending." -msgstr "" - -#: ../geanysendmail/src/geanysendmail.c:217 -msgid "Mail" -msgstr "" - -#: ../geanysendmail/src/geanysendmail.c:248 -msgid "Send by mail" -msgstr "" - -#. add a label and a text entry to the dialog -#: ../geanysendmail/src/geanysendmail.c:333 -msgid "Path and options for the mail client:" -msgstr "" - -#: ../geanysendmail/src/geanysendmail.c:341 -msgid "" -"Note: \n" -"\t\%f will be replaced by your file.\n" -"\t\%r will be replaced by recipient's email address.\n" -"\t\%b will be replaced by basename of a file\n" -"\tExamples:\n" -"\tsylpheed --attach "\%f" --compose "\%r"\n" -"\tmutt -s "Sending '\%b'" -a "\%f" "\%r"" -msgstr "" - -#: ../geanysendmail/src/geanysendmail.c:351 -msgid "Showing icon in toolbar" -msgstr "" - -#: ../geanysendmail/src/geanysendmail.c:353 -msgid "Shows a icon in the toolbar to send file more easy." -msgstr "" - -#: ../geanysendmail/src/geanysendmail.c:359 -msgid "Using dialog for entering email address of recipients" -msgstr "" - -#: ../geanysendmail/src/geanysendmail.c:384 -msgid "Send file by mail" -msgstr "" - -#. Build up menu entry -#: ../geanysendmail/src/geanysendmail.c:411 -msgid "_Mail document" -msgstr "" - -#: ../geanysendmail/src/geanysendmail.c:414 -msgid "" -"Sends the opened file as unzipped attachment by any mailer from your $PATH" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:64 -msgid "VC" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:64 -msgid "Interface to different Version Control systems." -msgstr "" - -#: ../geanyvc/src/geanyvc.c:65 -msgid "" -"Yura Siamashka yurand2@gmail.com,\n" -"Frank Lanitz frank@frank.uvena.de" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:407 -msgid "Could not parse the output of command" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:466 -#, c-format -msgid "geanyvc: s_spawn_sync error: %s" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:600 ../geanyvc/src/geanyvc.c:611 -#, c-format -msgid "geanyvc: vcdiff_file_activated: Unable to rename '%s' to '%s'" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:637 ../geanyvc/src/geanyvc.c:686 -msgid "No changes were made." -msgstr "" - -#: ../geanyvc/src/geanyvc.c:712 -msgid "No history avaible" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:905 ../geanyvc/src/geanyvc.c:913 -#, c-format -msgid "Do you really want to revert: %s?" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:921 -#, c-format -msgid "Do you really want to add: %s?" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:928 -#, c-format -msgid "Do you really want to remove: %s?" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:951 -msgid "Do you really want to update?" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:1151 -msgid "Commit Y/N" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:1161 -msgid "Status" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:1168 -msgid "Path" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:1230 -msgid "Commit" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:1301 -msgid "<b>Commit message:</b>" -msgstr "" - -#. Commit all changes -#: ../geanyvc/src/geanyvc.c:1314 ../geanyvc/src/geanyvc.c:2170 -msgid "_Commit" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:1384 -msgid "Nothing to commit." -msgstr "" - -#: ../geanyvc/src/geanyvc.c:1430 -#, c-format -msgid "Error initializing spell checking: %s" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:1442 -#, c-format -msgid "" -"Error while setting up language for spellchecking. Please check " -"configuration. Error message was: %s" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:1706 -msgid "Set Changed-flag for document tabs created by the plugin" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:1709 -msgid "" -"If this option is activated, every new by the VC-plugin created document tab " -"will be marked as changed. Even this option is useful in some cases, it " -"could cause a big number of annoying "Do you want to save"-dialogs." -msgstr "" - -#: ../geanyvc/src/geanyvc.c:1717 -msgid "Confirm adding new files to a VCS" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:1720 -msgid "Shows a confirmation dialog on adding a new (created) file to VCS." -msgstr "" - -#: ../geanyvc/src/geanyvc.c:1727 -msgid "Maximize commit dialog" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:1728 -msgid "Show commit dialog maximize." -msgstr "" - -#: ../geanyvc/src/geanyvc.c:1735 -msgid "Use external diff viewer" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:1737 -msgid "Use external diff viewer for file diff." -msgstr "" - -#: ../geanyvc/src/geanyvc.c:1743 -msgid "Enable CVS" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:1748 -msgid "Enable GIT" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:1753 -msgid "Enable SVN" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:1758 -msgid "Enable SVK" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:1763 -msgid "Enable Bazaar" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:1768 -msgid "Enable Mercurial" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:1774 -msgid "Spellcheck language" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:1923 -msgid "_File" -msgstr "" - -#. Diff of current file -#. Diff of the current dir -#. Complete diff of base directory -#: ../geanyvc/src/geanyvc.c:1927 ../geanyvc/src/geanyvc.c:2011 -#: ../geanyvc/src/geanyvc.c:2052 -msgid "_Diff" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:1930 -msgid "Make a diff from the current active file" -msgstr "" - -#. Revert current file -#. Revert current dir -#. Revert everything -#: ../geanyvc/src/geanyvc.c:1936 ../geanyvc/src/geanyvc.c:2020 -#: ../geanyvc/src/geanyvc.c:2061 -msgid "_Revert" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:1939 -msgid "Restore pristine working copy file (undo local edits)." -msgstr "" - -#. Blame for current file -#: ../geanyvc/src/geanyvc.c:1949 -msgid "_Blame" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:1952 -msgid "Shows the changes made at one file per revision and author." -msgstr "" - -#. History/log of current file -#. History/log of the current dir -#. Complete History/Log of base directory -#: ../geanyvc/src/geanyvc.c:1960 ../geanyvc/src/geanyvc.c:2031 -#: ../geanyvc/src/geanyvc.c:2073 -msgid "_History" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:1963 -msgid "Shows the log of the current file" -msgstr "" - -#. base version of the current file -#: ../geanyvc/src/geanyvc.c:1969 -msgid "_Original" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:1972 -msgid "Shows the orignal of the current file" -msgstr "" - -#. add current file -#: ../geanyvc/src/geanyvc.c:1981 -msgid "_Add to Version Control" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:1983 -msgid "Add file to repository." -msgstr "" - -#. remove current file -#: ../geanyvc/src/geanyvc.c:1989 -msgid "_Remove from Version Control" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:1992 -msgid "Remove file from repository." -msgstr "" - -#: ../geanyvc/src/geanyvc.c:2008 -msgid "_Directory" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:2014 -msgid "Make a diff from the directory of the current active file" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:2023 -msgid "Restore original files in the current folder (undo local edits)." -msgstr "" - -#: ../geanyvc/src/geanyvc.c:2034 -msgid "Shows the log of the current directory" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:2048 -msgid "_Base Directory" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:2055 -msgid "Make a diff from the top VC directory" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:2063 -msgid "Revert any local edits." -msgstr "" - -#: ../geanyvc/src/geanyvc.c:2076 -msgid "Shows the log of the top VC directory" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:2090 -msgid "Show diff of file" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:2092 -msgid "Show diff of diretory" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:2094 -msgid "Show diff of basedir" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:2097 -msgid "Commit changes" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:2099 -msgid "Show status" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:2101 -msgid "Revert single file" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:2103 -msgid "Revert directory" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:2105 -msgid "Revert base directory" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:2107 -msgid "Update file" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:2132 -msgid "_VC" -msgstr "" - -#. Status of basedir -#: ../geanyvc/src/geanyvc.c:2152 -msgid "_Status" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:2154 -msgid "Show status." -msgstr "" - -#. complete update -#: ../geanyvc/src/geanyvc.c:2161 -msgid "Update" -msgstr "" - -#: ../geanyvc/src/geanyvc.c:2163 -msgid "Update from remote repositary." -msgstr "" - -#: ../geanyvc/src/geanyvc.c:2172 -msgid "Commit changes." -msgstr "" - -#: ../spellcheck/src/speller.c:101 -msgid "Try: " -msgstr "" - -#: ../spellcheck/src/speller.c:180 -msgid "Checking" -msgstr "" - -#: ../spellcheck/src/speller.c:193 -#, c-format -msgid "Checking file "%s" (lines %d to %d using %s):" -msgstr "" - -#: ../spellcheck/src/speller.c:203 -#, c-format -msgid "Checking file "%s" (using %s):" -msgstr "" - -#: ../spellcheck/src/speller.c:221 -msgid "The checked text is spelled correctly." -msgstr "" - -#: ../spellcheck/src/speller.c:231 -#, c-format -msgid "The Enchant library couldn't be initialized (%s)." -msgstr "" - -#: ../spellcheck/src/speller.c:232 -msgid "unknown error (maybe the chosen language is not available)" -msgstr "" - -#: ../spellcheck/src/scplugin.c:59 -msgid "Spell Check" -msgstr "" - -#: ../spellcheck/src/scplugin.c:59 -msgid "Checks the spelling of the current document." -msgstr "" - -#: ../spellcheck/src/scplugin.c:60 -msgid "The Geany developer team" -msgstr "" - -#: ../spellcheck/src/scplugin.c:199 -msgid "Run Spell Check" -msgstr "" - -#: ../spellcheck/src/scplugin.c:202 -msgid "Toggle Check While Typing" -msgstr "" - -#: ../spellcheck/src/scplugin.c:213 -msgid "Check spelling while typing" -msgstr "" - -#: ../spellcheck/src/scplugin.c:217 -msgid "Show toolbar item to toggle spell checking" -msgstr "" - -#: ../spellcheck/src/scplugin.c:222 -msgid "Print misspelled words and suggestions in the messages window" -msgstr "" - -#: ../spellcheck/src/scplugin.c:226 -msgid "Language to use for the spell check:" -msgstr "" - -#: ../spellcheck/src/gui.c:66 -msgid "Spell checking while typing is now enabled" -msgstr "" - -#: ../spellcheck/src/gui.c:68 -msgid "Spell checking while typing is now disabled" -msgstr "" - -#: ../spellcheck/src/gui.c:276 -msgid "More..." -msgstr "" - -#: ../spellcheck/src/gui.c:290 -msgid "(No Suggestions)" -msgstr "" - -#: ../spellcheck/src/gui.c:297 -#, c-format -msgid "Add "%s" to Dictionary" -msgstr "" - -#: ../spellcheck/src/gui.c:303 -msgid "Ignore All" -msgstr "" - -#: ../spellcheck/src/gui.c:408 -#, c-format -msgid "Default (%s)" -msgstr "" - -#: ../spellcheck/src/gui.c:409 ../spellcheck/src/gui.c:420 -msgid "unknown" -msgstr "" - -#: ../spellcheck/src/gui.c:419 -#, c-format -msgid "Toggle spell check while typing (current language: %s)" -msgstr "" - -#: ../spellcheck/src/gui.c:480 -msgid "Spelling Suggestions" -msgstr "" - -#: ../shiftcolumn/src/shiftcolumn.c:46 -msgid "Shift Column" -msgstr "" - -#: ../shiftcolumn/src/shiftcolumn.c:47 -msgid "Shift a selection left and right" -msgstr "" - -#: ../shiftcolumn/src/shiftcolumn.c:375 ../shiftcolumn/src/shiftcolumn.c:395 -msgid "Shift Left" -msgstr "" - -#: ../shiftcolumn/src/shiftcolumn.c:382 ../shiftcolumn/src/shiftcolumn.c:397 -msgid "Shift Right" -msgstr "" - -#: ../geanylua/gsdlg_lua.c:95 ../geanylua/glspi_kfile.c:54 -#: ../geanylua/glspi.h:96 -#, c-format -msgid "" -"Error in module "%s" at function %s():\n" -" expected type "%s" for argument #%d\n" -msgstr "" - -#: ../geanylua/gsdlg_lua.c:108 ../geanylua/glspi.h:124 -#, c-format -msgid "" -"Error in module "%s" at function %s():\n" -" invalid table in argument #%d:\n" -" expected type "%s" for element #%d\n" -" " -msgstr "" - -#: ../geanylua/glspi_init.c:429 -msgid "_Lua Scripts" -msgstr "" - -#: ../geanylua/glspi_init.c:455 -#, c-format -msgid " ==>> %s: Building menu from '%s'\n" -msgstr "" - -#: ../geanylua/glspi_init.c:555 -msgid "Nothing to configure!" -msgstr "" - -#: ../geanylua/glspi_init.c:557 -#, c-format -msgid "" -"You can create the script:\n" -"\n" -""%s"\n" -"\n" -"to add your own custom configuration dialog." -msgstr "" - -#: ../geanylua/glspi_sci.c:427 -#, c-format -msgid "" -"Error in module "%s" at function navigate():\n" -"unknown navigation mode "%s" for argument #1.\n" -msgstr "" - -#: ../geanylua/glspi_sci.c:602 -#, c-format -msgid "" -"Error in module "%s" at function %s():\n" -"API command "%s" not implemented.\n" -msgstr "" - -#: ../geanylua/glspi_sci.c:613 -#, c-format -msgid "" -"Error in module "%s" at function %s():\n" -"not enough arguments for command "%s".\n" -msgstr "" - -#: ../geanylua/glspi_sci.c:651 ../geanylua/glspi_app.c:399 -#, c-format -msgid "" -"Error in module "%s" at function %s():\n" -"unknown command "%s" given for argument #1.\n" -msgstr "" - -#: ../geanylua/glspi_sci.c:793 -#, c-format -msgid "" -"Error in module "%s" at function %s():\n" -" invalid table in argument #%d:\n" -" unknown flag "%s" for element #%d\n" -" " -msgstr "" - -#: ../geanylua/glspi_sci.c:797 -msgid "<too large to display>" -msgstr "" - -#: ../geanylua/gsdlg.c:103 ../geanylua/glspi_dlg.c:421 -msgid "Open file" -msgstr "" - -#: ../geanylua/gsdlg.c:107 -msgid "Select file" -msgstr "" - -#: ../geanylua/gsdlg.c:154 -msgid "Browse..." -msgstr "" - -#: ../geanylua/gsdlg.c:175 -msgid "Select Color" -msgstr "" - -#: ../geanylua/gsdlg.c:205 -msgid "Choose..." -msgstr "" - -#: ../geanylua/gsdlg.c:253 -msgid "Select..." -msgstr "" - -#: ../geanylua/geanylua.c:149 -#, c-format -msgid "%s: Can't find support library!\n" -msgstr "" - -#: ../geanylua/geanylua.c:156 -#, c-format -msgid "%s: Can't load support library!\n" -msgstr "" - -#: ../geanylua/geanylua.c:167 -#, c-format -msgid "%s: Failed to initialize support library!\n" -msgstr "" - -#: ../geanylua/geanylua.c:172 -#, c-format -msgid "%s: Support library version mismatch: %s <=> %s\n" -msgstr "" - -#: ../geanylua/geanylua.c:190 -#, c-format -msgid "" -"The %s plugin failed to load properly.\n" -"Please check your installation." -msgstr "" - -#: ../geanylua/glspi.h:110 -#, c-format -msgid "" -"Error in module "%s" at function %s():\n" -" expected type "%s" or "%s" for argument #%d\n" -msgstr "" - -#. -#. * glspi_ver.c - This file is part of the Lua scripting plugin for the Geany IDE -#. * See the file "geanylua.c" for copyright information. -#. -#: ../geanylua/glspi_ver.h:7 -msgid "Lua Script" -msgstr "" - -#: ../geanylua/glspi_ver.h:9 -msgid "Write and run Lua scripts for custom commands." -msgstr "" - -#: ../geanylua/glspi_ver.h:19 -msgid "Lua Script Plugin" -msgstr "" - -#: ../geanylua/glspi_app.c:19 -#, c-format -msgid "" -"%s %s: %s\n" -"Copyright (c) 2007-2008 " -msgstr "" - -#: ../geanylua/glspi_app.c:151 -#, c-format -msgid "" -"Error in module "%s" at function %s():\n" -"widget "%s" not found for argument #1.\n" -" " -msgstr "" - -#: ../geanylua/glspi_app.c:160 -#, c-format -msgid "" -"Error in module "%s" at function %s() argument #2:\n" -"widget "%s" has no signal named "%s".\n" -" " -msgstr "" - -#: ../geanylua/glspi_dlg.c:337 -msgid "File exists" -msgstr "" - -#: ../geanylua/glspi_dlg.c:337 -msgid "Do you want to overwrite it?" -msgstr "" - -#: ../geanylua/glspi_dlg.c:338 -msgid "confirm" -msgstr "" - -#: ../geanylua/glspi_dlg.c:411 -msgid "Save file" -msgstr "" - -#: ../geanylua/glspi_dlg.c:437 -#, c-format -msgid "" -"Error in module "%s" at function pickfile():\n" -"failed to parse filter string at argument #3.\n" -" " -msgstr "" - -#: ../geanylua/glspi_dlg.c:487 -#, c-format -msgid "" -"Error in module "%s" at function %s():\n" -"expected string "open" or "save" for argument #1.\n" -" " -msgstr "" - -#: ../geanylua/glspi_run.c:112 ../geanylua/glspi_run.c:119 -msgid "Lua script error:" -msgstr "" - -#: ../geanylua/glspi_run.c:219 -msgid "Script timeout" -msgstr "" - -#: ../geanylua/glspi_run.c:220 -msgid "" -"A Lua script seems to be taking excessive time to complete.\n" -"Do you want to continue waiting?" -msgstr "" - -#: ../geanylua/glspi_run.c:228 -msgid "Script timeout exceeded." -msgstr "" - -#: ../geanylua/glspi_run.c:404 -msgid "(error object is not a string)" -msgstr "" - -#: ../geanylua/glspi_run.c:409 -msgid "Unknown Error inside script." -msgstr "" - -#: ../geanylua/glspi_run.c:481 -msgid "Out of memory." -msgstr "" - -#: ../geanylua/glspi_run.c:484 -msgid "Failed to open script file." -msgstr "" - -#: ../geanylua/glspi_run.c:487 -msgid "Unknown error while loading script file." -msgstr ""
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org