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

cesspit at users.sourceforge.net cesspit at xxxxx
Sat Oct 8 10:50:27 UTC 2011


Revision: 2249
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2249&view=rev
Author:   cesspit
Date:     2011-10-08 10:50:27 +0000 (Sat, 08 Oct 2011)
Log Message:
-----------
addons: README reformatted, russian translation updated

Modified Paths:
--------------
    trunk/geany-plugins/addons/README
    trunk/geany-plugins/po/ru.po

Modified: trunk/geany-plugins/addons/README
===================================================================
--- trunk/geany-plugins/addons/README	2011-10-07 19:13:24 UTC (rev 2248)
+++ trunk/geany-plugins/addons/README	2011-10-08 10:50:27 UTC (rev 2249)
@@ -1,127 +1,91 @@
-Addons Plugin
-=============
+Addons
+===============
 
+.. image:: http://img534.imageshack.us/img534/94/addonssmall.png
+   :width: 400
+   :alt: image of a plugin in work (if applicable)
+   :align: right
+   :target: http://img594.imageshack.us/img594/3962/addonsb.png
 
+.. contents::
+
 About
 -----
+
 This plugin adds various small addons to Geany which aren't worth an own
 plugin but might still useful for people.
 
+Features
+--------
 
-DocList
-^^^^^^^
+ * Toolbar button with a list of open files
+ * Open and Copy URI found in a document command
+ * Task list in a message window
+ * Bookmark list in a sidebar
+ * Status icon in the notification area
+ * Highlighting all occurrences of a word when double-clicking it
+ * Strip trailing blank lines when saving
+ * XMLtagging
+ 
+Usage
+-----
+
+*Document list*
+^^^^^^^^^^^^^^^
 This addon places a new item in the toolbar and when clicked offers a menu
 listing all open files plus the 'Close All' and 'Close Other Documents' menu
 items. This can be useful to quickly access open files and switch to them.
 
-OpenURI
-^^^^^^^
+*Open and Copy URI*
+^^^^^^^^^^^^^^^^^^^
 Adds 'Open URI' and 'Copy URI' menu items to the editor menu when the word under
 the cursor looks like a URI. 'Open URI' uses the browser command configured in
 Geany to open it.
 
-Tasks
-^^^^^
+*Tasks*
+^^^^^^^
 The tasks plugin goes through a file being edited and picks out lines with
 configurable keywords (e.g. "TODO" or "FIXME") in them. It collects the text
 after those words and puts them in a new "Tasks" tab in the message window.
 Clicking on a task in that tab takes you to the line in the file where the
 task was defined.
 
-Systray
-^^^^^^^
+*Systray*
+^^^^^^^^^
 Adds a status icon to the notification area (systray) and provides
 a simple popup menu with some basic actions. It can also be used to
 quickly show and hide the Geany main window.
 
-Bookmark List
-^^^^^^^^^^^^^
+*Bookmark list*
+^^^^^^^^^^^^^^^
 Add a list of defined bookmarks (line markers) to the sidebar.
 This list contains all bookmarks defined in the current file
 for faster overview and access.
 
