• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

admin/H03-Oct-2020-585440

cmake/H03-Oct-2020-8,2016,531

contrib/H03-May-2022-26,20121,296

docs/H03-Oct-2020-30,83124,508

gammu/H03-May-2022-16,15613,511

gammu-detect/H03-May-2022-988812

helper/H03-May-2022-2,6332,335

include/H03-May-2022-9,3082,418

installer/H03-May-2022-

libgammu/H03-May-2022-92,64573,589

locale/H03-May-2022-235,012180,048

smsd/H03-May-2022-9,1707,210

tests/H03-May-2022-21,83818,574

utils/H03-May-2022-444384

.travis.ymlH A D03-Oct-20201.4 KiB5756

.weblateH A D03-Oct-202074 43

COPYINGH A D03-Oct-202017.7 KiB340281

ChangeLogH A D03-Oct-2020227.6 KiB4,9514,391

INSTALLH A D03-Oct-2020220 64

INSTALL.csH A D03-Oct-2020241 64

INSTALL.daH A D03-Oct-2020226 64

INSTALL.deH A D03-Oct-2020250 75

INSTALL.en_GBH A D03-Oct-2020220 64

INSTALL.esH A D03-Oct-2020228 64

INSTALL.etH A D03-Oct-2020221 64

INSTALL.fiH A D03-Oct-2020211 64

INSTALL.frH A D03-Oct-2020235 64

INSTALL.heH A D03-Oct-2020297 64

INSTALL.idH A D03-Oct-2020207 64

INSTALL.itH A D03-Oct-2020243 64

INSTALL.nb_NOH A D03-Oct-2020219 64

INSTALL.plH A D03-Oct-2020230 64

INSTALL.pt_BRH A D03-Oct-2020246 64

INSTALL.ruH A D03-Oct-2020333 64

INSTALL.svH A D03-Oct-2020225 64

INSTALL.ukH A D03-Oct-2020357 64

MakefileH A D03-Oct-20202 KiB8855

README.deH A D03-Oct-20202.2 KiB6142

README.en_GBH A D03-Oct-20202 KiB5738

README.etH A D03-Oct-20202 KiB5637

README.fiH A D03-Oct-20202.1 KiB5839

README.frH A D03-Oct-20202.2 KiB5839

README.heH A D03-Oct-20202.4 KiB5738

README.idH A D03-Oct-20202.1 KiB5738

README.nb_NOH A D03-Oct-20202.1 KiB5940

README.pt_BRH A D03-Oct-20202.2 KiB5839

README.rstH A D03-Oct-20202 KiB6041

README.ruH A D03-Oct-20202.9 KiB5839

README.svH A D03-Oct-20202.2 KiB5738

README.ukH A D03-Oct-20202.8 KiB5738

README.zh_CNH A D03-Oct-20201.9 KiB5031

appveyor.ymlH A D03-Oct-20203.4 KiB11298

codecov.ymlH A D03-Oct-2020137 98

configureH A D03-Oct-20203.5 KiB143115

description-pakH A D03-Oct-2020414 97

gammu.specH A D03-Oct-202011.6 KiB406333

README.de

1Gammu Handy Verwaltungszubehör
2==============================
3
4Gammu ist eine Programmbibliothek und ein Kommandozeilenwerkzeug für
5Mobiltelefone. Es wird unter der GNU GPL v2 veröffentlicht.
6
7Es wurde von Marcin Wiacek und anderen Personen gegründet.Der ursprüngliche
8Quellcode basierte auf den Gnokii<https://www.gnokii.org/> und später
9MyGnokii<http://www.mwiacek.com/> Projekten. Gammu hieß früher(vor Version
100.58) MyGnokii2.
11
12Das Projekt wird derzeit von Michal Cihar <michal@cihar.com> mit der Hilfe
13von vielen Unterstützern geleitet.
14
15.. image:: https://travis-ci.org/gammu/gammu.svg?branch=master
16    :alt: Build-Status :target: https://travis-ci.org/gammu/gammu
17
18.. image:: https://ci.appveyor.com/api/projects/status/dkm2eam66rbhhuwn/branch/master?svg=true
19    :alt: Windows Build-Status :target:
20    https://ci.appveyor.com/project/nijel/gammu/branch/master
21
22.. image:: https://hosted.weblate.org/widgets/gammu/-/svg-badge.svg
23    :alt: Übersetzungsstatus :target:
24    https://hosted.weblate.org/engage/gammu/?utm_source=widget
25
26.. image:: https://scan.coverity.com/projects/2890/badge.svg?flat=1
27    :alt: Coverity-Scan :target: https://scan.coverity.com/projects/2890
28
29.. image:: https://img.shields.io/liberapay/receives/Gammu.svg
30    :alt: Liberapay :target: https://liberapay.com/Gammu/donate
31
32.. image:: https://www.bountysource.com/badge/team?team_id=23177&style=bounties_received
33    :alt: Bountysource :target:
34    https://www.bountysource.com/teams/gammu/issues?utm_source=Gammu&utm_medium=shield&utm_campaign=bounties_received
35
36Zusätzliche Informationen
37=========================
38
39Sie unter <https://wammu.eu/gammu/> können sie weitere Informationen
40erhalten.
41
42Es gibt auch ein Benutzerhandbuch für Gammu es ist unter docs/manual
43verfügbar. Sie können daraus eine HTML-Version erstellen indem sie make
44manual-html benutzen. Diese Version ist auch online unter
45<https://wammu.eu/docs/manual/> verfügbar.
46
47
48Feedback und Fehlerberichte
49===========================
50
51Jegliches Feedback ist willkommen, Sie können sich auf
52<https://wammu.eu/support/> informieren, wie Sie mit den Entwicklern in
53Kontakt treten können.
54
55
56Entwickler unterstützen
57=======================
58
59Sie können unter <https://wammu.eu/donate/> Anerkennung für die Arbeit der
60Entwicker zeigen.
61

