1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-07 07:56:14 +00:00

[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2017-02-07 01:20:23 +00:00
parent b7b07c3bbe
commit 96cc3d6bdd
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
4 changed files with 313 additions and 0 deletions

View File

@ -0,0 +1,40 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
* Copyright (c) 2014, Loic Blot <loic.blot@unix-experience.fr>
* All rights reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
-->
<resources>
<!-- Translation version, reference for translators -->
<string name="gp_translation_version">3</string>
<!-- Translations must begin here -->
<string name="gp_short_description">Nextcloud SMS synchronizuje vaše lokální SMS do vašeho prostředí Nextcloud</string>
<string name="gp_description">
Aplikace NextCloud SMS synchronizuje vaše SMS zprávy do vzdáleného prostředí Nextcloud a také vám umožňuje je v něm číst.
Odesílání SMS z prostředí Nextcloud bude uvedeno v budoucích verzích.
Aplikace je plně kompatibilní s Androidem 4.0 až 6.0</string>
</resources>

View File

@ -0,0 +1,231 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
* Copyright (c) 2014-2015, Loic Blot <loic.blot@unix-experience.fr>
* All rights reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
-->
<resources
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="MissingTranslation">
<!-- Translation version, reference for translators -->
<string name="translation_version">7</string>
<!-- System strings, do not translate -->
<string name="app_name">Nextcloud SMS</string>
<string name="account_type">fr.unix_experience.owncloud_sms</string>
<string name="account_authority">fr.unix_experience.owncloud_sms.datasync.provider</string>
<string name="slowsync_account_authority">fr.unix_experience.owncloud_sms.datasync.slowsync_provider</string>
<string name="target_package">fr.unix_experience.owncloud_sms</string>
<string name="login_logo">Přihlašovací logo</string>
<string name="pref_lastmsgdate">last_message_date</string>
<string name="action_settings">Nastavení</string>
<string name="sync_now">Synchronizovat nyní</string>
<string name="pref_category_sync">Synchronizace</string>
<string name="title_global_pref_to_general_prefs">Obecné preference</string>
<string name="summary_global_pref_to_general_prefs">Nastavení synchronizace</string>
<string name="summary_notif_prefs">Upozornění</string>
<string name="pref_header_data_sync">Data a synchronizace</string>
<string name="title_activity_general_settings">Obecná nastavení</string>
<string-array name="pref_sync_frequency_titles">
<item>5 minut</item>
<item>15 minut</item>
<item>30 minut</item>
<item>1 hodina</item>
<item>3 hodiny</item>
<item>6 hodin</item>
<item>12 hodin</item>
<item>24 hodin</item>
<item>Nikdy</item>
</string-array>
<string-array name="pref_sync_frequency_values">
<item>5</item>
<item>15</item>
<item>30</item>
<item>60</item>
<item>180</item>
<item>360</item>
<item>720</item>
<item>1440</item>
<item>-1</item>
</string-array>
<string-array name="pref_sync_bulk_max_messages_titles">
<item>100 SMS</item>
<item>1000 SMS</item>
<item>2000 SMS</item>
<item>5000 SMS</item>
<item>10000 SMS</item>
<item>25000 SMS</item>
</string-array>
<string-array name="pref_sync_bulk_max_messages">
<item>100</item>
<item>1000</item>
<item>2000</item>
<item>5000</item>
<item>10000</item>
<item>25000</item>
<item>-1</item>
</string-array>
<string-array name="pref_slow_sync_frequency_titles">
<item>1 hodina</item>
<item>3 hodiny</item>
<item>6 hodin</item>
<item>12 hodin</item>
<item>24 hodin</item>
<item>Nikdy</item>
</string-array>
<string-array name="pref_slow_sync_frequency_values">
<item>60</item>
<item>180</item>
<item>360</item>
<item>720</item>
<item>1440</item>
<item>-1</item>
</string-array>
<string-array name="pref_minimum_sync_chars_titles">
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
<item>4</item>
<item>5</item>
<item>6</item>
<item>7</item>
<item>8</item>
<item>9</item>
<item>10</item>
<item>11</item>
<item>12</item>
<item>13</item>
<item>14</item>
<item>15</item>
</string-array>
<string-array name="pref_minimum_sync_chars">
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
<item>4</item>
<item>5</item>
<item>6</item>
<item>7</item>
<item>8</item>
<item>9</item>
<item>10</item>
<item>11</item>
<item>12</item>
<item>13</item>
<item>14</item>
<item>15</item>
</string-array>
<string name="pref_push_on_receive">Nahrát SMS při příjmu</string>
<string name="pref_sync_wifi">Synchronizovat přes Wi-Fi</string>
<string name="pref_sync_4g">Synchronizovat přes 4G</string>
<string name="pref_sync_3g">Synchronizovat přes 3G</string>
<string name="pref_sync_gprs">Synchronizovat přes 2.5G (GPRS)</string>
<string name="pref_sync_2g">Synchronizovat přes 2G</string>
<string name="pref_sync_others">Synchronizovat v ostatních módech</string>
<string name="title_activity_login">Přihlásit se</string>
<!-- Login -->
<string name="prompt_login">Přihlásit</string>
<string name="prompt_password">Heslo</string>
<string name="action_sign_in">Přihlásit nebo zaregistrovat</string>
<string name="action_sign_in_short">Přihlásit se</string>
<string name="error_invalid_login">Jméno nebo heslo není správné</string>
<string name="error_invalid_password">Toto heslo je příliš krátké</string>
<string name="error_field_required">Toto pole je vyžadováno</string>
<string name="prompt_serverURI">Adresa serveru</string>
<string name="error_invalid_server_address">Neplatná adresa serveru</string>
<string name="error_connection_failed">Připojení se nezdařilo. Ujistěte se, že se připojujete ke správnému serveru</string>
<string name="error_http_connection_failed">Nezdařilo se vytvořit HTTP připojení. Prosím ujistěte se, že na druhé straně je webový server.</string>
<string-array name="protocol_array">
<item>https://</item>
<item>http://</item>
</string-array>
<!-- Main activity -->
<string name="ma_title_rate_us">Ohodnotit!</string>
<string name="ma_title_add_account">Přidat účet</string>
<string name="ma_title_welcome">Vítejte</string>
<string name="ma_content_welcome">Vítejte v aplikaci Nextcloud SMS. Tato aplikace vám umožní synchronizovat SMS do vašeho prostředí Nextcloud použitím aplikace SMS.</string>
<string name="ma_title_remote_account">Vzdálený účet</string>
<string name="choose_account">Vyberte účet</string>
<!-- Restauration -->
<string name="title_activity_select_account">Vybrat účet</string>
<string name="title_activity_select_contact">Vybrat kontakt</string>
<string name="no_account_configured">Nenakonfigurován žádný účet</string>
<!-- Notifications -->
<string name="sync_title">Průběh synchronizace</string>
<string name="sync_inprogress">Probíhá synchronizace</string>
<string name="fatal_error">Závažná chyba !</string>
<!-- Errors -->
<string name="err_sync_get_smslist">Error #1: Ze serveru obdržena neplatná data při získávání předchozích zpráv.</string>
<string name="err_sync_craft_http_request">Error #2: Chyba při vytváření HTTP požadavku</string>
<string name="err_sync_push_request">Error #3: Selhal požadavek nahrání</string>
<string name="err_sync_create_json_put_smslist">Error #6: Chyba při vytváření požadavku nahrání</string>
<string name="err_sync_auth_failed">Error #8: Selhalo ověření</string>
<string name="err_sync_http_request_connect">Error #11: Není možné vytvořit připojení k prostředí Nextcloud</string>
<string name="err_sync_http_request_httpexception">Error #12: Není možné vytvořit připojení k prostředí Nextcloud</string>
<string name="err_sync_http_request_ioexception">Error #13: Není možné vytvořit připojení k prostředí Nextcloud</string>
<string name="err_sync_no_connection_available">Error #16: Není dostupné žádné datové připojení</string>
<string name="err_proto_v2">Server nepodporuje tuto funkci. Ujistěte se, že serverová verze je minimálně 1.6.</string>
<string name="contactinfos_title">Kontaktní informace</string>
<string name="pref_title_bulk_messages">Maximální počet odeslaných zpráv pro jednu synchronizaci.</string>
<string name="contactinfos_list">Kontakty</string>
<string name="ui_notification_title_template">Nextcloud SMS: %1$s</string>
<string name="communicate">Komunikovat</string>
<string name="ma_title_my_accounts">Moje účty</string>
<string name="cancel">Zrušit</string>
<string name="understood">Rozumím</string>
<string name="notif_permission_required">Vyžadováno oprávnění</string>
<string name="notif_permission_required_content">Chybí některá oprávnění vyžadována pro synchronizace. Prosím opravte je v nastavení aplikace.</string>
<string name="please_fix_it">Prosím opravte to.</string>
<string name="err_cannot_read_contacts">Nemůžeme načíst vaše kontakty.</string>
<string name="err_cannot_read_sms">Nemůžeme načíst vaše SMS.</string>
<string name="action_appinfo_perms">Informace o aplikaci a oprávněních</string>
<string name="restore_all_messages">Obnovit všechny zprávy</string>
<string name="account_actions">Akce účtu</string>
<string name="error_connection_failed_not_found">Připojení selhalo, server vrátil 404 NENALEZENO/NOT FOUND. Ujistěte se, že jste nastavili správnou cestu k vašemu prostředí Nextcloud.</string>
<string name="nothing_to_sync">Není co synchronizovat.</string>
<string name="feature_not_already_implemented">Tato funkce ještě není implementována a bude dostupná brzy.</string>
<string name="pref_title_minimum_sync_chars">Minimální délka telefonního čísla</string>
<string name="err_didnt_find_account_restore">Nebyl nalezen váš účet pro obnovu zpráv, toto je velmi zvláštní situace.</string>
<string name="launch_restore">Obnovit mé SMS</string>
<string name="error_make_default_sms_app">Prosím zvolte tuto aplikaci jako výchozí SMS aplikaci pro obnovení vašich SMS zpráv. Toto omezení bylo uvedeno v Adnroidu 4.4.</string>
<string name="fix_permissions">Opravit oprávnění</string>
<string name="err_kitkat_required">Android 4.4 nebo novější je vyžadován pro využití této funkce.</string>
<string name="restore_finished">Obnovení SMS je nyní dokončeno.</string>
<string name="x_messages_restored">zprávy obnoveny&#8230;</string>
<string name="err_no_connection">Připojení nedostupné. Prosím ujistěte se, že máte platné datové připojení.</string>
</resources>

View File

@ -224,6 +224,8 @@
<string name="ui_notification_title_template">SMS Nextcloud : %1$s</string>
<string name="communicate">Parlez de nous</string>
<string name="title_activity_main2">Main2Activity</string>
<string name="navigation_drawer_open">Ouvrir le menu latéral</string>
<string name="navigation_drawer_close">Fermer le menu latéral</string>
<string name="ma_title_my_accounts">Mes comptes</string>

View File

@ -0,0 +1,40 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
* Copyright (c) 2014, Loic Blot <loic.blot@unix-experience.fr>
* All rights reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
-->
<resources>
<!-- Translation version, reference for translators -->
<string name="gp_translation_version">3</string>
<!-- Translations must begin here -->
<string name="gp_short_description">Nextcloud SMS synkroniserer dine SMS meldinger til din Nextcloud</string>
<string name="gp_description">
Nextcloud SMS programmet synkroniserer dine SMS meldinger til Nextclouden og la deg lese meldringene fra den.
Sende SMS fra Nextcloud vil komme i en fremtidig versjon.
Programmet er kompatibelt med Android 4.0 til 6.0</string>
</resources>