Re: translation source

2020-02-23 Thread Andrea Pescetti

Dick Groskamp wrote:
However, I'm not that a technician with GitHub and I don't have write 
access.
I've looked into the Help of GitHub to learn about merging PR's, but 
learned that you should have write access, which I haven't.


You don't need to merge the PR. You need write access to YOUR so-called 
(as Github calls it) "fork" of OpenOffice, i.e., this one 
https://github.com/DiGro/openoffice and of course you do have write 
access to it.


When I make a PR I'don't have an option to merge it with older/newer 
ones (I think, at least I don't see it anywhere)


I meant "merge" in the sense of "putting together" (even though one of 
the options is to do it through git merge). See it this way if it helps 
to get you started: a PR is not a commit; a PR is a SET of commits; so 
you should make one PR out of the set of all 40 commits you did. This 
means the branch lives (as the 40 new ones you created) in YOUR 
repository and the PR contains all changes.


Regarding " and ideally removing the end-of-file newline differences" 
I'm not sure what you mean by that.


See here for example:
https://github.com/apache/openoffice/pull/63/commits/c544122805251db07510445167f9195d0a5a6d2c
If you scroll to the very last line, you will see what I mean. This is 
often an editor setting or a local git configuration.


I haven't touched the end of the files, most changes are in the 
beginning of files.


The editor did it for you. You need to configure your editor to respect 
the conventions in use. The way to do this is of course dependent on the 
editor.


I did notice a red mark in some files at the end though, but don't know 
what they mean


Indeed this is what I mean.

Regards,
  Andrea.

-
To unsubscribe, e-mail: l10n-unsubscr...@openoffice.apache.org
For additional commands, e-mail: l10n-h...@openoffice.apache.org



Re: Are the mailing lists down ? [Solved]

2020-02-23 Thread Dick Groskamp

Op 23-2-2020 om 15:31 schreef Dave Fisher:

I see emails on both lists. This includes yours.

Perhaps there is an issue with your provider?

Regards?
Dave

Sent from my iPhone


On Feb 23, 2020, at 9:08 AM, Dick Groskamp  
wrote:

I don't seems to get refreshed mailing lists from Apache.

Latest message is from 15th February 2020

conceerns at least: L10n@openoffice.apache.org ; d...@openoffice.apache.org

--
DiGro
___
Apache OpenOffice 4.1.7 (Dutch) and scanned with Ziggo Safe Online (F-Secure)


-
To unsubscribe, e-mail: l10n-unsubscr...@openoffice.apache.org
For additional commands, e-mail: l10n-h...@openoffice.apache.org



-
To unsubscribe, e-mail: l10n-unsubscr...@openoffice.apache.org
For additional commands, e-mail: l10n-h...@openoffice.apache.org



--
DiGro
___
Apache OpenOffice 4.1.7 (Dutch) and scanned with Ziggo Safe Online (F-Secure)


-
To unsubscribe, e-mail: l10n-unsubscr...@openoffice.apache.org
For additional commands, e-mail: l10n-h...@openoffice.apache.org



Re: Are the mailing lists down ? [Solved]

2020-02-23 Thread Dick Groskamp

Op 23-2-2020 om 15:31 schreef Dave Fisher:

I see emails on both lists. This includes yours.

Perhaps there is an issue with your provider?

Regards?
Dave

Sent from my iPhone


On Feb 23, 2020, at 9:08 AM, Dick Groskamp  
wrote:

I don't seems to get refreshed mailing lists from Apache.

Latest message is from 15th February 2020

conceerns at least: L10n@openoffice.apache.org ; d...@openoffice.apache.org

--
DiGro
___
Apache OpenOffice 4.1.7 (Dutch) and scanned with Ziggo Safe Online (F-Secure)


-
To unsubscribe, e-mail: l10n-unsubscr...@openoffice.apache.org
For additional commands, e-mail: l10n-h...@openoffice.apache.org



-
To unsubscribe, e-mail: l10n-unsubscr...@openoffice.apache.org
For additional commands, e-mail: l10n-h...@openoffice.apache.org


Sorry, forgot to post:

Fixed,  was still using the old one: mail-archives.

Had to switch to PonyMail. Done that, all is well

--
DiGro
___
Apache OpenOffice 4.1.7 (Dutch) and scanned with Ziggo Safe Online (F-Secure)


-
To unsubscribe, e-mail: l10n-unsubscr...@openoffice.apache.org
For additional commands, e-mail: l10n-h...@openoffice.apache.org



Re: translation source

2020-02-23 Thread Matthias Seidel
Hi,

Am 23.02.20 um 15:39 schrieb Dave Fisher:
> Dirk,
>
> Sent from my iPhone
>
>> On Feb 23, 2020, at 7:14 AM, Dick Groskamp  
>> wrote:
>>
>> Op 22-2-2020 om 22:28 schreef Andrea Pescetti:
>>> Dick Groskamp wrote:
 Started hunting the superfluous whitespace in the code pages
>>> This is great, but can you please consolidate the numerous PRs into one (or 
>>> one per day)? We had only 32 PRs on Github so far and you added 40 more, 
>>> which makes the review process more complex.
>>>
>>> If you can create a new branch including all your PRs (and ideally removing 
>>> the end-of-file newline differences) this would be much more convenient. 
>>> All redundant PRs will be automatically closed once the "big one" is 
>>> merged, so no need to modify them.
>>>
>>> Of course, keeping all individual commits is absolutely fine. I'm just 
>>> asking to have all of them in one PR; either git merge or git cherry-pick 
>>> will work well for this.
>>>
>>> Regards,
>>>   Andrea.
>>>
>>> -
>>> To unsubscribe, e-mail: l10n-unsubscr...@openoffice.apache.org
>>> For additional commands, e-mail: l10n-h...@openoffice.apache.org
>>>
>> Andrea,
>>
>> thanks for the feedback.
>>
>> However, I'm not that a technician with GitHub and I don't have write access.
>>
>> I've looked into the Help of GitHub to learn about merging PR's, but learned 
>> that you should have write access, which I haven't.
> In looking at https://whimsy.apache.org/roster/committee/openoffice it looks 
> like your DiGro GitHub username is mapped. You should have write access as a 
> committer. You should show as a member of the Apache-openoffice group. There 
> may be an infrastructure issue.

This is self service:

https://gitbox.apache.org/setup/

Regards,

   Matthias

>
>> When I make a PR I'don't have an option to merge it with older/newer ones (I 
>> think, at least I don't see it anywhere)
>>
>>
>> Regarding " and ideally removing the end-of-file newline differences"  I'm 
>> not sure what you mean by that.
>>
>> I haven't touched the end of the files, most changes are in the beginning of 
>> files.
>>
>> I did notice a red mark in some files at the end though, but don't know what 
>> they mean
>>
>> Can you tell me how to  fix it ?
> Regards,
> Dave
>> -- 
>> DiGro
>> ___
>> Apache OpenOffice 4.1.7 (Dutch) and scanned with Ziggo Safe Online (F-Secure)
>>
>>
>> -
>> To unsubscribe, e-mail: l10n-unsubscr...@openoffice.apache.org
>> For additional commands, e-mail: l10n-h...@openoffice.apache.org
>>



smime.p7s
Description: S/MIME Cryptographic Signature


Re: translation source

2020-02-23 Thread Dave Fisher
Dirk,

Sent from my iPhone

> On Feb 23, 2020, at 7:14 AM, Dick Groskamp  
> wrote:
> 
> Op 22-2-2020 om 22:28 schreef Andrea Pescetti:
>> Dick Groskamp wrote:
>>> Started hunting the superfluous whitespace in the code pages
>> 
>> This is great, but can you please consolidate the numerous PRs into one (or 
>> one per day)? We had only 32 PRs on Github so far and you added 40 more, 
>> which makes the review process more complex.
>> 
>> If you can create a new branch including all your PRs (and ideally removing 
>> the end-of-file newline differences) this would be much more convenient. All 
>> redundant PRs will be automatically closed once the "big one" is merged, so 
>> no need to modify them.
>> 
>> Of course, keeping all individual commits is absolutely fine. I'm just 
>> asking to have all of them in one PR; either git merge or git cherry-pick 
>> will work well for this.
>> 
>> Regards,
>>   Andrea.
>> 
>> -
>> To unsubscribe, e-mail: l10n-unsubscr...@openoffice.apache.org
>> For additional commands, e-mail: l10n-h...@openoffice.apache.org
>> 
> Andrea,
> 
> thanks for the feedback.
> 
> However, I'm not that a technician with GitHub and I don't have write access.
> 
> I've looked into the Help of GitHub to learn about merging PR's, but learned 
> that you should have write access, which I haven't.

In looking at https://whimsy.apache.org/roster/committee/openoffice it looks 
like your DiGro GitHub username is mapped. You should have write access as a 
committer. You should show as a member of the Apache-openoffice group. There 
may be an infrastructure issue.

> 
> When I make a PR I'don't have an option to merge it with older/newer ones (I 
> think, at least I don't see it anywhere)
> 
> 
> Regarding " and ideally removing the end-of-file newline differences"  I'm 
> not sure what you mean by that.
> 
> I haven't touched the end of the files, most changes are in the beginning of 
> files.
> 
> I did notice a red mark in some files at the end though, but don't know what 
> they mean
> 
> Can you tell me how to  fix it ?

Regards,
Dave
> 
> -- 
> DiGro
> ___
> Apache OpenOffice 4.1.7 (Dutch) and scanned with Ziggo Safe Online (F-Secure)
> 
> 
> -
> To unsubscribe, e-mail: l10n-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: l10n-h...@openoffice.apache.org
> 


Re: Are the mailing lists down ?

2020-02-23 Thread Dick Groskamp

Op 23-2-2020 om 15:25 schreef Bidouille:

I see your message

And you can see that most posts has been sent:
https://lists.apache.org/list.html?l10n@openoffice.apache.org

- Mail original -

De: "Dick Groskamp" 
À: "AOo Localization" 
Envoyé: Dimanche 23 Février 2020 15:08:00
Objet: Are the mailing lists down ?

I don't seems to get refreshed mailing lists from Apache.

Latest message is from 15th February 2020

conceerns at least: L10n@openoffice.apache.org ;
d...@openoffice.apache.org

--
DiGro
___
Apache OpenOffice 4.1.7 (Dutch) and scanned with Ziggo Safe Online
(F-Secure)


-
To unsubscribe, e-mail: l10n-unsubscr...@openoffice.apache.org
For additional commands, e-mail: l10n-h...@openoffice.apache.org



-
To unsubscribe, e-mail: l10n-unsubscr...@openoffice.apache.org
For additional commands, e-mail: l10n-h...@openoffice.apache.org


Thanks. :-)

I'm off investigating further

--
DiGro
___
Apache OpenOffice 4.1.7 (Dutch) and scanned with Ziggo Safe Online (F-Secure)


-
To unsubscribe, e-mail: l10n-unsubscr...@openoffice.apache.org
For additional commands, e-mail: l10n-h...@openoffice.apache.org



Re: Are the mailing lists down ?

2020-02-23 Thread Dave Fisher
I see emails on both lists. This includes yours.

Perhaps there is an issue with your provider?

Regards?
Dave

Sent from my iPhone

> On Feb 23, 2020, at 9:08 AM, Dick Groskamp  
> wrote:
> 
> I don't seems to get refreshed mailing lists from Apache.
> 
> Latest message is from 15th February 2020
> 
> conceerns at least: L10n@openoffice.apache.org ; d...@openoffice.apache.org
> 
> -- 
> DiGro
> ___
> Apache OpenOffice 4.1.7 (Dutch) and scanned with Ziggo Safe Online (F-Secure)
> 
> 
> -
> To unsubscribe, e-mail: l10n-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: l10n-h...@openoffice.apache.org
> 


-
To unsubscribe, e-mail: l10n-unsubscr...@openoffice.apache.org
For additional commands, e-mail: l10n-h...@openoffice.apache.org



Re: Are the mailing lists down ?

2020-02-23 Thread Bidouille
I see your message

And you can see that most posts has been sent:
https://lists.apache.org/list.html?l10n@openoffice.apache.org

- Mail original -
> De: "Dick Groskamp" 
> À: "AOo Localization" 
> Envoyé: Dimanche 23 Février 2020 15:08:00
> Objet: Are the mailing lists down ?
> 
> I don't seems to get refreshed mailing lists from Apache.
> 
> Latest message is from 15th February 2020
> 
> conceerns at least: L10n@openoffice.apache.org ;
> d...@openoffice.apache.org
> 
> --
> DiGro
> ___
> Apache OpenOffice 4.1.7 (Dutch) and scanned with Ziggo Safe Online
> (F-Secure)
> 
> 
> -
> To unsubscribe, e-mail: l10n-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: l10n-h...@openoffice.apache.org
> 
> 

-
To unsubscribe, e-mail: l10n-unsubscr...@openoffice.apache.org
For additional commands, e-mail: l10n-h...@openoffice.apache.org



Are the mailing lists down ?

2020-02-23 Thread Dick Groskamp

I don't seems to get refreshed mailing lists from Apache.

Latest message is from 15th February 2020

conceerns at least: L10n@openoffice.apache.org ; d...@openoffice.apache.org

--
DiGro
___
Apache OpenOffice 4.1.7 (Dutch) and scanned with Ziggo Safe Online (F-Secure)


-
To unsubscribe, e-mail: l10n-unsubscr...@openoffice.apache.org
For additional commands, e-mail: l10n-h...@openoffice.apache.org



Re: translation source

2020-02-23 Thread Dick Groskamp

Op 22-2-2020 om 22:28 schreef Andrea Pescetti:

Dick Groskamp wrote:

Started hunting the superfluous whitespace in the code pages


This is great, but can you please consolidate the numerous PRs into 
one (or one per day)? We had only 32 PRs on Github so far and you 
added 40 more, which makes the review process more complex.


If you can create a new branch including all your PRs (and ideally 
removing the end-of-file newline differences) this would be much more 
convenient. All redundant PRs will be automatically closed once the 
"big one" is merged, so no need to modify them.


Of course, keeping all individual commits is absolutely fine. I'm just 
asking to have all of them in one PR; either git merge or git 
cherry-pick will work well for this.


Regards,
  Andrea.

-
To unsubscribe, e-mail: l10n-unsubscr...@openoffice.apache.org
For additional commands, e-mail: l10n-h...@openoffice.apache.org


Andrea,

thanks for the feedback.

However, I'm not that a technician with GitHub and I don't have write 
access.


I've looked into the Help of GitHub to learn about merging PR's, but 
learned that you should have write access, which I haven't.


When I make a PR I'don't have an option to merge it with older/newer 
ones (I think, at least I don't see it anywhere)



Regarding " and ideally removing the end-of-file newline differences"  
I'm not sure what you mean by that.


I haven't touched the end of the files, most changes are in the 
beginning of files.


I did notice a red mark in some files at the end though, but don't know 
what they mean


Can you tell me how to  fix it ?

--
DiGro
___
Apache OpenOffice 4.1.7 (Dutch) and scanned with Ziggo Safe Online (F-Secure)


-
To unsubscribe, e-mail: l10n-unsubscr...@openoffice.apache.org
For additional commands, e-mail: l10n-h...@openoffice.apache.org



Icon inserting a footnote - faulty help text

2020-02-23 Thread Czesław Wolański
Hi,

While working in AOO Writer I'have found incorrect help text for one icon
in toolbar "Insert".

Under link given below you shall find screenshot (image file, .jpg).

https://pasteboard.co/IW03wnL.jpg


On toolbar "Insert" icon that inserts footnote has help text "Insert
Footnote/Endnote Directly"
and should have had "Insert Footnote Directly".

Seems that someone has forgotten that via Insert > Footnote/Endnote
dialog BOTH footnote and endnote can be inserted. You will find supporting
evidence for that in AOO Help.

I have visited Polish, German, French and Russian versions.
Polish, French and Russian versions are INCORRECT,
but in German version you will see CORRECT wording: "Fußnote direkt
einfügen"   (*Lang leben diese Deutschen!!! Dreimal hoch...)*

I have neither time nor intention to check other language versions. Hope
someone will
follow in my footsteps.

Keep in mind that due change/additon has to be made in AOO Help too -
second icon and its description.


with regard,

Czesław Wolański