Skip to content

Commit

Permalink
Followup fixes for #386
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Feb 21, 2018
1 parent 2218a3d commit 75320cf
Show file tree
Hide file tree
Showing 88 changed files with 114 additions and 114 deletions.
2 changes: 1 addition & 1 deletion docs/man/gammu.1
Original file line number Diff line number Diff line change
Expand Up @@ -2251,7 +2251,7 @@ Some functions not available for your system (disabled in config or not implemen
Function not supported by phone.
.TP
.B 122
Entry is empty.
Entry empty.
.TP
.B 123
Security error. Maybe no PIN?
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/gammu/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1736,7 +1736,7 @@ values increased by 100:
121
Function not supported by phone.
122
Entry is empty.
Entry empty.
123
Security error. Maybe no PIN?
124
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/python/exceptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
.. exception:: gammu.ERR_EMPTY

Exception corresponding to gammu error ERR_EMPTY.
Verbose error description: Entry is empty.
Verbose error description: Entry empty.

.. exception:: gammu.ERR_EMPTYSMSC

Expand Down
6 changes: 3 additions & 3 deletions gammu/CMakeTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ gammu_test_next(getallsms "6 SMS parts in 6 SMS sequences")
gammu_test_next(getallsms "6 SMS parts in 6 SMS sequences" "-pbk")
gammu_test(geteachsms "6 SMS parts in 5 SMS sequences")
gammu_test(geteachsms "6 SMS parts in 5 SMS sequences" "-pbk")
gammu_test_fail(deletesms "Entry is empty" 1 99)
gammu_test_fail(deletesms "Entry empty" 1 99)
gammu_test(addsms "" 1 "${Gammu_SOURCE_DIR}/tests/at-sms-encode/66.backup" "-yes")
gammu_test(backupsms "" "${CMAKE_CURRENT_BINARY_DIR}/test.smsbackup" "-all")
gammu_test(deletesms "" 1 2)
Expand All @@ -285,7 +285,7 @@ gammu_test(searchmemory "3899-5174" "3899-1411")
gammu_test_next(getallcalendar "C/S/007")
gammu_test(getcalendar "Coffee with Jason" 22)
gammu_test(getcalendar "" 42)
gammu_test(deletecalendar "Entry is empty" 42)
gammu_test(deletecalendar "Entry empty" 42)
gammu_test(getcalendarsettings "Week starts on Monday")

gammu_test_fail(getalarm "Alarm .* not set in phone" 42)
Expand Down Expand Up @@ -347,7 +347,7 @@ gammu_test_named(divert-set-all-voice divert "" set all voice 54321 10)
gammu_test_named(divert-set-all-fax divert "" set all fax 12345 0)
gammu_test_named(divert-set-all-data divert "" set all data 54321 10)
gammu_test(getwapbookmark "wammu.eu" 1 2)
gammu_test_fail(getwapbookmark "Entry is empty" 3)
gammu_test_fail(getwapbookmark "Entry empty" 3)

if (ONLINE_TESTING AND CURL_FOUND)
gammu_test(checkversion "")
Expand Down
2 changes: 1 addition & 1 deletion gammu/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ void GetMemory(int argc, char *argv[])
if (error == ERR_EMPTY) {
emptynum++;
if (empty) {
printf("%s\n", _("Entry is empty"));
printf("%s\n", _("Entry empty"));
printf("\n");
}
} else {
Expand Down
4 changes: 2 additions & 2 deletions gammu/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1804,7 +1804,7 @@ void GetCategory(int argc, char *argv[])
if (error != ERR_EMPTY) Print_Error(error);

if (error == ERR_EMPTY) {
printf("%s\n", _("Entry is empty"));
printf("%s\n", _("Entry empty"));
} else {
printf(LISTFORMAT "\"%s\"\n\n", _("Name"),DecodeUnicodeConsole(Category.Name));
}
Expand Down Expand Up @@ -2213,7 +2213,7 @@ void GetFMStation(int argc, char *argv[])
printf(LISTFORMAT "%i\n", _("Location"), i);
switch (error) {
case ERR_EMPTY:
printf("%s\n", _("Entry is empty"));
printf("%s\n", _("Entry empty"));
break;
case ERR_NONE:
printf(LISTFORMAT "\"%s\"\n", _("Station name"), DecodeUnicodeConsole(Station.StationName));
Expand Down
2 changes: 1 addition & 1 deletion locale/af/gammu.po
Original file line number Diff line number Diff line change
Expand Up @@ -2053,7 +2053,7 @@ msgid "Memory %s, Location %i\n"
msgstr ""

#: gammu/memory.c:104 gammu/misc.c:1807 gammu/misc.c:2216
msgid "Entry is empty"
msgid "Entry empty"
msgstr ""

#: gammu/memory.c:116
Expand Down
2 changes: 1 addition & 1 deletion locale/af/libgammu.po
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ msgid "Function not supported by phone."
msgstr ""

#: libgammu/gsmcomon.c:105
msgid "Entry is empty."
msgid "Entry empty."
msgstr ""

#: libgammu/gsmcomon.c:106
Expand Down
2 changes: 1 addition & 1 deletion locale/ar/gammu.po
Original file line number Diff line number Diff line change
Expand Up @@ -2044,7 +2044,7 @@ msgid "Memory %s, Location %i\n"
msgstr ""

#: gammu/memory.c:104 gammu/misc.c:1807 gammu/misc.c:2216
msgid "Entry is empty"
msgid "Entry empty"
msgstr ""

#: gammu/memory.c:116
Expand Down
2 changes: 1 addition & 1 deletion locale/ar/libgammu.po
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ msgid "Function not supported by phone."
msgstr "وظيفة غير مدعومة من قبل الهاتف."

#: libgammu/gsmcomon.c:105
msgid "Entry is empty."
msgid "Entry empty."
msgstr "المعطى فارغ."

#: libgammu/gsmcomon.c:106
Expand Down
2 changes: 1 addition & 1 deletion locale/bg/gammu.po
Original file line number Diff line number Diff line change
Expand Up @@ -2052,7 +2052,7 @@ msgid "Memory %s, Location %i\n"
msgstr ""

#: gammu/memory.c:104 gammu/misc.c:1807 gammu/misc.c:2216
msgid "Entry is empty"
msgid "Entry empty"
msgstr ""

#: gammu/memory.c:116
Expand Down
2 changes: 1 addition & 1 deletion locale/bg/libgammu.po
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ msgid "Function not supported by phone."
msgstr ""

#: libgammu/gsmcomon.c:105
msgid "Entry is empty."
msgid "Entry empty."
msgstr ""

#: libgammu/gsmcomon.c:106
Expand Down
2 changes: 1 addition & 1 deletion locale/bn/gammu.po
Original file line number Diff line number Diff line change
Expand Up @@ -2037,7 +2037,7 @@ msgid "Memory %s, Location %i\n"
msgstr ""

#: gammu/memory.c:104 gammu/misc.c:1807 gammu/misc.c:2216
msgid "Entry is empty"
msgid "Entry empty"
msgstr ""

#: gammu/memory.c:116
Expand Down
2 changes: 1 addition & 1 deletion locale/bn/libgammu.po
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ msgid "Function not supported by phone."
msgstr ""

#: libgammu/gsmcomon.c:105
msgid "Entry is empty."
msgid "Entry empty."
msgstr ""

#: libgammu/gsmcomon.c:106
Expand Down
2 changes: 1 addition & 1 deletion locale/ca/gammu.po
Original file line number Diff line number Diff line change
Expand Up @@ -2047,7 +2047,7 @@ msgid "Memory %s, Location %i\n"
msgstr ""

#: gammu/memory.c:104 gammu/misc.c:1807 gammu/misc.c:2216
msgid "Entry is empty"
msgid "Entry empty"
msgstr ""

#: gammu/memory.c:116
Expand Down
2 changes: 1 addition & 1 deletion locale/ca/libgammu.po
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ msgid "Function not supported by phone."
msgstr ""

#: libgammu/gsmcomon.c:105
msgid "Entry is empty."
msgid "Entry empty."
msgstr ""

#: libgammu/gsmcomon.c:106
Expand Down
2 changes: 1 addition & 1 deletion locale/cs/docs.po
Original file line number Diff line number Diff line change
Expand Up @@ -8302,7 +8302,7 @@ msgstr ""
#~ msgid "122"
#~ msgstr "122"

#~ msgid "Entry is empty."
#~ msgid "Entry empty."
#~ msgstr "Záznam je prázdný."

#~ msgid "123"
Expand Down
6 changes: 3 additions & 3 deletions locale/cs/gammu.po
Original file line number Diff line number Diff line change
Expand Up @@ -2077,7 +2077,7 @@ msgid "Memory %s, Location %i\n"
msgstr "Paměť %s, pozice %i\n"

#: gammu/memory.c:104 gammu/misc.c:1807 gammu/misc.c:2216
msgid "Entry is empty"
msgid "Entry empty"
msgstr "Záznam je prázdný"

#: gammu/memory.c:116
Expand Down Expand Up @@ -4950,7 +4950,7 @@ msgstr "Informace"
#~ msgid "enumerate locations from 1\n"
#~ msgstr "Prosím číslujte pozice od 1\n"

#~ msgid "Entry is empty\n"
#~ msgid "Entry empty\n"
#~ msgstr "Záznam je prázdný\n"

#~ msgid "Meeting\n"
Expand Down Expand Up @@ -5307,7 +5307,7 @@ msgstr "Informace"
#~ msgstr "CHYBA: číslujte pozice od 1\n"

#~ msgid ""
#~ "Entry is empty\n"
#~ "Entry empty\n"
#~ "\n"
#~ msgstr ""
#~ "Záznam je prázdný\n"
Expand Down
6 changes: 3 additions & 3 deletions locale/cs/libgammu.po
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ msgid "Function not supported by phone."
msgstr "Funkce není podporována telefonem."

#: libgammu/gsmcomon.c:105
msgid "Entry is empty."
msgid "Entry empty."
msgstr "Záznam je prázdný."

#: libgammu/gsmcomon.c:106
Expand Down Expand Up @@ -2135,7 +2135,7 @@ msgstr "Odchozí"
#~ msgid "enumerate locations from 1\n"
#~ msgstr "Prosím číslujte pozice od 1\n"

#~ msgid "Entry is empty\n"
#~ msgid "Entry empty\n"
#~ msgstr "Záznam je prázdný\n"

#~ msgid "Meeting\n"
Expand Down Expand Up @@ -2434,7 +2434,7 @@ msgstr "Odchozí"
#~ msgstr "CHYBA: číslujte pozice od 1\n"

#~ msgid ""
#~ "Entry is empty\n"
#~ "Entry empty\n"
#~ "\n"
#~ msgstr ""
#~ "Záznam je prázdný\n"
Expand Down
2 changes: 1 addition & 1 deletion locale/da/gammu.po
Original file line number Diff line number Diff line change
Expand Up @@ -2050,7 +2050,7 @@ msgid "Memory %s, Location %i\n"
msgstr ""

#: gammu/memory.c:104 gammu/misc.c:1807 gammu/misc.c:2216
msgid "Entry is empty"
msgid "Entry empty"
msgstr ""

#: gammu/memory.c:116
Expand Down
2 changes: 1 addition & 1 deletion locale/da/libgammu.po
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ msgid "Function not supported by phone."
msgstr "Funktionen understøttes ikke af telefonen."

#: libgammu/gsmcomon.c:105
msgid "Entry is empty."
msgid "Entry empty."
msgstr "Indgangen er tom."

#: libgammu/gsmcomon.c:106
Expand Down
2 changes: 1 addition & 1 deletion locale/de/docs.po
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,7 @@ msgstr ""
#~ msgid "Function not supported by phone."
#~ msgstr "Funktion wird nicht vom Telefon unterstützt."

#~ msgid "Entry is empty."
#~ msgid "Entry empty."
#~ msgstr "Eintrag ist leer."

#~ msgid "Security error. Maybe no PIN?"
Expand Down
6 changes: 3 additions & 3 deletions locale/de/gammu.po
Original file line number Diff line number Diff line change
Expand Up @@ -2081,7 +2081,7 @@ msgid "Memory %s, Location %i\n"
msgstr "Speicher %s, Speicherplatz %i\n"

#: gammu/memory.c:104 gammu/misc.c:1807 gammu/misc.c:2216
msgid "Entry is empty"
msgid "Entry empty"
msgstr "Eintrag ist leer"

#: gammu/memory.c:116
Expand Down Expand Up @@ -5391,7 +5391,7 @@ msgstr "Information"
#~ msgid "Error\n"
#~ msgstr "Fehler\n"

#~ msgid "Entry is empty\n"
#~ msgid "Entry empty\n"
#~ msgstr "Der Eintrag ist leer\n"

#~ msgid "Reminder (Date)\n"
Expand Down Expand Up @@ -5842,7 +5842,7 @@ msgstr "Information"
#~ msgstr "FEHLER: Nummeriere Speicherplätze von 1 an\n"

#~ msgid ""
#~ "Entry is empty\n"
#~ "Entry empty\n"
#~ "\n"
#~ msgstr ""
#~ "Eintrag ist leer\n"
Expand Down
6 changes: 3 additions & 3 deletions locale/de/libgammu.po
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ msgid "Function not supported by phone."
msgstr "Funktion wird nicht vom Telefon unterstützt."

#: libgammu/gsmcomon.c:105
msgid "Entry is empty."
msgid "Entry empty."
msgstr "Eintrag ist leer."

#: libgammu/gsmcomon.c:106
Expand Down Expand Up @@ -3799,7 +3799,7 @@ msgstr "Ausgang"
#~ msgid "Error\n"
#~ msgstr "Fehler\n"

#~ msgid "Entry is empty\n"
#~ msgid "Entry empty\n"
#~ msgstr "Der Eintrag ist leer\n"

#~ msgid "Reminder (Date)\n"
Expand Down Expand Up @@ -4262,7 +4262,7 @@ msgstr "Ausgang"
#~ msgstr "FEHLER: Nummeriere Speicherplätze von 1 an\n"

#~ msgid ""
#~ "Entry is empty\n"
#~ "Entry empty\n"
#~ "\n"
#~ msgstr ""
#~ "Eintrag ist leer\n"
Expand Down
2 changes: 1 addition & 1 deletion locale/el/gammu.po
Original file line number Diff line number Diff line change
Expand Up @@ -2037,7 +2037,7 @@ msgid "Memory %s, Location %i\n"
msgstr ""

#: gammu/memory.c:104 gammu/misc.c:1807 gammu/misc.c:2216
msgid "Entry is empty"
msgid "Entry empty"
msgstr ""

#: gammu/memory.c:116
Expand Down
2 changes: 1 addition & 1 deletion locale/el/libgammu.po
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ msgid "Function not supported by phone."
msgstr ""

#: libgammu/gsmcomon.c:105
msgid "Entry is empty."
msgid "Entry empty."
msgstr ""

#: libgammu/gsmcomon.c:106
Expand Down
4 changes: 2 additions & 2 deletions locale/en_GB/docs.po
Original file line number Diff line number Diff line change
Expand Up @@ -7746,8 +7746,8 @@ msgstr ""
#~ msgid "122"
#~ msgstr "122"

#~ msgid "Entry is empty."
#~ msgstr "Entry is empty."
#~ msgid "Entry empty."
#~ msgstr "Entry empty."

#~ msgid "123"
#~ msgstr "123"
Expand Down
4 changes: 2 additions & 2 deletions locale/en_GB/gammu.po
Original file line number Diff line number Diff line change
Expand Up @@ -2067,8 +2067,8 @@ msgid "Memory %s, Location %i\n"
msgstr "Memory %s, Location %i\n"

#: gammu/memory.c:104 gammu/misc.c:1807 gammu/misc.c:2216
msgid "Entry is empty"
msgstr "Entry is empty"
msgid "Entry empty"
msgstr "Entry empty"

#: gammu/memory.c:116
#, c-format
Expand Down
4 changes: 2 additions & 2 deletions locale/en_GB/libgammu.po
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ msgid "Function not supported by phone."
msgstr "Function not supported by phone."

#: libgammu/gsmcomon.c:105
msgid "Entry is empty."
msgstr "Entry is empty."
msgid "Entry empty."
msgstr "Entry empty."

#: libgammu/gsmcomon.c:106
msgid "Security error. Maybe no PIN?"
Expand Down
2 changes: 1 addition & 1 deletion locale/es/docs.po
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@ msgstr ""
#~ msgid "Function not supported by phone."
#~ msgstr "Función no soportada por el teléfono."

#~ msgid "Entry is empty."
#~ msgid "Entry empty."
#~ msgstr "Entrada vacía."

#~ msgid "Security error. Maybe no PIN?"
Expand Down
2 changes: 1 addition & 1 deletion locale/es/gammu.po
Original file line number Diff line number Diff line change
Expand Up @@ -2112,7 +2112,7 @@ msgid "Memory %s, Location %i\n"
msgstr "Memoria %s, Location %i\n"

#: gammu/memory.c:104 gammu/misc.c:1807 gammu/misc.c:2216
msgid "Entry is empty"
msgid "Entry empty"
msgstr "Entrada vacía"

#: gammu/memory.c:116
Expand Down
2 changes: 1 addition & 1 deletion locale/es/libgammu.po
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ msgid "Function not supported by phone."
msgstr "Función no soportada por el teléfono."

#: libgammu/gsmcomon.c:105
msgid "Entry is empty."
msgid "Entry empty."
msgstr "Entrada vacía."

#: libgammu/gsmcomon.c:106
Expand Down
Loading

0 comments on commit 75320cf

Please sign in to comment.