Skip to content

Commit

Permalink
Update translation files
Browse files Browse the repository at this point in the history
  • Loading branch information
emcrisostomo committed Dec 26, 2024
1 parent df259c8 commit 787a045
Show file tree
Hide file tree
Showing 7 changed files with 313 additions and 292 deletions.
5 changes: 4 additions & 1 deletion po/POTFILES.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@
# List of source files which contain translatable strings.
#
fswatch/src/fswatch.cpp
libfswatch/src/libfswatch/c/cevent.cpp
libfswatch/src/libfswatch/c/libfswatch.cpp
libfswatch/src/libfswatch/c/libfswatch_log.cpp
libfswatch/src/libfswatch/c++/event.cpp
libfswatch/src/libfswatch/c++/fen_monitor.cpp
libfswatch/src/libfswatch/c++/filter.cpp
libfswatch/src/libfswatch/c++/fsevents_monitor.cpp
libfswatch/src/libfswatch/c++/inotify_monitor.cpp
libfswatch/src/libfswatch/c++/kqueue_monitor.cpp
Expand All @@ -28,9 +30,10 @@ libfswatch/src/libfswatch/c++/monitor.cpp
libfswatch/src/libfswatch/c++/monitor_factory.cpp
libfswatch/src/libfswatch/c++/path_utils.cpp
libfswatch/src/libfswatch/c++/poll_monitor.cpp
libfswatch/src/libfswatch/c++/windows_monitor.cpp
libfswatch/src/libfswatch/c++/string/string_utils.cpp
libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp
libfswatch/src/libfswatch/c++/windows/win_error_message.cpp
libfswatch/src/libfswatch/c++/windows/win_handle.cpp
libfswatch/src/libfswatch/c++/windows/win_paths.cpp
libfswatch/src/libfswatch/c++/windows/win_strings.cpp
libfswatch/src/libfswatch/c++/windows_monitor.cpp
90 changes: 51 additions & 39 deletions po/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fswatch 1.11.3\n"
"Report-Msgid-Bugs-To: enrico.m.crisostomo@gmail.com\n"
"POT-Creation-Date: 2024-12-26 20:08+0100\n"
"POT-Creation-Date: 2024-12-26 21:34+0100\n"
"PO-Revision-Date: 2017-10-29 14:04+0100\n"
"Last-Translator: Enrico Maria Crisostomo <enrico.m.crisostomo@gmail.com>\n"
"Language-Team: English\n"
Expand Down Expand Up @@ -337,6 +337,18 @@ msgstr ""
msgid "Event from unexpected source"
msgstr ""

#: libfswatch/src/libfswatch/c++/filter.cpp:40
msgid "File not found: "
msgstr ""

#: libfswatch/src/libfswatch/c++/filter.cpp:112
msgid "Unknown filter type: "
msgstr ""

#: libfswatch/src/libfswatch/c++/filter.cpp:127
msgid "Unknown flag: "
msgstr ""

#: libfswatch/src/libfswatch/c++/fsevents_monitor.cpp:122
msgid "Event stream could not be created."
msgstr ""
Expand Down Expand Up @@ -474,6 +486,44 @@ msgstr ""
msgid "Done scanning.\n"
msgstr ""

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:72
#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:73
msgid "malloc failed."
msgstr ""

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:90
#, c-format
msgid "%p.\n"
msgstr ""

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:109
#, c-format
msgid "GetOverlappedResult: %s\n"
msgstr ""

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:116
msgid "ResetEvent failed."
msgstr ""

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:118
#, c-format
msgid "Event %d reset.\n"
msgstr ""

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:151
msgid "File name unexpectedly empty."
msgstr ""

#: libfswatch/src/libfswatch/c++/windows/win_handle.cpp:40
#, c-format
msgid "Closing handle: %d.\n"
msgstr ""

#: libfswatch/src/libfswatch/c++/windows/win_paths.cpp:30
#: libfswatch/src/libfswatch/c++/windows/win_paths.cpp:42
msgid "cygwin_create_path could not allocate memory to convert the path."
msgstr ""

#: libfswatch/src/libfswatch/c++/windows_monitor.cpp:81
#, c-format
msgid "Creating event for %s.\n"
Expand Down Expand Up @@ -525,41 +575,3 @@ msgstr ""
#, c-format
msgid "ReadDirectoryChangesW: %s\n"
msgstr ""

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:72
#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:73
msgid "malloc failed."
msgstr ""

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:90
#, c-format
msgid "%p.\n"
msgstr ""

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:109
#, c-format
msgid "GetOverlappedResult: %s\n"
msgstr ""

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:116
msgid "ResetEvent failed."
msgstr ""

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:118
#, c-format
msgid "Event %d reset.\n"
msgstr ""

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:151
msgid "File name unexpectedly empty."
msgstr ""

#: libfswatch/src/libfswatch/c++/windows/win_handle.cpp:40
#, c-format
msgid "Closing handle: %d.\n"
msgstr ""

#: libfswatch/src/libfswatch/c++/windows/win_paths.cpp:30
#: libfswatch/src/libfswatch/c++/windows/win_paths.cpp:42
msgid "cygwin_create_path could not allocate memory to convert the path."
msgstr ""
92 changes: 52 additions & 40 deletions po/en@boldquot.po
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ msgid ""
msgstr ""
"Project-Id-Version: fswatch 1.17.1\n"
"Report-Msgid-Bugs-To: enrico.m.crisostomo@gmail.com\n"
"POT-Creation-Date: 2024-12-26 20:08+0100\n"
"PO-Revision-Date: 2024-12-26 20:08+0100\n"
"POT-Creation-Date: 2024-12-26 21:34+0100\n"
"PO-Revision-Date: 2024-12-26 21:34+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: en@boldquot\n"
Expand Down Expand Up @@ -370,6 +370,18 @@ msgstr "Rescanning %s.\n"
msgid "Event from unexpected source"
msgstr "Event from unexpected source"

#: libfswatch/src/libfswatch/c++/filter.cpp:40
msgid "File not found: "
msgstr "File not found: "

#: libfswatch/src/libfswatch/c++/filter.cpp:112
msgid "Unknown filter type: "
msgstr "Unknown filter type: "

#: libfswatch/src/libfswatch/c++/filter.cpp:127
msgid "Unknown flag: "
msgstr "Unknown flag: "

#: libfswatch/src/libfswatch/c++/fsevents_monitor.cpp:122
msgid "Event stream could not be created."
msgstr "Event stream could not be created."
Expand Down Expand Up @@ -507,6 +519,44 @@ msgstr "Cannot lstat %s"
msgid "Done scanning.\n"
msgstr "Done scanning.\n"

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:72
#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:73
msgid "malloc failed."
msgstr "malloc failed."

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:90
#, c-format
msgid "%p.\n"
msgstr "%p.\n"

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:109
#, c-format
msgid "GetOverlappedResult: %s\n"
msgstr "GetOverlappedResult: %s\n"

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:116
msgid "ResetEvent failed."
msgstr "ResetEvent failed."

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:118
#, c-format
msgid "Event %d reset.\n"
msgstr "Event %d reset.\n"

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:151
msgid "File name unexpectedly empty."
msgstr "File name unexpectedly empty."

#: libfswatch/src/libfswatch/c++/windows/win_handle.cpp:40
#, c-format
msgid "Closing handle: %d.\n"
msgstr "Closing handle: %d.\n"

#: libfswatch/src/libfswatch/c++/windows/win_paths.cpp:30
#: libfswatch/src/libfswatch/c++/windows/win_paths.cpp:42
msgid "cygwin_create_path could not allocate memory to convert the path."
msgstr "cygwin_create_path could not allocate memory to convert the path."

#: libfswatch/src/libfswatch/c++/windows_monitor.cpp:81
#, c-format
msgid "Creating event for %s.\n"
Expand Down Expand Up @@ -558,41 +608,3 @@ msgstr "GetOverlappedResult returned %d bytes\n"
#, c-format
msgid "ReadDirectoryChangesW: %s\n"
msgstr "ReadDirectoryChangesW: %s\n"

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:72
#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:73
msgid "malloc failed."
msgstr "malloc failed."

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:90
#, c-format
msgid "%p.\n"
msgstr "%p.\n"

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:109
#, c-format
msgid "GetOverlappedResult: %s\n"
msgstr "GetOverlappedResult: %s\n"

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:116
msgid "ResetEvent failed."
msgstr "ResetEvent failed."

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:118
#, c-format
msgid "Event %d reset.\n"
msgstr "Event %d reset.\n"

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:151
msgid "File name unexpectedly empty."
msgstr "File name unexpectedly empty."

#: libfswatch/src/libfswatch/c++/windows/win_handle.cpp:40
#, c-format
msgid "Closing handle: %d.\n"
msgstr "Closing handle: %d.\n"

