2 # This pristine POT file has been generated by LibreOffice/ScriptForge
3 # Full documentation is available on https://help.libreoffice.org/
5 # *********************************************************************
6 # *** The ScriptForge library and its associated libraries ***
7 # *** are part of the LibreOffice project. ***
8 # *********************************************************************
10 # ScriptForge Release 7.6
11 # -----------------------
15 "Project-Id-Version: PACKAGE VERSION\n"
16 "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
17 "POT-Creation-Date: 2023-05-15 16:22:55\n"
18 "PO-Revision-Date: YYYY-MM-DD HH:MM:SS\n"
19 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
20 "Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
23 "Content-Type: text/plain; charset=UTF-8\n"
24 "Content-Transfer-Encoding: 8bit\n"
25 "Plural-Forms: nplurals=2; plural=n > 1;\n"
26 "X-Generator: LibreOffice - ScriptForge\n"
27 "X-Accelerator-Marker: ~\n"
29 #. Title in error message box
30 #. %1: an error number
39 msgctxt "ERRORLOCATION"
45 msgctxt "LONGERRORDESC"
46 msgid "Error %1 - Location = %2 - Description = %3"
49 #. Any blocking error message
50 msgctxt "STOPEXECUTION"
51 msgid "THE EXECUTION IS CANCELLED."
54 #. Any blocking error message
57 msgctxt "NEEDMOREHELP"
58 msgid "Do you want to receive more information about the '%1' method ?"
61 #. SF_Exception.RaiseAbort error message
62 msgctxt "INTERNALERROR"
64 "The ScriptForge library has crashed. The reason is unknown.\n"
65 "Maybe a bug that could be reported on\n"
66 " https://bugs.documentfoundation.org/\n"
73 #. SF_Utils._Validate error message
74 #. %1: probably ScriptForge
75 #. %2: service or module name
76 #. %3: property or method name where the error occurred
78 msgctxt "VALIDATESOURCE"
85 #. SF_Utils._Validate error message
86 #. %1: list of arguments of the method
88 msgctxt "VALIDATEARGS"
92 #. SF_Utils._Validate error message
93 #. %1: Wrong argument name
95 msgctxt "VALIDATEERROR"
96 msgid "A serious error has been detected in your code on argument : « %1 »."
99 #. SF_Utils.Validate error message
100 msgctxt "VALIDATIONRULES"
101 msgid " Validation rules :"
104 #. SF_Utils._Validate error message
105 #. %1: Wrong argument name
106 #. %2: Comma separated list of allowed types
108 msgctxt "VALIDATETYPES"
109 msgid " « %1 » must have next type (or one of next types) : %2"
112 #. SF_Utils._Validate error message
113 #. %1: Wrong argument name
114 #. %2: Comma separated list of allowed values
116 msgctxt "VALIDATEVALUES"
117 msgid " « %1 » must contain one of next values : %2"
120 #. SF_Utils._Validate error message
121 #. %1: Wrong argument name
122 #. %2: A regular expression
124 msgctxt "VALIDATEREGEX"
125 msgid " « %1 » must match next regular expression : %2"
128 #. SF_Utils._Validate error message
129 #. %1: Wrong argument name
130 #. %2: The name of a Basic class
132 msgctxt "VALIDATECLASS"
133 msgid " « %1 » must be a Basic object of class : %2"
136 #. SF_Utils._Validate error message
137 #. %1: Wrong argument name
138 #. %2: The value of the argument as a string
140 msgctxt "VALIDATEACTUAL"
141 msgid "The actual value of « %1 » is : '%2'"
144 #. SF_Utils._Validate error message
145 #. %1: Wrong argument name
147 msgctxt "VALIDATEMISSING"
148 msgid "The « %1 » argument is mandatory, yet it is missing."
151 #. SF_Utils._ValidateArray error message
152 #. %1: Wrong argument name
154 msgctxt "VALIDATEARRAY"
155 msgid " « %1 » must be an array."
158 #. SF_Utils._ValidateArray error message
159 #. %1: Wrong argument name
160 #. %2: Number of dimensions of the array
162 msgctxt "VALIDATEDIMS"
163 msgid " « %1 » must have exactly %2 dimension(s)."
166 #. SF_Utils._ValidateArray error message
167 #. %1: Wrong argument name
168 #. %2: Either one single type or 'String, Date, Numeric'
170 msgctxt "VALIDATEALLTYPES"
171 msgid " « %1 » must have all elements of the same type : %2"
174 #. SF_Utils._ValidateArray error message
175 #. %1: Wrong argument name
176 #. NULL and EMPTY should not be translated
178 msgctxt "VALIDATENOTNULL"
179 msgid " « %1 » must not contain any NULL or EMPTY elements."
182 #. SF_Utils._ValidateFile error message
183 #. %1: Wrong argument name
184 #. 'String' should not be translated
186 msgctxt "VALIDATEFILE"
187 msgid " « %1 » must be of type String."
190 #. SF_Utils._ValidateFile error message
191 #. %1: Wrong argument name
193 msgctxt "VALIDATEFILESYS"
195 " « %1 » must be a valid file or folder name expressed in the "
196 "operating system native notation."
199 #. SF_Utils._ValidateFile error message
200 #. %1: Wrong argument name
201 #. 'URL' should not be translated
203 msgctxt "VALIDATEFILEURL"
205 " « %1 » must be a valid file or folder name expressed in the "
206 "portable URL notation."
209 #. SF_Utils._ValidateFile error message
210 #. %1: Wrong argument name
212 msgctxt "VALIDATEFILEANY"
213 msgid " « %1 » must be a valid file or folder name."
216 #. SF_Utils._ValidateFile error message
217 #. %1: Wrong argument name
218 #. '(?, *)' is to be left as is
220 msgctxt "VALIDATEWILDCARD"
222 " « %1 » may contain one or more wildcard characters (?, *) in "
223 "its last path component only."
226 #. SF_Array.RangeInit error message
227 #. %1, %2, %3: Numeric values
228 #. 'From', 'UpTo', 'ByStep' should not be translated
230 msgctxt "ARRAYSEQUENCE"
232 "The respective values of 'From', 'UpTo' and 'ByStep' are incoherent.\n"
239 #. SF_Array.AppendColumn (...) error message
240 #. %1: 'Column' or 'Row' of a matrix
241 #. %2, %3: array contents
242 #. 'Array_2D' should not be translated
244 msgctxt "ARRAYINSERT"
246 "The array and the vector to insert have incompatible sizes.\n"
248 " « Array_2D » = %2\n"
252 #. SF_Array.ExtractColumn (...) error message
253 #. %1: 'Column' or 'Row' of a matrix
254 #. %2, %3: array contents
255 #. 'Array_2D' should not be translated
257 msgctxt "ARRAYINDEX1"
259 "The given index does not fit within the bounds of the array.\n"
261 " « Array_2D » = %2\n"
265 #. SF_Array.ExtractColumn (...) error message
266 #. %1: 'Column' or 'Row' of a matrix
267 #. %2, %3: array contents
268 #. 'Array_1D', 'From' and 'UpTo' should not be translated
270 msgctxt "ARRAYINDEX2"
272 "The given slice limits do not fit within the bounds of the array.\n"
274 " « Array_1D » = %1\n"
279 #. SF_Array.ImportFromCSVFile error message
286 "The given file could not be parsed as a valid CSV file.\n"
288 " « File name » = %1\n"
289 " Line number = %2\n"
293 #. SF_Dictionary Add/ReplaceKey error message
294 #. %1: An identifier%2: a (potentially long) string
296 msgctxt "DUPLICATEKEY"
298 "The insertion of a new key into a dictionary failed because the key "
300 "Note that the comparison between keys is NOT case-sensitive.\n"
305 #. SF_Dictionary Remove/ReplaceKey/ReplaceItem error message
306 #. %1: An identifier%2: a (potentially long) string
310 "The requested key does not exist in the dictionary.\n"
315 #. SF_Dictionary Add/ReplaceKey error message
319 "The insertion or the update of an entry into a dictionary failed "
320 "because the given key contains only spaces."
323 #. SF_FileSystem copy/move/delete error message
327 msgctxt "UNKNOWNFILE"
329 "The given file could not be found on your system.\n"
334 #. SF_FileSystem copy/move/delete error message
338 msgctxt "UNKNOWNFOLDER"
340 "The given folder could not be found on your system.\n"
345 #. SF_FileSystem copy/move/delete error message
351 "« %1 » contains the name of an existing folder, not that of a file.\n"
356 #. SF_FileSystem copy/move/delete error message
362 "« %1 » contains the name of an existing file, not that of a folder.\n"
367 #. SF_FileSystem copy/move/... error message
373 "You tried to create a new file which already exists. Overwriting it "
374 "has been rejected.\n"
379 #. SF_FileSystem copy/move/delete error message
385 "Copying or moving a file to a destination which has its read-only "
386 "attribute set, or deleting such a file or folder is forbidden.\n"
391 #. SF_FileSystem copy/move/delete error message
393 #. %2: A file or folder name with wildcards
395 msgctxt "NOFILEMATCH"
397 "When « %1 » contains wildcards. at least one file or folder must "
398 "match the given filter. Otherwise the operation is rejected.\n"
403 #. SF_FileSystem CreateFolder error message
405 #. %2: A file or folder name
407 msgctxt "FOLDERCREATION"
409 "« %1 » contains the name of an existing file or an existing folder. "
410 "The operation is rejected.\n"
415 #. SF_Services.CreateScriptService error message
418 #. %3: A Basic library name
419 #. %4: A service (1 word) name
421 msgctxt "UNKNOWNSERVICE"
423 "No service named '%4' has been registered for the library '%3'.\n"
428 #. SF_Services.CreateScriptService error message
431 #. %3: A Basic library name
433 msgctxt "SERVICESNOTLOADED"
435 "The library '%3' and its services could not been loaded.\n"
436 "The reason is unknown.\n"
437 "However, checking the '%3.SF_Services.RegisterScriptServices()' "
438 "function and its return value can be a good starting point.\n"
443 #. SF_Session.ExecuteCalcFunction error message
444 #. 'Calc' should not be translated
448 "The Calc '%1' function encountered an error. Either the given "
449 "function does not exist or its arguments are invalid."
452 #. SF_Session._GetScript error message
453 #. %1: 'Basic' or 'Python'
461 "The requested %1 script could not be located in the given libraries "
467 #. SF_Session.ExecuteBasicScript error message
470 #. %3: A (long) string
474 "An exception occurred during the execution of the Basic script.\n"
479 #. SF_Session.SendMail error message
480 #. %1 = a mail address
484 "One of the email addresses has been found invalid.\n"
485 "Invalid mail = « %1 »"
488 #. SF_Session.SendMail error message
491 "The message could not be sent due to a system error.\n"
492 "A possible cause is that LibreOffice could not find any mail client."
495 #. SF_TextStream._IsFileOpen error message
498 msgctxt "FILENOTOPEN"
500 "The requested file operation could not be executed because the file "
501 "was closed previously.\n"
506 #. SF_TextStream._IsFileOpen error message
508 #. %2: READ, WRITE or APPEND
510 msgctxt "FILEOPENMODE"
512 "The requested file operation could not be executed because it is "
513 "incompatible with the mode in which the file was opened.\n"
519 #. SF_TextStream.ReadLine/ReadAll/SkipLine error message
524 "The requested file read operation could not be completed because an "
525 "unexpected end-of-file was encountered.\n"
530 #. SF_UI.GetDocument error message
536 "The requested document could not be found.\n"
541 #. SF_UI.GetDocument error message
547 msgctxt "DOCUMENTCREATION"
549 "The creation of a new document failed.\n"
550 "Something must be wrong with some arguments.\n"
552 "Either the document type is unknown, or no template file was given,\n"
553 "or the given template file was not found on your system.\n"
559 #. SF_UI.OpenDocument error message
567 msgctxt "DOCUMENTOPEN"
569 "The opening of the document failed.\n"
570 "Something must be wrong with some arguments.\n"
572 "Either the file does not exist, or the password is wrong, or the "
573 "given filter is invalid.\n"
580 #. SF_UI.OpenDocument error message
586 msgctxt "BASEDOCUMENTOPEN"
588 "The opening of the Base document failed.\n"
589 "Something must be wrong with some arguments.\n"
591 "Either the file does not exist, or the file is not registered under "
598 #. SF_Document._IsStillAlive error message
601 msgctxt "DOCUMENTDEAD"
603 "The requested action could not be executed because the document was "
604 "closed inadvertently.\n"
606 "The concerned document is '%1'"
609 #. SF_Document.SaveAs error message
614 msgctxt "DOCUMENTSAVE"
616 "The document could not be saved.\n"
617 "Either the document has been opened read-only, or the destination "
618 "file has a read-only attribute set, or the file where to save to is "
624 #. SF_Document.SaveAs error message
632 msgctxt "DOCUMENTSAVEAS"
634 "The document could not be saved.\n"
635 "Either the document must not be overwritten, or the destination file "
636 "has a read-only attribute set, or the given filter is invalid.\n"
643 #. SF_Document any update
647 msgctxt "DOCUMENTREADONLY"
649 "You tried to edit a document which is not modifiable. The document "
650 "has not been changed.\n"
655 #. SF_Base GetDatabase
664 "The database related to the actual Base document could not be "
666 "Check the connection/login parameters.\n"
673 #. SF_Calc _ParseAddress (sheet)
679 msgctxt "CALCADDRESS1"
681 "The given address does not correspond with a valid sheet name.\n"
687 #. SF_Calc _ParseAddress (range)
693 msgctxt "CALCADDRESS2"
695 "The given address does not correspond with a valid range of cells.\n"
701 #. SF_Calc InsertSheet
707 msgctxt "DUPLICATESHEET"
709 "There exists already in the document a sheet with the same name.\n"
717 #. %2: A Calc reference
726 #. %11: An identifier
729 msgctxt "OFFSETADDRESS"
731 "The computed range falls beyond the sheet boundaries or is "
742 #. SF_Calc CreateChart
750 msgctxt "DUPLICATECHART"
752 "A chart with the same name exists already in the sheet.\n"
760 #. SF_Calc.ExportRangeToFile error message
767 msgctxt "RANGEEXPORT"
769 "The given range could not be exported.\n"
770 "Either the destination file must not be overwritten, or it has a "
771 "read-only attribute set.\n"
777 #. SF_Chart.ExportToFile error message
784 msgctxt "CHARTEXPORT"
786 "The chart could not be exported.\n"
787 "Either the destination file must not be overwritten, or it has a "
788 "read-only attribute set.\n"
794 #. SF_Dialog._IsStillAlive error message
795 #. %1: An identifier%2: A file name
799 "The requested action could not be executed because the form is not "
800 "open or the document was closed inadvertently.\n"
802 "The concerned form is '%1' in document '%2'."
805 #. SF_Form determination
810 msgctxt "CALCFORMNOTFOUND"
812 "The requested form could not be found in the Calc sheet. The given "
813 "index is off-limits.\n"
815 "The concerned Calc document is '%3'.\n"
817 "The name of the sheet = '%2'\n"
821 #. SF_Form determination
825 msgctxt "WRITERFORMNOTFOUND"
827 "The requested form could not be found in the Writer document. The "
828 "given index is off-limits.\n"
830 "The concerned Writer document is '%2'.\n"
835 #. SF_Form determination
840 msgctxt "BASEFORMNOTFOUND"
842 "The requested form could not be found in the form document '%2'. The "
843 "given index is off-limits.\n"
845 "The concerned Base document is '%3'.\n"
850 #. SF_Form determination
854 msgctxt "SUBFORMNOTFOUND"
856 "The requested subform could not be found below the given main form.\n"
858 "The main form = '%2'.\n"
859 "The subform = '%1'."
862 #. SF_FormControl property setting
868 msgctxt "FORMCONTROLTYPE"
870 "The control '%1' in form '%2' is of type '%3'.\n"
871 "The property or method '%4' is not applicable on that type of form "
875 #. SF_Dialog creation
885 msgctxt "DIALOGNOTFOUND"
887 "The requested dialog could not be located in the given container or "
895 #. SF_Dialog._IsStillAlive error message
900 "The requested action could not be executed because the dialog was "
901 "closed inadvertently.\n"
903 "The concerned dialog is '%1'."
906 #. SF_DialogControl property setting
912 msgctxt "CONTROLTYPE"
914 "The control '%1' in dialog '%2' is of type '%3'.\n"
915 "The property or method '%4' is not applicable on that type of dialog "
919 #. SF_DialogControl add line in textbox
925 "The control '%1' in dialog '%2' is not a multiline text field.\n"
926 "The requested method could not be executed."
929 #. SF_Dialog Page Manager setting
931 #. %2: A list of names separated by commas
933 #. %4: A list of names separated by commas
935 #. %6: A list of names separated by commas
937 msgctxt "PAGEMANAGER"
939 "The Page Manager could not be setup due to inconsistent arguments.\n"
946 #. SF_Dialog CreateControl
951 msgctxt "DUPLICATECONTROL"
953 "A control with the same name exists already in the dialog '%3'.\n"
959 #. SF_Database when running update SQL statement
960 #. %1: The concerned method
964 "The database has been opened in read-only mode.\n"
965 "The '%1' method must not be executed in this context."
968 #. SF_Database can't interpret SQL statement
973 "An SQL statement could not be interpreted or executed by the "
975 "Check its syntax, table and/or field names, ...\n"
977 "SQL Statement : « %1 »"
980 #. SF_Exception.PythonShell error messageAPSO: to leave unchanged
981 msgctxt "PYTHONSHELL"
983 "The APSO extension could not be located in your LibreOffice "
987 #. SFUnitTest could not locate the library gven as argument
988 #. %1: The name of the library
990 msgctxt "UNITTESTLIBRARY"
992 "The requested library could not be located.\n"
993 "The UnitTest service has not been initialized.\n"
995 "Library name : « %1 »"
998 #. SFUnitTest finds a RunTest() call in a inappropriate location
999 #. %1: The name of a method
1001 msgctxt "UNITTESTMETHOD"
1003 "The method '%1' is unexpected in the current context.\n"
1004 "The UnitTest service cannot proceed further with the on-going test."