Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remmina-wiki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2020-05-30 00:59:59 +0300
committerAllan Nordhøy <epost@anotheragency.no>2020-05-30 00:59:59 +0300
commit97f6ffee9016cfedd038beee56810563bcae3e58 (patch)
tree85a92c034b13d63f817dbb437af78c7899fd647c
parentf367df5abf8b8b0e11fd1416533dcdde7297c957 (diff)
Copyright notice altered
-rw-r--r--Localisation/Update-gettext-messages.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/Localisation/Update-gettext-messages.md b/Localisation/Update-gettext-messages.md
index c9f548a..b5987bb 100644
--- a/Localisation/Update-gettext-messages.md
+++ b/Localisation/Update-gettext-messages.md
@@ -1,6 +1,6 @@
-This is a quick, dirty and no brainy procedure to update the po files in Remmina.
+This is a quick, dirty and no brainy procedure to update the PO files in Remmina.
-Please count till 10 seconds before to copy&paste it in the terminal.
+Please wait 10 seconds before copying and pasting it in the terminal.
```bash
REMMINATOP=~/remmina_devel/Remmina
@@ -8,7 +8,7 @@ cd $REMMINATOP
find src plugins -name "*.c" | sed 's/^.\///' >| po/POTFILES.in
find data -name "*.glade" | sed 's/^.\///' >> po/POTFILES.in
find data -name "*.appdata.xml" | sed 's/^.\///' >> po/POTFILES.in
-xgettext --from-code=UTF-8 -k_ -kN_ -ktranslatable --keyword=C_:1c,2 --keyword=NC_:1c,2 --keyword=g_dngettext:2,3 --add-comments --files-from=po/POTFILES.in --output=po/messages.pot --copyright-holder="2014-2018 Antenore Gatta, Giovanni Panozzo" --package-name="Remmina" --package-version="1.2.31" --msgid-bugs-address="admin@remmina.org"
+xgettext --from-code=UTF-8 -k_ -kN_ -ktranslatable --keyword=C_:1c,2 --keyword=NC_:1c,2 --keyword=g_dngettext:2,3 --add-comments --files-from=po/POTFILES.in --output=po/messages.pot --copyright-holder="2014-2020 Weblate translators" --package-name="Remmina" --package-version="1.2.31" --msgid-bugs-address="admin@remmina.org"
cd $REMMINATOP/po
for i in *.po; do
msgmerge -N --backup=off --update $i messages.pot
@@ -24,7 +24,7 @@ rm messages.pot
```
-To test remmina in another language you can start it from the command line this way:
+To test Remmina in another language, you can start it from the commandline this way:
```bash
LANGUAGE=ru remmina