README.en_GB

1Gammu All Mobile Management Utilities
2=====================================
3
4Gammu is library and command line utility for mobile phones. It is released
5under GNU GPL version 2.
6
7It has been initiated by Marcin Wiacek and other people. Originally the code
8was based on Gnokii <https://www.gnokii.org/> and later MyGnokii
9<http://www.mwiacek.com/> projects. Gammu was former (up to version 0.58)
10called MyGnokii2.
11
12Currently the project is lead by Michal Cihar <michal@cihar.com> with help
13of many contributors.
14
15.. image:: https://travis-ci.org/gammu/gammu.svg?branch=master
16    :alt: Build status :target: https://travis-ci.org/gammu/gammu
17
18.. image:: https://ci.appveyor.com/api/projects/status/dkm2eam66rbhhuwn/branch/master?svg=true
19    :alt: Windows Build status :target:
20    https://ci.appveyor.com/project/nijel/gammu/branch/master
21
22.. image:: https://hosted.weblate.org/widgets/gammu/-/svg-badge.svg
23    :alt: Translation status :target:
24    https://hosted.weblate.org/engage/gammu/?utm_source=widget
25
26.. image:: https://scan.coverity.com/projects/2890/badge.svg?flat=1
27    :alt: Coverity scan :target: https://scan.coverity.com/projects/2890
28
29.. image:: https://img.shields.io/liberapay/receives/Gammu.svg
30    :alt: Liberapay :target: https://liberapay.com/Gammu/donate
31
32.. image:: https://www.bountysource.com/badge/team?team_id=23177&style=bounties_received
33    :alt: Bountysource :target:
34    https://www.bountysource.com/teams/gammu/issues?utm_source=Gammu&utm_medium=shield&utm_campaign=bounties_received
35
36More information
37================
38
39You can find more information on <https://wammu.eu/gammu/>.
40
41There is also Gammu manual available in docs/manual. You can build HTML
42version of it using make manual-html which is viewable online at
43<https://wammu.eu/docs/manual/>.
44
45
46Feedback and bug reports
47========================
48
49Any feedback is welcome, see <https://wammu.eu/support/> for information how
50to contact developers.
51
52
53Support developers
54==================
55
56You can appreciate developers work at <https://wammu.eu/donate/>.
57

README.et

1Gammu mobiilihalduse tööriistad
2===============================
3
4Gammu on teek ja käsurea utiliit mobiiltelefonidele. Ta on välja antud GNU
5GPL versioon 2 litsensiga.
6
7Ta loojateks on Marcin Wiacek ja teised. Algne kood põhineb esmalt Gnokiil
8<https://www.gnokii.org/> ja hiljem MyGnokiil <http://www.mwiacek.com/>
9projektidel. Gammut nimetati varem (versioonini 0.58) MyGnokii2.
10
11Projekti juhib hetkel Michal Cihar <michal@cihar.com> paljude kaastöötajate
12toel.
13
14.. image:: https://travis-ci.org/gammu/gammu.svg?branch=master
15    :alt: Ehituse olek :target: https://travis-ci.org/gammu/gammu
16
17.. image:: https://ci.appveyor.com/api/projects/status/dkm2eam66rbhhuwn/branch/master?svg=true
18    :alt: Windowsi ehituse olek :target:
19    https://ci.appveyor.com/project/nijel/gammu/branch/master
20
21.. image:: https://hosted.weblate.org/widgets/gammu/-/svg-badge.svg
22    :alt: Tõlke olek :target:
23    https://hosted.weblate.org/engage/gammu/?utm_source=widget
24
25.. image:: https://scan.coverity.com/projects/2890/badge.svg?flat=1
26    :alt: Coverity skanneering :target: https://scan.coverity.com/projects/2890
27
28.. image:: https://img.shields.io/liberapay/receives/Gammu.svg
29    :alt: Liberapay :target: https://liberapay.com/Gammu/donate
30
31.. image:: https://www.bountysource.com/badge/team?team_id=23177&style=bounties_received
32    :alt: Bountysource :target:
33    https://www.bountysource.com/teams/gammu/issues?utm_source=Gammu&utm_medium=shield&utm_campaign=bounties_received
34
35Lisa informatsioon
36==================
37
38Täiendavat informatsiooni leiad aadressil <https://wammu.eu/gammu/>.
39
40Gammu manuaal asub kataloogis docs/manual. Manuaali HTML versiooni, mis on
41vaadav ka veebis aadressil <https://wammu.eu/docs/manual/>, saad ehitada
42käsuga make manual-html.
43
44
45Tagasiside ja veateated
46=======================
47
48Oodatud on igasugune tagasiside, arendajatega ühenduse võtmiseks vaata
49<https://wammu.eu/support/>.
50
51
52Toeta arendajaid
53================
54
55Sa saad väärtustada arendajate tööd aadressil <https://wammu.eu/donate/>.
56

