Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Sun, 30 Mar 2014 18:51:36 UTC
Commit: c6e3c578ad1e822053e0a9398b5b111f5199b827
https://github.com/geany/geany/commit/c6e3c578ad1e822053e0a9398b5b111f5199b…
Log Message:
-----------
Update of German translation
Modified Paths:
--------------
po/de.po
Modified: po/de.po
7 files changed, 2 insertions(+), 5 deletions(-)
===================================================================
@@ -291,18 +291,15 @@ msgstr ""
"Werkzeugliste sowie für das integrierte Terminal."
#: ../data/geany.glade.h:53
-#, fuzzy
msgid "Use Windows native dialogs"
-msgstr "Benutze den Windows Datei öffnen/speichern Dialog"
+msgstr "Windows-typische Dialoge nutzen"
#: ../data/geany.glade.h:54
-#, fuzzy
msgid ""
"Defines whether to use the Windows native dialogs or whether to use the GTK "
"default dialogs"
msgstr ""
-"Bestimmt, ob der native Windows Datei öffnen/speichern anstelle des GTK-"
-"Dialogs genutzt werden soll."
+"Bestimmt, ob Dialoge im Stil von Windows oder von Gtk geöffnet werden sollen"
#: ../data/geany.glade.h:55
msgid "<b>Miscellaneous</b>"
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Sun, 30 Mar 2014 10:17:41 UTC
Commit: d4900df553c10287de80c6f820e221af4f4f41df
https://github.com/geany/geany/commit/d4900df553c10287de80c6f820e221af4f4f4…
Log Message:
-----------
Fix restructuredText syntax
Modified Paths:
--------------
HACKING
Modified: HACKING
8 files changed, 4 insertions(+), 4 deletions(-)
===================================================================
@@ -34,7 +34,7 @@ Alternatively you can view the API documentation online at
http://www.geany.org/manual/reference/.
Pull requests
-------------
+-------------
Making pull requests on Github is the preferred way of contributing for geany.
.. note:: For helping you to get started: https://help.github.com/articles/fork-a-repo
@@ -80,11 +80,11 @@ Please, make sure contributions you make follow these rules:
* changes should be made in a dedicated branch for pull requests.
* only one feature should be in each pull request (or patch).
* pull requests (or patches) should not contain changes unrelated to the feature,
-and commits should be sensible units of change.
+ and commits should be sensible units of change.
* the submitter should squash together corrections that are part of
-the development process, especially correcting your own mistakes.
+ the development process, especially correcting your own mistakes.
* Please make sure your modifications follow the style of existing code:
-see `Coding`_ for more information.
+ see `Coding`_ for more information.
See `Committing`_ for more information.
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).