android/source/res/values-eo/strings.xml | 45 ++++++++++++++++++++++++++++++- android/source/res/values-ro/strings.xml | 3 ++ 2 files changed, 47 insertions(+), 1 deletion(-)
New commits: commit 72825d833a5685b5e6aa0b3f65e9d6a1fbb1c325 Author: Weblate <[email protected]> AuthorDate: Wed May 21 16:55:38 2025 +0200 Commit: Michael Weghorn <[email protected]> CommitDate: Sat May 24 12:31:08 2025 +0200 android-viewer translated using Weblate Romanian currently translated at 8.6% (10 of 116 strings) Change-Id: Ib92bf87766721d31c4a5363d1c5d3cf0c4e00b58 android-viewer translated using Weblate Romanian currently translated at 8.6% (10 of 116 strings) Change-Id: Iabbbe934c27360adc7f7f3cdbb40ec87c29d3693 android-viewer translated using Weblate Esperanto currently translated at 37.0% (43 of 116 strings) Change-Id: Ie1798b21c0eb1a7528bd65c183ae0130e252cbfa Co-authored-by: Donald Rogers <[email protected]> Co-authored-by: Mihai Vasiliu <[email protected]> Co-authored-by: Miloiu Andrei-Valentin <[email protected]> Co-authored-by: Weblate <[email protected]> Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-24-8/eo/ Translate-URL: https://translations.documentfoundation.org/projects/android-viewer/android-strings-24-8/ro/ Translation: android-viewer/android-strings-24-8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185491 Reviewed-by: Michael Weghorn <[email protected]> Tested-by: Michael Weghorn <[email protected]> diff --git a/android/source/res/values-eo/strings.xml b/android/source/res/values-eo/strings.xml index 4a4cb755f153..e4b3b6e31616 100644 --- a/android/source/res/values-eo/strings.xml +++ b/android/source/res/values-eo/strings.xml @@ -1,3 +1,46 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - </resources> + <string name="pref_category_general">Ĝenerale</string> + <string name="pref_experimental_editing">Eksperimenta reĝimo</string> + <string name="action_settings">Agordaro</string> + <string name="action_about">Pri</string> + <string name="action_parts">Partoj</string> + <string name="action_keyboard">Vidigi klavaron</string> + <string name="action_save_as">Konservi kiel…</string> + <string name="action_fromat">Enŝalti formaton</string> + <string name="action_UNO_commands">Sendi UNO-komandon</string> + <string name="action_undo">Malfari</string> + <string name="action_redo">Refari</string> + <string name="save_alert_dialog_title">Ĉu konservi la dokumenton antaŭ ol fermi?</string> + <string name="app_name_settings">Agordaro por LibreOffice-vidigilo</string> + <string name="app_description">LibreOffice-Vidigilo estas dokument-vidigilo bazita sur LibreOffice.</string> + <string name="app_credits">https://www.libreoffice.org</string> + <string name="app_vendor">Ĉi tiun eldonon liveris $VENDOR.</string> + <string name="readonly_file">Ĉi tiu dosiero estas nurlega.</string> + <string name="about_license">Vidigi permesilon</string> + <string name="about_notice">Vidigi rimarkon</string> + <string name="about_privacy_policy">Deklaro pri privateco</string> + <string name="create_file">Krei novan dosieron</string> + <string name="new_textdocument">Nova teksta dokumento</string> + <string name="new_presentation">Nova prezentaĵo</string> + <string name="new_spreadsheet">Nova kalkultabelo</string> + <string name="new_drawing">Nova desegnaĵo</string> + <string name="default_document_name">sentitola</string> + <string name="select_file_to_open">Elekti dosieron malfermotan</string> + <string name="search_find_next">Serĉi sekvan</string> + <string name="search_find_previous">Serĉi antaŭan</string> + <string name="file_icon_desc">dosiera bildsimbolo</string> + <string name="title_recents">Lastatempaj dosieroj</string> + <string name="title_browser">Ĉiuj dosieroj</string> + <string name="app_name">LibreOffice-vidigilo</string> + <string name="app_version">Versio: %1$s<br>Build ID: <a href=https://hub.libreoffice.org/git-core/%2$s>%2$s</a></string> + <string name="action_save">Konservi</string> + <string name="action_search">Serĉi</string> + <string name="message_saved">Dato de kompletigo</string> + <string name="pref_experimental_editing_summary">Enŝalti la eksperimentan redaktan reĝimon. Uzi je via propra risko.</string> + <string name="message_saving">Konservi la dokumenton…</string> + <string name="pref_developer_mode">Evoluiga reĝimo</string> + <string name="message_saving_failed">Malsukcesis konservi la dokumenton.</string> + <string name="password">Pasvorto</string> + <string name="pref_developer_mode_summary">Enŝalti evoluigan reĝimon kie vi povas sendi UNO-komandojn ene de la aplikaĵo. Uzi je via propra risko.</string> +</resources> diff --git a/android/source/res/values-ro/strings.xml b/android/source/res/values-ro/strings.xml index 8ae8c9bb34e0..e853d80e2aa3 100644 --- a/android/source/res/values-ro/strings.xml +++ b/android/source/res/values-ro/strings.xml @@ -7,4 +7,7 @@ <string name="app_credits">https://www.libreoffice.org</string> <string name="app_vendor">Această versiune a fost furnizată de $VENDOR.</string> <string name="readonly_file">Acest fișier este în modul doar citire.</string> + <string name="about_license">Afișează licența</string> + <string name="about_notice">Afișează notificarea</string> + <string name="about_privacy_policy">Politica de confidențialitate</string> </resources>