README.fi

1Gammu All Mobile Management Utilities
2=====================================
3
4Gammu on kirjasto ja kometorivityökalu kännyköille. Se on julkaistu GNU GPL
5versio 2 -lisenssin alla.
6
7Sen on alunperin luonut Marcin Wiacek ja kumppanit. Alkuperäinen koodi
8perustui Gnokii <https://www.gnokii.org/> ja myöhemmin MyGnokii
9<http://www.mwiacek.com/> projekteihin. Gammua on aiemmin (versioon 0.58
10saakka) kutsuttu nimellä MyGnokii2.
11
12Nykyään projektia johtaa Michal Cihar <michal@cihar.com> useiden muiden
13vapaaehtoisten avulla.
14
15.. image:: https://travis-ci.org/gammu/gammu.svg?branch=master
16    :alt: Käännöksen tila :target: https://travis-ci.org/gammu/gammu
17
18.. image:: https://ci.appveyor.com/api/projects/status/dkm2eam66rbhhuwn/branch/master?svg=true
19    :alt: Windows -käännöksen tila :target:
20    https://ci.appveyor.com/project/nijel/gammu/branch/master
21
22.. image:: https://hosted.weblate.org/widgets/gammu/-/svg-badge.svg
23    :alt: Translation status :target:
24    https://hosted.weblate.org/engage/gammu/?utm_source=widget
25
26.. image:: https://scan.coverity.com/projects/2890/badge.svg?flat=1
27    :alt: Kattavuus skannaus :target: https://scan.coverity.com/projects/2890
28
29.. image:: https://img.shields.io/liberapay/receives/Gammu.svg
30    :alt: Liberapay :target: https://liberapay.com/Gammu/donate
31
32.. image:: https://www.bountysource.com/badge/team?team_id=23177&style=bounties_received
33    :alt: Bountysource :target:
34    https://www.bountysource.com/teams/gammu/issues?utm_source=Gammu&utm_medium=shield&utm_campaign=bounties_received
35
36Lisätietoja
37===========
38
39Löydät lisätietoja osoitteesta <https://wammu.eu/gammu/>.
40
41Gammu -ohje on luettavissa docs/manual. Voit kääntää itsellesi HTML -version
42komennolla make manual-html. Manuaali on luettavssa myös osoitteessa
43<https://wammu.eu/docs/manual/>.
44
45
46Palaute ja bugiraportit
47=======================
48
49Kaikki palaute on tervetulluta, katso ohjeet <https://wammu.eu/support/>
50kuinka voit ottaa yhteyttä kehittäjiin.
51
52
53Tue tekijöitä
54=============
55
56Voit osoittaa arvostuksesi kehittäjille osoitteesta
57<https://wammu.eu/donate/>.
58

README.fr

