Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.10 #592

Open
oakkitten opened this issue Dec 24, 2024 · 3 comments
Open

v1.10 #592

oakkitten opened this issue Dec 24, 2024 · 3 comments

Comments

@oakkitten
Copy link
Collaborator

oakkitten commented Dec 24, 2024

This is just to track upcoming changes for 1.10. Some of these will require translations.

The branch encrypt-passwords will hopefully be a part of the subsequent release.

@oakkitten
Copy link
Collaborator Author

Things to translate:

  • from 81f6833:

      <string name="pref__connection__synchronization__handle_buffer_line_data_changed">
          Handle line changes</string>
      <string name="pref__connection__synchronization__handle_buffer_line_data_changed_summary">
          In rare circumstances displaying line changes may lead to jerky animation</string>
    
  • from 6b5623a

      <string name="pref__buffer_list__sort_buffer_list">
          Sort buffer list</string>
      <string-array name="pref__buffer_list__sort_buffer_list_names">
          <item>By number</item>
          <item>By hot messages, then by number</item>
          <item>By hot messages, then by other messages, then by number</item>
      </string-array>
    

    (Try to keep it as a full phrase, “Sort buffer list by number”)

@weechatter
Copy link
Contributor

weechatter commented Dec 29, 2024


 <string name="pref__connection__synchronization__handle_buffer_line_data_changed">
      Behandeln von Zeilenänderungen</string>
  <string name="pref__connection__synchronization__handle_buffer_line_data_changed_summary">
      In seltenen Fällen kann die Anzeige von Zeilenänderungen zu ruckelnden Animationen führen</string>


<string name="pref__buffer_list__sort_buffer_list">
      Sortiere Bufferliste</string>
  <string-array name="pref__buffer_list__sort_buffer_list_names">
      <item>Nach Nummer</item>
      <item>Nach Highlight, dann nach Nummer</item>
      <item>Nach Highlight, dann nach anderen Nachrichten, dann nach Nummer</item>
  </string-array>


@zopieux
Copy link
Collaborator

zopieux commented Jan 1, 2025

<string name="pref__connection__synchronization__handle_buffer_line_data_changed">
    Gérer les changement de lignes 
</string>
<string name="pref__connection__synchronization__handle_buffer_line_data_changed_summary">
    Il est possible que cela entraîne occasionnellement des animations saccadées. 
</string>
  <string name="pref__buffer_list__sort_buffer_list">
      Trier les tampons</string>
  <string-array name="pref__buffer_list__sort_buffer_list_names">
      <item>Par numéro</item>
      <item>Par messages notables, puis par numéro</item>
      <item>Par messages notables, puis par messages, puis par numéro</item>
  </string-array>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants