diff --git a/po/POTFILES.in b/po/POTFILES.in index 83f66a4d..94742595 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -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 @@ -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 diff --git a/po/en.po b/po/en.po index ef931950..4a1ca8ef 100644 --- a/po/en.po +++ b/po/en.po @@ -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 \n" "Language-Team: English\n" @@ -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 "" @@ -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" @@ -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 "" diff --git a/po/en@boldquot.po b/po/en@boldquot.po index 67a670a2..d9bf5094 100644 --- a/po/en@boldquot.po +++ b/po/en@boldquot.po @@ -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" @@ -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." @@ -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" @@ -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." diff --git a/po/en@quot.po b/po/en@quot.po index f32c35bc..63b33d36 100644 --- a/po/en@quot.po +++ b/po/en@quot.po @@ -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" @@ -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." @@ -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" @@ -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." diff --git a/po/es.po b/po/es.po index 01da97cb..522d8580 100644 --- a/po/es.po +++ b/po/es.po @@ -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 \n" "Language-Team: Spanish \n" @@ -348,6 +348,18 @@ msgstr "Rastreando %s.\n" msgid "Event from unexpected source" msgstr "Evento de fuente inesperada" +#: libfswatch/src/libfswatch/c++/filter.cpp:40 +msgid "File not found: " +msgstr "Fichero no encontrado: " + +#: libfswatch/src/libfswatch/c++/filter.cpp:112 +msgid "Unknown filter type: " +msgstr "Tipo filtro desconocido: " + +#: libfswatch/src/libfswatch/c++/filter.cpp:127 +msgid "Unknown flag: " +msgstr "Flag desconocida: " + #: libfswatch/src/libfswatch/c++/fsevents_monitor.cpp:122 msgid "Event stream could not be created." msgstr "El flujo de eventos no se puede crear." @@ -485,6 +497,44 @@ msgstr "No se puede hacer lstat() de %s" msgid "Done scanning.\n" msgstr "Rastreo terminado.\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 falló." + +#: 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 falló." + +#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:118 +#, c-format +msgid "Event %d reset.\n" +msgstr "Evento %d restablecido.\n" + +#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:151 +msgid "File name unexpectedly empty." +msgstr "Nombre de fichero inesperadamente vacío." + +#: libfswatch/src/libfswatch/c++/windows/win_handle.cpp:40 +#, c-format +msgid "Closing handle: %d.\n" +msgstr "Cerrando 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 no pudo alocar memoria para convertir la ruta." + #: libfswatch/src/libfswatch/c++/windows_monitor.cpp:81 #, c-format msgid "Creating event for %s.\n" @@ -536,68 +586,3 @@ msgstr "GetOverlappedResult devolvió %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 falló." - -#: 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 falló." - -#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:118 -#, c-format -msgid "Event %d reset.\n" -msgstr "Evento %d restablecido.\n" - -#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:151 -msgid "File name unexpectedly empty." -msgstr "Nombre de fichero inesperadamente vacío." - -#: libfswatch/src/libfswatch/c++/windows/win_handle.cpp:40 -#, c-format -msgid "Closing handle: %d.\n" -msgstr "Cerrando 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 no pudo alocar memoria para convertir la ruta." - -#~ msgid "Scheduling stream with run loop...\n" -#~ msgstr "Planificando el flujo de eventos con el bucle de ejecución...\n" - -#~ msgid "Starting run loop...\n" -#~ msgstr "Arrancando el bucle de ejecución...\n" - -#~ msgid "run loop is null" -#~ msgstr "loop de ejecución nulo" - -#~ msgid "Stopping run loop...\n" -#~ msgstr "Parando el bucle de ejecución...\n" - -#~ msgid "Error: " -#~ msgstr "Error: " - -#~ msgid "Done.\n" -#~ msgstr "Hecho.\n" - -#~ msgid "Latency set to: " -#~ msgstr "Establece la latencia a: " - -#~ msgid "::select() on inotify descriptor encountered an error." -#~ msgstr "::select() sobre el descriptor inotify encontró un error." - -#~ msgid "Notice: " -#~ msgstr "Aviso: " diff --git a/po/fswatch.pot b/po/fswatch.pot index 9367693e..8bef59e4 100644 --- a/po/fswatch.pot +++ b/po/fswatch.pot @@ -8,7 +8,7 @@ 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" +"POT-Creation-Date: 2024-12-26 21:34+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -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 "" @@ -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" @@ -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 "" diff --git a/po/it.po b/po/it.po index 6000696a..fea8e725 100644 --- a/po/it.po +++ b/po/it.po @@ -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: 2018-05-02 17:29+0200\n" "Last-Translator: Enrico Maria Crisostomo \n" "Language-Team: Italian \n" @@ -348,6 +348,18 @@ msgstr "Nuova scansione di %s.\n" msgid "Event from unexpected source" msgstr "Evento da sorgente inattesa" +#: libfswatch/src/libfswatch/c++/filter.cpp:40 +msgid "File not found: " +msgstr "File non trovato: " + +#: libfswatch/src/libfswatch/c++/filter.cpp:112 +msgid "Unknown filter type: " +msgstr "Tipo filtro sconosciuto: " + +#: libfswatch/src/libfswatch/c++/filter.cpp:127 +msgid "Unknown flag: " +msgstr "Flag sconosciuto: " + #: libfswatch/src/libfswatch/c++/fsevents_monitor.cpp:122 msgid "Event stream could not be created." msgstr "Il flusso di eventi non può essere creato." @@ -485,6 +497,45 @@ msgstr "Non posso eseguire lstat() di %s" msgid "Done scanning.\n" msgstr "Scansione terminata.\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 fallito." + +#: 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 fallito." + +#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:118 +#, c-format +msgid "Event %d reset.\n" +msgstr "Evento %d resettato.\n" + +#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:151 +msgid "File name unexpectedly empty." +msgstr "Nome file inaspettatamente vuoto." + +#: libfswatch/src/libfswatch/c++/windows/win_handle.cpp:40 +#, c-format +msgid "Closing handle: %d.\n" +msgstr "Chiudendo 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 non ha potuto allocare memoria per convertire il path." + #: libfswatch/src/libfswatch/c++/windows_monitor.cpp:81 #, c-format msgid "Creating event for %s.\n" @@ -536,69 +587,3 @@ msgstr "GetOverlappedResult ha restituito %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 ha fallito." - -#: 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 ha fallito." - -#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:118 -#, c-format -msgid "Event %d reset.\n" -msgstr "Evento %d resettato.\n" - -#: libfswatch/src/libfswatch/c++/windows/win_directory_change_event.cpp:151 -msgid "File name unexpectedly empty." -msgstr "Nome file inaspettatamente vuoto." - -#: libfswatch/src/libfswatch/c++/windows/win_handle.cpp:40 -#, c-format -msgid "Closing handle: %d.\n" -msgstr "Chiudendo 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 non ha potuto allocare memoria per convertire il path." - -#~ msgid "Scheduling stream with run loop...\n" -#~ msgstr "Pianificando il flusso con il ciclo di esecuzione...\n" - -#~ msgid "Starting run loop...\n" -#~ msgstr "Facendo partire il ciclo di esecuzione...\n" - -#~ msgid "run loop is null" -#~ msgstr "ciclo di esecuzione nullo" - -#~ msgid "Stopping run loop...\n" -#~ msgstr "Fermando il ciclo di esecuzione...\n" - -#~ msgid "Error: " -#~ msgstr "Errore: " - -#~ msgid "Done.\n" -#~ msgstr "Fatto.\n" - -#~ msgid "Latency set to: " -#~ msgstr "Latenza impostata a: " - -#~ msgid "::select() on inotify descriptor encountered an error." -#~ msgstr "::select() sul descrittore inotify è andata in errore." - -#~ msgid "Notice: " -#~ msgstr "Avviso: "