1Gammu All Mobile Management Utilities (Utilitaire de gestion pour mobiles)
2==========================================================================
3
4Gammu est une librairie et un utilitaire en ligne de commande pour les
5téléphones mobiles. Il est distribué sous licence GNU GPL version 2.
6
7Il a été initié par Marcin Wiacek et d'autres personnes. A l'origine, le
8code était basé sur les projets Gnokii <https://www.gnokii.org/> et plus
9tard MyGnokii <http://www.mwiacek.com/>. Jusqu'à la version 0.58, Gammu
10était appelé MyGnokii2.
11
12Actuellement, le projet est dirigé par Michal Cihar <michal@cihar.com> avec
13l'aide de nombreux contributeurs.
14
15.. image:: https://travis-ci.org/gammu/gammu.svg?branch=master
16    :alt: Build status :target: https://travis-ci.org/gammu/gammu
17
18.. image:: https://ci.appveyor.com/api/projects/status/dkm2eam66rbhhuwn/branch/master?svg=true
19    :alt: Windows Build status :target:
20    https://ci.appveyor.com/project/nijel/gammu/branch/master
21
22.. image:: https://hosted.weblate.org/widgets/gammu/-/svg-badge.svg
23    :alt: État de la traduction:target:
24    https://hosted.weblate.org/engage/gammu/?utm_source=widget
25
26.. image:: https://scan.coverity.com/projects/2890/badge.svg?flat=1
27    :alt: Coverity scan :target: https://scan.coverity.com/projects/2890
28
29.. image:: https://img.shields.io/liberapay/receives/Gammu.svg
30    :alt: Liberapay :target: https://liberapay.com/Gammu/donate
31
32.. image:: https://www.bountysource.com/badge/team?team_id=23177&style=bounties_received
33    :alt: Bounty source :target:
34    https://www.bountysource.com/teams/gammu/issues?utm_source=Gammu&utm_medium=shield&utm_campaign=bounties_received
35
36Plus d'informations
37===================
38
39Vous pouvez trouver plus d'informations sur <https://wammu.eu/gammu/>.
40
41Il y a aussi un manuel Gammu disponible dans docs/manual. Vous pouvez en
42construire une version HTML en utilisant make manual-html, qui est
43consultable en ligne à <https://wammu.eu/docs/manual/>.
44
45
46Commentaires et rapports de bugs
47================================
48
49Tout commentaire est bienvenu, voir <https://wammu.eu/support/> pour savoir
50comment contacter les développeurs.
51
52
53Support des développeurs
54========================
55
56Vous pouvez apprécier le travail des développeurs à
57<https://wammu.eu/donate/>.
58

README.he

1Gammu כלי ניהול לטלפונים ניידים
2===============================
3
4Gammu היא ספרייה וכלי שורת פקודה לטלפונים ניידים. החבילה מופצת תחת תנאי
5הרשיון GNU GPL בגרסה 2.
6
7הכול התחיל אצל Marcin Wiacek ואנשים נוספים. הקוד היה מבוסס במקור על המיזמים
8Gnokii <https://www.gnokii.org/> ולאחר מכן על MyGnokii
9<http://www.mwiacek.com/>.‏ Gammu הייתה הגרסה הקודמת (עד 0.58) שנקראה
10MyGnokii2.
11
12נכון להיום הובלת המיזם מוטלת על Michal Cihar ‏<michal@cihar.com> בעזרתם של
13תורמים רבים.
14
15.. image:: https://travis-ci.org/gammu/gammu.svg?branch=master
16    :alt: מצב בנייה :target: https://travis-ci.org/gammu/gammu
17
18.. image:: https://ci.appveyor.com/api/projects/status/dkm2eam66rbhhuwn/branch/master?svg=true
19    :alt: מצב הבנייה ל־Windows :target:
20    https://ci.appveyor.com/project/nijel/gammu/branch/master
21
22.. image:: https://hosted.weblate.org/widgets/gammu/-/svg-badge.svg
23    :alt: מצב התרגום :target:
24    https://hosted.weblate.org/engage/gammu/?utm_source=widget
25
26.. image:: https://scan.coverity.com/projects/2890/badge.svg?flat=1
27    :alt: בדיקת כיסוי :target: https://scan.coverity.com/projects/2890
28
29.. image:: https://img.shields.io/liberapay/receives/Gammu.svg
30    :alt: Liberapay :target: https://liberapay.com/Gammu/donate
31
32.. image:: https://www.bountysource.com/badge/team?team_id=23177&style=bounties_received
33    :alt: Bountysource :target:
34    https://www.bountysource.com/teams/gammu/issues?utm_source=Gammu&utm_medium=shield&utm_campaign=bounties_received
35
36פרטים נוספים
37============
38
39ניתן למצוא מידע נוסף בכתובת <https://wammu.eu/gammu/>.
40
41יש מדריך ל־Gammu זמין תחת docs/manual. ניתן לבנות גרסת HTML שלו באמצעות make
42manual-html כדי לאפשר לצפות בו דרך האינטרנט בכתובת
43<https://wammu.eu/docs/manual/>.
44
45
46משוב ודיווחי באגים
47==================
48
49כל משוב שהוא מבורך, ניתן לעיין בכתובת <https://wammu.eu/support/> לפרטים
50נוספים בנוגע ליצירת קשר עם המפתחים.
51
52
53תמיכה במפתחים
54=============
55
56ניתן להביע הערכה לעבודתם של המפתחים בכתובת <https://wammu.eu/donate/>.
57

README.id

