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 25.2
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: 2024-08-13 13:35:41\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_FileSystem not supported method error message
418 #. %3: A file or folder name
422 "The method « %2 » is not applicable on a document's internal file "
428 #. SF_Services.CreateScriptService error message
431 #. %3: A Basic library name
432 #. %4: A service (1 word) name
434 msgctxt "UNKNOWNSERVICE"
436 "No service named '%4' has been registered for the library '%3'.\n"
441 #. SF_Services.CreateScriptService error message
444 #. %3: A Basic library name
446 msgctxt "SERVICESNOTLOADED"
448 "The library '%3' and its services could not been loaded.\n"
449 "The reason is unknown.\n"
450 "However, checking the '%3.SF_Services.RegisterScriptServices()' "
451 "function and its return value can be a good starting point.\n"
456 #. SF_Session.ExecuteCalcFunction error message
457 #. 'Calc' should not be translated
461 "The Calc '%1' function encountered an error. Either the given "
462 "function does not exist or its arguments are invalid."
465 #. SF_Session._GetScript error message
466 #. %1: 'Basic' or 'Python'
474 "The requested %1 script could not be located in the given libraries "
480 #. SF_Session.ExecuteBasicScript error message
483 #. %3: A (long) string
487 "An exception occurred during the execution of the Basic script.\n"
492 #. SF_Session.SendMail error message
493 #. %1 = a mail address
497 "One of the email addresses has been found invalid.\n"
498 "Invalid mail = « %1 »"
501 #. SF_Session.SendMail error message
504 "The message could not be sent due to a system error.\n"
505 "A possible cause is that LibreOffice could not find any mail client."
508 #. SF_TextStream._IsFileOpen error message
511 msgctxt "FILENOTOPEN"
513 "The requested file operation could not be executed because the file "
514 "was closed previously.\n"
519 #. SF_TextStream._IsFileOpen error message
521 #. %2: READ, WRITE or APPEND
523 msgctxt "FILEOPENMODE"
525 "The requested file operation could not be executed because it is "
526 "incompatible with the mode in which the file was opened.\n"
532 #. SF_TextStream.ReadLine/ReadAll/SkipLine error message
537 "The requested file read operation could not be completed because an "
538 "unexpected end-of-file was encountered.\n"
543 #. SF_UI.GetDocument error message
549 "The requested document could not be found.\n"
554 #. SF_UI.GetDocument error message
560 msgctxt "DOCUMENTCREATION"
562 "The creation of a new document failed.\n"
563 "Something must be wrong with some arguments.\n"
565 "Either the document type is unknown, or no template file was given,\n"
566 "or the given template file was not found on your system.\n"
572 #. SF_UI.OpenDocument error message
580 msgctxt "DOCUMENTOPEN"
582 "The opening of the document failed.\n"
583 "Something must be wrong with some arguments.\n"
585 "Either the file does not exist, or the password is wrong, or the "
586 "given filter is invalid.\n"
593 #. SF_UI.OpenDocument error message
599 msgctxt "BASEDOCUMENTOPEN"
601 "The opening of the Base document failed.\n"
602 "Something must be wrong with some arguments.\n"
604 "Either the file does not exist, or the file is not registered under "
611 #. SF_Document._IsStillAlive error message
614 msgctxt "DOCUMENTDEAD"
616 "The requested action could not be executed because the document was "
617 "closed inadvertently.\n"
619 "The concerned document is '%1'"
622 #. SF_Document.SaveAs error message
627 msgctxt "DOCUMENTSAVE"
629 "The document could not be saved.\n"
630 "Either the document has been opened read-only, or the destination "
631 "file has a read-only attribute set, or the file where to save to is "
637 #. SF_Document.SaveAs error message
645 msgctxt "DOCUMENTSAVEAS"
647 "The document could not be saved.\n"
648 "Either the document must not be overwritten, or the destination file "
649 "has a read-only attribute set, or the given filter is invalid.\n"
656 #. SF_Document any update
660 msgctxt "DOCUMENTREADONLY"
662 "You tried to edit a document which is not modifiable. The document "
663 "has not been changed.\n"
668 #. SF_Base GetDatabase
677 "The database related to the actual Base document could not be "
679 "Check the connection/login parameters.\n"
686 #. SF_Calc _ParseAddress (sheet)
692 msgctxt "CALCADDRESS1"
694 "The given address does not correspond with a valid sheet name.\n"
700 #. SF_Calc _ParseAddress (range)
706 msgctxt "CALCADDRESS2"
708 "The given address does not correspond with a valid range of cells.\n"
714 #. SF_Calc InsertSheet
720 msgctxt "DUPLICATESHEET"
722 "There exists already in the document a sheet with the same name.\n"
730 #. %2: A Calc reference
739 #. %11: An identifier
742 msgctxt "OFFSETADDRESS"
744 "The computed range falls beyond the sheet boundaries or is "
755 #. SF_Calc CreateChart
763 msgctxt "DUPLICATECHART"
765 "A chart with the same name exists already in the sheet.\n"
773 #. SF_Calc.ExportRangeToFile error message
780 msgctxt "RANGEEXPORT"
782 "The given range could not be exported.\n"
783 "Either the destination file must not be overwritten, or it has a "
784 "read-only attribute set.\n"
790 #. SF_Chart.ExportToFile error message
797 msgctxt "CHARTEXPORT"
799 "The chart could not be exported.\n"
800 "Either the destination file must not be overwritten, or it has a "
801 "read-only attribute set.\n"
807 #. SF_Dialog._IsStillAlive error message
808 #. %1: An identifier%2: A file name
812 "The requested action could not be executed because the form is not "
813 "open or the document was closed inadvertently.\n"
815 "The concerned form is '%1' in document '%2'."
818 #. SF_Form determination
823 msgctxt "CALCFORMNOTFOUND"
825 "The requested form could not be found in the Calc sheet. The given "
826 "index is off-limits.\n"
828 "The concerned Calc document is '%3'.\n"
830 "The name of the sheet = '%2'\n"
834 #. SF_Form determination
838 msgctxt "WRITERFORMNOTFOUND"
840 "The requested form could not be found in the Writer document. The "
841 "given index is off-limits.\n"
843 "The concerned Writer document is '%2'.\n"
848 #. SF_Form determination
853 msgctxt "BASEFORMNOTFOUND"
855 "The requested form could not be found in the form document '%2'. The "
856 "given index is off-limits.\n"
858 "The concerned Base document is '%3'.\n"
863 #. SF_Form determination
867 msgctxt "SUBFORMNOTFOUND"
869 "The requested subform could not be found below the given main form.\n"
871 "The main form = '%2'.\n"
872 "The subform = '%1'."
875 #. SF_FormControl property setting
881 msgctxt "FORMCONTROLTYPE"
883 "The control '%1' in form '%2' is of type '%3'.\n"
884 "The property or method '%4' is not applicable on that type of form "
888 #. SF_Writer._ParseRange (textrange)
894 msgctxt "WRITERRANGE"
896 "The given text range does not correspond with a valid position in "
903 #. SF_Dialog creation
913 msgctxt "DIALOGNOTFOUND"
915 "The requested dialog could not be located in the given container or "
923 #. SF_Dialog._IsStillAlive error message
928 "The requested action could not be executed because the dialog was "
929 "closed inadvertently.\n"
931 "The concerned dialog is '%1'."
934 #. SF_DialogControl property setting
940 msgctxt "CONTROLTYPE"
942 "The control '%1' in dialog '%2' is of type '%3'.\n"
943 "The property or method '%4' is not applicable on that type of dialog "
947 #. SF_DialogControl add line in textbox
953 "The control '%1' in dialog '%2' is not a multiline text field.\n"
954 "The requested method could not be executed."
957 #. SF_Dialog Page Manager setting
959 #. %2: A list of names separated by commas
961 #. %4: A list of names separated by commas
963 #. %6: A list of names separated by commas
965 msgctxt "PAGEMANAGER"
967 "The Page Manager could not be setup due to inconsistent arguments.\n"
974 #. SF_Dialog CreateControl
979 msgctxt "DUPLICATECONTROL"
981 "A control with the same name exists already in the dialog '%3'.\n"
986 #. SF_Database when running update SQL statement
987 #. %1: The concerned method
991 "The database has been opened in read-only mode.\n"
992 "The '%1' method must not be executed in this context."
995 #. SF_Database can't interpret SQL statement
1000 "An SQL statement could not be interpreted or executed by the "
1001 "database system.\n"
1002 "Check its syntax, table and/or field names, ...\n"
1004 "SQL Statement : « %1 »"
1007 #. SF_Database can't interpret SQL statement
1008 #. %1: The statement
1009 #. %2: a WHERE clause
1010 #. %3: a ORDER BY clause
1012 msgctxt "SQLSYNTAX2"
1014 "An SQL statement could not be interpreted or executed by the "
1015 "database system.\n"
1016 "Check its syntax, table and/or field names, ...\n"
1018 "SQL Statement : « %1 »\n"
1024 #. SF_Dataset can't read field values or store field updates
1025 msgctxt "NOCURRENTRECORD"
1027 "A database record could not be retrieved, inserted or updated by the "
1028 "database system.\n"
1029 "The current record could not be determined."
1032 #. SF_Database can't store field updates
1033 #. %1: The field name
1034 #. %2: the value to store in the field
1036 msgctxt "RECORDUPDATE"
1038 "A database record could not be inserted or updated by the database "
1040 "Possible reasons:\n"
1041 "- the field is not updatable\n"
1042 "- a [NULL] value is provided which is forbidden for the field\n"
1043 "- the type of value and the type of field are incompatible\n"
1044 "- the input binary file does not exist or is empty\n"
1045 "- the field type is not supported\n"
1047 "Field name : « %1 »\n"
1048 "Field value : « %2 »\n"
1049 "Field type : « %3 »"
1052 #. SF_Dataset.ExportToFile error message
1053 #. %1: An identifier
1055 #. %3: An identifier
1056 #. %4: True or False
1059 msgctxt "FIELDEXPORT"
1061 "The database field could not be exported.\n"
1062 "Either the destination file must not be overwritten, or it has a "
1063 "read-only attribute set.\n"
1069 #. SF_Exception.PythonShell error messageAPSO: to leave unchanged
1070 msgctxt "PYTHONSHELL"
1072 "The APSO extension could not be located in your LibreOffice "
1076 #. SFUnitTest could not locate the library gven as argument
1077 #. %1: The name of the library
1079 msgctxt "UNITTESTLIBRARY"
1081 "The requested library could not be located.\n"
1082 "The UnitTest service has not been initialized.\n"
1084 "Library name : « %1 »"
1087 #. SFUnitTest finds a RunTest() call in a inappropriate location
1088 #. %1: The name of a method
1090 msgctxt "UNITTESTMETHOD"
1092 "The method '%1' is unexpected in the current context.\n"
1093 "The UnitTest service cannot proceed further with the on-going test."