SF.net SVN: geany-plugins:[2150] trunk/geany-plugins

alvesh88 at users.sourceforge.net alvesh88 at xxxxx
Mon Aug 15 17:04:18 UTC 2011


Revision: 2150
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2150&view=rev
Author:   alvesh88
Date:     2011-08-15 17:04:17 +0000 (Mon, 15 Aug 2011)

Log Message:
-----------
Removed leading whitespace from a translatable string in pinentry.c
updated po/ChangeLog, some minor changes to the spanish translation 
of geanypg and added a dutch translation

Modified Paths:
--------------
    trunk/geany-plugins/geanypg/src/pinentry.c
    trunk/geany-plugins/po/ChangeLog
    trunk/geany-plugins/po/es.po

Added Paths:
-----------
    trunk/geany-plugins/po/nl.po

Modified: trunk/geany-plugins/geanypg/src/pinentry.c
===================================================================
--- trunk/geany-plugins/geanypg/src/pinentry.c	2011-08-15 14:40:28 UTC (rev 2149)
+++ trunk/geany-plugins/geanypg/src/pinentry.c	2011-08-15 17:04:17 UTC (rev 2150)
@@ -124,12 +124,12 @@
     fflush(childin);
     geanypg_read_till(outpipe[READ], '\n');
 
-    fprintf(childin, "SETPROMPT%s\n", (uid_hint && *uid_hint ? "" : _(" Passphrase:")));
+    fprintf(childin, "SETPROMPT %s:\n", (uid_hint && *uid_hint ? "" : _("Passphrase")));
     fflush(childin);
     geanypg_read_till(outpipe[READ], '\n');
 