1Utilitas Manajemen Gammu Semua Perangkat Ponsel
2===============================================
3
4Gammu adalah utiliti library dan command line untuk telepon selular. Gammu
5dirilis di bawah GNU GPL versi 2.
6
7Produk ini telah diinisiasi oleh Marcin Wiacek dan beberapa orang
8lainnya. Kode asli berbasis Gnokii <https://www.gnokii.org/> dan proyek
9terbaru MyGnokii <http://www.mwiacek.com/>. Gammu sebelumnya (mulai dari
10versi 0.58) disebut MyGnokii2.
11
12Proyek saat ini dipimpin oleh Michal Cihar <michal@cihar.com> dengan bantuan
13dari banyak kontributor.
14
15.. image:: https://travis-ci.org/gammu/gammu.svg?branch=master
16    :alt: Status permbuatan:target: https://travis-ci.org/gammu/gammu
17
18.. image:: https://ci.appveyor.com/api/projects/status/dkm2eam66rbhhuwn/branch/master?svg=true
19    :alt: Windows Build status :target:
20    https://ci.appveyor.com/project/nijel/gammu/branch/master
21
22.. image:: https://hosted.weblate.org/widgets/gammu/-/svg-badge.svg
23    :alt: Translasi status :target:
24    https://hosted.weblate.org/engage/gammu/?utm_source=widget
25
26.. image:: https://scan.coverity.com/projects/2890/badge.svg?flat=1
27    :alt: Pemindaian berlipat :target: https://scan.coverity.com/projects/2890
28
29.. image:: https://img.shields.io/liberapay/receives/Gammu.svg
30    :alt: Liberapay :target: https://liberapay.com/Gammu/donate
31
32.. image:: https://www.bountysource.com/badge/team?team_id=23177&style=bounties_received
33    :alt: Bountysource :target:
34    https://www.bountysource.com/teams/gammu/issues?utm_source=Gammu&utm_medium=shield&utm_campaign=bounties_received
35
36Informasi lebih lanjut
37======================
38
39Anda dapat menemukan informasi lebih banyak di <http://wammu.eu/gammu/>.
40
41Disana juga dapat ditemukan Manual Gammu di Docs/manual. Kamu bisa membangun
42versi HTML dengan cara membuat manual-html yang dapat diambil online di
43<https://wammu.eu/docs/manual/>.
44
45
46Laporan umpanbalik dan bug
47==========================
48
49Setiap umpan balik kami terima, lihat <http://wammu.eu/support/> untuk
50informasi bagaimana menghubungi pengembang.
51
52
53Dukungan pengembang
54===================
55
56Kamu dapat mengapresiasi pekerjaan pengembang di <http://wammu.eu/donate/>.
57

README.nb_NO

1Gammu alle mobilbehandlingsverktøy
2==================================
3
4Gammu er et bibliotek og kommandolinjeverktøy for mobiltelefoner. Det er
5lisensiert GNU GPL versjon 2.
6
7Det ble igangsatt av Marcin Wiacek og andre. Originalt var koden basert på
8Gnokii <https://www.gnokii.org/> og senere MyGnokii
9<http://www.mwiacek.com/> -prosjektene. Gammu var tidligere (opp til versjon
100.58) kalt MyGnokii2.
11
12For tiden ledes prosjektet av Michal Cihar <michal@cihar.com> med hjelp fra
13mange bidragsytere.
14
15.. bilde:: https://travis-ci.org/gammu/gammu.svg?branch=master
16    :alt: Byggestatus :target: https://travis-ci.org/gammu/gammu
17
18.. bilde:: https://ci.appveyor.com/api/projects/status/dkm2eam66rbhhuwn/branch/master?svg=true
19    :alt: Byggestatus for Windowsversjon :target:
20    https://ci.appveyor.com/project/nijel/gammu/branch/master
21
22.. bilde:: https://hosted.weblate.org/widgets/gammu/-/svg-badge.svg
23    :alt: Oversettelsesstatus :target:
24    https://hosted.weblate.org/engage/gammu/?utm_source=widget
25
26.. bilde:: https://scan.coverity.com/projects/2890/badge.svg?flat=1
27    :alt: Coverity-gjennomsøking :target:
28    https://scan.coverity.com/projects/2890
29
30.. bilde:: https://img.shields.io/liberapay/receives/Gammu.svg
31    :alt: Liberapay :target: https://liberapay.com/Gammu/donate
32
33.. bilde:: https://www.bountysource.com/badge/team?team_id=23177&style=bounties_received
34    :alt: Bountysource :target:
35    https://www.bountysource.com/teams/gammu/issues?utm_source=Gammu&utm_medium=shield&utm_campaign=bounties_received
36
37Mer informasjon
38===============
39
40Du kan finne mer informasjon på <https://wammu.eu/gammu/>.
41
42Det finnes også en Gammu-manual tilgjengelig i docs/manual. Du kan bygge
43HTML-versjonen av den ved hjelp av make manual-html, som er tilgjengelig på
44nett <https://wammu.eu/docs/manual/>.
45
46
47Tilbakemeldinger og feilrapporter
48=================================
49
50All tilbakemelding er kjærkommen, se <https://wammu.eu/support/> for
51informasjon om hvordan du kontakter utviklerne.
52
53
54Støtt utviklere
55===============
56
57Du kan vise at du setter pris på utvikleres arbeid på
58<https://wammu.eu/donate/>.
59

README.pt_BR