-Mark Word
-^^^^^^^^^
+*Mark Word*
+^^^^^^^^^^^
 When double-clicking a word, all occurrences of this word are searched
 and then highlighted (similar to Geany's 'Mark All' Find option).
 
-Strip trailing blank lines
-^^^^^^^^^^^^^^^^^^^^^^^^^^
+*Strip trailing blank lines*
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 This addon removes excessive trailing blank lines from the document when it is
 saved. If you have 'Ensure new line at file end' option checked in Preferences,
 one trailing newline will be left.
 
-XMLtagging
-^^^^^^^^^^
-XMLtagging allows to easy tag a selected text, by checking for a
+*XML tagging*
+^^^^^^^^^^^^^^
+XML tagging allows to easy tag a selected text, by checking for a
 selection, offering a little dialog for inserting a tag and
 replacing a selection.
 
-Downloads
----------
-
-The Addons plugin is part of the combined Geany Plugins release.
-For more information and downloads, please visit
-http://plugins.geany.org/downloads.html
-
-Development Code
-^^^^^^^^^^^^^^^^
-
-Get the code from:
-
-  svn checkout http://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins/trunk/geany-plugins
-
-
 Requirements
 ------------
-For compiling the plugin yourself, you will need the GTK (>= 2.8.0) libraries
-and header files. You will also need its dependency libraries and header
-files, such as Pango, Glib and ATK. All these files are available at
-http://www.gtk.org.
 
-And obviously, you will need have Geany installed. If you have Geany installed
-from the sources, you should be ready to go.
-If you used a prepared package e.g. from your distribution you probably need
-to install an additional package, this might be called geany-dev or geany-devel.
-Please note that in order to compile and use this plugin, you need Geany 0.21
-or later.
+ * GTK >= 2.8.0
+ * Geany >= 0.21
+ 
+Contact developers
+------------------
 
-Furthermore you need, of course, a C compiler and the Make tool.
-The GNU versions of these tools are recommended.
-
-
-Installation
-------------
-Compiling and installing the code is done by the following three commands::
-
-  $ ./configure
-  $ make
-  $ make install
-
-For more configuration details run::
-
-  $ ./configure --help
-
-If there are any errors during compilation, check your build environment
-and try to find the error, otherwise contact one of the authors.
-
-
-Usage
------
-After installed successfully, simply load the plugin in Geany's plugin
-manager. In the configuration dialog you can enable or disable the various
-components of this plugin.
-
-
-License
--------
-Addons is distributed under the terms of the GNU General Public License
-as published by the Free Software Foundation; either version 2 of the
-License, or (at your option) any later version.  A copy of this license
-can be found in the file COPYING included with the source code of this
-program.
-
-
-Ideas, questions, patches and bug reports
------------------------------------------
-Report them at http://sourceforge.net/tracker/?group_id=222729.
+#geany IRC channel on FreeNode

Modified: trunk/geany-plugins/po/ru.po
===================================================================
--- trunk/geany-plugins/po/ru.po	2011-10-07 19:13:24 UTC (rev 2248)
+++ trunk/geany-plugins/po/ru.po	2011-10-08 10:50:27 UTC (rev 2249)
@@ -9,7 +9,7 @@
 "Project-Id-Version: geany-plugins 0.19\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2011-10-07 14:17+0400\n"
-"PO-Revision-Date: 2011-10-07 18:06+0300\n"
+"PO-Revision-Date: 2011-10-08 14:47+0300\n"
 "Last-Translator: Alexander Petukhov <devel at apetukhov.ru>\n"
 "Language-Team: Russian <geany-i18n at uvena.de>\n"
 "Language: ru\n"
@@ -28,7 +28,7 @@
 
 #: ../addons/src/ao_bookmarklist.c:333
 msgid "No."
-msgstr "Нет"
+msgstr "Стр."
 
 #: ../addons/src/ao_bookmarklist.c:341
 #: ../devhelp/src/dhp-object.c:498
@@ -82,7 +82,7 @@
 
 #: ../addons/src/ao_xmltagging.c:56
 msgid "XML tagging"
-msgstr "XML разметка"
+msgstr "Вставка XML тегов"
 
 #: ../addons/src/ao_xmltagging.c:67
 msgid "Tag name to be inserted:"
@@ -135,7 +135,7 @@
 
 #: ../addons/src/addons.c:296
 msgid "Run XML tagging"
-msgstr "Запустить парсинг XML"
+msgstr "Вставить XML теги по границам выделенного текста"
 
 #: ../addons/src/addons.c:396
 #: ../geanylatex/src/geanylatex.c:234
@@ -150,11 +150,11 @@
 
 #: ../addons/src/addons.c:423
 msgid "Show toolbar item to show a list of currently open documents"
-msgstr "Показать в панели инструментов кнопку со списком открытых документов"
+msgstr "Кнопка со списком открытых документов на панели инструментов "
 
 #: ../addons/src/addons.c:427
 msgid "Sort documents by _name"
-msgstr "Сортировать документы по имени"
+msgstr "Сортировать документы по имени файла"
 
 #: ../addons/src/addons.c:429
 msgid "Sort the documents in the list by their filename"
@@ -162,7 +162,7 @@
 
 #: ../addons/src/addons.c:432
 msgid "Sort documents by _occurrence"
-msgstr "Сортировать документы по расположению"
+msgstr "Сортировать документы по расположению вкладок"
 
 #: ../addons/src/addons.c:434
 msgid "Sort the documents in the order of the document tabs"
@@ -170,7 +170,7 @@
 
 #: ../addons/src/addons.c:437
 msgid "Sort documents by _occurrence (reversed)"
-msgstr "Сортировать документы по расположению (обратный порядок)"
+msgstr "Сортировать документы по расположению вкладок (обратный порядок)"
 
 #: ../addons/src/addons.c:439
 msgid "Sort the documents in the order of the document tabs (reversed)"
@@ -179,11 +179,11 @@
 #. TODO fix the string
 #: ../addons/src/addons.c:467
 msgid "Show a 'Open URI' menu item in the editor menu"
-msgstr "Показать 'Открыть URI' в меню редактора"
+msgstr "Добавить команды 'Открыть URI', 'Копировать URI' в меню редактора"
 
 #: ../addons/src/addons.c:473
 msgid "Show available Tasks in the Messages Window"
-msgstr "Показывать доступные задачи в окне сообщений"
+msgstr "Показывать вкладку со списком задач в окне сообщений"
 
 #: ../addons/src/addons.c:479
 msgid "Show tasks of all documents"
@@ -203,23 +203,23 @@
 
 #: ../addons/src/addons.c:509
 msgid "Show status icon in the Notification Area"
-msgstr "Показывать иконку состояния в области уведомлений"
+msgstr "Показывать иконку в области уведомлений"
 
 #: ../addons/src/addons.c:515
 msgid "Show defined bookmarks (marked lines) in the sidebar"
-msgstr "Показывать установленные закладки (помеченные строки) в боковой панели"
+msgstr "Показывать список закладок в боковой панели"
 
 #: ../addons/src/addons.c:521
 msgid "Mark all occurrences of a word when double-clicking it"
-msgstr "Помечать все вхождения слова по двойному клику"
+msgstr "Подсвечивать все вхождения слова в документе по двойному клику"
 
 #: ../addons/src/addons.c:527
 msgid "Strip trailing blank lines"
-msgstr "Удалять пустые строки в конце файла"
+msgstr "Удалять пустые строки в конце файла при сохранении"
 
 #: ../addons/src/addons.c:533
 msgid "XML tagging for selection"
-msgstr "XML разметка для выделенного текста"
+msgstr "Вставка XML тегов по границам выделенного текста"
 
 #. All plugins must set name, description, version and author.
 #: ../codenav/src/codenavigation.c:44
@@ -332,7 +332,7 @@
 
 #: ../debugger/src/bptree.c:577
 msgid "Location"
-msgstr "Положение"
+msgstr "Расположение"
 
 #: ../debugger/src/bptree.c:587
 msgid "Condition"
@@ -340,7 +340,7 @@
 
 #: ../debugger/src/bptree.c:599
 msgid "Hit count"
-msgstr "Кол-во пропусков"
+msgstr "Пропусков"
 
 #: ../debugger/src/bptree.c:612
 #: ../geanygdb/src/gdb-ui-break.c:163

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