#: libfswatch/src/libfswatch/c++/windows/win_paths.cpp:30
#: libfswatch/src/libfswatch/c++/windows/win_paths.cpp:42
msgid "cygwin_create_path could not allocate memory to convert the path."
msgstr "cygwin_create_path could not allocate memory to convert the path."
92 changes: 52 additions & 40 deletions po/en@quot.po
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ msgid ""
msgstr ""
"Project-Id-Version: fswatch 1.17.1\n"
"Report-Msgid-Bugs-To: enrico.m.crisostomo@gmail.com\n"
"POT-Creation-Date: 2024-12-26 20:08+0100\n"
"PO-Revision-Date: 2024-12-26 20:08+0100\n"
"POT-Creation-Date: 2024-12-26 21:34+0100\n"
"PO-Revision-Date: 2024-12-26 21:34+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: en@quot\n"
Expand Down Expand Up @@ -367,6 +367,18 @@ msgstr "Rescanning %s.\n"
msgid "Event from unexpected source"
msgstr "Event from unexpected source"

#: libfswatch/src/libfswatch/c++/filter.cpp:40
msgid "File not found: "
msgstr "File not found: "

#: libfswatch/src/libfswatch/c++/filter.cpp:112
msgid "Unknown filter type: "
msgstr "Unknown filter type: "

#: libfswatch/src/libfswatch/c++/filter.cpp:127
msgid "Unknown flag: "
msgstr "Unknown flag: "

#: libfswatch/src/libfswatch/c++/fsevents_monitor.cpp:122
msgid "Event stream could not be created."
msgstr "Event stream could not be created."
Expand Down Expand Up @@ -504,6 +516,44 @@ msgstr "Cannot lstat %s"
msgid "Done scanning.\n"
msgstr "Done scanning.\n"

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:72
#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:73
msgid "malloc failed."
msgstr "malloc failed."

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:90
#, c-format
msgid "%p.\n"
msgstr "%p.\n"

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:109
#, c-format
msgid "GetOverlappedResult: %s\n"
msgstr "GetOverlappedResult: %s\n"

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:116
msgid "ResetEvent failed."
msgstr "ResetEvent failed."

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:118
#, c-format
msgid "Event %d reset.\n"
msgstr "Event %d reset.\n"

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:151
msgid "File name unexpectedly empty."
msgstr "File name unexpectedly empty."

#: libfswatch/src/libfswatch/c++/windows/win_handle.cpp:40
#, c-format
msgid "Closing handle: %d.\n"
msgstr "Closing handle: %d.\n"

#: libfswatch/src/libfswatch/c++/windows/win_paths.cpp:30
#: libfswatch/src/libfswatch/c++/windows/win_paths.cpp:42
msgid "cygwin_create_path could not allocate memory to convert the path."
msgstr "cygwin_create_path could not allocate memory to convert the path."

#: libfswatch/src/libfswatch/c++/windows_monitor.cpp:81
#, c-format
msgid "Creating event for %s.\n"
Expand Down Expand Up @@ -555,41 +605,3 @@ msgstr "GetOverlappedResult returned %d bytes\n"
#, c-format
msgid "ReadDirectoryChangesW: %s\n"
msgstr "ReadDirectoryChangesW: %s\n"

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:72
#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:73
msgid "malloc failed."
msgstr "malloc failed."

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:90
#, c-format
msgid "%p.\n"
msgstr "%p.\n"

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:109
#, c-format
msgid "GetOverlappedResult: %s\n"
msgstr "GetOverlappedResult: %s\n"

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:116
msgid "ResetEvent failed."
msgstr "ResetEvent failed."

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:118
#, c-format
msgid "Event %d reset.\n"
msgstr "Event %d reset.\n"

#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:151
msgid "File name unexpectedly empty."
msgstr "File name unexpectedly empty."

#: libfswatch/src/libfswatch/c++/windows/win_handle.cpp:40
#, c-format
msgid "Closing handle: %d.\n"
msgstr "Closing handle: %d.\n"

#: libfswatch/src/libfswatch/c++/windows/win_paths.cpp:30
#: libfswatch/src/libfswatch/c++/windows/win_paths.cpp:42
msgid "cygwin_create_path could not allocate memory to convert the path."
msgstr "cygwin_create_path could not allocate memory to convert the path."
Loading

0 comments on commit 787a045

Please sign in to comment.