1Gammu Utilitários para Gerenciamento Telefones Celulares
2========================================================
3
4Gammu é uma biblioteca e utilitários de comandos de linha para telefones
5móveis. É distribuído sob GNU GPL versão 2.
6
7Foi iniciado por Marcin Wiacek e outras pessoas. Originalmente o código foi
8baseado nos projetos: Gnokii <https://www.gnokii.org/> e mais tarde no
9MyGnokii <http://www.mwiacek.com/>. Gammu até a versão 0.58 era chamado
10MyGnokii2.
11
12Atualmente o projeto é liderado por Michal Cihar <michal@cihar.com> com
13ajuda de vários contribuidores.
14
15.. image:: https://travis-ci.org/gammu/gammu.svg?branch=master
16    :alt: Build status :target: https://travis-ci.org/gammu/gammu
17
18.. image:: https://ci.appveyor.com/api/projects/status/dkm2eam66rbhhuwn/branch/master?svg=true
19    :alt: Condição Geral da Versão para Windows :target:
20    https://ci.appveyor.com/project/nijel/gammu/branch/master
21
22.. image:: https://hosted.weblate.org/widgets/gammu/-/svg-badge.svg
23    :alt: Translation status :target:
24    https://hosted.weblate.org/engage/gammu/?utm_source=widget
25
26.. image:: https://scan.coverity.com/projects/2890/badge.svg?flat=1
27    :alt: Coverity scan :target: https://scan.coverity.com/projects/2890
28
29.. image:: https://img.shields.io/liberapay/receives/Gammu.svg
30    :alt: Liberapay :target: https://liberapay.com/Gammu/donate
31
32.. image:: https://www.bountysource.com/badge/team?team_id=23177&style=bounties_received
33    :alt: Bountysource :target:
34    https://www.bountysource.com/teams/gammu/issues?utm_source=Gammu&utm_medium=shield&utm_campaign=bounties_received
35
36Mais informações
37================
38
39Você pode encontrar mais informações em <https://wammu.eu/gammu/>.
40
41Também há um manual Gammu disponível em docs/manual. Você pode construir o
42HTML da versão usando: make manual-html. Também pode acessá-lo em
43<https://wammu.eu/docs/manual/>.
44
45
46Reporte erros e de sua opinião
47==============================
48
49Toda opinião é bem vinda! veja <https://wammu.eu/support/> para saber como
50contactar os desenvolvedores.
51
52
53Suporte desenvolvedores
54=======================
55
56Você pode encontrar mais informações sobre o(s) desenvolvedor(es) em
57<https://wammu.eu/gammu/>.
58

README.rst

1Gammu All Mobile Management Utilities
2=====================================
3
4Gammu is library and command line utility for mobile phones. It is
5released under GNU GPL version 2.
6
7It has been initiated by Marcin Wiacek and other people. Originally the
8code was based on Gnokii <https://www.gnokii.org/> and later MyGnokii
9<http://www.mwiacek.com/> projects. Gammu  was former (up to version
100.58) called MyGnokii2.
11
12Currently the project is lead by Michal Cihar <michal@cihar.com> with
13help of many contributors.
14
15.. image:: https://travis-ci.org/gammu/gammu.svg?branch=master
16    :alt: Build status
17    :target: https://travis-ci.org/gammu/gammu
18
19.. image:: https://ci.appveyor.com/api/projects/status/dkm2eam66rbhhuwn/branch/master?svg=true
20    :alt: Windows Build status
21    :target: https://ci.appveyor.com/project/nijel/gammu/branch/master
22
23.. image:: https://hosted.weblate.org/widgets/gammu/-/svg-badge.svg
24    :alt: Translation status
25    :target: https://hosted.weblate.org/engage/gammu/?utm_source=widget
26
27.. image:: https://scan.coverity.com/projects/2890/badge.svg?flat=1
28    :alt: Coverity scan
29    :target: https://scan.coverity.com/projects/2890
30
31.. image:: https://img.shields.io/liberapay/receives/Gammu.svg
32    :alt: Liberapay
33    :target: https://liberapay.com/Gammu/donate
34
35.. image:: https://www.bountysource.com/badge/team?team_id=23177&style=bounties_received
36    :alt: Bountysource
37    :target: https://www.bountysource.com/teams/gammu/issues?utm_source=Gammu&utm_medium=shield&utm_campaign=bounties_received
38
39More information
40================
41
42You can find more information on <https://wammu.eu/gammu/>.
43
44There is also Gammu manual available in docs/manual. You can build HTML
45version of it using make manual-html which is viewable online at
46<https://wammu.eu/docs/manual/>.
47
48
49Feedback and bug reports
50========================
51
52Any feedback is welcome, see <https://wammu.eu/support/> for information
53how to contact developers.
54
55
56Support developers
57==================
58
59You can appreciate developers work at <https://wammu.eu/donate/>.
60

README.ru

