From e4f75e5d91c1612a014aae6ed8c71a726050590b Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sat, 30 May 2015 06:53:10 +0100 Subject: [PATCH] Translations --- app/build.gradle | 5 ++ .../main/res/layout-land/aactivity_main.old | 46 ---------------- .../main/res/layout-xlarge/aactivity_main.old | 46 ---------------- app/src/main/res/values-af/strings.xml | 25 +++++++++ app/src/main/res/values-bg/strings.xml | 24 +++++++++ app/src/main/res/values-cs/strings.xml | 53 +++++++++++++++++++ app/src/main/res/values-da/strings.xml | 39 ++++++++++++++ app/src/main/res/values-de/strings.xml | 25 +++++++++ app/src/main/res/values-el/strings.xml | 25 +++++++++ app/src/main/res/values-en-rGB/strings.xml | 53 +++++++++++++++++++ app/src/main/res/values-en_rZA/strings.xml | 53 +++++++++++++++++++ app/src/main/res/values-es/strings.xml | 42 +++++++++++++++ app/src/main/res/values-et/strings.xml | 25 +++++++++ app/src/main/res/values-fi/strings.xml | 53 +++++++++++++++++++ app/src/main/res/values-fr/strings.xml | 25 +++++++++ app/src/main/res/values-hu/strings.xml | 53 +++++++++++++++++++ app/src/main/res/values-id/strings.xml | 53 +++++++++++++++++++ app/src/main/res/values-it/strings.xml | 6 +++ app/src/main/res/values-ja/strings.xml | 25 +++++++++ app/src/main/res/values-ko/strings.xml | 10 ++++ app/src/main/res/values-ko_rKR/strings.xml | 9 ++++ app/src/main/res/values-lt/strings.xml | 49 +++++++++++++++++ app/src/main/res/values-lv/strings.xml | 8 +++ app/src/main/res/values-mk/strings.xml | 5 ++ app/src/main/res/values-ml/strings.xml | 4 ++ app/src/main/res/values-nb/strings.xml | 53 +++++++++++++++++++ app/src/main/res/values-nl/strings.xml | 49 +++++++++++++++++ app/src/main/res/values-nn/strings.xml | 10 ++++ app/src/main/res/values-pap/strings.xml | 17 ++++++ app/src/main/res/values-pl/strings.xml | 24 +++++++++ app/src/main/res/values-pt_rBR/strings.xml | 25 +++++++++ app/src/main/res/values-ro/strings.xml | 10 ++++ app/src/main/res/values-ru/strings.xml | 47 ++++++++++++++++ app/src/main/res/values-sk/strings.xml | 53 +++++++++++++++++++ app/src/main/res/values-sl/strings.xml | 13 +++++ app/src/main/res/values-sq/strings.xml | 2 + app/src/main/res/values-sv/strings.xml | 50 +++++++++++++++++ app/src/main/res/values-ta_rLK/strings.xml | 24 +++++++++ app/src/main/res/values-th_rTH/strings.xml | 24 +++++++++ app/src/main/res/values-tlh/strings.xml | 2 + app/src/main/res/values-tr/strings.xml | 5 ++ app/src/main/res/values-uk/strings.xml | 4 ++ app/src/main/res/values-vi/strings.xml | 2 + app/src/main/res/values-vi_rVN/strings.xml | 2 + app/src/main/res/values-zh_rCN/strings.xml | 24 +++++++++ app/src/main/res/values-zh_rTW/strings.xml | 53 +++++++++++++++++++ 46 files changed, 1162 insertions(+), 92 deletions(-) delete mode 100644 app/src/main/res/layout-land/aactivity_main.old delete mode 100644 app/src/main/res/layout-xlarge/aactivity_main.old create mode 100644 app/src/main/res/values-af/strings.xml create mode 100644 app/src/main/res/values-bg/strings.xml create mode 100644 app/src/main/res/values-cs/strings.xml create mode 100644 app/src/main/res/values-da/strings.xml create mode 100644 app/src/main/res/values-de/strings.xml create mode 100644 app/src/main/res/values-el/strings.xml create mode 100644 app/src/main/res/values-en-rGB/strings.xml create mode 100644 app/src/main/res/values-en_rZA/strings.xml create mode 100644 app/src/main/res/values-es/strings.xml create mode 100644 app/src/main/res/values-et/strings.xml create mode 100644 app/src/main/res/values-fi/strings.xml create mode 100644 app/src/main/res/values-fr/strings.xml create mode 100644 app/src/main/res/values-hu/strings.xml create mode 100644 app/src/main/res/values-id/strings.xml create mode 100644 app/src/main/res/values-it/strings.xml create mode 100644 app/src/main/res/values-ja/strings.xml create mode 100644 app/src/main/res/values-ko/strings.xml create mode 100644 app/src/main/res/values-ko_rKR/strings.xml create mode 100644 app/src/main/res/values-lt/strings.xml create mode 100644 app/src/main/res/values-lv/strings.xml create mode 100644 app/src/main/res/values-mk/strings.xml create mode 100644 app/src/main/res/values-ml/strings.xml create mode 100644 app/src/main/res/values-nb/strings.xml create mode 100644 app/src/main/res/values-nl/strings.xml create mode 100644 app/src/main/res/values-nn/strings.xml create mode 100644 app/src/main/res/values-pap/strings.xml create mode 100644 app/src/main/res/values-pl/strings.xml create mode 100644 app/src/main/res/values-pt_rBR/strings.xml create mode 100644 app/src/main/res/values-ro/strings.xml create mode 100644 app/src/main/res/values-ru/strings.xml create mode 100644 app/src/main/res/values-sk/strings.xml create mode 100644 app/src/main/res/values-sl/strings.xml create mode 100644 app/src/main/res/values-sq/strings.xml create mode 100644 app/src/main/res/values-sv/strings.xml create mode 100644 app/src/main/res/values-ta_rLK/strings.xml create mode 100644 app/src/main/res/values-th_rTH/strings.xml create mode 100644 app/src/main/res/values-tlh/strings.xml create mode 100644 app/src/main/res/values-tr/strings.xml create mode 100644 app/src/main/res/values-uk/strings.xml create mode 100644 app/src/main/res/values-vi/strings.xml create mode 100644 app/src/main/res/values-vi_rVN/strings.xml create mode 100644 app/src/main/res/values-zh_rCN/strings.xml create mode 100644 app/src/main/res/values-zh_rTW/strings.xml diff --git a/app/build.gradle b/app/build.gradle index f81293b..56aa0b8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,6 +13,11 @@ android { versionCode 2 versionName "2.0" } + android { + lintOptions { + ignore 'MissingTranslation' + } + } buildTypes { release { minifyEnabled false diff --git a/app/src/main/res/layout-land/aactivity_main.old b/app/src/main/res/layout-land/aactivity_main.old deleted file mode 100644 index 1059594..0000000 --- a/app/src/main/res/layout-land/aactivity_main.old +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/app/src/main/res/layout-xlarge/aactivity_main.old b/app/src/main/res/layout-xlarge/aactivity_main.old deleted file mode 100644 index 33ee101..0000000 --- a/app/src/main/res/layout-xlarge/aactivity_main.old +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/app/src/main/res/values-af/strings.xml b/app/src/main/res/values-af/strings.xml new file mode 100644 index 0000000..17d83c8 --- /dev/null +++ b/app/src/main/res/values-af/strings.xml @@ -0,0 +1,25 @@ + + + Kopiereg + Gedeeltelike kopiereg + Lisensie + Instellings + Aangaande + Waarskuwing + Terug + Voorkeure + Verfris + Soek + OpenLP + Kanselleer + Konneksie Tyd-uitloop + Kies \'n waarde (millisekondes) + Kies die gevraagde blanko tipe + Bekragtig Aangepasde Tyd-uitlope + Tuis + Geen + Poort + Verander die Diens teks grootte + Instellings + Gasheer naam of IP + diff --git a/app/src/main/res/values-bg/strings.xml b/app/src/main/res/values-bg/strings.xml new file mode 100644 index 0000000..8a4b415 --- /dev/null +++ b/app/src/main/res/values-bg/strings.xml @@ -0,0 +1,24 @@ + + + Копирайт + Копирайт за отделни части + Лиценз + Настройки + Относно + Сигнал + Предпочитания + Обнови + Търсене + OpenLP + Откажи + Времето за изчакване на свързването + Избери стойност (в милисекунди) + Избери изисквания тип на празнота + Активирай клиентски срокове + Начало + Нищо + Порт + Промени размера на текста за Службата + Настройки + Hostname или IP + diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml new file mode 100644 index 0000000..cc69dce --- /dev/null +++ b/app/src/main/res/values-cs/strings.xml @@ -0,0 +1,53 @@ + + + OpenLP je volně dostupná křesťanská prezentační aplikace + Pro více informací navštivte OpenLP stránky + Autorská práva + Částečná autorská práva + Licence + Tento program je svobodný software; můžete jej šířit a modifikovat podle ustanovení GNU General Public License, vydávané Free Software Foundation; a to podle verze 2 této licence + Tento program je šířen v naději, že bude užitečný, avšak BEZ JAKÉKOLI ZÁRUKY; neposkytují se ani odvozené záruky PRODEJNOSTI anebo VHODNOSTI PRO URČITÝ ÚČEL + Nastavení + O aplikaci + Upozornění + Zpět + Změnit zobrazení + Nastavení + Obnovit + Hledat + OpenLP + Zrušit + Nastavení sítě + Heslo + Podrobnosti serveru + Použít HTTPS + Upřesnit jestli použít HTTPS + Časový limit spojení + Vybrat hodnotu (milisekundy) + Uživatelské jméno + Nastavit uživatelský časový limit + Vybrat požadovaný prázdný typ + Prázdné zobrazení na plochu + Obnovit zobrazení + Prázdné zobrazení na prázdné + Prázdné zobrazení na motiv + Zapnout uživatelský časový limit + Vložit text upozornění + Domů + Neoprávněný přístup, zadejte prosím správné uživatelské jméno a heslo + Seznam naživo + Zobrazení naživo + Otevřít navigační panel + Zavřít navigační panel + Žádný + Port + Zpracovat + Seznam služby + Zobrazení na pódiu + Velikost zobrazeného textu + Vybrat velikost zobrazeného textu + Změnit velikost textu služby + Nastavení + Jméno počítače nebo IP + Není možné vykonat požadavek - prověřte nastavení sítě + diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml new file mode 100644 index 0000000..947879d --- /dev/null +++ b/app/src/main/res/values-da/strings.xml @@ -0,0 +1,39 @@ + + + OpenLP er et frit og gratis præsentationsprogram til kirker. + Besøg OpenLP\'s hjemmside for at lære mere + Ophavsret + Delvis ophavsret + Licens + Dette program er fri software; du kan redistribuere det og/eller ændre det under vilkårene angivet i GNU General Public License, som er udgivet af Free Software Foundation; udgave 2 af licensen. + Dette program er udgivet i håbet om at det må være brugbart, men UDEN NOGEN GARANTI; endda uden den underforståede garanti om SALGBARHED eller BRUGBARHED TIL ET BESTEMT FORMÅL. + Indstillinger + Om + Meddelelse + Tilbage + Indstillinger + Opdatér + Søg + OpenLP + Annullér + Konfigurér netværk + Adgangskode + Serverdetaljer + Benyt HTTPS + Angiv om HTTPS skal benyttes + Timeout for forbindelse + Vælg en værdi (millisekunder) + Brugernavn + Vælg den ønskede \"sort skærm\" type + Aktiver brugerdefinerede timeouts + Indtast meddelelsestekst + Hjem + Åbn navigationsskuffe + Luk navigationsskuffe + Ingen + Port + Programoversigt + Ændr programmets tekststørrelse + Indstillinger + Værtsnavn eller IP + diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml new file mode 100644 index 0000000..f8958df --- /dev/null +++ b/app/src/main/res/values-de/strings.xml @@ -0,0 +1,25 @@ + + + Copyright + Anteiliges Urheberrecht + Lizenz + Einstellungen + Über + Hinweis + Zurück + Voreinstellungen + Aktualisieren + Suche + OpenLP + Abbruch + Verbindungzeit überschritten + Wähle einen Wert (in Millisekunden) + Wähle den erforderlichen Verdunklungstyp + Aktiviere eigene Time-outs + Start + Nichts + Port + Textgröße des Ablaufs ändern + Einstellungen + Hostname oder IP + diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml new file mode 100644 index 0000000..58156f3 --- /dev/null +++ b/app/src/main/res/values-el/strings.xml @@ -0,0 +1,25 @@ + + + Πνευματικά δικαιώματα + Τμηματικά πνευματικά δικαιώματα + Άδεια + Ρυθμίσεις + Σχετικά + Ειδοποίηση + Πίσω + Προτιμήσεις + Ανανέωση + Αναζήτηση + OpenLP + Ακύρωση + Λήξη Σύνδεσης + Επιλέξτε μια τιμή (milliseconds) + Επιλέξτε τον απαιτούμενο τύπο κενής σελίδας + Ενεργοποίηση + Αρχική Σελίδα + Κανένα + Θύρα + Αλλάξτε το μέγεθος κειμένου της Λειτουργίας + Ρυθμίσεις + Hostname ή διεύθυνση IP + diff --git a/app/src/main/res/values-en-rGB/strings.xml b/app/src/main/res/values-en-rGB/strings.xml new file mode 100644 index 0000000..9175dbe --- /dev/null +++ b/app/src/main/res/values-en-rGB/strings.xml @@ -0,0 +1,53 @@ + + + OpenLP is free church presentation software + To find out more visit the OpenLP website + Copyright + Portions copyright + License + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE + Settings + About + Alert + Back + Toggle Display + Preferences + Refresh + Search + OpenLP + Cancel + Configure Network + Password + Server Details + Use HTTPS + Specify whether HTTPS should be used + Connection Timeout + Select a value (milliseconds) + Username + Set Custom Timeout + Select the required blank type + Blank display to Desktop + Reset Display + Blank display to Blank + Blank display to Theme + Enable Custom Timeouts + Enter Alert Text + Home + Unauthorised Access, please enter valid username and password + Live List + LiveView + Open navigation drawer + Close navigation drawer + None + Port + Process + Service List + Stage View + Display Text Size + Select display text size + Change the Service text size + Settings + Hostname or IP + Unable to process request - check network settings + diff --git a/app/src/main/res/values-en_rZA/strings.xml b/app/src/main/res/values-en_rZA/strings.xml new file mode 100644 index 0000000..9175dbe --- /dev/null +++ b/app/src/main/res/values-en_rZA/strings.xml @@ -0,0 +1,53 @@ + + + OpenLP is free church presentation software + To find out more visit the OpenLP website + Copyright + Portions copyright + License + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE + Settings + About + Alert + Back + Toggle Display + Preferences + Refresh + Search + OpenLP + Cancel + Configure Network + Password + Server Details + Use HTTPS + Specify whether HTTPS should be used + Connection Timeout + Select a value (milliseconds) + Username + Set Custom Timeout + Select the required blank type + Blank display to Desktop + Reset Display + Blank display to Blank + Blank display to Theme + Enable Custom Timeouts + Enter Alert Text + Home + Unauthorised Access, please enter valid username and password + Live List + LiveView + Open navigation drawer + Close navigation drawer + None + Port + Process + Service List + Stage View + Display Text Size + Select display text size + Change the Service text size + Settings + Hostname or IP + Unable to process request - check network settings + diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml new file mode 100644 index 0000000..bccad6a --- /dev/null +++ b/app/src/main/res/values-es/strings.xml @@ -0,0 +1,42 @@ + + + OpenLP es un software de proyección gratuito para iglesias. + Para más información sobre OpenLP visite el sitio web. + Copyright + Partes copyright + Licencia + Este es un programa gratuito; usted puede distribuirlo y/o modificarlo bajo los términos de GNU General Public License según la publicación de Free Software Foundation; versión 2 de la Licencia. + Este programa se distribuye con la esperanza de que sea útil, pero SIN NINGUNA GARANTÍA, incluso sin la garantía implícita de COMERCIALIZACIÓN o IDONEIDAD PARA UN PROPÓSITO PARTICULAR. Véase más abajo para más detalles. + Preferencias + Acerca de + Alerta + Atrás + Alternar Pantalla + Preferencias + Refrezcar + Buscar + OpenLP + Cancelar + Configurar Red + Clave + Detalles de Servidor + Usar HTTPS + Especificar si se debe usar HTTPS + Tiempo de espera de conexión + Seleccione un valor (en milisegundos) + Tiempo de espera personalizado + Seleccione el tipo de blanco que necesite + Restablecer Pantalla + Permitir tiempos de espera personalizados + Ingrese Texto de Alerta + Inicio + Abrir cajón de navegación + Cerrar cajón de navegación + Ninguno + Puerto + Vista de Escenario + Cambia el tamaño de texto del Servicio + Preferencias + Nombre de host o IP + No se pudo procesar la solicitud - revise la configuración de red + diff --git a/app/src/main/res/values-et/strings.xml b/app/src/main/res/values-et/strings.xml new file mode 100644 index 0000000..289504f --- /dev/null +++ b/app/src/main/res/values-et/strings.xml @@ -0,0 +1,25 @@ + + + Autoriõigused + Osalised autoriõigused + Litsents + Sätted + Rakendusest + Teade + Tagasi + Eelistused + Värskenda + Otsi + OpenLP + Loobu + Ühenduse aegumine + Vali kestus (millisekundid) + Vali kuva tühjendamise liik + Kohandatud aegumisegade kasutamine + Kodu + Puudub + Port + Vaikimisi teenistuse teksti suuruse muutmine + Sätted + Hostinimi või IP + diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml new file mode 100644 index 0000000..b25232d --- /dev/null +++ b/app/src/main/res/values-fi/strings.xml @@ -0,0 +1,53 @@ + + + OpenLP on vapaalevitteinen seurakuntien esitysohjelmisto. + Lisätietoja löytyy OpenLP verkkosivulta + Tekijäinoikeudet + Osien tekijäinoikeudet + Lisenssi + Tämä ohjelma on vapaa, voit jakaa ja / tai muuttaa sitä ehtojen mukaisesti GNU General Public Licensen julkaissut Free Software Foundation, version 2 lisenssillä. + Tätä ohjelmaa levitetään siinä toivossa, että se olisi hyödyllinen, mutta ilman mitään takuuta; ilman edes hiljaista takuuta kaupallisesti hyväksyttävästä laadusta tai soveltuvuudesta tiettyyn tarkoitukseen. + Asetukset + Tietoja + Hälytys + Takaisin + Vaihda näyttö + Asetukset + Päivitä + Etsi + OpenLP + Peruuta + Verkon asetukset + Salasana + Palvelimen asetukset + Käytä HTTPS + Määrittele tahdotaanko HTTPS ottaa käyttöön + Yhteyden aikakatkaisu + Valitse arvo (millisekuntia) + Käyttäjätunnus + Säädä mukautettu aikakatkaisu + Valitse pimennyksen tyyppi + Pimennä näyttö työpöydälle + Nollaa näyttö + Pimennä näyttö tyhjäksi + Pimennä näyttö teeman mukaiseksi + Salli mukautetut viiveet + Syötä hälytysviesti tähän + Koti + Ei pääsyä, ole hyvä ja anna kelvollinen käyttäjätunnus ja salasana + Esitysluettelo + Esitysnäyttö + Avaa navigointi + Sulje navigointi + Ei mitään + Portti + Prosessoi + Palveluluettelo + Näyttölavan näyttö + Näyttötekstin koko + Valitse näyttötekstin koko + Vaihda palvelun tekstikokoa + Asetukset + Koneen nimi tai IP + Pyyntöä ei voi käsitellä - tarkista verkkoasetukset + diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml new file mode 100644 index 0000000..91de48f --- /dev/null +++ b/app/src/main/res/values-fr/strings.xml @@ -0,0 +1,25 @@ + + + Copyright + Copyright partiel + Licence + Paramètres + A propos de + Alerte + Arrière + Préférences + Rafraîchir + Recherche + OpenLP + Annuler + Délai de connexion + Sélectionnez une valeur (millisecondes) + Sélectionnez le type vide requis + Activer le délai personnalisé + Accueil + Rien + Port + Modifier la taille du texte du service + Paramètres + Nom d\'hôte ou IP + diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml new file mode 100644 index 0000000..1a45840 --- /dev/null +++ b/app/src/main/res/values-hu/strings.xml @@ -0,0 +1,53 @@ + + + Az OpenLP egy templomi/gyülekezeti vetítő szoftver. + További információk az OpenLP-ről a weboldalon + Szerzői jog + Részleges szerzői jog + Licenc + Ez egy szabad szoftver; terjeszthető illetve módosítható a GNU Általános Közreadási Feltételek dokumentumában leírtak szerint - 2. verzió -, melyet a Szabad Szoftver Alapítvány ad ki + Ez a program abban a reményben kerül közreadásra, hogy hasznos lesz, de minden egyéb GARANCIA NÉLKÜL, az eladhatóságra vagy valamely célra való alkalmazhatóságra való származtatott garanciát is beleértve + Beállítások + Névjegy + Riasztás + Vissza + Megjelenítés átváltása + Beállítások + Frissítés + Keresés + OpenLP + Mégsem + Hálózat beállítása + Jelszó + Szerver részletek + HTTPS alkalmazása + HTTPS alkalmazásának meghatározása + Kapcsolódási időtúllépés + Válassz egy értéket (milliszekundum) + Felhasználói név + Egyéni időtúllépés beállítása + Válaszd ki a kívánt elsötétítési módot + Asztal megjelenítése + Képernyő visszaállítása + Képernyő elsötétítése + Elsötétítés a témára + Egyéni időtúllépés engedélyezése + Riasztási üzenet megadása + Kezdőlap + Engedély nélküli hozzáférés, adjon meg érvényes felhasználói nevet és jelszót + Élő lista + Élő nézet + Menü megnyitása + Menü bezárása + Nincs + Portszám + Folyamatban + Sorrend + Színpadi nézet + Megjelenítés betűmérete + Betűméret választása + Sorrend betűméretének módosítása + Beállítások + Gépnév vagy IP-cím + A kérés feldolgozhatatlan - ellenőrizzük a hálózati beállításokat + diff --git a/app/src/main/res/values-id/strings.xml b/app/src/main/res/values-id/strings.xml new file mode 100644 index 0000000..4710fb3 --- /dev/null +++ b/app/src/main/res/values-id/strings.xml @@ -0,0 +1,53 @@ + + + OpenLP adalah perangkat lunak presentasi gratis untuk gereja + Untuk mengetahui lebih lanjut, kunjungi situs OpenLP + Hak Cipta + Bagian hak cipta + Lisensi + Program ini adalah perangkat lunak gratis; Anda dapat menyebarluaskannya dan / atau memodifikasinya di bawah ketentuan GNU General Public License sebagaimana diterbitkan oleh Free Software Foundation; versi 2 dari Lisensi tersebut. + Program ini disebarluaskan dengan harapan bahwa akan berguna, tetapi TANPA JAMINAN APAPUN; bahkan tanpa jaminan yang termasuk pada PERDAGANGAN atau KECOCOKAN UNTUK SUATU TUJUAN TERTENTU. + Setelan + Tentang + Peringatan + Kembali + Ganti Tampilan + Pilihan + Segarkan-ulang + Penelusuran + OpenLP + Batal + Mengkonfigurasi Jaringan + Kata sandi + Rincian Server + Gunakan HTTPS + Tentukan apakah HTTPS seharusnya digunakan + Batas-Waktu Sambungan + Pilih sebuah nilai (milidetik) + Nama Pengguna + Setel Batas-waktu Kustom + Pilih jenis kosong yang dibutuhkan + Kosongkan tampilan jadi Desktop + Setel-ulang Tampilan + Kosongkan tampilan jadi Kosong + Kosongkan tampilan jadi Tema + Aktifkan Batas-Waktu Kustom + Masukkan Teks Peringatan + Beranda + Akses Tidak sah, silakan masukkan nama pengguna dan kata sandi yang valid + Daftar Tayang + Tinjauan Tayang + Buka penarik navigasi + Tutup penarik navigasi + Tidak sama sekali + Port + Proses + Daftar Layanan + Tinjuan Bertahap + Tampilkan Ukuran Teks + Pilih tampilan ukuran teks + Ubah ukuran teks Layanan + Setelan + Nama Host atau IP + Tidak dapat memproses permintaan - periksa setelan jaringan + diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml new file mode 100644 index 0000000..7f809d7 --- /dev/null +++ b/app/src/main/res/values-it/strings.xml @@ -0,0 +1,6 @@ + + + Licensa + Allerta + Ricerca + diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml new file mode 100644 index 0000000..ecf5824 --- /dev/null +++ b/app/src/main/res/values-ja/strings.xml @@ -0,0 +1,25 @@ + + + 著作権 + 追加の著作権 + ライセンス + 設定 + 情報 + 警告 + 戻る + 設定 + 再読込 + 検索 + OpenLP + キャンセル + 接続タイムアウト + 値を選択 (ミリ秒) + ブランクの種類を選択してください + 任意のタイムアウトを有効にする + ホーム + 無し + ポート + 礼拝テキストの大きさを変更します + 設定 + ホスト名またはIPアドレス + diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml new file mode 100644 index 0000000..3098870 --- /dev/null +++ b/app/src/main/res/values-ko/strings.xml @@ -0,0 +1,10 @@ + + + 라이선스 + 설정 + 알림 + 검색 + 취소 + 포트 + 설정 + diff --git a/app/src/main/res/values-ko_rKR/strings.xml b/app/src/main/res/values-ko_rKR/strings.xml new file mode 100644 index 0000000..c9a7ef7 --- /dev/null +++ b/app/src/main/res/values-ko_rKR/strings.xml @@ -0,0 +1,9 @@ + + + 설정 + 환경설정 + OpenLP + 포트 + 설정 + Hostname or IP + diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml new file mode 100644 index 0000000..e2c8c79 --- /dev/null +++ b/app/src/main/res/values-lt/strings.xml @@ -0,0 +1,49 @@ + + + OpenLP yra, bažnyčioms skirta, nemokama pristatymų programinė įranga + Norėdami sužinoti daugiau, aplankykite OpenLP svetainę + Autorių Teisės + Licencija + Ši programa yra nemokama programinė įranga; jūs galite ją platinti ir/arba modifikuoti remdamiesi Free Software Foundation paskelbtomis GNU Bendrosios Viešosios Licencijos sąlygomis; licencijos 2 versija. + Ši programa platinama, tikintis, kad ji bus naudinga, tačiau BE JOKIŲ GARANTIJŲ; netgi be numanomos PARDAVIMO ar TINKAMUMO TAM TIKRAM TIKSLUI GARANTIJOS + Nustatymus + Apie + Įspėjimas + Grįžti + Perjungti Ekraną + Nuostatos + Įkelti iš naujo + Paieška + OpenLP + Atšaukti + Konfigūruoti Tinklą + Slaptažodis + Išsamiau apie Serverį + Naudoti HTTPS + Nurodykite ar turėtų būti naudojamas HTTPS + Sujungimo Laiko Limitas + Pasirinkite reikšmę (milisekundėmis) + Vartotojo vardas + Nustatyti Pasirinktiną Laukimo Laiką + Pasirinkite reikiamą uždengimo tipą + Rodyti ekrane Darbalaukį + Atstatyti Ekraną + Rodyti uždengtą Ekraną + Rodyti ekrane Temos foną + Įjungti Pasirinktinius Laiko Limitus + Įveskite Įspėjimo Tekstą + Pradžia + Neleistina Prieiga, prašome įvesti teisingą vartotojo vardą bei slaptažodį + Atidaryti naršymo stalčių + Uždaryti naršymo stalčių + Joks + Prievadas + Pamaldų Programos Sąrašas + Scenos Rodinys + Ekrano Teksto Dydis + Pasirinkite rodomo teksto dydį + Keisti Pamaldų programos teksto dydį + Nustatymus + Kompiuterio vardas arba IP + Negalima apdoroti užklausos - patikrinkite tinklo nustatymus + diff --git a/app/src/main/res/values-lv/strings.xml b/app/src/main/res/values-lv/strings.xml new file mode 100644 index 0000000..fbfb312 --- /dev/null +++ b/app/src/main/res/values-lv/strings.xml @@ -0,0 +1,8 @@ + + + Iestatījumi + OpenLP + Savienojuma laika beigas + Izvēlieties vērtību (milisekundes) + Iestatījumi + diff --git a/app/src/main/res/values-mk/strings.xml b/app/src/main/res/values-mk/strings.xml new file mode 100644 index 0000000..dd45d13 --- /dev/null +++ b/app/src/main/res/values-mk/strings.xml @@ -0,0 +1,5 @@ + + + Лиценца + Предупредување + diff --git a/app/src/main/res/values-ml/strings.xml b/app/src/main/res/values-ml/strings.xml new file mode 100644 index 0000000..5ada11b --- /dev/null +++ b/app/src/main/res/values-ml/strings.xml @@ -0,0 +1,4 @@ + + + ജാഗ്രത + diff --git a/app/src/main/res/values-nb/strings.xml b/app/src/main/res/values-nb/strings.xml new file mode 100644 index 0000000..d2914af --- /dev/null +++ b/app/src/main/res/values-nb/strings.xml @@ -0,0 +1,53 @@ + + + OpenLP er en gratis presentasjonsprogramvare for menigheter + For videre opplysninger besøk OpenLP sin hjemmeside + Copyright + Andel av opphavsrett + Lisens + Dette programmet er gratis programvare; du kan redistribuere det og/eller endre det under betingelsene i GNU General Public License versjon 2, publisert av Free Software Foundation + Dette programmet er distribuert i det håp at det vil være nyttig, men UTEN NOEN FORM FOR GARANTI; heller ingen underforståtte garanti om SALGBARHET eller ANVENDELIGHET FOR ET SPESIELT FORMÅL. + Innstillinger + Om + Melding + Tilbake + Skifte skjermvisning + Innstillinger + Oppdater + Søk + OpenLP + Avbryt + Konfigurer nettverk + Passord + Serverditaljer + Bruk HTTPS + Angi om HTTPS skal brukes + Tidsavbrudd for tilkobling + Velg en verdi (millisekund) + Brukernavn + Angi egendefinert tidsavbrudd + Velg ønsket slukk skjerm modus + Sett skjerm til skrivebord + Tilbakestille skjerm + Sett skjermen til sort + Sett skjermen til tema + Aktiver egendefinerte tidsavbrudd + Skriv meldingstekst + Hjem + Ikke godkjent tilgang, vennligst skriv gyldig brukernavn og passord + Framvisningsliste + Direktevisning + Åpne navigasjonsmenyen + Lukke navigasjonsmenyen + Ingen + Port + Behandle + Møteprogramliste + Scenevisning + Tekststørrelse i skjerm + Velg tekststørrelse i skjerm + Endre tekststørrelsen i møteprogrammet + Innstillinger + Vertsnavn eller IP + Kan ikke behandle forespørselen - sjekk nettverksinnstillingene + diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml new file mode 100644 index 0000000..d47296d --- /dev/null +++ b/app/src/main/res/values-nl/strings.xml @@ -0,0 +1,49 @@ + + + OpenLP is gratis presentatiesoftware voor kerken + Lees meer over OpenLP op de website + Copyright + Onderdelen copyright + Licentie + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE + Instellingen + Over + Waarschuwing + Terug + Scherm leegmaken + Voorkeuren + Vernieuwen + Zoek + OpenLP + Annuleer + Netwerk instellen + Wachtwoord + Serverdetails + Gebruik HTTPS + Geef aan of HTTPS gebruikt moet worden + Verbindingstimeout + Selecteer een waarde (milliseconden) + Gebruikersnaam + Aangepaste timeout instellen + Selecteer verplichte leeg scherm soort + Scherm leegmaken naar bureaublad + Scherm leegmaken + Scherm leegmaken naar thema + Aangepaste timeouts toestaan + Voer waarschuwingstekst in + Startpagina + Geen toegang, voer juiste gebruikersnaam en wachtwoord in + Live lijst + Live weergave + Open navigatiemenu + Sluit navigatiemenu + Niet + Poort + Liturgie lijst + Podiumweergave + Verander lettergrootte liturgie + Instellingen + Hostname of IP adres + Kon aanvraag niet behandelen - controleer netwerkinstellingen + diff --git a/app/src/main/res/values-nn/strings.xml b/app/src/main/res/values-nn/strings.xml new file mode 100644 index 0000000..ea67036 --- /dev/null +++ b/app/src/main/res/values-nn/strings.xml @@ -0,0 +1,10 @@ + + + Innstillingar. + Varsling + OpenLP + Tidsavbrot for tilkopling + Oppgje ein verdi i millisekund + Port + Innstillingar. + diff --git a/app/src/main/res/values-pap/strings.xml b/app/src/main/res/values-pap/strings.xml new file mode 100644 index 0000000..dc270ef --- /dev/null +++ b/app/src/main/res/values-pap/strings.xml @@ -0,0 +1,17 @@ + + + Derecho di outor + Lisensia + Konfigurashon + Informashon + Aviso + Preferensia + Buska + OpenLP + Selekta e tipo blanko nesesario + Permití Timeout adaptá + Niun + Port + Konfigurashon + Hostname òf IP + diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml new file mode 100644 index 0000000..da2ec2a --- /dev/null +++ b/app/src/main/res/values-pl/strings.xml @@ -0,0 +1,24 @@ + + + Prawa autorskie + Częściowe prawa autorskie + Licencja + Ustawienia + O programie + Komunikat + Preferencje + Odśwież + Szukaj + OpenLP + Anuluj + limit czasowy połączenia + Wybierz wartość (milisekundy) + Wybierz wymagany pusty typ + niestandardowe + Home + nic + Port + Zmień rozmiar czcionki wiadomości serwisowych + Ustawienia + Nazwa hosta lub IP + diff --git a/app/src/main/res/values-pt_rBR/strings.xml b/app/src/main/res/values-pt_rBR/strings.xml new file mode 100644 index 0000000..9db7e27 --- /dev/null +++ b/app/src/main/res/values-pt_rBR/strings.xml @@ -0,0 +1,25 @@ + + + Direitos Autorais + Partes copyright + Licença + Configurações + Sobre + Alertar + Voltar + Preferências + Atualizar + Busca + OpenLP + Cancelar + Tempo limite de conexão + Selecione um valor (em milissegundos) + Selecione o \'Tipo em Branco\' requerido + Habilitar Timeouts personalizados + Home + Nenhum + Porta + Alterar o tamanho do texto de culto + Configurações + Hostname ou IP + diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml new file mode 100644 index 0000000..50773e6 --- /dev/null +++ b/app/src/main/res/values-ro/strings.xml @@ -0,0 +1,10 @@ + + + Setări + Anunț + Preferințe + OpenLP + Port + Setări + Hostname sau IP + diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml new file mode 100644 index 0000000..5f3ae3b --- /dev/null +++ b/app/src/main/res/values-ru/strings.xml @@ -0,0 +1,47 @@ + + + OpenLP является бесплатным церковным программным обеспечением для презентаций + Чтобы узнать больше, посетите веб-сайт OpenLP + Авторские права + Portions copyright + Лицензия + Эта программа является свободным программным обеспечением; Вы можете распространять и / или изменять его в соответствии с условиями GNU General Public License, опубликованной Фондом свободного программного обеспечения, версия 2 Лицензии + Эта программа распространяется в надежде, что она будет полезной, но БЕЗ КАКИХ-ЛИБО ГАРАНТИЙ; даже без подразумеваемых гарантий КОММЕРЧЕСКОЙ ЦЕННОСТИ или ПРИГОДНОСТИ ДЛЯ КОНКРЕТНЫХ ЦЕЛЕЙ + Параметры + О програме + Оповещение + Черный + Переключите экран + Настройки + Обновить + Поиск + OpenLP + Отмена + Настроить сеть + Пароль + Параметры сервера + Использовать HTTPS + Укажите, следует ли использовать HTTPS + Время ожидания соединения + Выберите значение (в миллисекундах) + Установить пользовательский тайм-аут + Выберите нужный тип блокировки + Показать рабочий стол + Сбросить дисплей + Очистить дисплей (черный) + Очистить контент дисплея + Включить пользовательские тайм-ауты + Введите текст оповещения + Домой + Ничего + Порт + Выполнение + Список служения + Вид сцены + Отображаемые размер текста + Выберите размер текста + Изменить размер текста Служения + Параметры + Имя хоста или IP + Невозможно выполнить запрос - проверьте настройки сети + diff --git a/app/src/main/res/values-sk/strings.xml b/app/src/main/res/values-sk/strings.xml new file mode 100644 index 0000000..3e0671e --- /dev/null +++ b/app/src/main/res/values-sk/strings.xml @@ -0,0 +1,53 @@ + + + OpenLP je voľne dostupná kresťanská prezentačná aplikácia. + Pre viac informácií navštívte OpenLP web + Autorské práva + Čiastočné autorské práva + Licencia + Tento program je slobodný software; môžete ho šířiť a modifikovať podľa ustanovení GNU General Public License, vydávanej Free Software Foundation; a to podľa verze 2 tejto licencie + Tento program je šírený v nádeji, že bude užitočný, avšak BEZ AKÉJKOĽVEK ZÁRUKY; neposkytujú sa ani odvodené záruky PREDAJNOSTI alebo VHODNOSTI PRE URČITÝ ÚČEL + Nastavenia + O aplikácii + Upozornenie + Naspäť + Zmeniť zobrazenie + Nastavenia + Obnoviť + Hľadať + OpenLP + Zrušiť + Nastavenie sieťe + Heslo + Podrobnosti servera + Použiť HTTPS + Upresniť či by malo byť použité HTTPS + Časový limit spojenia + Vybrať hodnotu (milisekundy) + Používateľské meno + Nastaviť užívateľský časový limiť + Vybrať požadovaný prázdny typ + Prázdne zobrazenie na plochu + Obnov zobrazenie + Prázdne zobrazenie na prázdne + Prázdne zobrazenie na tému + Zapnúť užívateľský časový limit + Zadať text upozornenia + Domov + Nepovolený prístup, prosím zadajte správne používateľské meno a heslo + Zoznam naživo + Zobrazenie naživo + Otvoriť navigačný panel + Zatvoriť navigačný panel + Žiadny + Port + Spracovať + Správca Služby + Pódiové zobrazenie + Veľkosť zobrazeného textu + Vybrať veľkosť zobrazeného textu + Zmeniť veľkosť textu služby + Nastavenia + Hostname alebo IP + Nie je možné vykonať požiadavku - skontrolujte nastavenie siete + diff --git a/app/src/main/res/values-sl/strings.xml b/app/src/main/res/values-sl/strings.xml new file mode 100644 index 0000000..305c725 --- /dev/null +++ b/app/src/main/res/values-sl/strings.xml @@ -0,0 +1,13 @@ + + + Licenca + Nastavitve + Opozorilo + Osveži + Išči + OpenLP + Prekliči + Port + Nastavitve + Hostname ali IP + diff --git a/app/src/main/res/values-sq/strings.xml b/app/src/main/res/values-sq/strings.xml new file mode 100644 index 0000000..c757504 --- /dev/null +++ b/app/src/main/res/values-sq/strings.xml @@ -0,0 +1,2 @@ + + diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml new file mode 100644 index 0000000..871c987 --- /dev/null +++ b/app/src/main/res/values-sv/strings.xml @@ -0,0 +1,50 @@ + + + OpenLP är fri mjukvara för kyrkpresentation + För mer information, besök OpenLP:s webbplats + Copyright + Del-copyright + Licens + Det här programmet är fri mjukvara; du får sprida den vidare och/eller ändra i den under villkoren i GNU General Public License så som publicerade av Free Software Foundation; version 2 av licensen. + Det här programmet ges ut i hopp om att det kan vara användbart, men UTAN NÅGON GARANTI; inte ens någon underförstådd garanti vid köp eller lämplighet för ett särskilt ändamål. + Inställningar + Om + Meddelande + Tillbaka + Växla visning + Alternativ + Uppdatera + Sök + OpenLP + Avbryt + Konfigurera nätverk + Lösenord + Serverinställningar + Använd HTTPS + Ange om HTTPS ska användas + Anslutningstimeout + Välj ett värde (millisekunder) + Ställ in egen timeout + Välj metod för att släcka skärmen + Visa skrivbord + Återställ skärm + Släck skärm + Släck till tema + Aktivera egna timeouter + Ange meddelandetext + Hem + Live-lista + Live-bild + Öppna navigeringsmeny + Stäng navigeringsmeny + Inga + Port + Körschema + Scenbild + Bildens textstorlek + Välj bildens textstorlek + Ändra körschemats textstorlek + Inställningar + Värdnamn eller IP-adress + Kunde inte hantera förfrågan - kontrollera nätverksinställningarna + diff --git a/app/src/main/res/values-ta_rLK/strings.xml b/app/src/main/res/values-ta_rLK/strings.xml new file mode 100644 index 0000000..6d58e83 --- /dev/null +++ b/app/src/main/res/values-ta_rLK/strings.xml @@ -0,0 +1,24 @@ + + + பதிப்புரிமை + பகுதிகள் பதிப்புரிமை + உரிமம் + அமைப்புகள் + பற்றி + எச்சரிக்கை செய + விருப்பங்கள + புதுப்பி + தேடல் + OpenLp + ரத்து + இணைப்பு காலம் கடந்தது + ஒரு மதிப்பு (மில்லிவினாடிகள்) தேர்ந்தெடுக்கவும் + தேவையான காலி வகை தேர்ந்தெடுக்கவும் + தனிபயன் நேரம் செயல்படுத்த + வீட்டு + ஒன்றுமில்லை + துறைமுகம் + சேவையை உரை அளவை மாற்ற + அமைப்புகள் + புரவலன் பெயர் அல்லது IP + diff --git a/app/src/main/res/values-th_rTH/strings.xml b/app/src/main/res/values-th_rTH/strings.xml new file mode 100644 index 0000000..6c241f1 --- /dev/null +++ b/app/src/main/res/values-th_rTH/strings.xml @@ -0,0 +1,24 @@ + + + สงวนลิขสิทธิ์ + สงวนลิขสิทธิ์บางส่วน + สัญญาอนุญาต + ตั้งค่า + เกี่ยวกับ + แจ้งเตือน + การตั้งค่า + การฟื้นฟู + ค้นหา + OpenLP + ยกเลิก + หมดเวลาการเชื่อมต่อ + เลือกค่า (มิลลิวินาที) + เลือกรูปแบบของประเภทที่ว่างเปล่า + เปิดใช้งานหมดเวลาที่กำหนดเอง + หน้าหลัก + ไม่มี + Port + เปลี่ยนขนาดตัวอักษรบริการ + ตั้งค่า + Hostname หรือ IP + diff --git a/app/src/main/res/values-tlh/strings.xml b/app/src/main/res/values-tlh/strings.xml new file mode 100644 index 0000000..c757504 --- /dev/null +++ b/app/src/main/res/values-tlh/strings.xml @@ -0,0 +1,2 @@ + + diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml new file mode 100644 index 0000000..061b1d8 --- /dev/null +++ b/app/src/main/res/values-tr/strings.xml @@ -0,0 +1,5 @@ + + + Uyarı + OpenLP + diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml new file mode 100644 index 0000000..66f8458 --- /dev/null +++ b/app/src/main/res/values-uk/strings.xml @@ -0,0 +1,4 @@ + + + Сповіщення + diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml new file mode 100644 index 0000000..c757504 --- /dev/null +++ b/app/src/main/res/values-vi/strings.xml @@ -0,0 +1,2 @@ + + diff --git a/app/src/main/res/values-vi_rVN/strings.xml b/app/src/main/res/values-vi_rVN/strings.xml new file mode 100644 index 0000000..c757504 --- /dev/null +++ b/app/src/main/res/values-vi_rVN/strings.xml @@ -0,0 +1,2 @@ + + diff --git a/app/src/main/res/values-zh_rCN/strings.xml b/app/src/main/res/values-zh_rCN/strings.xml new file mode 100644 index 0000000..4d385f5 --- /dev/null +++ b/app/src/main/res/values-zh_rCN/strings.xml @@ -0,0 +1,24 @@ + + + 版权 + 部分版权 + 许可 + 设定 + 关于 + 警告 + 偏好 + 刷新 + 搜索 + OpenLP + 取消 + 连接超时 + 选择一个值(毫秒) + 选择所需的空白类型 + 启用自定义超时 + 主页 + + 端口 + 改变敬拜仪式文字大小 + 设定 + 主机名或IP + diff --git a/app/src/main/res/values-zh_rTW/strings.xml b/app/src/main/res/values-zh_rTW/strings.xml new file mode 100644 index 0000000..36c38c1 --- /dev/null +++ b/app/src/main/res/values-zh_rTW/strings.xml @@ -0,0 +1,53 @@ + + + OpenLP是免費的教會簡報軟體 + 要了解詳情,請參閱 OpenLP 網站 + 版權 + 程序版權 + 許可協議 + 這個程序是自由軟體,你可以遵照自由軟體基金會出版的 GNU通用公共許可證條款第2版來修改和重新發佈這個軟體 + 這個程式是在期望它是可行的情況下發布, 但是沒有任何擔保,甚至沒有暗示的適用性或針對於特定用途的保障。 + 設定 + 關於 + 警告 + 退後 + 切換顯示 + 偏好設定 + 重新整理 + 搜尋 + OpenLP + 取消 + 設定網路 + 密碼 + 聚會細節 + 使用 HTTPS + 指定是否應使用HTTPS + 連接逾時 + 選擇數值(毫秒) + 帳號 + 自訂逾時 + 選擇所需的單色畫面類型 + 顯示桌面 + 重設顯示器 + 顯示空白畫面 + 顯示佈景主題 + 開啟自訂逾時 + 輸入警報文字 + 首頁 + 未經授權的連結,請輸入有效的帳號和密碼 + 現場Live清單 + 檢視現場 + 打開隱藏式側選單 + 關閉隱藏式側選單 + + 連接埠 + 程序 + 聚會清單 + 舞台查看 + 顯示字體尺寸 + 選擇顯示字體尺存 + 更改聚會文字大小 + 設定 + 主機名或IP + 無法處理請求 - 請檢查網路設定 +