Re: [Github-comments] [geany/geany] Perhaps missing space (#1789)

2018-02-28 Thread scootergrisen
Another string with missing space: `Print only the basename(without the path) of the printed file` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1789#issuecomment-369405444

Re: [Github-comments] [geany/geany] Remove Show from View menu items (#1788)

2018-02-28 Thread scootergrisen
Having something like "Show sidebar" don't make super much sense when its something you can toggle. So it says "Show sidebar" both when its enabled and disabled. Its like having a light switch with the text "Turn on the light" regardless of the light being on or off. If you really want to use

Re: [Github-comments] [geany/geany] Remove Show from View menu items (#1788)

2018-02-28 Thread scootergrisen
It was "Display", not "View". ![show](https://user-images.githubusercontent.com/1836590/36818066-c3299bf6-1ce3-11e8-87bf-f0e475c778d5.jpg) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Github-comments] [geany/geany] The word extension is used differently (#1792)

2018-03-01 Thread scootergrisen
The word "extension" seems to be used differently maybe make it the same: "filename extension", "filetype extension", "file extension". ``` Explicitly defines a filetype for the file, if it would not be detected by filename extension. Note if you choose multiple files, they will all be opened

Re: [Github-comments] [geany/geany] Perhaps missing space (#1789)

2018-03-01 Thread scootergrisen
Here is one with double space. `Perform regular expression matching on the whole buffer at once rather than line by line, allowing matches to span multiple lines. In this mode, newline characters are part of the input and can be captured as normal characters by the pattern.` -- You are

[Github-comments] [geany/geany] Placements of OK, Cancel, etc. buttons (#1794)

2018-03-01 Thread scootergrisen
I think the placements of the buttons like OK, Apply, Cancel is not using the same style as other software on Windows 7. Like in Geany the buttons might be "Cancel OK" from left to right but i think other software is using "OK Cancel". And when you try to close an unsaved document its "Cancel

[Github-comments] [geany/geany] Perhaps change fold/unfold to collapse/expand (#1793)

2018-03-01 Thread scootergrisen
We have strings like: ``` _Fold All _Unfold All _Expand All _Collapse All Fold/unfold all children of a fold point Fold or unfold all children of a fold point. By pressing the Shift key while clicking on a fold symbol the contrary behavior is used. ``` Perhaps they should all use

Re: [Github-comments] [geany/geany] Perhaps change fold/unfold to collapse/expand (#1793)

2018-03-01 Thread scootergrisen
![1](https://user-images.githubusercontent.com/1836590/36844819-7e43423c-1d54-11e8-9172-3e8adc4dc37c.jpg) ![2](https://user-images.githubusercontent.com/1836590/36844820-7e70d166-1d54-11e8-983d-6665ed2bbadf.jpg) -- You are receiving this because you are subscribed to this thread. Reply to this

[Github-comments] [geany/geany] POT file might be missing from po folder (#1786)

2018-02-26 Thread scootergrisen
The instructions on https://www.geany.org/Contribute/Translators says to run "msginit -l ll_CC -o ll.po -i geany.pot" but there is no geany.pot file in the po folder. Is this an error? I see a link to the pot file at the bottom of: https://i18n.geany.org/ So i guess i just take it from there

Re: [Github-comments] [geany/geany] POT file might be missing from po folder (#1786)

2018-02-27 Thread scootergrisen
Would it not easier to tell translations to get the pot file at https://i18n.geany.org/ and rename it and change the header a bit if its updated every day? That way translators dont need to setup msginit and make and stuff. -- You are receiving this because you are subscribed to this thread.

[Github-comments] [geany/geany] Remove a space (#1790)

2018-02-28 Thread scootergrisen
Should there not only be one space here? You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/1790 -- Commit Summary -- * Remove a space -- File Changes -- M src/about.c (2) -- Patch Links --

[Github-comments] [geany/geany] Remove Show from View menu items (#1788)

2018-02-28 Thread scootergrisen
The menu is called "View" so the "Show " part of the menu item is not nessesary. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/1788 -- Commit Summary -- * Remove Show from View menu items -- File Changes -- M data/geany.glade (16)

[Github-comments] [geany/geany] Perhaps missing space (#1789)

2018-02-28 Thread scootergrisen
Is this string missing a space? `File %s opened(%d%s).` Like so: `File %s opened (%d%s).` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1789

[Github-comments] [geany/geany] email to Email (#2005)

2018-12-04 Thread scootergrisen
You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/2005 -- Commit Summary -- * email to Email -- File Changes -- M data/geany.glade (2) -- Patch Links -- https://github.com/geany/geany/pull/2005.patch

[Github-comments] [geany/geany] Update da.po to 1.34 (#2006)

2018-12-04 Thread scootergrisen
You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/2006 -- Commit Summary -- * Update da.po to 1.34 -- File Changes -- M po/da.po (89) -- Patch Links -- https://github.com/geany/geany/pull/2006.patch

[Github-comments] [geany/geany] Missing size data to Windows installer (#2007)

2018-12-04 Thread scootergrisen
In Windows 7 control panel where you can see a list of installed applications you can se info in columns like name publisher installation date size and version. For Geany 1.33 there is no data for the size column. So i suggest adding the size info. -- You are receiving this because you are

[Github-comments] [geany/geany] Add translations for Windows installer (NSIS) (#2008)

2018-12-04 Thread scootergrisen
For a more fully translated experience the translations for the NSIS Windows installer could be included. And then have .nsi files for people to translate the strings that are specific to Geany. -- You are receiving this because you are subscribed to this thread. Reply to this email directly

Re: [Github-comments] [geany/geany] Make "Geany is a small and ..." translatable (#2093)

2019-02-27 Thread scootergrisen
So lets say i want to translate that string mentionen in the first text where do i do that? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2093#issuecomment-467897836

Re: [Github-comments] [geany/geany] Make "Geany is a small and ..." translatable (#2093)

2019-02-26 Thread scootergrisen
I dont know the details or what is best i just see it from a users perspective. The user wants to use the software so the user searches for it with the built-in software like gnome-software and it would be nice that the user could have it all in the language they use for a more complete

Re: [Github-comments] [geany/geany] Make "Geany is a small and ..." translatable (#2093)

2019-02-26 Thread scootergrisen
Ok i dont know what the best way to do it is. Maybe add the strings translations in the po files is best so its the same place. Its nicer when things are translated rather when partly translated. Like the stuff the users seens at first like when finding and installation. -- You are receiving

Re: [Github-comments] [geany/geany] Make "Geany is a small and ..." translatable (#2093)

2019-02-26 Thread scootergrisen
Cant you make a appdata.xml file with the strings? Seems like thats what other software do and then add those strings in the po files. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Github-comments] [geany/geany] Make "Geany is a small and ..." translatable (#2093)

2019-02-26 Thread scootergrisen
For a more complete translation experience for the users i suggest making this string translatable: Geany is a small and lightweight Integrated Development Environment. It was developed to provide a small and fast IDE. Another goal was to be as independent as possible from a KDE or GNOME -

[Github-comments] [geany/geany] Update danish translation to 1.35 (#2125)

2019-04-15 Thread scootergrisen
Add 2 new strings You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/2125 -- Commit Summary -- * Update danish translation to 1.35 -- File Changes -- M po/da.po (25) -- Patch Links -- https://github.com/geany/geany/pull/2125.patch

[Github-comments] [geany/geany] Bring danish translation to 100% translated (#2300)

2019-09-13 Thread scootergrisen
You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/2300 -- Commit Summary -- * Bring danish translation to 100% translated -- File Changes -- M po/da.po (5967) -- Patch Links -- https://github.com/geany/geany/pull/2300.patch

Re: [Github-comments] [geany/geany-plugins] Delete danish translation (#907)

2019-09-23 Thread scootergrisen
Closed #907. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/907#event-2653540386

Re: [Github-comments] [geany/geany-plugins] Delete danish translation (#907)

2019-09-22 Thread scootergrisen
I would say the only 3 translated strings are incorrect with large letter K, V, H in Kolonne, Venstre, Højre which should be small. msgstr "Flyt Kolonne" msgstr "Flyt til Venstre" msgstr "Flyt til Højre" And a lot of fuzzy with "Flyt det valgte til højre/venstre" which is not

Re: [Github-comments] [geany/geany] Bring danish translation to 100% translated (#2300)

2019-09-22 Thread scootergrisen
Closed #2300. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/2300#event-2652697525

[Github-comments] [geany/geany] Update danish translation to 1.36 (#2313)

2019-09-22 Thread scootergrisen
You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/2313 -- Commit Summary -- * Update danish translation to 1.36 -- File Changes -- M po/da.po (42) -- Patch Links -- https://github.com/geany/geany/pull/2313.patch

[Github-comments] [geany/geany-plugins] Delete danish translation (#907)

2019-09-22 Thread scootergrisen
Since it contain almost no translated strings. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/907 -- Commit Summary -- * Delete danish translation -- File Changes -- D po/da.po (8185) -- Patch Links --

[Github-comments] [geany/geany] Update Danish translation to 1.37 (#2620)

2020-10-11 Thread scootergrisen
You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/2620 -- Commit Summary -- * Update Danish translation to 1.37 -- File Changes -- M po/da.po (35) -- Patch Links -- https://github.com/geany/geany/pull/2620.patch

[Github-comments] [geany/geany] Update danish translation (#2789)

2021-04-18 Thread scootergrisen
You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/2789 -- Commit Summary -- * Update danish translation -- File Changes -- M po/da.po (186) -- Patch Links -- https://github.com/geany/geany/pull/2789.patch

[Github-comments] [geany/geany] Update Danish translation to 1.38 (#2902)

2021-09-21 Thread scootergrisen
You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/2902 -- Commit Summary -- * https://github.com/geany/geany/pull/2902/commits/ad0afb92122697fe8a5d13426e07af41cf1ce99a;>Update Danish translation to 1.38 -- File Changes -- M po/da.po

[Github-comments] [geany/geany-plugins] Update da.po (making it completly untranslated) (#1113)

2021-09-29 Thread scootergrisen
You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/1113 -- Commit Summary -- * https://github.com/geany/geany-plugins/pull/1113/commits/0fa61e8727293af6153207066bd86b77b9964576;>Update da.po (making it completly untranslated) --

Re: [Github-comments] [geany/geany-plugins] Update da.po (making it completly untranslated) (#1113)

2021-10-02 Thread scootergrisen
Because completely untranslated is better then having 3 translated strings and some incorrect fuzzy strings. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany-plugins] Update da.po (making it completly untranslated) (#1113)

2021-10-03 Thread scootergrisen
> > > Are you planning to restart a new translation? no -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1113#issuecomment-932956326

Re: [Github-comments] [geany/geany-plugins] Update da.po (making it completly untranslated) (#1113)

2021-10-04 Thread scootergrisen
> > > I had some discussion with ppl I know about this. Even though I'm not a fan > of this I'm going to merge this. Nice. :smiley_cat: -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany] Maybe the default sidebar width is too narrow (Issue #3630)

2023-10-27 Thread scootergrisen via Github-comments
Dynamically truncating and adding "..." at the end of text where there is not enough room to display all the text would be nice. ![billede](https://github.com/geany/geany/assets/1836590/006f8eb3-9693-4f43-ac9e-7da74fc38849) -- Reply to this email directly or view it on GitHub:

[Github-comments] [geany/geany] Update da.po (PR #3579)

2023-10-06 Thread scootergrisen via Github-comments
You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/3579 -- Commit Summary -- * Update da.po -- File Changes -- M po/da.po (3166) -- Patch Links -- https://github.com/geany/geany/pull/3579.patch

[Github-comments] [geany/geany] Emoji flag section is empty (Issue #3619)

2023-10-20 Thread scootergrisen via Github-comments
I'm trying Geany 2.0 so see if I can find anything that might needs fixing. If I right click in the Notes tab in the Message window and select insert emoji there is a flag section. But there are no emojies in the flag section. Maybe remove/hide sections that have no emojis or add the flags. >

[Github-comments] Re: [geany/geany] Context menu item "_Join Lines" missing translation (Issue #3621)

2023-10-20 Thread scootergrisen via Github-comments
"Join Lines" is in context menu Help > keyboard shortcuts dialog. That string does not seem to be able to translate. "_Join Lines" is in the po file but not "Join Lines". ![billede](https://github.com/geany/geany/assets/1836590/a4f0e596-debc-4fe3-854e-197a3fe1f645) -- Reply to this email

[Github-comments] [geany/geany] Translation for status bar not being used (Issue #3620)

2023-10-20 Thread scootergrisen via Github-comments
Seems like the translation for the string in the status bar is not being using in Geany 2.0. ![billede](https://github.com/geany/geany/assets/1836590/c03f93b4-2e63-46fb-9253-71a7c8f673a2) ``` #: ../src/ui_utils.c:62 msgid "" "line: %l / %L\t col: %c\t sel: %s\t %w %t %mEOL: %M

[Github-comments] [geany/geany] Context menu item "_Join Lines" missing translation (Issue #3621)

2023-10-20 Thread scootergrisen via Github-comments
I right click in the pane with a open file and select Format. The first option Join Lines is not using the translated string. ![billede](https://github.com/geany/geany/assets/1836590/0cd66b69-fb0c-41c1-baaf-90769645618b) ``` #: ../data/geany.glade.h:372 ../src/keybindings.c:508 msgid "_Join

[Github-comments] [geany/geany] "Name" and "Value" is not translatable in Preferences dialog (Issue #3628)

2023-10-21 Thread scootergrisen via Github-comments
"Name" and "Value" is in the po files but not used here. ![billede](https://github.com/geany/geany/assets/1836590/c9fb6a92-f1fa-45b6-9edb-6f3dd629596b) > Windows 7. > Geany 2.0. > "Pryce" > (bygget Oct 19 2023 eller efter) > Med afviklingsbibliotekerne GTK+ v3.24.39 og GLib v2.78.0 -- Reply to

[Github-comments] [geany/geany] 3 strings missing from translations ("Change History", ...) (Issue #3629)

2023-10-21 Thread scootergrisen via Github-comments
3 strings at the bottom seem to not be translatable. ``` Change History Show in markers margin Show as underline indicators ``` ![billede](https://github.com/geany/geany/assets/1836590/d96283ba-b644-4fd6-8028-b856a70d6d22) > Windows 7. > Geany 2.0. > "Pryce" > (bygget Oct 19 2023 eller efter)

[Github-comments] [geany/geany] Maybe the default sidebar width is too narrow (Issue #3630)

2023-10-21 Thread scootergrisen via Github-comments
There is enough room to show everything in the picture but some of it is clipped of to the left. ![billede](https://github.com/geany/geany/assets/1836590/f4d29067-6915-42f4-a9bf-ba4885777212) > Windows 7. > Geany 2.0. > "Pryce" > (bygget Oct 19 2023 eller efter) > Med afviklingsbibliotekerne

[Github-comments] [geany/geany] Toggeling Line Breaking seems to not do anything (Issue #3631)

2023-10-21 Thread scootergrisen via Github-comments
If I toggle Document > Line Breaking I don't see any differences. Is it perhaps not working? > Windows 7. > Geany 2.0. > "Pryce" > (bygget Oct 19 2023 eller efter) > Med afviklingsbibliotekerne GTK+ v3.24.39 og GLib v2.78.0 -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany] Context menu item "_Join Lines" missing translation (Issue #3621)

2023-10-21 Thread scootergrisen via Github-comments
"_Join Lines" is not translated in latest release. The status bar translation is still not translated so i guess its not the same cause. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3621#issuecomment-1773719660 You are receiving this because you

[Github-comments] Re: [geany/geany] Context menu item "_Join Lines" missing translation (Issue #3621)

2023-10-21 Thread scootergrisen via Github-comments
Closed #3621 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3621#event-10730857138 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] [geany/geany] Maybe use other descriptions for "Miscellaneous" and "Various" in Preferences dialog (Issue #3626)

2023-10-21 Thread scootergrisen via Github-comments
Maybe change "Miscellaneous" and "Various" to something more specific telling what it is rather than just that is it something unknown. ![billede](https://github.com/geany/geany/assets/1836590/8c9eded9-e2e5-448e-b74d-139279827dec) > Windows 7. > Geany 2.0. > "Pryce" > (bygget Oct 19 2023 eller

[Github-comments] Re: [geany/geany] Translation for status bar not being used (Issue #3620)

2023-10-21 Thread scootergrisen via Github-comments
I downloaded and installed https://download.geany.org/geany-2.0_setup.exe again and that fixes missing translations like https://github.com/geany/geany/issues/3621 but the status bar is still partly in english. `line: %l / %L col: %c sel: %s %w %t %mEOL: %M

[Github-comments] [geany/geany] Menu item string "Without encoding (None)" is not fully translatable (Issue #3624)

2023-10-21 Thread scootergrisen via Github-comments
"None" in the menu item at the bottom is not translatable. Perhaps the " (None)" part could just be removed since it already says "Without encoding". ![billede](https://github.com/geany/geany/assets/1836590/96b5c222-8e41-443b-9190-8eef275d0bd8) -- Reply to this email directly or view it on

[Github-comments] [geany/geany] Make Custom Date Format dialog less wide (Issue #3625)

2023-10-21 Thread scootergrisen via Github-comments
This dialog is really wide. It's not possible to select the text with the URL so it might not be so nice having to visit that URL by typing what you see manually. ![billede](https://github.com/geany/geany/assets/1836590/c04faf68-9c5d-4ed7-89a4-142357193ad1)

[Github-comments] Re: [geany/geany] Translation for status bar not being used (Issue #3620)

2023-10-21 Thread scootergrisen via Github-comments
No but i tried with -c now and then i get the translated string. But does they mean that all users have to manually figure out how to get a fresh configuration when changes are made to the translation? Then if i switch between languages like if i want to test Geany in danish and afterwards in

[Github-comments] [geany/geany] Update da.po (PR #3636)

2023-10-21 Thread scootergrisen via Github-comments
You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/3636 -- Commit Summary -- * Update da.po -- File Changes -- M po/da.po (832) -- Patch Links -- https://github.com/geany/geany/pull/3636.patch

[Github-comments] [geany/geany] Add missing space before "(without the path)" (PR #3635)

2023-10-21 Thread scootergrisen via Github-comments
You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/3635 -- Commit Summary -- * Add missing space before (without the path) -- File Changes -- M src/printing.c (2) -- Patch Links -- https://github.com/geany/geany/pull/3635.patch

[Github-comments] [geany/geany] In status bar "None" and "unknown" are not using same style big/small starting character (Issue #3632)

2023-10-21 Thread scootergrisen via Github-comments
In the status bar "None" have big N and "unknown" have small n. I'm guessing they should use the same style. ![billede](https://github.com/geany/geany/assets/1836590/0371a67a-a40e-4ee7-adb3-cb8ee1bac272) > Windows 7. > Geany 2.0. > "Pryce" > (bygget Oct 19 2023 eller efter) > Med