1Gammu: Все утилиты управления мобильным
2=======================================
3
4Gammu это библиотека и утилита командной строки для мобильных
5телефонов. Распространяется под лицензией GNU GPL версия 2.
6
7Разработка начата Marcin Wiacek и другими. Первоначально код базируется на
8проектах Gnokii <https://www.gnokii.org/> и более позднем MyGnokii
9<http://www.mwiacek.com/>. До версии 0.58 Gammu был известен под названием
10MyGnokii2.
11
12В настоящее время проект ведёт Michal Cihar <michal@cihar.com> с помощью
13многих участников.
14
15.. image:: https://travis-ci.org/gammu/gammu.svg?branch=master
16    :alt: Статус сборки :target: https://travis-ci.org/gammu/gammu
17
18.. image:: https://ci.appveyor.com/api/projects/status/dkm2eam66rbhhuwn/branch/master?svg=true
19    :alt: Статус сборки под Windows :target:
20    https://ci.appveyor.com/project/nijel/gammu/branch/master
21
22.. image:: https://hosted.weblate.org/widgets/gammu/-/svg-badge.svg
23    :alt: Состояние перевода :target:
24    https://hosted.weblate.org/engage/gammu/?utm_source=widget
25
26.. image:: https://scan.coverity.com/projects/2890/badge.svg?flat=1
27    :alt: Coverity scan :target: https://scan.coverity.com/projects/2890
28
29.. image:: https://img.shields.io/liberapay/receives/Gammu.svg
30    :alt: Liberapay :target: https://liberapay.com/Gammu/donate
31
32.. image:: https://www.bountysource.com/badge/team?team_id=23177&style=bounties_received
33    :alt: Bountysource :target:
34    https://www.bountysource.com/teams/gammu/issues?utm_source=Gammu&utm_medium=shield&utm_campaign=bounties_received
35
36Дополнительная информация
37=========================
38
39Более подробную информацию можно найти на <https://wammu.eu/gammu/>.
40
41Существует также руководство по эксплуатации Gammu, доступное в
42документации/руководстве. Вы можете собрать HTML версию, используя make
43manual-html, которую можно посмотреть в Интернете по адресу
44<https://wammu.eu/docs/manual/>.
45
46
47Обратная связь и сообщения об ошибках
48=====================================
49
50Любая обратная связь приветствуется, см. <https://wammu.eu/support/> для
51получения информации том, как связаться с разработчиками.
52
53
54Поддержка разработчиков
55=======================
56
57Вы можете оценить работу разработчиков на сайте <https://wammu.eu/donate/>.
58

README.sv

1Gammu All Mobile Management Utilities (Gammu alla mobilhanteringsverktyg)
2=========================================================================
3
4Gammu är ett bibliotek och kommandoradsverktyg för mobiltelefoner. Det
5publiceras under GNU GPL version 2.
6
7Det påbörjades av Marcin Wiacek och andra. Från början baserades koden på
8Gnokii <https://www.gnokii.org/>- och senare MyGnokii
9<http://www.mwiacek.com/>-projekten. Gammu kallades (fram till version 0.58)
10för MyGnokii2.
11
12För närvarande är leds projektet av Michael Cihar <michal@cihar.com> med
13hjälp från många bidragsgivare.
14
15.. bild:: https://travis-ci.org/gammu/gammu.svg?branch=master
16    :alt: Byggstatus :target: https://travis-ci.org/gammu/gammu
17
18.. bild:: https://ci.appveyor.com/api/projects/status/dkm2eam66rbhhuwn/branch/master?svg=true
19    :alt: Byggstatus för Windows :target:
20    https://ci.appveyor.com/project/nijel/gammu/branch/master
21
22.. bild:: https://hosted.weblate.org/widgets/gammu/-/svg-badge.svg
23    :alt: Översättningsstatus :target:
24    https://hosted.weblate.org/engage/gammu/?utm_source=widget
25
26.. bild:: https://scan.coverity.com/projects/2890/badge.svg?flat=1
27    :alt: Coverity-genomsökning :target: https://scan.coverity.com/projects/2890
28
29.. bild:: https://img.shields.io/liberapay/receives/Gammu.svg
30    :alt: Liberapay :target: https://liberapay.com/Gammu/donate
31
32.. bild:: https://www.bountysource.com/badge/team?team_id=23177&style=bounties_received
33    :alt: Bountysource :target:
34    https://www.bountysource.com/teams/gammu/issues?utm_source=Gammu&utm_medium=shield&utm_campaign=bounties_received
35
36Vidare information
37==================
38
39Du kan hitta vidare information på <https://wammu.eu/gammu/>.
40
41Det finns också en Gammu-manual tillgänglig i docs/manual. Du kan bygga
42HTML-versionen av den med hjälp av make manual-html vilken också går att
43läsa på <https://wammu.eu/docs/manual/>.
44
45
46Återkoppling och felrapporter
47=============================
48
49All möjlig återkoppling är välkommen, se <https://wammu.eu/support/> för
50information om hur du kontaktar utvecklarna.
51
52
53Stöd utvecklarna
54================
55
56Du kan ge uppskattning till utvecklarna via <https://wammu.eu/donate/>.
57

README.uk

