1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-22 22:03:10 +00:00

[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot
2017-12-08 14:00:40 +00:00
parent 98f24bdf78
commit 1553bc2e0e
11 changed files with 588 additions and 510 deletions
+134
View File
@@ -0,0 +1,134 @@
<?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="login_logo">Lietotāja logotips</string>
<string name="pref_lastmsgdate">last_message_date</string>
<!-- Translations must begin there -->
<!-- Preferences -->
<string name="pref_title_sync">SMS - Ātri</string>
<string name="pref_title_slow_sync">SMS - Lēni un droši</string>
<string name="action_settings">Iestatījumi</string>
<string name="sync_now">Sinhronizēt tagad</string>
<string name="pref_category_sync">Synchronization</string>
<string name="title_global_pref_to_general_prefs">Vispārīgās preferences</string>
<string name="summary_global_pref_to_general_prefs">Sinhronizācijas opcijas</string>
<string name="summary_notif_prefs">Paziņojumi</string>
<string name="title_activity_general_settings">Vispārīgie iestatījumi</string>
<string-array name="pref_sync_frequency_titles">
<item>5 minūtes</item>
<item>15 minūtes</item>
<item>30 minūtes</item>
<item>1 stunda</item>
<item>3 stundas</item>
<item>6 stundas</item>
<item>12 stundas</item>
<item>24 stundas</item>
<item>Nekad</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_slow_sync_frequency_titles">
<item>1 stunda</item>
<item>3 stundas</item>
<item>6 stundas</item>
<item>12 stundas</item>
<item>24 stundas</item>
<item>Nekad</item>
</string-array>
<string name="pref_sync_wifi">Sinhronizēt izmantojot WiFi</string>
<string name="pref_sync_4g">Sinhronizēt izmantojot 4G</string>
<string name="pref_sync_3g">Sinhronizēt izmantojot 3G</string>
<string name="pref_sync_gprs">Sinhronizēt izmantojot 2.5G (GPRS)</string>
<string name="pref_sync_2g">Sinhronizēt izmantojot 2G</string>
<string name="pref_sync_others">Sinhronizēt izmantojot citus veidus</string>
<string name="title_activity_login">Pierakstīties</string>
<!-- Login -->
<string name="prompt_login">Autorizēties</string>
<string name="prompt_password">Parole</string>
<string name="action_sign_in">Pierakstīties vai reģistrēties</string>
<string name="action_sign_in_short">Pierakstīties</string>
<string name="error_invalid_login">Lietotājvārds vai parole nav pareiza</string>
<string name="error_invalid_password">Parole ir par īsu</string>
<string name="prompt_serverURI">Servera adrese</string>
<string name="error_invalid_server_address">Nederīgs servera adrese</string>
<!-- Main activity -->
<string name="ma_title_rate_us">Vērtē mūs!</string>
<string name="ma_title_add_account">Pievienot kontam</string>
<string name="ma_title_welcome">Laipni lūdzam!</string>
<string name="ma_title_remote_account">Attālais konts</string>
<string name="choose_account">Izvēlieties kontu</string>
<!-- Restauration -->
<string name="title_activity_select_account">Izvēlieties kontu</string>
<string name="title_activity_select_contact">Izvēlieties kontaktpersonu</string>
<string name="no_account_configured">Nav konfigurēts konts.</string>
<!-- Notifications -->
<string name="sync_title">Sinhronizācijas process</string>
<string name="sync_inprogress">... notiek sinhronizācija</string>
<string name="fatal_error">Fatāla kļūda!</string>
<string name="err_sync_create_json_request_encoding">Kļūda #7: Neatbalstīta kodēšana ģenerējot pieprasījumu</string>
<string name="err_sync_auth_failed">Kļūda #8: Autentifikācija neizdevās</string>
<string name="contactinfos_title">Kontaktpersonas informācija</string>
<string name="subtitle_contact_phones">- Kontaktpersonas tālrunis</string>
<string name="contactinfos_list">Kontaktpersonu saraksts</string>
<string name="ui_notification_title_template">Nextcloud SMS: %1$s</string>
<string name="communicate">Sazināties</string>
<string name="ma_title_my_accounts">Mani konti</string>
<string name="cancel">Atcelt</string>
<string name="notif_permission_required">Nepieciešamās atļaujas</string>
<string name="please_fix_it">Lūdzu, izlabojiet to.</string>
<string name="err_cannot_read_sms">Mēs nevaram nolasīt jūsu SMS.</string>
<string name="restore_all_messages">Atjaunot visus ziņojumus</string>
<string name="account_actions">Konta darbības</string>
<string name="nothing_to_sync">Nav nekā, ko sinhronizēt.</string>
<string name="launch_restore">Atjaunot manas SMS</string>
<string name="fix_permissions">Labot atļaujas</string>
<string name="restore_finished">SMS atjaunošana tagad ir pabeigta.</string>
<string name="yes_confirm"></string>
<string name="no_confirm"></string>
</resources>