-    fprintf(childin, "SETDESC %s%s\n",
-                     (uid_hint && *uid_hint ? _("Enter passphrase for:%0A") : ""),
+    fprintf(childin, "SETDESC %s:%0A%s\n",
+                     (uid_hint && *uid_hint ? _("Enter passphrase for") : ""),
                      (uid_hint && *uid_hint ? geanypg_getname(uid_hint) : ""));
     fflush(childin);
     geanypg_read_till(outpipe[READ], '\n');

Modified: trunk/geany-plugins/po/ChangeLog
===================================================================
--- trunk/geany-plugins/po/ChangeLog	2011-08-15 14:40:28 UTC (rev 2149)
+++ trunk/geany-plugins/po/ChangeLog	2011-08-15 17:04:17 UTC (rev 2150)
@@ -1,8 +1,13 @@
-2011-08-15  Frank Lanitz  <frank(at)frank(dot)uvena(dot)de>
+2011-08-15 Hans Alves <alves(dot)h88(at)gmail(dot)com>
 
- * de.po: Minimal update of German translation.
+ * es.po Minor adjustment on translation.
+ * added nl.po with dutch translation of geanypg
 
+2011-08-14 Hans Alves <alves(dot)h88(at)gmail(dot)com>
 
+ * POTFILES.in changed geanypg/src/aux.c to geanypg/src/helper_functions.c
+ * es.po: added spanish translation for geanypg
+
 2011-06-22  Frank Lanitz  <frank(at)frank(dot)uvena(dot)de>
 
  * de.po: Minimal update of German translation.

Modified: trunk/geany-plugins/po/es.po
===================================================================
--- trunk/geany-plugins/po/es.po	2011-08-15 14:40:28 UTC (rev 2149)
+++ trunk/geany-plugins/po/es.po	2011-08-15 17:04:17 UTC (rev 2150)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: es\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-08-14 16:33+0200\n"
+"POT-Creation-Date: 2011-08-15 18:28+0200\n"
 "PO-Revision-Date: 2010-12-29 17:10+0100\n"
 "Last-Translator: \n"
 "Language-Team:  <en at li.org>\n"
@@ -3284,13 +3284,12 @@
 msgstr "entrada de contraseña"
 
 #: ../geanypg/src/pinentry.c:127
-msgid " Passphrase:"
-msgstr " Contraseña:"
+msgid "Passphrase"
+msgstr "Contraseña"
 
 #: ../geanypg/src/pinentry.c:132
-#, c-format
-msgid "Enter passphrase for:%0A"
-msgstr "Entra contraseña para:%0A"
+msgid "Enter passphrase for"
+msgstr "Entra contraseña para"
 
 #: ../geanypg/src/pinentry.c:163
 msgid "pinentry gave error"
@@ -3383,7 +3382,7 @@
 #: ../geanypg/src/verify_aux.c:87
 #, fuzzy
 msgid " bad-policy"
-msgstr "política-mala"
+msgstr " política-mala"
 
 #: ../geanypg/src/verify_aux.c:88
 msgid " sys-error"
@@ -3416,66 +3415,68 @@
 "otras flags ....:%s%s\n"
 "notaciones .....: %s\n"
 
-#: ../geanypg/src/verify_aux.c:119 ../geanypg/src/verify_aux.c:124
+#: ../geanypg/src/verify_aux.c:118 ../geanypg/src/verify_aux.c:123
 #, fuzzy
 msgid "Unknown\n"
 msgstr "Desconocido\n"
 
-#: ../geanypg/src/verify_aux.c:130 ../geanypg/src/verify_aux.c:137
+#: ../geanypg/src/verify_aux.c:128 ../geanypg/src/verify_aux.c:135
+#: ../geanypg/src/verify_aux.c:146 ../geanypg/src/verify_aux.c:153
 #, fuzzy
 msgid "[None]"
-msgstr "[Ninguno]"
+msgstr "[Ninguna]"
 
-#: ../geanypg/src/verify_aux.c:135 ../geanypg/src/verify_aux.c:136
+#: ../geanypg/src/verify_aux.c:133 ../geanypg/src/verify_aux.c:134
+#: ../geanypg/src/verify_aux.c:151 ../geanypg/src/verify_aux.c:152
 #, fuzzy
 msgid "Unknown"
 msgstr "Desconocido"
 
-#: ../geanypg/src/verify_aux.c:138
+#: ../geanypg/src/verify_aux.c:136 ../geanypg/src/verify_aux.c:154
 msgid "n/a"
 msgstr "NS/NC"
 
-#: ../geanypg/src/verify_aux.c:138
+#: ../geanypg/src/verify_aux.c:136 ../geanypg/src/verify_aux.c:154
 msgid "bad"
 msgstr "mala"
 
-#: ../geanypg/src/verify_aux.c:138
+#: ../geanypg/src/verify_aux.c:136 ../geanypg/src/verify_aux.c:154
 msgid "okay"
 msgstr "buena"
 
-#: ../geanypg/src/verify_aux.c:138
+#: ../geanypg/src/verify_aux.c:136 ../geanypg/src/verify_aux.c:154
 msgid "RFU"
 msgstr "Reservado para uso en el futuro"
 
-#: ../geanypg/src/verify_aux.c:139
+#: ../geanypg/src/verify_aux.c:137 ../geanypg/src/verify_aux.c:155
 msgid " wrong-key-usage"
 msgstr " utilización de clave incorrecta"
 
-#: ../geanypg/src/verify_aux.c:139
+#: ../geanypg/src/verify_aux.c:138 ../geanypg/src/verify_aux.c:155
 msgid " chain-model"
 msgstr " modelo cadena"
 
-#: ../geanypg/src/verify_aux.c:140
+#: ../geanypg/src/verify_aux.c:139 ../geanypg/src/verify_aux.c:156
 msgid "yes"
 msgstr "sí"
 
-#: ../geanypg/src/verify_aux.c:140
+#: ../geanypg/src/verify_aux.c:139 ../geanypg/src/verify_aux.c:156
 msgid "no"
 msgstr "no"
 
-#: ../geanypg/src/verify_aux.c:159
+#: ../geanypg/src/verify_aux.c:175
 msgid "Found a signature from"
 msgstr "Encontró firma de"
 
-#: ../geanypg/src/verify_aux.c:162
+#: ../geanypg/src/verify_aux.c:178
 msgid "Signature"
 msgstr "Firma"
 
-#: ../geanypg/src/verify_aux.c:185
+#: ../geanypg/src/verify_aux.c:201
 msgid "Could not find verification results"
 msgstr "No pudo encontrar resultados de verificación"
 
-#: ../geanypg/src/verify_aux.c:186
+#: ../geanypg/src/verify_aux.c:202
 msgid "Error, could not find verification results"
 msgstr "Error, no pudo encontrar resultados de verificación"
 

Added: trunk/geany-plugins/po/nl.po
===================================================================
--- trunk/geany-plugins/po/nl.po	                        (rev 0)
+++ trunk/geany-plugins/po/nl.po	2011-08-15 17:04:17 UTC (rev 2150)
@@ -0,0 +1,4648 @@
+# Dutch translations for geany-plugins package.
+# Copyright (C) 2011 THE geany-plugins'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the geany-plugins package.
+# hans <alves.h88 at gmail.com>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: geany-plugins 0.21\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-08-15 18:28+0200\n"
+"PO-Revision-Date: 2011-08-14 21:37+0200\n"
+"Last-Translator: hans <alves.h88 at gmail.com>\n"
+"Language-Team: Dutch\n"
+"Language: nl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ../addons/src/ao_bookmarklist.c:179
+msgid "(Empty Line)"
+msgstr ""
+
+#: ../addons/src/ao_bookmarklist.c:304
+msgid "_Remove Bookmark"
+msgstr ""
+
+#: ../addons/src/ao_bookmarklist.c:330
+msgid "No."
+msgstr ""
+
+#: ../addons/src/ao_bookmarklist.c:338 ../devhelp/src/dhp-object.c:495
+msgid "Contents"
+msgstr ""
+
+#: ../addons/src/ao_bookmarklist.c:371 ../treebrowser/src/treebrowser.c:607
+msgid "Bookmarks"
+msgstr ""
+
+#. complete update
+#: ../addons/src/ao_tasks.c:368 ../geanyvc/src/geanyvc.c:2254
+msgid "_Update"
+msgstr ""
+
+#: ../addons/src/ao_tasks.c:377
+msgid "_Hide Message Window"
+msgstr ""
+
+#. file
+#: ../addons/src/ao_tasks.c:407 ../debugger/src/bptree.c:380
+#: ../debugger/src/stree.c:158
+msgid "File"
+msgstr ""
+
+#. line
+#: ../addons/src/ao_tasks.c:418 ../debugger/src/bptree.c:387
+#: ../debugger/src/stree.c:166
+msgid "Line"
+msgstr ""
+
+#. Type
+#: ../addons/src/ao_tasks.c:429 ../debugger/src/vtree.c:160
+#: ../geanylatex/src/bibtexlabels.c:68
+msgid "Type"
+msgstr ""
+
+#: ../addons/src/ao_tasks.c:440
+msgid "Task"
+msgstr ""
+
+#: ../addons/src/ao_tasks.c:473
+msgid "Tasks"
+msgstr ""
+
+#: ../addons/src/ao_tasks.c:535
+msgid "Context:"
+msgstr ""
+
+#: ../addons/src/ao_xmltagging.c:52
+msgid "XML tagging"
+msgstr ""
+
+#: ../addons/src/ao_xmltagging.c:63
+msgid "Tag name to be inserted:"
+msgstr ""
+
+#: ../addons/src/ao_xmltagging.c:67
+#, c-format
+msgid ""
+"%s will be replaced with your current selection. Please keep care on your "
+"selection"
+msgstr ""
+
+#: ../addons/src/ao_openuri.c:162
+msgid "Open URI"
+msgstr ""
+
+#: ../addons/src/ao_openuri.c:168
+msgid "Copy URI"
+msgstr ""
+
+#: ../addons/src/ao_doclist.c:204
+msgid "Close Ot_her Documents"
+msgstr ""
+
+#: ../addons/src/ao_doclist.c:209
+msgid "C_lose All"
+msgstr ""
+
+#: ../addons/src/ao_doclist.c:239
+msgid "Show Document List"
+msgstr ""
+
+#: ../addons/src/addons.c:52
+msgid "Addons"
+msgstr ""
+
+#: ../addons/src/addons.c:53
+msgid "Various small addons for Geany."
+msgstr ""
+
+#: ../addons/src/addons.c:290
+msgid "Focus Bookmark List"
+msgstr ""
+
+#: ../addons/src/addons.c:292
+msgid "Focus Tasks List"
+msgstr ""
+
+#: ../addons/src/addons.c:294
+msgid "Update Tasks List"
+msgstr ""
+
+#: ../addons/src/addons.c:296
+msgid "Run XML tagging"
+msgstr ""
+
+#: ../addons/src/addons.c:396 ../geanylatex/src/geanylatex.c:234
+#: ../geanysendmail/src/geanysendmail.c:125
+#: ../geanysendmail/src/geanysendmail.c:287 ../geanyvc/src/geanyvc.c:1782
+#: ../spellcheck/src/scplugin.c:146 ../treebrowser/src/treebrowser.c:1816
+#: ../updatechecker/src/updatechecker.c:253
+msgid "Plugin configuration directory could not be created."
+msgstr ""
+
+#: ../addons/src/addons.c:423
+msgid "Show toolbar item to show a list of currently open documents"
+msgstr ""
+
+#: ../addons/src/addons.c:427
+msgid "Sort documents by _name"
+msgstr ""
+
+#: ../addons/src/addons.c:429
+msgid "Sort the documents in the list by their filename"
+msgstr ""
+
+#: ../addons/src/addons.c:432
+msgid "Sort documents by _occurrence"
+msgstr ""
+
+#: ../addons/src/addons.c:434
+msgid "Sort the documents in the order of the document tabs"
+msgstr ""
+
+#: ../addons/src/addons.c:437
+msgid "Sort documents by _occurrence (reversed)"
+msgstr ""
+
+#: ../addons/src/addons.c:439
+msgid "Sort the documents in the order of the document tabs (reversed)"
+msgstr ""
+
+#. TODO fix the string
+#: ../addons/src/addons.c:467
+msgid "Show a 'Open URI' menu item in the editor menu"
+msgstr ""
+
+#: ../addons/src/addons.c:473
+msgid "Show available Tasks in the Messages Window"
+msgstr ""
+
+#: ../addons/src/addons.c:479
+msgid "Show tasks of all documents"
+msgstr ""
+
+#: ../addons/src/addons.c:483
+msgid ""
+"Whether to show the tasks of all open documents in the list or only those of "
+"the current document."
+msgstr ""
+
+#: ../addons/src/addons.c:490
+msgid "Specify a semicolon separated list of search tokens."
+msgstr ""
+
+#: ../addons/src/addons.c:492
+msgid "Search tokens:"
+msgstr ""
+
+#: ../addons/src/addons.c:509
+msgid "Show status icon in the Notification Area"
+msgstr ""
+
+#: ../addons/src/addons.c:515
+msgid "Show defined bookmarks (marked lines) in the sidebar"
+msgstr ""
+
+#: ../addons/src/addons.c:521
+msgid "Mark all occurrences of a word when double-clicking it"
+msgstr ""
+
+#: ../addons/src/addons.c:527
+msgid "Strip trailing blank lines"
+msgstr ""
+
+#: ../addons/src/addons.c:533
+msgid "XML tagging for selection"
+msgstr ""
+
+#. All plugins must set name, description, version and author.
+#: ../codenav/src/codenavigation.c:44
+msgid "Code navigation"
+msgstr ""
+
+#: ../codenav/src/codenavigation.c:45
+msgid ""
+"This plugin adds features to facilitate navigation between source files.\n"
+"As for the moment, it implements :\n"
+"- switching between a .cpp file and the corresponding .h file\n"
+"- [opening a file by typing its name -> TODO]"
+msgstr ""
+
+#. Add the menu item, sensitive only when a document is opened
+#: ../codenav/src/goto_file.c:50 ../codenav/src/goto_file.c:64
+msgid "Goto file"
+msgstr ""
+
+#: ../codenav/src/goto_file.c:101
+#, c-format
+msgid "(From the %s plugin)"
+msgstr ""
+
+#. Add the menu item and make it sensitive only when a document is opened
+#. Frame, which is the returned widget
+#: ../codenav/src/switch_head_impl.c:78 ../codenav/src/switch_head_impl.c:92
+#: ../codenav/src/switch_head_impl.c:452
+msgid "Switch header/implementation"
+msgstr ""
+
+#: ../codenav/src/switch_head_impl.c:360
+#, c-format
+msgid "%s not found, create it?"
+msgstr ""
+
+#: ../codenav/src/switch_head_impl.c:476
+msgid "Headers extensions"
+msgstr ""
+
+#: ../codenav/src/switch_head_impl.c:485
+msgid "Implementations extensions"
+msgstr ""
+
+#: ../debugger/src/plugin.c:50
+msgid "Debugger"
+msgstr ""
+
+#: ../debugger/src/plugin.c:51
+msgid "Various debuggers integration."
+msgstr ""
+
+#. Target frame
+#: ../debugger/src/plugin.c:91 ../debugger/src/tpage.c:825
+msgid "Target"
+msgstr ""
+
+#: ../debugger/src/plugin.c:97 ../geanygdb/src/gdb-ui-break.c:504
+msgid "Breakpoints"
+msgstr ""
+
+#: ../debugger/src/plugin.c:113 ../debugger/src/keys.c:69
+#: ../geanygdb/src/geanygdb.c:393
+msgid "Debug"
+msgstr ""
+
+#. Name
+#: ../debugger/src/vtree.c:136 ../debugger/src/tpage.c:901
+msgid "Name"
+msgstr ""
+
+#. Value
+#: ../debugger/src/vtree.c:151 ../debugger/src/tpage.c:910
+msgid "Value"
+msgstr ""
+
+#. if name is empty - offer to delete variable
+#: ../debugger/src/tpage.c:286 ../debugger/src/tpage.c:386
+#: ../debugger/src/debug.c:229
+msgid "Delete variable?"
+msgstr ""
+
+#: ../debugger/src/tpage.c:498
+msgid "Config saved successfully"
+msgstr ""
+
+#: ../debugger/src/tpage.c:525 ../debugger/src/tpage.c:610
+msgid "Error reading config file"
+msgstr ""
+
+#: ../debugger/src/tpage.c:538
+#, c-format
+msgid "Configuration error: debugger module '%s' is not found"
+msgstr ""
+
+#: ../debugger/src/tpage.c:615
+msgid "Some breakpoints can't be set as the files are missed"
+msgstr ""
+
+#: ../debugger/src/tpage.c:622
+msgid "Config loaded successfully"
+msgstr ""
+
+#: ../debugger/src/tpage.c:658
+msgid "Choose target file"
+msgstr ""
+
+#: ../debugger/src/tpage.c:833
+msgid "Browse"
+msgstr ""
+
+#: ../debugger/src/tpage.c:845
+msgid "Debugger:"
+msgstr ""
+
+#. Arguments frame
+#: ../debugger/src/tpage.c:868
+msgid "Arguments"
+msgstr ""
+
+#: ../debugger/src/tpage.c:883
+msgid "Environment variables"
+msgstr ""
+
+#. enabled
+#: ../debugger/src/bptree.c:350 ../geanygdb/src/gdb-ui-break.c:163
+msgid "Enabled"
+msgstr ""
+
+#. hits count
+#: ../debugger/src/bptree.c:358
+msgid "Hit count"
+msgstr ""
+
+#. condition
+#: ../debugger/src/bptree.c:371
+msgid "Condition"
+msgstr ""
+
+#: ../debugger/src/debug.c:842
+msgid "Watch"
+msgstr ""
+
+#: ../debugger/src/debug.c:856
+msgid "Locals"
+msgstr ""
+
+#: ../debugger/src/debug.c:871
+msgid "Call Stack"
+msgstr ""
+
+#: ../debugger/src/debug.c:901
+msgid "Debug terminal"
+msgstr ""
+
+#: ../debugger/src/debug.c:917
+msgid "Debugger messages"
+msgstr ""
+
+#: ../debugger/src/debug.c:1054
+#, c-format
+msgid ""
+"Breakpoint at %s:%i cannot be set\n"
+"Debugger message: %s"
+msgstr ""
+
+#: ../debugger/src/dbm_gdb.c:332
+msgid "Program received a signal"
+msgstr ""
+
+#: ../debugger/src/dbm_gdb.c:531
+msgid "Failed to spawn gdb process"
+msgstr ""
+
+#: ../debugger/src/dbm_gdb.c:568
+msgid "Error configuring GDB"
+msgstr ""
+
+#: ../debugger/src/dbm_gdb.c:590
+msgid "Error loading file"
+msgstr ""
+
+#. adress
+#: ../debugger/src/stree.c:142 ../geanylatex/src/bibtexlabels.c:46
+msgid "Address"
+msgstr ""
+
+#. function
+#: ../debugger/src/stree.c:150
+msgid "Function"
+msgstr ""
+
+#: ../debugger/src/watch_model.c:161
+msgid "Can't evaluate expression"
+msgstr ""
+
+#: ../debugger/src/callbacks.c:206
+msgid "To edit source files stop debugging session"
+msgstr ""
+
+#. never search for more than this many chars
+#: ../devhelp/src/dhp.h:38
+msgid "Documentation"
+msgstr ""
+
+#: ../devhelp/src/dhp.h:39
+msgid "Code"
+msgstr ""
+
+#: ../devhelp/src/dhp-object.c:384
+msgid "Search for 'Tag' Documentation in"
+msgstr ""
+
+#: ../devhelp/src/dhp-object.c:387 ../devhelp/src/dhp-object.c:504
+msgid "Devhelp"
+msgstr ""
+
+#: ../devhelp/src/dhp-object.c:394
+msgid "Manual Pages"
+msgstr ""
+
+#: ../devhelp/src/dhp-object.c:400
+msgid "Google Code"
+msgstr ""
+
+#: ../devhelp/src/dhp-object.c:444
+msgid "Go back one page"
+msgstr ""
+
+#: ../devhelp/src/dhp-object.c:445
+msgid "Go forward one page"
+msgstr ""
+
+#: ../devhelp/src/dhp-object.c:446
+msgid "Zoom in"
+msgstr ""
+
+#: ../devhelp/src/dhp-object.c:447
+msgid "Zoom out"
+msgstr ""
+
+#: ../devhelp/src/dhp-object.c:498
+msgid "Search"
+msgstr ""
+
+#: ../devhelp/src/dhp-object.c:1316
+#, c-format
+msgid "Search for '%s' Documentation in"
+msgstr ""
+
+#: ../devhelp/src/dhp-plugin.c:37
+msgid "Devhelp Plugin"
+msgstr ""
+
+#: ../devhelp/src/dhp-plugin.c:38
+msgid ""
+"Adds support for looking up documentation in Devhelp, manual pages, and "
+"Google Code Search in the integrated viewer."
+msgstr ""
+
+#: ../devhelp/src/dhp-plugin.c:132
+#, c-format
+msgid "Unable to create config dir at '%s'"
+msgstr ""
+
+#: ../devhelp/src/dhp-plugin.c:147
+#, c-format
+msgid "Unable to get default configuration: %s"
+msgstr ""
+
+#: ../devhelp/src/dhp-plugin.c:155
+#, c-format
+msgid "Unable to write default configuration: %s"
+msgstr ""
+
+#: ../devhelp/src/dhp-plugin.c:185
+msgid "Toggle sidebar contents tab"
+msgstr ""
+
+#: ../devhelp/src/dhp-plugin.c:187
+msgid "Toggle sidebar search tab"
+msgstr ""
+
+#: ../devhelp/src/dhp-plugin.c:189
+msgid "Toggle documentation tab"
+msgstr ""
+
+#: ../devhelp/src/dhp-plugin.c:191
+msgid "Activate all tabs"
+msgstr ""
+
+#: ../devhelp/src/dhp-plugin.c:193
+msgid "Search for current tag in Devhelp"
+msgstr ""
+
+#: ../devhelp/src/dhp-plugin.c:197
+msgid "Search for current tag in Manual Pages"
+msgstr ""
+
+#: ../devhelp/src/dhp-plugin.c:200
+msgid "Search for current tag in Google Code Search"
+msgstr ""
+
+#: ../geanycfp/src/geanycfp.c:86
+msgid "ConText Feature parity plugin"
+msgstr ""
+
+#: ../geanycfp/src/geanycfp.c:639 ../geanymacro/src/geanymacro.c:378
+#, c-format
+msgid ""
+"Unrecognised message\n"
+"%i %i %i"
+msgstr ""
+
+#: ../geanycfp/src/geanycfp.c:1109
+#: ../geanynumberedbookmarks/src/geanynumberedbookmarks.c:605
+#, c-format
+msgid ""
+"'%s' has been edited since it was last saved by geany. Marker positions may "
+"be unreliable and will not be loaded.\n"
+"Press Ignore to try an load markers anyway."
+msgstr ""
+
+#: ../geanycfp/src/geanycfp.c:1112
+#: ../geanynumberedbookmarks/src/geanynumberedbookmarks.c:608
+msgid "_Okay"
+msgstr ""
+
+#: ../geanycfp/src/geanycfp.c:1113
+#: ../geanynumberedbookmarks/src/geanynumberedbookmarks.c:609
+msgid "_Ignore"
+msgstr ""
+
+#: ../geanycfp/src/geanycfp.c:1299
+#: ../geanynumberedbookmarks/src/geanynumberedbookmarks.c:788
+msgid "remember fold state"
+msgstr ""
+
+#: ../geanycfp/src/geanycfp.c:1305
+#: ../geanynumberedbookmarks/src/geanynumberedbookmarks.c:794
+msgid "Center view when goto bookmark"
+msgstr ""
+
+#: ../geanycfp/src/geanycfp.c:1311 ../geanymacro/src/geanymacro.c:652
+msgid "Save Macros when close Geany"
+msgstr ""
+
+#: ../geanycfp/src/geanycfp.c:1317 ../geanymacro/src/geanymacro.c:658
+msgid "Ask before replaceing existing Macros"
+msgstr ""
+
+#. create dialog box
+#: ../geanycfp/src/geanycfp.c:1337
+msgid "ConTEXT feature parity help"
+msgstr ""
+
+#: ../geanycfp/src/geanycfp.c:1345
+msgid ""
+"This Plugin implements two useful features.\n"
+"\n"
+"Firstly it allows you to use 10 numbered bookmarks. Normaly if you had more "
+"than one bookmark, you would have to cycle through them until you reached "
+"the one you wanted. With this plugin you can go straight to the bookmark "
+"that you want with a single key combination. To set a numbered bookmark "
+"press Ctrl+Shift+a number from 0 to 9. You will see a marker apear next to "
+"the line number. If you press Ctrl+Shift+a number on a line that already has "
+"that bookmark number then it removes the bookmark, otherwise it will move "
+"the bookmark there if it was set on a different line, or create it if it had "
+"not already been set. Only the bookmark with the highest number on a line "
+"will be shown, but you can have more than one bookmark per line. This plugin "
+"does not interfer with regular bookmarks. When a file is saved, Geany will "
+"remember the numbered bookmarks and make sure that they are set the next "
+"time you open the file.\n"
+"\n"
+"Secondly this plugin alows you to record and use your own macros. These are "
+"sequences of actions that can then be repeated with a single key "
+"combination. So if you had dozens of lines where you wanted to delete the "
+"last 2 characters, you could simple start recording, press End, Backspace, "
+"Backspace, down line and then stop recording. Then simply trigger the macro "
+"and it would automaticaly edit the line and move to the next. Select Record "
+"Macro from the Tools menu and you will be prompted with a dialog box. You "
+"need to specify a key combination that isn't being used, and a name for the "
+"macro to help you identify it. Then press Record. What you do in the editor "
+"is then recorded until you select Stop Recording Macro from the Tools menu. "
+"Simply pressing the specified key combination will re-run the macro. To edit "
+"the macros you have select Edit Macro from the Tools menu. You can select a "
+"macro and delete it, or re-record it. You can also click on a macro's name "
+"and change it, or the key combination and re-define that asuming that it's "
+"not already in use.\n"
+"\n"
+"You can alter the default behaviur of this plugin by selecting Plugin "
+"Manager under the Tools menu, selecting this plugin, and cliking "
+"Preferences. You can change:\n"
+"Remember fold state - if this is set then this plugin will remember the "
+"state of any folds along with the numbered bookmarks and set them when the "
+"file is next loaded.\n"
+"Center view when goto bookmark - If this is set it will try to make sure "
+"that the numbered bookmark that you are going to is in the center of the "
+"screen, otherwise it will simply be on the screen somewhere.\n"
+"Save Macros when close Geany - If this is selected then Geany will save any "
+"recorded macros and reload them for use the next time you open Geany, if not "
+"they will be lost when Geany is closed.\n"
+"Ask before replaceing existing Macros - If this is selected then if you try "
+"recording a macro over an existing one it will check before over-writing it, "
+"giving you the option of trying a different name or key trigger combination, "
+"otherwise it will simply erase any existing macros with the same name, or "
+"the same key trigger combination."
+msgstr ""
+
+#: ../geanycfp/src/geanycfp.c:1629 ../geanymacro/src/geanymacro.c:867
+msgid "Record Macro"
+msgstr ""
+
+#. create buttons
+#: ../geanycfp/src/geanycfp.c:1632 ../geanymacro/src/geanymacro.c:870
+msgid "Record"
+msgstr ""
+
+#: ../geanycfp/src/geanycfp.c:1633 ../geanycfp/src/geanycfp.c:1950
+#: ../geanymacro/src/geanymacro.c:871 ../geanymacro/src/geanymacro.c:1189
+msgid "Cancel"
+msgstr ""
+
+#: ../geanycfp/src/geanycfp.c:1640 ../geanymacro/src/geanymacro.c:878
+msgid "Macro Trigger:"
+msgstr ""
+
+#: ../geanycfp/src/geanycfp.c:1654 ../geanymacro/src/geanymacro.c:892
+msgid "Macro Name:"
+msgstr ""
+
+#: ../geanycfp/src/geanycfp.c:1677 ../geanymacro/src/geanymacro.c:915
+msgid "You must define a key trigger combination"
+msgstr ""
+
+#: ../geanycfp/src/geanycfp.c:1691 ../geanymacro/src/geanymacro.c:929
+#, c-format
+msgid ""
+"Macro name \"%s\"\n"
+" is already in use.\n"
+"Replace?"
+msgstr ""
+
+#: ../geanycfp/src/geanycfp.c:1707 ../geanymacro/src/geanymacro.c:945
+#, c-format
+msgid ""
+"Macro trigger \"%s\"\n"
+" is already in use.\n"
+"Replace?"
+msgstr ""
+
+#: ../geanycfp/src/geanycfp.c:1887 ../geanymacro/src/geanymacro.c:1126
+msgid "Edit Macros"
+msgstr ""
+
+#: ../geanycfp/src/geanycfp.c:1919 ../geanymacro/src/geanymacro.c:1158
+msgid "Macro Name"
+msgstr ""
+
+#: ../geanycfp/src/geanycfp.c:1925 ../geanymacro/src/geanymacro.c:1164
+msgid "Key Trigger"
+msgstr ""
+
+#. add buttons
+#: ../geanycfp/src/geanycfp.c:1948 ../geanymacro/src/geanymacro.c:1187
+msgid "Re-Record"
+msgstr ""
+
+#: ../geanycfp/src/geanycfp.c:1949 ../geanymacro/src/geanymacro.c:1188
+#: ../treebrowser/src/treebrowser.c:1233
+msgid "Delete"
+msgstr ""
+
+#. add record macro menu entry
+#: ../geanycfp/src/geanycfp.c:2073 ../geanymacro/src/geanymacro.c:1313
+msgid "Record _Macro"
+msgstr ""
+
+#. add stop record macromenu entry
+#: ../geanycfp/src/geanycfp.c:2079 ../geanymacro/src/geanymacro.c:1319
+msgid "Stop Recording _Macro"
+msgstr ""
+
+#. add Edit Macro menu entry
+#: ../geanycfp/src/geanycfp.c:2085 ../geanymacro/src/geanymacro.c:1325
+msgid "_Edit Macros"
+msgstr ""
+
+#. All plugins must set name, description, version and author.
+#: ../geanydoc/src/geanydoc.c:50 ../geanydoc/src/geanydoc.c:347
+msgid "Doc"
+msgstr ""
+
+#: ../geanydoc/src/geanydoc.c:50
+msgid "Call documentation viewer on current symbol."
+msgstr ""
+
+#: ../geanydoc/src/geanydoc.c:170 ../geanyvc/src/geanyvc.c:405
+msgid "Could not parse the output of command"
+msgstr ""
+
+#: ../geanydoc/src/geanydoc.c:357
+msgid "Put output in buffer"
+msgstr ""
+
+#: ../geanydoc/src/geanydoc.c:369
+msgid "Command 0:"
+msgstr ""
+
+#: ../geanydoc/src/geanydoc.c:375
+msgid "Command 1:"
+msgstr ""
+
+#: ../geanydoc/src/geanydoc.c:393
+msgid "%w will be replaced with current word\n"
+msgstr ""
+
+#: ../geanydoc/src/geanydoc.c:440
+msgid "Document current word"
+msgstr ""
+
+#: ../geanydoc/src/geanydoc.c:441
+msgid "Document interactive"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-break.c:152
+#, c-format
+msgid "Added breakpoint #%s in %s() at %s:%s\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-break.c:157
+#, c-format
+msgid "Added breakpoint #%s at %s:%s\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-break.c:169
+#, c-format
+msgid "Added write watchpoint #%s for %s\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-break.c:178
+#, c-format
+msgid "Added read/write watchpoint #%s for %s\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-break.c:189
+#, c-format
+msgid "Added read watchpoint #%s for %s\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-break.c:236
+msgid "Watch/breakpoint deleted.\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-break.c:260
+msgid "Failed to toggle breakpoint -\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-break.c:278
+msgid "Watch/breakpoint toggled.\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-break.c:292
+msgid "Watch/breakpoint modified.\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-envir.c:132
+msgid "Failed to retrieve source search path setting from GDB."
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-envir.c:153
+msgid "Failed to retrieve executable search path setting from GDB."
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-envir.c:175
+msgid "Failed to retrieve working directory setting from GDB."
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-frame.c:500
+msgid "Field list too long, not all items can be displayed.\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-read.c:240
+msgid "Error starting target process!\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-read.c:285
+msgid ""
+"This executable does not appear to contain the required debugging "
+"information."
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-read.c:547
+#, c-format
+msgid "Program received signal %s (%s) at %s in function %s() at %s:%s"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-read.c:598
+#, c-format
+msgid "Watchpoint #%s out of scope"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-read.c:607
+#, c-format
+msgid "Program exited on signal %s (%s).\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-read.c:609
+msgid "Unknown signal"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-read.c:626
+#, c-format
+msgid "Program exited with code %d [%s]\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-read.c:627
+msgid "(unknown)"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-read.c:633
+msgid "Program exited normally.\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-run.c:286
+msgid "tty temporary directory not specified!\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-run.c:291
+msgid "tty temporary directory not found!\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-run.c:310
+msgid "tty helper program not specified!\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-run.c:317
+msgid "tty helper program not found!\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-run.c:370
+#, c-format
+msgid "Attaching to terminal %s\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-run.c:385
+msgid "Timeout waiting for TTY name.\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-run.c:434
+#, c-format
+msgid "GDB exited (pid=%d)\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-run.c:536
+#, c-format
+msgid "Target process exited. (pid=%d; %s%s)\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-run.c:538
+msgid "code="
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-run.c:538
+msgid "reason:"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-run.c:604 ../geanygdb/src/gdb-io-run.c:669
+#, c-format
+msgid "Directory %s not found!\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-run.c:609
+msgid "Shutting down target program.\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-run.c:616
+msgid "Killing target program.\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-run.c:624
+msgid "Timeout waiting for target process.\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-run.c:627
+msgid "Using a bigger hammer!\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-run.c:641
+msgid "Waiting for target process to exit.\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-run.c:677
+#, c-format
+msgid "Killing GDB (pid=%d)\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-run.c:691
+msgid "Timeout trying to kill GDB.\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-run.c:701
+msgid "Shutting down GDB\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-run.c:714
+msgid "Waiting for GDB to exit.\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-run.c:722
+msgid "Timeout waiting for GDB to exit.\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-run.c:792
+#, c-format
+msgid "Starting gdb (pid=%d)\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-io-run.c:854
+#, c-format
+msgid "Started target process. (pid=%d)\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-break.c:119
+#, c-format
+msgid "No %s selected"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-break.c:119
+msgid "watchpoint"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-break.c:119
+msgid "breakpoint"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-break.c:125
+msgid "Delete selected watchpoint?"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-break.c:125
+msgid "Delete selected breakpoint?"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-break.c:153
+msgid "Edit watchpoint"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-break.c:153
+msgid "Edit breakpoint"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-break.c:169
+msgid "Break after "
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-break.c:176
+msgid " times."
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-break.c:181
+msgid "Break when "
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-break.c:188
+msgid " is true."
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-break.c:253
+msgid "Add watchpoint"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-break.c:253
+msgid "Add breakpoint"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-break.c:504
+msgid "Watchpoints"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-envir.c:94
+msgid "Environment settings"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-envir.c:116
+msgid ""
+"\n"
+" Command-line arguments passed to target program:"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-envir.c:117
+msgid ""
+"\n"
+" Search path for source files:"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-envir.c:118
+msgid ""
+"\n"
+" Working directory for target program:"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-envir.c:119
+msgid ""
+"\n"
+" Search path for executables:"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-envir.c:162 ../geanylua/gsdlg.c:226
+msgid "Select Font"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-envir.c:184 ../geanyprj/src/menu.c:412
+#: ../geanyprj/src/sidebar.c:214
+msgid "Preferences"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-envir.c:200
+msgid "Keep debug window on top."
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-envir.c:202
+msgid "Show tooltips."
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-envir.c:203
+msgid "Show icons."
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-envir.c:208
+msgid "Font for source code listings:"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-envir.c:220
+msgid "Terminal program:"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-frame.c:137
+msgid "_Examine"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-frame.c:287
+msgid "Object info"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-frame.c:294
+msgid "Elements"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-frame.c:294
+msgid "Fields"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-frame.c:302
+msgid "Return to previous dialog."
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-frame.c:307 ../geanygdb/src/gdb-ui-frame.c:381
+msgid "Display additional information about the selected item."
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-frame.c:354
+msgid "Frame info"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-frame.c:357
+#, c-format
+msgid ""
+"\n"
+"Frame #%s in %s() at %s:%s\n"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-frame.c:367
+msgid "Function arguments"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-frame.c:371
+msgid "Local variables"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-frame.c:376
+msgid "Return to stack list dialog."
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-frame.c:588
+msgid "Stack trace"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-frame.c:605
+msgid "Display additional information about the selected frame."
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-locn.c:63
+msgid "Clea_r"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-locn.c:78
+msgid "Filename: "
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-locn.c:91
+msgid "Variable to watch:"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-locn.c:92
+msgid "Line number or function name: "
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-locn.c:133
+msgid "Access trigger:"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-main.c:176
+msgid "(no program)"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-main.c:190
+msgid "loaded"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-main.c:195
+msgid "starting"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-main.c:202
+msgid "running"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-main.c:223
+msgid "stopped"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-main.c:237
+msgid "terminated"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-main.c:274
+msgid "paused"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-main.c:283
+msgid "Program received signal:"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-main.c:352
+msgid "Error:"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-main.c:528
+msgid "Select executable to debug"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-main.c:560
+msgid "Debugging of object files is not supported."
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-main.c:602
+msgid "You don't have permission to execute this file."
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-main.c:608
+msgid "Debugging of shared libraries is not supported."
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-main.c:613
+msgid "Debugging of core files id not supported."
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-main.c:618
+msgid "Target file must be ELF 32-bit x86 executable."
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-main.c:624
+msgid "You don't have permission to read this file."
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-main.c:741
+msgid "Run to location"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-main.c:920
+msgid "no program"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-main.c:975
+msgid "Run in terminal"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-main.c:977
+msgid "Execute target program inside a terminal window."
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-main.c:980
+msgid "Ignore SIGPIPE"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-main.c:982
+msgid ""
+"Don't pause execution when target gets a SIGPIPE signal.\n"
+"(Useful for certain networking applications.)"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-main.c:989
+msgid "Console:"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-main.c:990
+msgid "Send a GDB command directly to the debugger."
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-main.c:1046
+msgid "_Quit"
+msgstr ""
+
+#: ../geanygdb/src/gdb-ui-main.c:1046
+msgid "Exit everything"
+msgstr ""
+
+#: ../geanygdb/src/geanygdb.c:41
+msgid "GeanyGDB"
+msgstr ""
+
+#: ../geanygdb/src/geanygdb.c:41
+msgid "Integrated debugging with GDB."
+msgstr ""
+
+#: ../geanygdb/src/geanygdb.c:334
+#, c-format
+msgid "Plugin configuration directory (%s) could not be created."
+msgstr ""
+
+#: ../geanygdb/src/geanygdb.c:351
+msgid "geanygdb: ttyhelper program not found."
+msgstr ""
+
+#: ../geanygdb/src/geanygdb.c:382
+msgid "Debu_g"
+msgstr ""
+
+#: ../geanyextrasel/src/extrasel.c:34
+msgid "Extra Selection"
+msgstr ""
+
+#: ../geanyextrasel/src/extrasel.c:34
+msgid "Column mode, select to line / brace / anchor."
+msgstr ""
+
+#: ../geanyextrasel/src/extrasel.c:485
+msgid "E_xtra Selection"
+msgstr ""
+
+#: ../geanyextrasel/src/extrasel.c:493
+msgid "_Column Mode"
+msgstr ""
+
+#: ../geanyextrasel/src/extrasel.c:498
+msgid "Column mode"
+msgstr ""
+
+#: ../geanyextrasel/src/extrasel.c:500
+msgid "Select to _Line"
+msgstr ""
+
+#: ../geanyextrasel/src/extrasel.c:504
+msgid "Select to line"
+msgstr ""
+
+#: ../geanyextrasel/src/extrasel.c:506
+msgid "Select to Matching _Brace"
+msgstr ""
+
+#: ../geanyextrasel/src/extrasel.c:510
+msgid "Select to matching brace"
+msgstr ""
+
+#: ../geanyextrasel/src/extrasel.c:514
+msgid "_Set Anchor"
+msgstr ""
+
+#: ../geanyextrasel/src/extrasel.c:518
+msgid "Set anchor"
+msgstr ""
+
+#: ../geanyextrasel/src/extrasel.c:520
+msgid "Select to _Anchor"
+msgstr ""
+
+#: ../geanyextrasel/src/extrasel.c:524
+msgid "Select to anchor"
+msgstr ""
+
+#: ../geanyextrasel/src/extrasel.c:526
+msgid "_Rectangle Select to Anchor"
+msgstr ""
+
+#: ../geanyextrasel/src/extrasel.c:531
+msgid "Rectangle select to anchor"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-file-type-loader.c:117
+msgid "boolean value"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-file-type-loader.c:130
+#, c-format
+msgid "invalid boolean value \"%s\""
+msgstr ""
+
+#: ../geanygendoc/src/ggd-file-type-loader.c:157
+#, c-format
+msgid "invalid template: %s"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-file-type-loader.c:178
+msgid "position name"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-file-type-loader.c:185
+#, c-format
+msgid "invalid position \"%s\""
+msgstr ""
+
+#: ../geanygendoc/src/ggd-file-type-loader.c:204
+msgid "policy name"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-file-type-loader.c:211
+#, c-format
+msgid "invalid policy \"%s\""
+msgstr ""
+
+#: ../geanygendoc/src/ggd-file-type-loader.c:230
+msgid "merge policy"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-file-type-loader.c:237
+#, c-format
+msgid "invalid merge policy \"%s\""
+msgstr ""
+
+#: ../geanygendoc/src/ggd-file-type-loader.c:259
+msgid "type"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-file-type-loader.c:266
+#, c-format
+msgid "invalid type \"%s\""
+msgstr ""
+
+#: ../geanygendoc/src/ggd-file-type-loader.c:328
+#: ../geanygendoc/src/ggd-file-type-loader.c:779
+#, c-format
+msgid "invalid setting name \"%s\""
+msgstr ""
+
+#: ../geanygendoc/src/ggd-file-type-loader.c:349
+#: ../geanygendoc/src/ggd-file-type-loader.c:360
+#: ../geanygendoc/src/ggd-file-type-loader.c:385
+msgid "setting identifier"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-file-type-loader.c:431
+#, c-format
+msgid "Unknown type \"%s\", is it a typo?"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-file-type-loader.c:446
+#: ../geanygendoc/src/ggd-file-type-loader.c:490
+#: ../geanygendoc/src/ggd-file-type-loader.c:502
+#: ../geanygendoc/src/ggd-file-type-loader.c:540
+msgid "match identifier"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-file-type-loader.c:454
+#, c-format
+msgid "match identifier is empty"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-file-type-loader.c:472
+msgid "documentation type identifier"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-file-type-loader.c:576
+#: ../geanygendoc/src/ggd-file-type-loader.c:588
+#: ../geanygendoc/src/ggd-file-type-loader.c:610
+msgid "documentation type"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-file-type-loader.c:645
+#, c-format
+msgid "invalid regular expression: %s"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-file-type-loader.c:702
+#, c-format
+msgid "invalid environment description: %s"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-file-type-loader.c:739
+#: ../geanygendoc/src/ggd-file-type-loader.c:750
+#: ../geanygendoc/src/ggd-file-type-loader.c:789
+msgid "setting"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-file-type-loader.c:817
+msgid "section name"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-file-type-loader.c:828
+#, c-format
+msgid "duplicated section \"%s\""
+msgstr ""
+
+#: ../geanygendoc/src/ggd-file-type-loader.c:837
+#, c-format
+msgid "invalid section name \"%s\""
+msgstr ""
+
+#: ../geanygendoc/src/ggd-file-type-loader.c:850
+#: ../geanygendoc/src/ggd-file-type-loader.c:902
+#, c-format
+msgid "input is empty"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-file-type-loader.c:864
+#, c-format
+msgid "Parser warning: %s:%u:%u: %s"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-file-type-loader.c:867
+#, c-format
+msgid "Parser error: %s:%u:%u: %s"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-file-type-loader.c:871
+#, c-format
+msgid "%s:%u:%u: %s"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-tag-utils.c:370
+msgid "Invalid tag"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-file-type-manager.c:181
+#, c-format
+msgid "File type configuration file for language \"%s\" not found: %s"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-file-type-manager.c:191
+#, c-format
+msgid "Failed to load file type \"%s\" from file \"%s\": %s"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-plugin.c:57
+msgid "Documentation Generator"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-plugin.c:58
+msgid "Generates documentation basis from source code"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-plugin.c:224
+#, c-format
+msgid "Failed to load configuration: %s"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-plugin.c:245
+#, c-format
+msgid "Failed to save configuration: %s"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-plugin.c:318
+#, c-format
+msgid "Failed to find configuration file for file type \"%s\": %s"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-plugin.c:330
+msgid ""
+"# Configuration for this file type doesn't exist yet.\n"
+"# To create it, just write it in this file and save it. For the description\n"
+"# of the syntax of this file, please refer to the manual.\n"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-plugin.c:342
+#, c-format
+msgid "Failed to load file \"%s\": %s"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-plugin.c:415 ../geanygendoc/src/ggd-plugin.c:426
+msgid "Insert Documentation Comment"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-plugin.c:480
+msgid "_Document Current Symbol"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-plugin.c:481
+msgid "Generate documentation for the current symbol"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-plugin.c:487
+msgid "Document _All Symbols"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-plugin.c:488
+msgid "Generate documentation for all symbols in the current document"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-plugin.c:498
+msgid "_Reload Configuration Files"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-plugin.c:499
+msgid "Force reloading of the configuration files"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-plugin.c:504
+msgid "_Edit Current Language Configuration"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-plugin.c:505
+msgid "Open the current language configuration file for editing"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-plugin.c:515
+msgid "Open _Manual"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-plugin.c:516
+msgid "Open the manual in a browser"
+msgstr ""
+
+#. build tools menu item
+#: ../geanygendoc/src/ggd-plugin.c:520
+msgid "_Documentation Generator"
+msgstr ""
+
+#. General
+#: ../geanygendoc/src/ggd-plugin.c:619
+msgid "General"
+msgstr ""
+
+#. auto-save
+#: ../geanygendoc/src/ggd-plugin.c:624
+msgid "_Save file before generating documentation"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-plugin.c:627
+msgid ""
+"Whether the current document should be saved to disc before generating the "
+"documentation. This is a technical detail, but it is currently needed to "
+"have an up-to-date tag list. If you disable this option and ask for "
+"documentation generation on a modified document, the behavior may be "
+"surprising since the comment will be generated for the last saved state of "
+"this document and not the current one."
+msgstr ""
+
+#. indent
+#: ../geanygendoc/src/ggd-plugin.c:637
+msgid "_Indent inserted documentation"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-plugin.c:639
+msgid ""
+"Whether the inserted documentation should be indented to fit the indentation "
+"at the insertion position."
+msgstr ""
+
+#. Documentation type
+#: ../geanygendoc/src/ggd-plugin.c:646
+#: ../geanygendoc/src/ggd-widget-doctype-selector.c:144
+msgid "Documentation type"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-plugin.c:656
+msgid ""
+"Choose the documentation type to use with each file type. The special "
+"language \"All\" on top of the list is used to choose the default "
+"documentation type, used for all languages that haven't one set."
+msgstr ""
+
+#. Environ editor
+#: ../geanygendoc/src/ggd-plugin.c:662
+msgid "Global environment"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-plugin.c:664
+msgid ""
+"Global environment overrides and additions. This environment will be merged "
+"with the file-type-specific ones."
+msgstr ""
+
+#: ../geanygendoc/src/ggd-utils.c:184 ../geanygendoc/src/ggd-utils.c:195
+#, c-format
+msgid "File \"%s\" exists but is not a regular file"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-utils.c:204
+#, c-format
+msgid "%s: no such file or directory"
+msgstr ""
+
+#: ../geanygendoc/src/ggd.c:85
+#, c-format
+msgid "Failed to resize memory output stream"
+msgstr ""
+
+#: ../geanygendoc/src/ggd.c:114
+#, c-format
+msgid ""
+"Argument parsing regular expression did not match (argument list was: \"%s\")"
+msgstr ""
+
+#: ../geanygendoc/src/ggd.c:248
+#, c-format
+msgid "Failed to add global environment, skipping: %s"
+msgstr ""
+
+#: ../geanygendoc/src/ggd.c:254
+#, c-format
+msgid "Failed to build comment: %s"
+msgstr ""
+
+#: ../geanygendoc/src/ggd.c:432
+#, c-format
+msgid "Documentation type \"%s\" does not exist for language \"%s\"."
+msgstr ""
+
+#: ../geanygendoc/src/ggd.c:487
+#, c-format
+msgid "No setting applies to symbol \"%s\" of type \"%s\" at line %lu."
+msgstr ""
+
+#: ../geanygendoc/src/ggd.c:533
+#, c-format
+msgid "No valid tag at line %d."
+msgstr ""
+
+#: ../geanygendoc/src/ggd.c:582
+msgid "No tags in the document"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-options.c:326
+msgid "Unknown option"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-options.c:335
+msgid ""
+"Invalid option or proxy: either the proxy's property or the option type is "
+"incompatible."
+msgstr ""
+
+#: ../geanygendoc/src/ggd-options.c:512
+#, c-format
+msgid "Unknown value type for keyfile entry %s::%s"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-options.c:516
+#, c-format
+msgid "Error retrieving keyfile entry %s::%s: %s"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-widget-doctype-selector.c:135
+msgid "Language"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-widget-doctype-selector.c:155
+msgid "_Change associated documentation type"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-widget-doctype-selector.c:163
+msgid "_Disassociate documentation type"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-widget-doctype-selector.c:194
+msgid "All"
+msgstr ""
+
+#: ../geanygendoc/src/ggd-widget-doctype-selector.c:195
+msgid "Default documentation type for languages that does not have one set"
+msgstr ""
+
+#: ../geanyinsertnum/src/insertnum.c:37 ../geanyinsertnum/src/insertnum.c:329
+#: ../geanyinsertnum/src/insertnum.c:461
+msgid "Insert Numbers"
+msgstr ""
+
+#: ../geanyinsertnum/src/insertnum.c:37
+msgid "Insert/Fill columns with numbers."
+msgstr ""
+
+#: ../geanyinsertnum/src/insertnum.c:140
+msgid "Counting..."
+msgstr ""
+
+#: ../geanyinsertnum/src/insertnum.c:188
+msgid "Preparing..."
+msgstr ""
+
+#: ../geanyinsertnum/src/insertnum.c:194
+msgid "Inserting..."
+msgstr ""
+
+#: ../geanyinsertnum/src/insertnum.c:318
+msgid "For base 11 and above"
+msgstr ""
+
+#: ../geanyinsertnum/src/insertnum.c:341
+msgid "_Start:"
+msgstr ""
+
+#: ../geanyinsertnum/src/insertnum.c:346
+msgid "S_tep:"
+msgstr ""
+
+#: ../geanyinsertnum/src/insertnum.c:352
+msgid "_Base:"
+msgstr ""
+
+#: ../geanyinsertnum/src/insertnum.c:363
+msgid "Letters:"
+msgstr ""
+
+#: ../geanyinsertnum/src/insertnum.c:366
+msgid "_Upper"
+msgstr ""
+
+#: ../geanyinsertnum/src/insertnum.c:371
+msgid "_Lower"
+msgstr ""
+
+#: ../geanyinsertnum/src/insertnum.c:376
+msgid "Base _prefix"
+msgstr ""
+
+#: ../geanyinsertnum/src/insertnum.c:378
+msgid "0 for octal, 0x for hex, + for positive decimal"
+msgstr ""
+
+#: ../geanyinsertnum/src/insertnum.c:380
+msgid "Padding:"
+msgstr ""
+
+#: ../geanyinsertnum/src/insertnum.c:382
+msgid "Sp_ace"
+msgstr ""
+
+#: ../geanyinsertnum/src/insertnum.c:385
+msgid "_Zero"
+msgstr ""
+
+#: ../geanyinsertnum/src/insertnum.c:454
+msgid "Insert _Numbers"
+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:195
+msgid "Insert Environment"
+msgstr ""
+
+#: ../geanylatex/src/latexenvironments.c:209
+msgid "Environment:"
+msgstr ""
+
+#: ../geanylatex/src/latexutils.c:88
+#, c-format
+msgid ""
+"Could not determine where to insert package: %s\n"
+"Please try insert package manually"
+msgstr ""
+
+#: ../geanylatex/src/latexutils.c:90
+#, c-format
+msgid "Could not determine where to insert package: %s"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:27
+msgid "Article (@Article)"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:28
+msgid "Book (@Book)"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:29
+msgid "Booklet (@Booklet)"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:30
+msgid "Conference (@Conference)"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:31
+msgid "Inbook (@Inbook)"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:32
+msgid "Incollection (@Incollection)"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:33
+msgid "Inproceedings (@Inproceedings)"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:34
+msgid "Manual (@Manual)"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:35
+msgid "Mastersthesis (@Mastersthesis)"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:36
+msgid "Misc (@Misc)"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:37
+msgid "PhdThesis (@PhdThesis)"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:38
+msgid "Proceedings (@Proceedings)"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:39
+msgid "Techreport (@Techreport)"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:40
+msgid "Unpublished (@Unpublished)"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:47
+msgid "Annote"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:48
+msgid "Author"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:49
+msgid "Booktitle"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:50
+msgid "Chapter"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:51
+msgid "Crossref"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:52
+msgid "Edition"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:53
+msgid "Editor"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:54
+msgid "E-print"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:55
+msgid "HowPublished"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:56
+msgid "Institution"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:57
+msgid "Journal"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:58
+msgid "Key"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:59
+msgid "Month"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:60
+msgid "Note"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:61
+msgid "Number"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:62
+msgid "Organization"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:63
+msgid "Pages"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:64
+msgid "Publisher"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:65
+msgid "School"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:66
+msgid "Series"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:67
+msgid "Title"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:69
+msgid "URL"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:70
+msgid "Volume"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:71
+msgid "Year"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:103
+msgid "Address of publisher"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:104
+msgid "Annotation for annotated bibliography styles"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:105
+msgid "Name(s) of the author(s), separated by 'and' if more than one"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:106
+msgid "Title of the book, if only part of it is being cited"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:107
+msgid "Chapter number"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:108
+msgid "Citation key of the cross-referenced entry"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:109
+msgid "Edition of the book (such as \"first\" or \"second\")"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:110
+msgid "Name(s) of the editor(s), separated by 'and' if more than one"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:111
+msgid "Specification of electronic publication"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:112
+msgid "Publishing method if the method is nonstandard"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:113
+msgid "Institution that was involved in the publishing"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:114
+msgid "Journal or magazine in which the work was published"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:115
+msgid ""
+"Hidden field used for specifying or overriding the alphabetical order of "
+"entries"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:116
+msgid "Month of publication or creation if unpublished"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:117
+msgid "Miscellaneous extra information"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:118
+msgid "Number of journal, magazine, or tech-report"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:119
+msgid "Sponsor of the conference"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:120
+msgid "Page numbers separated by commas or double-hyphens"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:121
+msgid "Name of publisher"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:122
+msgid "School where thesis was written"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:123
+msgid "Series of books in which the book was published"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:124
+msgid "Title of the work"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:125
+msgid "Type of technical report"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:126
+msgid "Internet address"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:127
+msgid "Number of the volume"
+msgstr ""
+
+#: ../geanylatex/src/bibtexlabels.c:128
+msgid "Year of publication or creation if unpublished"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:41
+msgid "GeanyLaTeX"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:42
+msgid "Plugin to provide better LaTeX support"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:114
+msgid "Runs LaTeX wizard"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:115
+msgid "Marks selected text as italic"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:116
+msgid "Marks selected text as bold"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:117
+msgid "Underlines selected text"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:118 ../geanylatex/src/formatpatterns.c:45
+msgid "Centered"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:119 ../geanylatex/src/formatpatterns.c:46
+msgid "Left side oriented"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:120 ../geanylatex/src/formatpatterns.c:47
+msgid "Right side oriented"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:291
+msgid "Use KOMA script by default"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:293
+msgid "Show extra plugin toolbar"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:295
+msgid "Capitalize sentence on typing"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:297
+msgid "Add a wizard icon to Geany's main toolbar"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:301
+msgid "Don't care about this inside plugin"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:303
+msgid "Always perform autocompletion on LaTeX"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:315
+msgid "Modus of autocompletion"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:801
+msgid "Insert Label"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:803
+msgid "Label name:"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:825
+msgid "Insert Command"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:827
+msgid "Command name:"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:871
+msgid "Insert Reference"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:884
+msgid "Reference name:"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:909
+msgid "_Standard Reference"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:914
+msgid "_Page Reference"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:919
+msgid "_Add both"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1116
+msgid "More"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1172
+msgid "Add additional package"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1185
+msgid "Package name:"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1188
+msgid "Package options:"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1236
+msgid "Insert BibTeX Reference"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1249
+msgid "BibTeX reference name:"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1673
+msgid "Dear Sir or Madame"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1674
+msgid "With kind regards"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1682
+msgid "No template assigned. Aborting"
+msgstr ""
+
+#. Building the wizard-dialog and showing it
+#: ../geanylatex/src/geanylatex.c:1709
+msgid "LaTeX-Wizard"
+msgstr ""
+
+#. Templates
+#. *  Adds custom templates if there are any. If there are none just
+#. *  adds default one
+#: ../geanylatex/src/geanylatex.c:1724
+msgid "Template:"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1728
+msgid "Set the template which should be used for creating the new document"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1737
+msgid "Default"
+msgstr ""
+
+#. Documentclass
+#: ../geanylatex/src/geanylatex.c:1748
+msgid "Documentclass:"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1751
+msgid "Choose the kind of document you want to write"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1753
+msgid "Book"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1755
+msgid "Article"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1757
+msgid "Report"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1759
+msgid "Letter"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1761
+msgid "Presentation"
+msgstr ""
+
+#. Encoding
+#: ../geanylatex/src/geanylatex.c:1771
+msgid "Encoding:"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1775
+msgid "Set the encoding for your new document"
+msgstr ""
+
+#. fontsize
+#: ../geanylatex/src/geanylatex.c:1791
+msgid "Font size:"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1797
+msgid "Set the default font size of your new document"
+msgstr ""
+
+#. Author
+#: ../geanylatex/src/geanylatex.c:1809
+msgid "Author:"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1812
+msgid ""
+"Sets the value of the \\author command. In most cases this should be your "
+"name"
+msgstr ""
+
+#. Date
+#: ../geanylatex/src/geanylatex.c:1826
+msgid "Date:"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1829
+msgid ""
+"Sets the value of the \\date command inside header of your new created LaTeX-"
+"document. Keeping it at \\today is a good decision if you don't need any "
+"fixed date."
+msgstr ""
+
+#. Title of the new document
+#: ../geanylatex/src/geanylatex.c:1841
+msgid "Title:"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1844
+msgid "Sets the title of your new document."
+msgstr ""
+
+#. Papersize
+#: ../geanylatex/src/geanylatex.c:1853
+msgid "Paper size:"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1856
+msgid "Choose the paper format for the newly created document"
+msgstr ""
+
+#. Paper direction
+#: ../geanylatex/src/geanylatex.c:1869
+msgid "Paper Orientation:"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1872
+msgid "Choose the paper orientation for the newly created document"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1893
+msgid "Use KOMA-script classes if possible"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1895
+msgid ""
+"Uses the KOMA-script classes by Markus Kohm.\n"
+"Keep in mind: To compile your document these classes have to be installed "
+"before."
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1902
+msgid "Use draft mode"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1904
+msgid ""
+"Set the draft flag inside new created documents to get documents with a "
+"number of debugging helpers"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1921
+msgid "Run LaTeX-Wizard"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1923
+msgid "Insert \\label"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1925
+msgid "Insert \\ref"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1927
+msgid "Insert linebreak \\\\ "
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1930
+msgid "Insert command"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1932
+msgid "Turn input replacement on/off"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1936
+msgid "Replace special characters"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1939
+msgid "Run insert environment dialog"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1941
+msgid "Insert \\item"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1943
+msgid "Format selection in bold font face"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1945
+msgid "Format selection in italic font face"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1947
+msgid "Format selection in typewriter font face"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1949
+msgid "Format selection centered"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1951
+msgid "Format selection left-aligned"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1953
+msgid "Format selection right-aligned"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1956
+msgid "Insert description list"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1959
+msgid "Insert itemize list"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1962
+msgid "Insert enumerate list"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1965
+msgid "Set selection one level up"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1968
+msgid "Set selection one level down"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1971
+msgid "Insert \\usepackage{}"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1974
+msgid "Insert BibTeX reference dialog"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:1981
+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:2017
+msgid ""
+"glatex_set_autocompletion_contextsize has been initialized with an invalid "
+"value. Default value taken. Please check your configuration file"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:2039 ../geanylatex/src/geanylatex.c:2046
+msgid "page \\pageref{{{reference}}}"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:2043 ../geanylatex/src/geanylatex.c:2050
+msgid "\\ref{{{reference}}}, page \\pageref{{{reference}}}"
+msgstr ""
+
+#. Then we build up the menu and finally add it
+#: ../geanylatex/src/geanylatex.c:2095
+msgid "_LaTeX"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:2102 ../geanylatex/src/geanylatex.c:2293
+msgid "LaTeX-_Wizard"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:2105 ../geanylatex/src/geanylatex.c:2296
+msgid "Starts a Wizard to easily create LaTeX-documents"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:2110
+msgid "I_nsert Special Character"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:2112
+msgid "Helps to use some not very common letters and signs"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:2122
+msgid "Insert _Reference"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:2124
+msgid "Inserting references to the document"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:2129
+msgid "Insert _Label"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:2131
+msgid "Helps at inserting labels to a document"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:2137
+msgid "Insert _Environment"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:2139
+msgid "Helps at inserting an environment a document"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:2145
+msgid "Insert P_ackage"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:2147
+msgid "A small dialog to insert \\usepackage{} into header of current file"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:2153
+msgid "Insert B_ibTeX reference"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:2155
+msgid "Helps to insert a reference out of BibTeX files"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:2160
+msgid "_BibTeX entries"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:2176
+msgid "_Format"
+msgstr ""
+
+#. Add font size menu
+#: ../geanylatex/src/geanylatex.c:2193
+msgid "F_ont size"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:2211
+msgid "_Special Character Replacement"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:2219
+msgid "Bulk _Replace Special Characters"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:2221
+msgid "_Replace selected special characters with TeX substitutes"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:2229
+msgid "Toggle _Special Character Replacement"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:2240
+msgid "Insert _Command"
+msgstr ""
+
+#: ../geanylatex/src/geanylatex.c:2242
+msgid "Inserting costumized command to document"
+msgstr ""
+
+#: ../geanylatex/src/letters.c:39
+msgid "Greek letters"
+msgstr ""
+
+#: ../geanylatex/src/letters.c:40
+msgid "German umlauts"
+msgstr ""
+
+#: ../geanylatex/src/letters.c:41
+msgid "Misc"
+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/formatpatterns.c:38
+msgid "Italic"
+msgstr ""
+
+#: ../geanylatex/src/formatpatterns.c:39
+msgid "Bold"
+msgstr ""
+
+#: ../geanylatex/src/formatpatterns.c:40
+msgid "Underline"
+msgstr ""
+
+#: ../geanylatex/src/formatpatterns.c:41
+msgid "Typewriter"
+msgstr ""
+
+#: ../geanylatex/src/formatpatterns.c:42
+msgid "Small Caps"
+msgstr ""
+
+#: ../geanylatex/src/formatpatterns.c:43
+msgid "Slanted"
+msgstr ""
+
+#: ../geanylatex/src/formatpatterns.c:44
+msgid "Emphasis"
+msgstr ""
+
+#: ../geanylatex/src/formatpatterns.c:64
+msgid "tiny"
+msgstr ""
+
+#: ../geanylatex/src/formatpatterns.c:65
+msgid "scriptsize"
+msgstr ""
+
+#: ../geanylatex/src/formatpatterns.c:66
+msgid "footnotesize"
+msgstr ""
+
+#: ../geanylatex/src/formatpatterns.c:67
+msgid "small"
+msgstr ""
+
+#: ../geanylatex/src/formatpatterns.c:68
+msgid "normalsize"
+msgstr ""
+
+#: ../geanylatex/src/formatpatterns.c:69
+msgid "large"
+msgstr ""
+
+#: ../geanylatex/src/formatpatterns.c:70
+msgid "Large"
+msgstr ""
+
+#: ../geanylatex/src/formatpatterns.c:71
+msgid "LARGE"
+msgstr ""
+
+#: ../geanylatex/src/formatpatterns.c:72
+msgid "huge"
+msgstr ""
+
+#: ../geanylatex/src/formatpatterns.c:73
+msgid "Huge"
+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
+msgid "Don't set any encoding"
+msgstr ""
+
+#: ../geanylipsum/src/geanylipsum.c:41
+msgid "GeanyLipsum"
+msgstr ""
+
+#: ../geanylipsum/src/geanylipsum.c:42
+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:164
+msgid "_Lipsum"
+msgstr ""
+
+#: ../geanylipsum/src/geanylipsum.c:166
+msgid "Include Pseudotext to your code"
+msgstr ""
+
+#: ../geanylipsum/src/geanylipsum.c:180
+msgid "Insert Lipsum text"
+msgstr ""
+
+#: ../geanylua/glspi.h:100 ../geanylua/gsdlg_lua.c:95
+#: ../geanylua/glspi_kfile.c:54
+#, c-format
+msgid ""
+"Error in module \"%s\" at function %s():\n"
+" expected type \"%s\" for argument #%d\n"
+msgstr ""
+
+#: ../geanylua/glspi.h:114
+#, c-format
+msgid ""
+"Error in module \"%s\" at function %s():\n"
+" expected type \"%s\" or \"%s\" for argument #%d\n"
+msgstr ""
+
+#: ../geanylua/glspi.h:128 ../geanylua/gsdlg_lua.c:108
+#, 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 ""
+
+#.
+#. * 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_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 ""
+
+#: ../geanylua/glspi_init.c:390
+msgid "_Lua Scripts"
+msgstr ""
+
+#: ../geanylua/glspi_init.c:437
+#, c-format
+msgid "     ==>> %s: Building menu from '%s'\n"
+msgstr ""
+
+#: ../geanylua/glspi_init.c:536
+msgid "Nothing to configure!"
+msgstr ""
+
+#: ../geanylua/glspi_init.c:538
+#, c-format
+msgid ""
+"You can create the script:\n"
+"\n"
+"\"%s\"\n"
+"\n"
+"to add your own custom configuration dialog."
+msgstr ""
+
+#: ../geanylua/gsdlg.c:103 ../geanylua/glspi_dlg.c:422
+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/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:397
+#, 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/glspi_dlg.c:338
+msgid "File exists"
+msgstr ""
+
+#: ../geanylua/glspi_dlg.c:338
+msgid "Do you want to overwrite it?"
+msgstr ""
+
+#: ../geanylua/glspi_dlg.c:339
+msgid "confirm"
+msgstr ""
+
+#: ../geanylua/glspi_dlg.c:412
+msgid "Save file"
+msgstr ""
+
+#: ../geanylua/glspi_dlg.c:438
+#, 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:488
+#, c-format
+msgid ""
+"Error in module \"%s\" at function %s():\n"
+"expected string \"open\" or \"save\" for argument #1.\n"
+msgstr ""
+
+#: ../geanylua/geanylua.c:163
+#, c-format
+msgid "%s: Can't load support library %s!\n"
+msgstr ""
+
+#: ../geanylua/geanylua.c:175
+#, c-format
+msgid "%s: Failed to initialize support library %s!\n"
+msgstr ""
+
+#: ../geanylua/geanylua.c:180
+#, c-format
+msgid "%s: Support library version mismatch: %s for %s (should be %s)!\n"
+msgstr ""
+
+#: ../geanylua/geanylua.c:186
+#, c-format
+msgid "%s: Support library ABI mismatch: %d for %s (should be %d)!\n"
+msgstr ""
+
+#: ../geanylua/geanylua.c:215
+#, c-format
+msgid "%s: Can't find support library %s!\n"
+msgstr ""
+
+#: ../geanylua/geanylua.c:234
+#, c-format
+msgid ""
+"The %s plugin failed to load properly.\n"
+"Please check your installation."
+msgstr ""
+
+#: ../geanylua/glspi_app.c:19
+#, c-format
+msgid ""
+"%s %s: %s\n"
+"Copyright (c) 2007-2010 "
+msgstr ""
+
+#: ../geanylua/glspi_app.c:149
+#, c-format
+msgid ""
+"Error in module \"%s\" at function %s():\n"
+"widget \"%s\" not found for argument #1.\n"
+msgstr ""
+
+#: ../geanylua/glspi_app.c:158
+#, c-format
+msgid ""
+"Error in module \"%s\" at function %s() argument #2:\n"
+"widget \"%s\" has no signal named \"%s\".\n"
+msgstr ""
+
+#: ../geanymacro/src/geanymacro.c:51
+msgid "Macros for Geany"
+msgstr ""
+
+#. create dialog box
+#: ../geanymacro/src/geanymacro.c:678
+msgid "Geany Macros help"
+msgstr ""
+
+#: ../geanymacro/src/geanymacro.c:686
+msgid ""
+"This Plugin implements Macros in Geany.\n"
+"\n"
+"This plugin alows you to record and use your own macros. These are sequences "
+"of actions that can then be repeated with a single key combination. So if "
+"you had dozens of lines where you wanted to delete the last 2 characters, "
+"you could simple start recording, press End, Backspace, Backspace, down line "
+"and then stop recording. Then simply trigger the macro and it would "
+"automaticaly edit the line and move to the next. Select Record Macro from "
+"the Tools menu and you will be prompted with a dialog box. You need to "
+"specify a key combination that isn't being used, and a name for the macro to "
+"help you identify it. Then press Record. What you do in the editor is then "
+"recorded until you select Stop Recording Macro from the Tools menu. Simply "
+"pressing the specified key combination will re-run the macro. To edit the "
+"macros you have select Edit Macro from the Tools menu. You can select a "
+"macro and delete it, or re-record it. You can also click on a macro's name "
+"and change it, or the key combination and re-define that asuming that it's "
+"not already in use.\n"
+"\n"
+"You can alter the default behaviour of this plugin by selecting Plugin "
+"Manager under the Tools menu, selecting this plugin, and cliking "
+"Preferences. You can change:\n"
+"Save Macros when close Geany - If this is selected then Geany will save any "
+"recorded macros and reload them for use the next time you open Geany, if not "
+"they will be lost when Geany is closed.\n"
+"Ask before replaceing existing Macros - If this is selected then if you try "
+"recording a macro over an existing one it will check before over-writing it, "
+"giving you the option of trying a different name or key trigger combination, "
+"otherwise it will simply erase any existing macros with the same name, or "
+"the same key trigger combination."
+msgstr ""
+
+#: ../geanynumberedbookmarks/src/geanynumberedbookmarks.c:63
+msgid "Numbered Bookmarks for Geany"
+msgstr ""
+
+#. create dialog box
+#: ../geanynumberedbookmarks/src/geanynumberedbookmarks.c:814
+msgid "Numbered Bookmarks help"
+msgstr ""
+
+#: ../geanynumberedbookmarks/src/geanynumberedbookmarks.c:822
+msgid ""
+"This Plugin implements Numbered Bookmarks in Geany.\n"
+"\n"
+"It allows you to use 10 numbered bookmarks. Normaly if you had more than one "
+"bookmark, you would have to cycle through them until you reached the one you "
+"wanted. With this plugin you can go straight to the bookmark that you want "
+"with a single key combination. To set a numbered bookmark press Ctrl+Shift+a "
+"number from 0 to 9. You will see a marker apear next to the line number. If "
+"you press Ctrl+Shift+a number on a line that already has that bookmark "
+"number then it removes the bookmark, otherwise it will move the bookmark "
+"there if it was set on a different line, or create it if it had not already "
+"been set. Only the bookmark with the highest number on a line will be shown, "
+"but you can have more than one bookmark per line. This plugin does not "
+"interfer with regular bookmarks. When a file is saved, Geany will remember "
+"the numbered bookmarks and make sure that they are set the next time you "
+"open the file.\n"
+"\n"
+"You can alter the default behaviour of this plugin by selecting Plugin "
+"Manager under the Tools menu, selecting this plugin, and cliking "
+"Preferences. You can change:\n"
+"Remember fold state - if this is set then this plugin will remember the "
+"state of any folds along with the numbered bookmarks and set them when the "
+"file is next loaded.\n"
+"Center view when goto bookmark - If this is set it will try to make sure "
+"that the numbered bookmark that you are going to is in the center of the "
+"screen, otherwise it will simply be on the screen somewhere."
+msgstr ""
+
+#: ../geanypg/src/decrypt_cb.c:32 ../geanypg/src/encrypt_cb.c:31
+#: ../geanypg/src/sign_cb.c:32
+msgid "couldn't create tempfile"
+msgstr "Tijdelijk bestand kon niet aangemaakt worden"
+
+#: ../geanypg/src/encrypt_cb.c:75
+msgid ""
+"No recipients were selected,\n"
+"use symetric cipher?"
+msgstr ""
+"Er zijn geen ontvangers geselecteerd,\n"
+"Wilt u een symetrische codering gebruiken?"
+
+#: ../geanypg/src/geanypg.c:36
+msgid "gpg encryption plugin for geany"
+msgstr "gpg encryptie plugin voor geany"
+
+#: ../geanypg/src/geanypg.c:38
+msgid "Hans Alves <alves.h88 at gmail.com>"
+msgstr ""
+
+#: ../geanypg/src/geanypg.c:46
+msgid "Using libgpgme version:"
+msgstr "Gebruikte libgpgme versie:"
+
+#: ../geanypg/src/geanypg.c:59 ../geanypg/src/geanypg.c:60
+msgid "Error from"
+msgstr "Error van"
+
+#: ../geanypg/src/geanypg.c:78
+msgid "Encrypt"
+msgstr "Codeer"
+
+#: ../geanypg/src/geanypg.c:79
+msgid "Sign"
+msgstr "Signeer"
+
+#: ../geanypg/src/geanypg.c:80
+msgid "Decrypt / Verify"
+msgstr "Decodeer / Verifiëer"
+
+#: ../geanypg/src/geanypg.c:81
+msgid "Verify detached signature"
+msgstr "Verifiëer losse handtekening"
+
+#: ../geanypg/src/key_selection_dialog.c:150
+msgid "Please select any recipients"
+msgstr "Selecteer a.u.b. een ontvanger"
+
+#: ../geanypg/src/key_selection_dialog.c:152
+msgid "Sign the message as:"
+msgstr "Signeer het bericht als:"
+
+#: ../geanypg/src/key_selection_dialog.c:160
+msgid "Select recipients"
+msgstr "Selecteer ontvangers"
+
+#: ../geanypg/src/key_selection_dialog.c:222
+msgid "Choose a key to sign with:"
+msgstr "Kies een sleutel om mee te signeren"
+
+#: ../geanypg/src/key_selection_dialog.c:230
+msgid "Select signer"
+msgstr "Selecteer een ondertekenaar"
+
+#. shouldn't get here
+#: ../geanypg/src/pinentry.c:103
+msgid "Could not use pinentry."
+msgstr "pinentry kan niet gebruikt worden"
+
+#: ../geanypg/src/pinentry.c:115
+msgid "Unexpected output from pinentry."
+msgstr "Onverwachte output van pinentry"
+
+#. read the rest of the first line after OK
+#: ../geanypg/src/pinentry.c:123
+msgid "Passphrase entry"
+msgstr "Wachtwoord invoeren"
+
+#: ../geanypg/src/pinentry.c:127
+msgid "Passphrase"
+msgstr "Wachtwoord"
+
+#: ../geanypg/src/pinentry.c:132
+msgid "Enter passphrase for"
+msgstr "Voer wachtwoord in voor"
+
+#: ../geanypg/src/pinentry.c:163
+msgid "pinentry gave error"
+msgstr "er is een fout opgetreden in pinentry "
+
+#: ../geanypg/src/pinentry.c:166
+msgid "Unexpected error from pinentry."
+msgstr "Onverwachte fout in pinentry"
+
+#: ../geanypg/src/pinentry.c:191
+msgid ""
+"Error, Passphrase input without using gpg-agent is not supported on Windows "
+"yet."
+msgstr ""
+"Error, Wachtwoord invoer zonder gpg-agent wordt nog niet ondersteund op "
+"Windows"
+
+#: ../geanypg/src/verify_aux.c:52
+msgid "a key with fingerprint"
+msgstr "een sleutel met vingerafdruk"
+
+#: ../geanypg/src/verify_aux.c:65 ../spellcheck/src/gui.c:497
+#: ../spellcheck/src/gui.c:508
+msgid "unknown"
+msgstr "onbekend"
+
+#: ../geanypg/src/verify_aux.c:66
+msgid "undefined"
+msgstr "ongedefiniëerd"
+
+#: ../geanypg/src/verify_aux.c:67
+msgid "never"
+msgstr "nooit"
+
+#: ../geanypg/src/verify_aux.c:68
+msgid "marginal"
+msgstr "marginaal"
+
+#: ../geanypg/src/verify_aux.c:69
+msgid "full"
+msgstr "volledig"
+
+#: ../geanypg/src/verify_aux.c:70
+msgid "ultimate"
+msgstr "ultiem"
+
+#: ../geanypg/src/verify_aux.c:71 ../geanypg/src/verify_aux.c:73
+msgid "[bad validity value]"
+msgstr "[verkeerde geldigheids waarde]"
+
+#. buffer should be more than 105 bytes long
+#: ../geanypg/src/verify_aux.c:78
+msgid " valid"
+msgstr " geldig"
+
+#: ../geanypg/src/verify_aux.c:79
+msgid " green"
+msgstr " groen"
+
+#: ../geanypg/src/verify_aux.c:80
+msgid " red"
+msgstr " rood"
+
+#: ../geanypg/src/verify_aux.c:81
+msgid " revoked"
+msgstr " ingetrokken"
+
+#: ../geanypg/src/verify_aux.c:82
+msgid " key-expired"
+msgstr " sleutel-herroepen"
+
+#: ../geanypg/src/verify_aux.c:83
+msgid " sig-expired"
+msgstr " handtekening-verlopen"
+
+#: ../geanypg/src/verify_aux.c:84
+msgid " key-missing"
+msgstr " sleutel-mist"
+
+#: ../geanypg/src/verify_aux.c:85
+msgid " crl-missing"
+msgstr " crl-mist"
+
+#: ../geanypg/src/verify_aux.c:86
+msgid " crl-too-old"
+msgstr " crl-te-oud"
+
+#: ../geanypg/src/verify_aux.c:87
+msgid " bad-policy"
+msgstr " verkeerd-beleid"
+
+#: ../geanypg/src/verify_aux.c:88
+msgid " sys-error"
+msgstr " sys-error"
+
+#: ../geanypg/src/verify_aux.c:95
+#, c-format
+msgid ""
+"status ....: %s\n"
+"summary ...:%s\n"
+"fingerprint: %s\n"
+"created ...: %sexpires ...: %svalidity ..: %s\n"
+"val.reason : %s\n"
+"pubkey algo: %s\n"
+"digest algo: %s\n"
+"pka address: %s\n"
+"pka trust .: %s\n"
+"other flags:%s%s\n"
+"notations .: %s\n"
+msgstr ""
+"status ...........: %s\n"
+"samenvatting .....:%s\n"
+"vingerafdruk .....: %s\n"
+"gemaakt ..........: %sverloopt .........: %sgeldigheid .......: %s\n"
+"geldigheidsreden .: %s\n"
+"pub.sleutel algo .: %s\n"
+"samenvattings algo: %s\n"
+"pka adres ........: %s\n"
+"pka vertrouwen ...: %s\n"
+"andere flags .....:%s%s\n"
+"notaties .........: %s\n"
+
+#: ../geanypg/src/verify_aux.c:118 ../geanypg/src/verify_aux.c:123
+msgid "Unknown\n"
+msgstr "Onbekend\n"
+
+#: ../geanypg/src/verify_aux.c:128 ../geanypg/src/verify_aux.c:135
+#: ../geanypg/src/verify_aux.c:146 ../geanypg/src/verify_aux.c:153
+msgid "[None]"
+msgstr "[Geen]"
+
+#: ../geanypg/src/verify_aux.c:133 ../geanypg/src/verify_aux.c:134
+#: ../geanypg/src/verify_aux.c:151 ../geanypg/src/verify_aux.c:152
+msgid "Unknown"
+msgstr "Onbekend"
+
+#: ../geanypg/src/verify_aux.c:136 ../geanypg/src/verify_aux.c:154
+msgid "n/a"
+msgstr "nvt"
+
+#: ../geanypg/src/verify_aux.c:136 ../geanypg/src/verify_aux.c:154
+msgid "bad"
+msgstr "fout"
+
+#: ../geanypg/src/verify_aux.c:136 ../geanypg/src/verify_aux.c:154
+msgid "okay"
+msgstr "goed"
+
+#: ../geanypg/src/verify_aux.c:136 ../geanypg/src/verify_aux.c:154
+msgid "RFU"
+msgstr "gereserveerd voor toekomstig gebruik"
+
+#: ../geanypg/src/verify_aux.c:137 ../geanypg/src/verify_aux.c:155
+msgid " wrong-key-usage"
+msgstr " verkeerd sleutel gebruik"
+
+#: ../geanypg/src/verify_aux.c:138 ../geanypg/src/verify_aux.c:155
+msgid " chain-model"
+msgstr " kettingmodel"
+
+#: ../geanypg/src/verify_aux.c:139 ../geanypg/src/verify_aux.c:156
+msgid "yes"
+msgstr "ja"
+
+#: ../geanypg/src/verify_aux.c:139 ../geanypg/src/verify_aux.c:156
+msgid "no"
+msgstr "nee"
+
+#: ../geanypg/src/verify_aux.c:175
+msgid "Found a signature from"
+msgstr "Handtekening gevonden van"
+
+#: ../geanypg/src/verify_aux.c:178
+msgid "Signature"
+msgstr "Handtekening"
+
+#: ../geanypg/src/verify_aux.c:201
+msgid "Could not find verification results"
+msgstr "Kon geen verificatie resultaten vinden"
+
+#: ../geanypg/src/verify_aux.c:202
+msgid "Error, could not find verification results"
+msgstr "Error, kon geen verificatieresultaten vinden"
+
+#: ../geanypg/src/verify_cb.c:26
+msgid "Open a signature file"
+msgstr "Open handtekeningsbestand"
+
+#: ../geanyprj/src/geanyprj.c:37 ../geanyprj/src/sidebar.c:449
+#: ../gproject/src/gproject-sidebar.c:828
+msgid "Project"
+msgstr ""
+
+#: ../geanyprj/src/geanyprj.c:37
+msgid "Alternative project support."
+msgstr ""
+
+#: ../geanyprj/src/menu.c:90
+msgid "Project Preferences"
+msgstr ""
+
+#: ../geanyprj/src/menu.c:99 ../geanyprj/src/menu.c:381
+#: ../geanyprj/src/sidebar.c:170
+msgid "New Project"
+msgstr ""
+
+#: ../geanyprj/src/menu.c:108
+msgid "C_reate"
+msgstr ""
+
+#: ../geanyprj/src/menu.c:121
+msgid "Name:"
+msgstr ""
+
+#: ../geanyprj/src/menu.c:130
+msgid "Location:"
+msgstr ""
+
+#: ../geanyprj/src/menu.c:145
+msgid "Choose Project Location"
+msgstr ""
+
+#: ../geanyprj/src/menu.c:153
+msgid "Base path:"
+msgstr ""
+
+#: ../geanyprj/src/menu.c:158
+msgid ""
+"Base directory of all files that make up the project. This can be a new "
+"path, or an existing directory tree. You can use paths relative to the "
+"project filename."
+msgstr ""
+
+#: ../geanyprj/src/menu.c:161
+msgid "Choose Project Base Path"
+msgstr ""
+
+#: ../geanyprj/src/menu.c:168
+msgid "Generate file list on load"
+msgstr ""
+
+#: ../geanyprj/src/menu.c:170
+msgid ""
+"Automatically add files that match project type on project load "
+"automatically. You can't manually add/remove files if you checked this "
+"option, since your modification will be lost on on next project load"
+msgstr ""
+
+#: ../geanyprj/src/menu.c:178
+msgid "Type:"
+msgstr ""
+
+#: ../geanyprj/src/menu.c:216
+#, c-format
+msgid "Project file \"%s\" already exists"
+msgstr ""
+
+#: ../geanyprj/src/menu.c:369
+msgid "_Project"
+msgstr ""
+
+#: ../geanyprj/src/menu.c:390 ../geanyprj/src/sidebar.c:179
+msgid "Delete Project"
+msgstr ""
+
+#: ../geanyprj/src/menu.c:401 ../geanyprj/src/sidebar.c:192
+msgid "Add File"
+msgstr ""
+
+#: ../geanyprj/src/menu.c:423 ../geanyprj/src/sidebar.c:227
+msgid "Find in Project"
+msgstr ""
+
+#: ../geanyprj/src/sidebar.c:201
+msgid "Remove File"
+msgstr ""
+
+#: ../geanyprj/src/sidebar.c:238 ../gproject/src/gproject-sidebar.c:809
+msgid "H_ide Sidebar"
+msgstr ""
+
+#: ../geanyprj/src/xproject.c:95
+#, c-format
+msgid "Project \"%s\" opened."
+msgstr ""
+
+#: ../geanysendmail/src/geanysendmail.c:46
+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:102
+msgid "Recipient's Address"
+msgstr ""
+
+#: ../geanysendmail/src/geanysendmail.c:104
+msgid "Enter the recipient's e-mail address:"
+msgstr ""
+
+#: ../geanysendmail/src/geanysendmail.c:140
+msgid "Filename placeholder not found. The executed command might have failed."
+msgstr ""
+
+#: ../geanysendmail/src/geanysendmail.c:146
+msgid ""
+"Recipient address placeholder not found. The executed command might have "
+"failed."
+msgstr ""
+
+#: ../geanysendmail/src/geanysendmail.c:162
+msgid "Could not execute mailer. Please check your configuration."
+msgstr ""
+
+#: ../geanysendmail/src/geanysendmail.c:171
+msgid "Please define a mail client first."
+msgstr ""
+
+#: ../geanysendmail/src/geanysendmail.c:176
+msgid "File has to be saved before sending."
+msgstr ""
+
+#: ../geanysendmail/src/geanysendmail.c:192
+msgid "Mail"
+msgstr ""
+
+#: ../geanysendmail/src/geanysendmail.c:223
+msgid "Send by mail"
+msgstr ""
+
+#. add a label and a text entry to the dialog
+#: ../geanysendmail/src/geanysendmail.c:308
+msgid "Path and options for the mail client:"
+msgstr ""
+
+#: ../geanysendmail/src/geanysendmail.c:316
+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:326
+msgid "Show toolbar icon"
+msgstr ""
+
+#: ../geanysendmail/src/geanysendmail.c:328
+msgid "Shows a icon in the toolbar to send file more easy."
+msgstr ""
+
+#: ../geanysendmail/src/geanysendmail.c:334
+msgid "Use dialog for entering email address of recipients"
+msgstr ""
+
+#: ../geanysendmail/src/geanysendmail.c:356
+msgid "Send file by mail"
+msgstr ""
+
+#. Build up menu entry
+#: ../geanysendmail/src/geanysendmail.c:381
+msgid "_Mail document"
+msgstr ""
+
+#: ../geanysendmail/src/geanysendmail.c:384
+msgid ""
+"Sends the opened file as unzipped attachment by any mailer from your $PATH"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:51
+msgid "GeanyVC"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:52
+msgid "Interface to different Version Control systems."
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:464
+#, c-format
+msgid "geanyvc: s_spawn_sync error: %s"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:598 ../geanyvc/src/geanyvc.c:609
+#, c-format
+msgid "geanyvc: vcdiff_file_activated: Unable to rename '%s' to '%s'"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:635 ../geanyvc/src/geanyvc.c:685
+msgid "No changes were made."
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:711
+msgid "No history avaible"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:904 ../geanyvc/src/geanyvc.c:912
+#, c-format
+msgid "Do you really want to revert: %s?"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:920
+#, c-format
+msgid "Do you really want to add: %s?"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:927
+#, c-format
+msgid "Do you really want to remove: %s?"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:950
+msgid "Do you really want to update?"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:1213
+msgid "Commit Y/N"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:1223
+msgid "Status"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:1230
+msgid "Path"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:1318
+msgid "Commit"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:1360
+msgid "_De-/select all files"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:1401
+msgid "<b>Commit message:</b>"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:1414
+msgid "C_ommit"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:1488
+msgid "Nothing to commit."
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:1534
+#, c-format
+msgid "Error initializing spell checking: %s"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:1546
+#, c-format
+msgid ""
+"Error while setting up language for spellchecking. Please check "
+"configuration. Error message was: %s"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:1818
+msgid "Set Changed-flag for document tabs created by the plugin"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:1821
+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:1829
+msgid "Confirm adding new files to a VCS"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:1832
+msgid "Shows a confirmation dialog on adding a new (created) file to VCS."
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:1838
+msgid "Maximize commit dialog"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:1839
+msgid "Show commit dialog maximize."
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:1845
+msgid "Use external diff viewer"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:1847
+msgid "Use external diff viewer for file diff."
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:1853
+msgid "Show VC entries at editor menu"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:1855
+msgid "Show entries for VC functions inside editor menu"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:1860
+msgid "Enable CVS"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:1865
+msgid "Enable GIT"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:1870
+msgid "Enable SVN"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:1875
+msgid "Enable SVK"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:1880
+msgid "Enable Bazaar"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:1885
+msgid "Enable Mercurial"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:1891
+msgid "Spellcheck language"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:1980
+msgid "_VC file Actions"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:1982
+msgid "_File"
+msgstr ""
+
+#. Diff of current file
+#. Diff of the current dir
+#. Complete diff of base directory
+#: ../geanyvc/src/geanyvc.c:1986 ../geanyvc/src/geanyvc.c:2063
+#: ../geanyvc/src/geanyvc.c:2103
+msgid "_Diff"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:1989
+msgid "Make a diff from the current active file"
+msgstr ""
+
+#. Revert current file
+#. Revert current dir
+#. Revert everything
+#: ../geanyvc/src/geanyvc.c:1994 ../geanyvc/src/geanyvc.c:2072
+#: ../geanyvc/src/geanyvc.c:2111
+msgid "_Revert"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:1997
+msgid "Restore pristine working copy file (undo local edits)."
+msgstr ""
+
+#. Blame for current file
+#: ../geanyvc/src/geanyvc.c:2006
+msgid "_Blame"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:2009
+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:2016 ../geanyvc/src/geanyvc.c:2082
+#: ../geanyvc/src/geanyvc.c:2123
+msgid "_History (log)"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:2019
+msgid "Shows the log of the current file"
+msgstr ""
+
+#. base version of the current file
+#: ../geanyvc/src/geanyvc.c:2024
+msgid "_Original"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:2027
+msgid "Shows the orignal of the current file"
+msgstr ""
+
+#. add current file
+#: ../geanyvc/src/geanyvc.c:2035
+msgid "_Add to Version Control"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:2037
+msgid "Add file to repository."
+msgstr ""
+
+#. remove current file
+#: ../geanyvc/src/geanyvc.c:2043
+msgid "_Remove from Version Control"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:2045
+msgid "Remove file from repository."
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:2060
+msgid "_Directory"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:2066
+msgid "Make a diff from the directory of the current active file"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:2075
+msgid "Restore original files in the current folder (undo local edits)."
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:2085
+msgid "Shows the log of the current directory"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:2099
+msgid "_Base Directory"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:2105
+msgid "Make a diff from the top VC directory"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:2113
+msgid "Revert any local edits."
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:2126
+msgid "Shows the log of the top VC directory"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:2152
+msgid "VC _Commit"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:2187
+msgid "Show diff of file"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:2189
+msgid "Show diff of directory"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:2191
+msgid "Show diff of basedir"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:2194
+msgid "Commit changes"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:2196
+msgid "Show status"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:2198
+msgid "Revert single file"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:2200
+msgid "Revert directory"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:2202
+msgid "Revert base directory"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:2204
+msgid "Update file"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:2226
+msgid "_VC"
+msgstr ""
+
+#. Status of basedir
+#: ../geanyvc/src/geanyvc.c:2247
+msgid "_Status"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:2249
+msgid "Show status."
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:2256
+msgid "Update from remote repository."
+msgstr ""
+
+#. Commit all changes
+#: ../geanyvc/src/geanyvc.c:2261
+msgid "_Commit"
+msgstr ""
+
+#: ../geanyvc/src/geanyvc.c:2263
+msgid "Commit changes."
+msgstr ""
+
+#: ../gproject/src/gproject-main.c:33 ../gproject/src/gproject-project.c:445
+msgid "GProject"
+msgstr ""
+
+#: ../gproject/src/gproject-main.c:34
+msgid "Glob-pattern-based project management plugin for Geany."
+msgstr ""
+
+#: ../gproject/src/gproject-menu.c:350
+msgid "Find in Project Files"
+msgstr ""
+
+#: ../gproject/src/gproject-menu.c:356
+msgid "Find in project files"
+msgstr ""
+
+#: ../gproject/src/gproject-menu.c:360
+msgid "Find Project File"
+msgstr ""
+
+#: ../gproject/src/gproject-menu.c:366
+msgid "Find project file"
+msgstr ""
+
+#: ../gproject/src/gproject-menu.c:368
+msgid "Swap Header/Source"
+msgstr ""
+
+#: ../gproject/src/gproject-menu.c:373
+msgid "Swap header/source"
+msgstr ""
+
+#: ../gproject/src/gproject-menu.c:379
+msgid "Open Selected File (gproject)"
+msgstr ""
+
+#: ../gproject/src/gproject-project.c:396
+msgid "Source patterns:"
+msgstr ""
+
+#: ../gproject/src/gproject-project.c:402
+msgid ""
+"Space separated list of patterns that are used to identify source files."
+msgstr ""
+
+#: ../gproject/src/gproject-project.c:407
+msgid "Header patterns:"
+msgstr ""
+
+#: ../gproject/src/gproject-project.c:413
+msgid ""
+"Space separated list of patterns that are used to identify headers. Used "
+"mainly for header/source swapping."
+msgstr ""
+
+#: ../gproject/src/gproject-project.c:419
+msgid "Ignored dirs patterns:"
+msgstr ""
+
+#: ../gproject/src/gproject-project.c:425
+msgid ""
+"Space separated list of patterns that are used to identify directories that "
+"are not scanned for source files."
+msgstr ""
+
+#: ../gproject/src/gproject-project.c:433
+msgid "Generate tags for all project files"
+msgstr ""
+
+#: ../gproject/src/gproject-project.c:435
+msgid ""
+"Generate tag list for all project files instead of only for the currently "
+"opened files. Too slow for big projects (>1000 files) and should be disabled "
+"in this case."
+msgstr ""
+
+#: ../gproject/src/gproject-project.c:441
+msgid ""
+"Note: set the patterns of files belonging to the project under the Project "
+"tab."
+msgstr ""
+
+#: ../gproject/src/gproject-sidebar.c:78
+#: ../gproject/src/gproject-sidebar.c:798
+msgid "Find File"
+msgstr ""
+
+#: ../gproject/src/gproject-sidebar.c:89
+msgid "Search for:"
+msgstr ""
+
+#: ../gproject/src/gproject-sidebar.c:105
+msgid "Search inside:"
+msgstr ""
+
+#: ../gproject/src/gproject-sidebar.c:117
+msgid "C_ase sensitive"
+msgstr ""
+
+#: ../gproject/src/gproject-sidebar.c:120
+msgid "Search in full path"
+msgstr ""
+
+#: ../gproject/src/gproject-sidebar.c:708
+msgid "Reload all"
+msgstr ""
+
+#: ../gproject/src/gproject-sidebar.c:717
+#: ../treebrowser/src/treebrowser.c:1260
+msgid "Expand all"
+msgstr ""
+
+#: ../gproject/src/gproject-sidebar.c:723
+#: ../treebrowser/src/treebrowser.c:1264
+msgid "Collapse all"
+msgstr ""
+
+#: ../gproject/src/gproject-sidebar.c:732
+msgid "Follow active editor"
+msgstr ""
+
+#: ../gproject/src/gproject-sidebar.c:780
+msgid "Expand All"
+msgstr ""
+
+#: ../gproject/src/gproject-sidebar.c:789
+#: ../treebrowser/src/treebrowser.c:1212
+msgid "Find in Files"
+msgstr ""
+
+#: ../pretty-printer/src/ConfigUI.c:62
+msgid "Comments"
+msgstr ""
+
+#: ../pretty-printer/src/ConfigUI.c:62 ../pretty-printer/src/ConfigUI.c:63
+#: ../pretty-printer/src/ConfigUI.c:64
+msgid "Put on one line"
+msgstr ""
+
+#: ../pretty-printer/src/ConfigUI.c:62 ../pretty-printer/src/ConfigUI.c:63
+#: ../pretty-printer/src/ConfigUI.c:64
+msgid "Inline if possible"
+msgstr ""
+
+#: ../pretty-printer/src/ConfigUI.c:62 ../pretty-printer/src/ConfigUI.c:63
+#: ../pretty-printer/src/ConfigUI.c:64
+msgid "Alignment"
+msgstr ""
+
+#: ../pretty-printer/src/ConfigUI.c:63
+msgid "Text nodes"
+msgstr ""
+
+#: ../pretty-printer/src/ConfigUI.c:64
+msgid "CDATA"
+msgstr ""
+
+#: ../pretty-printer/src/ConfigUI.c:193
+msgid "Empty nodes"
+msgstr ""
+
+#: ../pretty-printer/src/ConfigUI.c:194
+msgid "Concatenation (<x></x> to <x/>)"
+msgstr ""
+
+#: ../pretty-printer/src/ConfigUI.c:195
+msgid "Spacing (<x/> to <x />)"
+msgstr ""
+
+#: ../pretty-printer/src/ConfigUI.c:196
+msgid "Expansion (<x/> to <x></x>)"
+msgstr ""
+
+#: ../pretty-printer/src/ConfigUI.c:223
+msgid "Indentation"
+msgstr ""
+
+#: ../pretty-printer/src/ConfigUI.c:227
+msgid "Tab"
+msgstr ""
+
+#: ../pretty-printer/src/ConfigUI.c:228
+msgid "Space"
+msgstr ""
+
+#: ../pretty-printer/src/ConfigUI.c:252
+msgid "Line break"
+msgstr ""
+
+#: ../spellcheck/src/speller.c:91
+msgid "Try: "
+msgstr ""
+
+#: ../spellcheck/src/speller.c:170
+msgid "Checking"
+msgstr ""
+
+#: ../spellcheck/src/speller.c:183
+#, c-format
+msgid "Checking file \"%s\" (lines %d to %d using %s):"
+msgstr ""
+
+#: ../spellcheck/src/speller.c:193
+#, c-format
+msgid "Checking file \"%s\" (using %s):"
+msgstr ""
+
+#: ../spellcheck/src/speller.c:220
+msgid "The checked text is spelled correctly."
+msgstr ""
+
+#: ../spellcheck/src/speller.c:230
+#, c-format
+msgid "The Enchant library couldn't be initialized (%s)."
+msgstr ""
+
+#: ../spellcheck/src/speller.c:231
+msgid "unknown error (maybe the chosen language is not available)"
+msgstr ""
+
+#: ../spellcheck/src/scplugin.c:47
+msgid "Spell Check"
+msgstr ""
+
+#: ../spellcheck/src/scplugin.c:48
+msgid "Checks the spelling of the current document."
+msgstr ""
+
+#: ../spellcheck/src/scplugin.c:202
+msgid "Run Spell Check"
+msgstr ""
+
+#: ../spellcheck/src/scplugin.c:205
+msgid "Toggle Check While Typing"
+msgstr ""
+
+#. initialise the dialog
+#: ../spellcheck/src/scplugin.c:216
+msgid "Select Directory"
+msgstr ""
+
+#: ../spellcheck/src/scplugin.c:253
+msgid "Check spelling while typing"
+msgstr ""
+
+#: ../spellcheck/src/scplugin.c:258
+msgid "Show toolbar item to toggle spell checking"
+msgstr ""
+
+#: ../spellcheck/src/scplugin.c:263
+msgid "Show editor menu item to show spelling suggestions"
+msgstr ""
+
+#: ../spellcheck/src/scplugin.c:269
+msgid "Print misspelled words and suggestions in the messages window"
+msgstr ""
+
+#: ../spellcheck/src/scplugin.c:273
+msgid "Language to use for the spell check:"
+msgstr ""
+
+#: ../spellcheck/src/scplugin.c:287
+msgid "_Directory to look for dictionary files:"
+msgstr ""
+
+#: ../spellcheck/src/scplugin.c:295
+msgid ""
+"Read additional dictionary files from this directory. For now, this only "
+"works with myspell dictionaries."
+msgstr ""
+
+#: ../spellcheck/src/gui.c:65
+msgid "Spell checking while typing is now enabled"
+msgstr ""
+
+#: ../spellcheck/src/gui.c:67
+msgid "Spell checking while typing is now disabled"
+msgstr ""
+
+#: ../spellcheck/src/gui.c:288
+msgid ""
+"Search term is too long to provide\n"
+"spelling suggestions in the editor menu."
+msgstr ""
+
+#: ../spellcheck/src/gui.c:293
+msgid "Perform Spell Check"
+msgstr ""
+

@@ Diff output truncated at 100000 characters. @@

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list