Don't require any translation strings to include a trailing "\n"

This commit is contained in:
Dianne Skoll
2025-01-14 13:46:23 -05:00
parent 96c11e89eb
commit c2ec4e9d29
6 changed files with 80 additions and 39 deletions

View File

@@ -24462,19 +24462,19 @@ TRANSLATE " %s(%d): ["["]#%d] %s function `%s'" ""
TRANSLATE "%s function `%s' defined at %s:%d does not use its argument" ""
TRANSLATE "%s function `%s' defined at %s:%d should take 1 argument but actually takes %d" ""
TRANSLATE "%s is deprecated; use %s instead" ""
TRANSLATE "%s(%d): IF without ENDIF\n" ""
TRANSLATE "%s(%d): IF without ENDIF" ""
TRANSLATE "(Security note: $RunOff variable tested.)" ""
TRANSLATE "Accepting \"%s\" for $Latitude/$Longitude, but you should use the \"C\" locale decimal separator \".\" instead" ""
TRANSLATE "Caching directory `%s' listing\n" ""
TRANSLATE "Caching file `%s' in memory\n" ""
TRANSLATE "Caching directory `%s' listing" ""
TRANSLATE "Caching file `%s' in memory" ""
TRANSLATE "Called from" ""
TRANSLATE "Cannot open `%s' for writing: %s\n" ""
TRANSLATE "Cannot stat %s - not running as daemon!\n" ""
TRANSLATE "Cannot open `%s' for writing: %s" ""
TRANSLATE "Cannot stat %s - not running as daemon!" ""
TRANSLATE "Cannot use AT clause in multitrig() function" ""
TRANSLATE "Do not use ["["]] around expression in SET command" ""
TRANSLATE "Error: THROUGH date earlier than start date" ""
TRANSLATE "Executing `%s' for INCLUDECMD and caching as `%s'\n" ""
TRANSLATE "Found cached directory listing for `%s'\n" ""
TRANSLATE "Executing `%s' for INCLUDECMD and caching as `%s'" ""
TRANSLATE "Found cached directory listing for `%s'" ""
TRANSLATE "Function `%s' defined at %s:%d should take %d argument%s, but actually takes %d" ""
TRANSLATE "Function `%s' redefined (previously defined at %s:%d)" ""
TRANSLATE "GetValidHebDate: Bad adarbehave value %d" ""
@@ -24485,16 +24485,16 @@ TRANSLATE "No substition function `%s' defined" ""
TRANSLATE "Not setting $OnceFile: Already processed a reminder with a ONCE clause" ""
TRANSLATE "OMIT: UNTIL not allowed; did you mean THROUGH?" ""
TRANSLATE "POP-OMIT-CONTEXT at %s:%d matches PUSH-OMIT-CONTEXT in different file: %s:%d" ""
TRANSLATE "Reading `%s': Found in cache\n" ""
TRANSLATE "Reading `%s': Opening file on disk\n" ""
TRANSLATE "Reading `-': Reading stdin\n" ""
TRANSLATE "Reading command `%s': Found in cache\n" ""
TRANSLATE "Reading `%s': Found in cache" ""
TRANSLATE "Reading `%s': Opening file on disk" ""
TRANSLATE "Reading `-': Reading stdin" ""
TRANSLATE "Reading command `%s': Found in cache" ""
TRANSLATE "SATISFY: constant 0 will never be true" ""
TRANSLATE "SATISFY: constant \"\" will never be true" ""
TRANSLATE "SATISFY: expression has no reference to trigdate() or $T..." ""
TRANSLATE "SECURITY: Won't read non-root-owned file or directory when running as root!\n" ""
TRANSLATE "SECURITY: Won't read world-writable file or directory!\n" ""
TRANSLATE "Scanning directory `%s' for *.rem files\n" ""
TRANSLATE "SECURITY: Won't read non-root-owned file or directory when running as root!" ""
TRANSLATE "SECURITY: Won't read world-writable file or directory!" ""
TRANSLATE "Scanning directory `%s' for *.rem files" ""
TRANSLATE "Undefined %s function: `%s'" ""
TRANSLATE "Unmatched PUSH-OMIT-CONTEXT at %s(%d)" ""
TRANSLATE "Unrecognized command; interpreting as REM" ""