Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f229e541 authored by David Luhmer's avatar David Luhmer
Browse files
parents e06540c8 bb7a7fab
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
<resources>
    <string name="app_name">Nextcloud sjednocené přihlašování</string>

    <string name="no_current_account_selected_exception_title">Varování</string>
    <string name="no_current_account_selected_exception_message">Zatím nebyl vybrán žádný účet</string>

@@ -6,8 +8,12 @@
    <string name="current_account_not_found_exception_message">Vybraný účet nebyl nalezen. Něco se pokazilo..</string>

    <string name="token_mismatch_title">Chyba</string>
    <string name="token_mismatch_message">Poskytnutý ověřovací token se neshoduje nebo tomuto balíčku není umožněno provést tuto akci</string>

    <string name="nextcloud_files_app_not_installed_title">Chyba</string>
    <string name="nextcloud_files_app_account_not_found_title">Chyba</string>
    <string name="nextcloud_files_app_account_not_found_message">Účet nebyl v aplikaci Soubory Nextcloud nalezen</string>

    <string name="nextcloud_http_request_failed_title">Chyba</string>
    <string name="nextcloud_files_app_not_supported_title">Chyba</string>
    </resources>
+3 −1
Original line number Diff line number Diff line
@@ -20,4 +20,6 @@
    <string name="nextcloud_http_request_failed_message" formatted="true">La petición HTTP ha fallado con un código de estado %1$d</string>

    <string name="nextcloud_files_app_not_supported_title">Error</string>
    <string name="nextcloud_files_app_not_supported_message">Tu app de Archivos de Nextcloud no soporta actualmente la característica de single sign on. Por favor, actualízala: https://play.google.com/store/apps/details?id=com.nextcloud.client</string>

</resources>