1Gammu Всі Утиліти для керування мобільними пристроями
2=====================================================
3
4Gammu - бібліотека та утиліта командного рядка для мобільних телефонів. Він
5випущений під версією 2 GNU GPL.
6
7Його ініціювали Марчін В'ячек(Marcin Wiacek) та інші люди. Спочатку код
8базувався на проектах Gnokii <https://www.gnokii.org/>, а пізніше - MyGnokii
9<http://www.mwiacek.com/>. Гамму був колишнім (до версії 0.58), який
10називався MyGnokii2.
11
12В даний час за проектом керує Міхал Чіхар(Michal Cihar) <michal@cihar.com>
13за допомогою багатьох авторів.
14
15.. image:: https://travis-ci.org/gammu/gammu.svg?branch=master
16    :alt: Статус збірки :target: https://travis-ci.org/gammu/gammu
17
18.. image:: https://ci.appveyor.com/api/projects/status/dkm2eam66rbhhuwn/branch/master?svg=true
19    :alt: Статус збірки для Windows :target:
20    https://ci.appveyor.com/project/nijel/gammu/branch/master
21
22.. image:: https://hosted.weblate.org/widgets/gammu/-/svg-badge.svg
23    :alt: Статус перекладу :target:
24    https://hosted.weblate.org/engage/gammu/?utm_source=widget
25
26.. image:: https://scan.coverity.com/projects/2890/badge.svg?flat=1
27    :alt: Coverity scan :target: https://scan.coverity.com/projects/2890
28
29.. image:: https://img.shields.io/liberapay/receives/Gammu.svg
30    :alt: Liberapay :target: https://liberapay.com/Gammu/donate
31
32.. image:: https://www.bountysource.com/badge/team?team_id=23177&style=bounties_received
33    :alt: Bountysource :target:
34    https://www.bountysource.com/teams/gammu/issues?utm_source=Gammu&utm_medium=shield&utm_campaign=bounties_received
35
36Більше інформації
37=================
38
39Ви можете знайти додаткову інформацію на сторінці <https://wammu.eu/gammu/>.
40
41Існує також посібник Gammu, доступний у docs/manual. Ви можете створити
42HTML-версію з використанням manual-html, який можна переглянути в Інтернеті
43за адресою <https://wammu.eu/docs/manual/>.
44
45
46Зворотній зв'язок та повідомлення про помилки
47=============================================
48
49Будь-який зворотний зв'язок бажаний, перегляньте <https://wammu.eu/support/>
50інформацію про те, як зв'язатися з розробниками.
51
52
53Підтримка розробників
54=====================
55
56Ви можете оцінити роботу розробників за адресою <https://wammu.eu/donate/>.
57

README.zh_CN

1Gammu 移动电话管理工具大全
2================
3
4Gammu是一个为移动电话开发的库以及命令行工具。它是基于GNU GPL 2.0版本发布的。
5
6它最开始是由Marcin Wiacek以及其他人发起的。原始代码是基于Gnokii <https://www.gnokii.org/>
7以及后来的MyGnokii <http://www.mwiacek.com/> 项目。 Gammu之前(直到版本号0.58)被叫作MyGnokii2。
8
9现在这个项目是在很多贡献者的帮助下,由Michal Cihar <michal@cihar.com>负责领导。
10
11.. image:: https://travis-ci.org/gammu/gammu.svg?branch=master
12    :alt: Build status :target: https://travis-ci.org/gammu/gammu
13
14.. image:: https://ci.appveyor.com/api/projects/status/dkm2eam66rbhhuwn/branch/master?svg=true
15    :alt: Windows Build status :target:
16    https://ci.appveyor.com/project/nijel/gammu/branch/master
17
18.. image:: https://hosted.weblate.org/widgets/gammu/-/svg-badge.svg
19    :alt: Translation status :target:
20    https://hosted.weblate.org/engage/gammu/?utm_source=widget
21
22.. image:: https://scan.coverity.com/projects/2890/badge.svg?flat=1
23    :alt: Coverity scan :target: https://scan.coverity.com/projects/2890
24
25.. image:: https://img.shields.io/liberapay/receives/Gammu.svg
26    :alt: Liberapay :target: https://liberapay.com/Gammu/donate
27
28.. image:: https://www.bountysource.com/badge/team?team_id=23177&style=bounties_received
29    :alt: Bountysource :target:
30    https://www.bountysource.com/teams/gammu/issues?utm_source=Gammu&utm_medium=shield&utm_campaign=bounties_received
31
32更多信息
33====
34
35你可以从这里 <https://wammu.eu/gammu/>找到更多信息。
36
37除此之外还有Gammu的手册可供查阅。你可以通过在线可见的make manual-html来构造一个HTML版本的手册。
38
39
40反馈以及报告问题
41========
42
43我们欢迎任何形式的反馈, 你可以通过<https://wammu.eu/support/>获取联系开发者的方式。
44
45
46支持开发者
47=====
48
49你可以通过这里<https://wammu.eu/donate/>来表示对开发者的感谢
50