Brak opisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

office_strings.debug.js 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. 
  2. Type.registerNamespace("Strings");
  3. Strings.OfficeOM = function()
  4. {
  5. };
  6. Strings.OfficeOM.registerClass("Strings.OfficeOM");
  7. Strings.OfficeOM.L_ShowWindowDialogNotification = "{0} wants to display a new window.";
  8. Strings.OfficeOM.L_CannotRegisterEvent = "The event handler cannot be registered.";
  9. Strings.OfficeOM.L_NotImplemented = "Funkcija {0} nije primenjena.";
  10. Strings.OfficeOM.L_CustomXmlOutOfDateName = "Data Not Current";
  11. Strings.OfficeOM.L_ActivityLimitReached = "Activity limit has been reached.";
  12. Strings.OfficeOM.L_InvalidBinding = "Nevažeće povezivanje";
  13. Strings.OfficeOM.L_BindingCreationError = "Greška u stvaranju povezivanja";
  14. Strings.OfficeOM.L_InvalidSetRows = "Navedeni redovi su nevažeći.";
  15. Strings.OfficeOM.L_CannotWriteToSelection = "Upisivanje u trenutnu selekciju nije moguće.";
  16. Strings.OfficeOM.L_IndexOutOfRange = "Indeks je izvan opsega.";
  17. Strings.OfficeOM.L_ReadSettingsError = "Greška u postavkama čitanja";
  18. Strings.OfficeOM.L_InvalidGetColumns = "Navedene kolone su nevažeće.";
  19. Strings.OfficeOM.L_OverwriteWorksheetData = "Operacija postavljanja nije uspela zato što će navedeni objekat podataka zameniti ili premestiti podatke.";
  20. Strings.OfficeOM.L_RowIndexOutOfRange = "Vrednost indeksa reda je izvan dozvoljenog opsega. Koristite vrednost (0 ili veću) koja je manja od broja redova.";
  21. Strings.OfficeOM.L_ColIndexOutOfRange = "Vrednost indeksa kolone je izvan dozvoljenog opsega. Koristite vrednost (0 ili veću) koja je manja od broja kolona.";
  22. Strings.OfficeOM.L_InvalidParameters = "Funkcija {0} ima nevažeće parametre.";
  23. Strings.OfficeOM.L_DialogAlreadyOpened = "The operation failed because this add-in already has an active dialog.";
  24. Strings.OfficeOM.L_SetDataParametersConflict = "Navedeni parametri su neusaglašeni.";
  25. Strings.OfficeOM.L_DataNotMatchCoercionType = "Tip navedenog objekta podataka nije kompatibilan sa trenutnom selekcijom.";
  26. Strings.OfficeOM.L_RunMustReturnPromise = 'The batch function passed to the ".run" method didn\'t return a promise. The function must return a promise, so that any automatically-tracked objects can be released at the completion of the batch operation. Typically, you return a promise by returning the response from "context.sync()".';
  27. Strings.OfficeOM.L_UnsupportedEnumerationMessage = "Nabrajanje nije podržano u trenutnoj aplikaciji hosta.";
  28. Strings.OfficeOM.L_NewWindowCrossZoneConfigureBrowserLink = "configure your browser";
  29. Strings.OfficeOM.L_InvalidCoercion = "Nevažeći tip promene";
  30. Strings.OfficeOM.L_UnsupportedDataObject = "Navedeni tip objekta podataka nije podržan.";
  31. Strings.OfficeOM.L_AppNameNotExist = "AppName za {0} ne postoji.";
  32. Strings.OfficeOM.L_AddBindingFromPromptDefaultText = "Napravite selekciju.";
  33. Strings.OfficeOM.L_DataNotMatchBindingType = "Navedeni objekat podataka nije kompatibilan sa tipom povezivanja.";
  34. Strings.OfficeOM.L_InvalidFormatValue = "Neki parametri formata imaju vrednosti koje nisu dozvoljene. Proverite vrednosti još jednom i probajte ponovo.";
  35. Strings.OfficeOM.L_OperationNotSupported = "Operacija nije podržana.";
  36. Strings.OfficeOM.L_InvalidRequestContext = "Cannot use the object across different request contexts.";
  37. Strings.OfficeOM.L_NamedItemNotFound = "Imenovana stavka ne postoji.";
  38. Strings.OfficeOM.L_InvalidGetRows = "Navedeni redovi su nevažeći.";
  39. Strings.OfficeOM.L_CellFormatAmountBeyondLimits = "Note: The formatting sets set by a Formatting API call is suggested to be below 100.";
  40. Strings.OfficeOM.L_CustomXmlExceedQuotaName = "Selection Limit Reached";
  41. Strings.OfficeOM.L_TooManyIncompleteRequests = "Wait until the previous call completes.";
  42. Strings.OfficeOM.L_SetDataIsTooLarge = "Navedeni objekat podataka je prevelik.";
  43. Strings.OfficeOM.L_DialogAddressNotTrusted = "The specified address has not been not trusted by the add-in";
  44. Strings.OfficeOM.L_InvalidBindingOperation = "Operacija nevažećeg povezivanja";
  45. Strings.OfficeOM.L_APICallFailed = "API Call Failed";
  46. Strings.OfficeOM.L_SpecifiedIdNotExist = "Navedeni ID ne postoji.";
  47. Strings.OfficeOM.L_SaveSettingsError = "Greška pri čuvanju postavki";
  48. Strings.OfficeOM.L_InvalidSetStartRowColumn = "Navedene vrednosti za početni red ili početnu kolonu nisu važeće.";
  49. Strings.OfficeOM.L_InvalidFormat = "Greška nevažećeg formata";
  50. Strings.OfficeOM.L_InvalidArgument = "The argument '{0}' doesn't work for this situation, is missing, or isn't in the right format.";
  51. Strings.OfficeOM.L_EventHandlerAdditionFailed = "Dodavanje rukovaoca događajem nije uspelo.";
  52. Strings.OfficeOM.L_InvalidAPICall = "Nevažeći API poziv";
  53. Strings.OfficeOM.L_EventRegistrationError = "Greška pri registraciji događaja";
  54. Strings.OfficeOM.L_CustomXmlError = "Greška u prilagođenim XML.";
  55. Strings.OfficeOM.L_TooManyOptionalFunction = "višestruke opcionalne funkcije na listi parametara";
  56. Strings.OfficeOM.L_CustomXmlExceedQuotaMessage = "XPath limits selection to 1024 items.";
  57. Strings.OfficeOM.L_InvalidSelectionForBindingType = "Nije moguće kreirati povezivanje sa trenutnom selekcijom i navedenim tipom povezivanja.";
  58. Strings.OfficeOM.L_OperationNotSupportedOnMatrixData = "Potrebo je da izabrani sadržaj bude u formatu tabele. Oblikujte podatke u vidu tabele i probajte ponovo.";
  59. Strings.OfficeOM.L_ShowWindowDialogNotificationIgnore = "Ignore";
  60. Strings.OfficeOM.L_SliceSizeNotSupported = "The specified slice size is not supported.";
  61. Strings.OfficeOM.L_EventHandlerRemovalFailed = "Uklanjanje rukovaoca događajem nije uspelo.";
  62. Strings.OfficeOM.L_DataReadError = "Greška u čitanju podataka";
  63. Strings.OfficeOM.L_InvalidDataFormat = "Format navedenog objekta podataka nije važeći.";
  64. Strings.OfficeOM.L_RequestTimeout = "The call took too long to execute.";
  65. Strings.OfficeOM.L_GetSelectionNotSupported = "Trenutna selekcija nije podržana.";
  66. Strings.OfficeOM.L_InvalidTableOptionValue = "Neki tableOptions parametri imaju vrednosti koje nisu dozvoljene. Proverite vrednosti još jednom i probajte ponovo.";
  67. Strings.OfficeOM.L_PermissionDenied = "Dozvola je odbijena";
  68. Strings.OfficeOM.L_InvalidDataObject = "Nevažeći objekat podataka";
  69. Strings.OfficeOM.L_InvalidColumnsForBinding = "Navedene kolone su nevažeće.";
  70. Strings.OfficeOM.L_InvalidGetRowColumnCounts = "Navedene vrednosti za broj redova ili broj kolona nisu važeće.";
  71. Strings.OfficeOM.L_OsfControlTypeNotSupported = "OsfControl tip nije podržan.";
  72. Strings.OfficeOM.L_DialogNavigateError = "Dialog Navigation Error";
  73. Strings.OfficeOM.L_InvalidObjectPath = 'The object path \'{0}\' isn\'t working for what you\'re trying to do. If you\'re using the object across multiple "context.sync" calls and outside the sequential execution of a ".run" batch, please use the "context.trackedObjects.add()" and "context.trackedObjects.remove()" methods to manage the object\'s lifetime.';
  74. Strings.OfficeOM.L_InternalError = "Unutrašnja greška";
  75. Strings.OfficeOM.L_CoercionTypeNotMatchBinding = "Navedeni tip promene nije kompatibilan sa ovim tipom povezivanja.";
  76. Strings.OfficeOM.L_InValidOptionalArgument = "nevažeći opcionalni argument";
  77. Strings.OfficeOM.L_InvalidNamedItemForBindingType = "Navedeni tip povezivanja nije kompatibilan sa navedenom imenovanom stavkom.";
  78. Strings.OfficeOM.L_InvalidNode = "Nevažeći čvor";
  79. Strings.OfficeOM.L_UnknownBindingType = "Tip povezivanja nije podržan.";
  80. Strings.OfficeOM.L_EventHandlerNotExist = "Navedeni tip događaja nije podržan na ovom objektu.";
  81. Strings.OfficeOM.L_NoCapability = "Nemate dovoljno dozvola za ovu radnju.";
  82. Strings.OfficeOM.L_SettingsCannotSave = "Nije bilo moguće sačuvati postavke.";
  83. Strings.OfficeOM.L_DataWriteReminder = "Data Write Reminder";
  84. Strings.OfficeOM.L_InvalidSetColumns = "Navedene kolone su nevažeće.";
  85. Strings.OfficeOM.L_InvalidBindingError = "Greška nevažećeg povezivanja";
  86. Strings.OfficeOM.L_SelectionNotSupportCoercionType = "Trenutna selekcija nije kompatibilna sa navedenim tipom promene.";
  87. Strings.OfficeOM.L_FormatValueOutOfRange = "Vrednost je izvan dozvoljenog opsega.";
  88. Strings.OfficeOM.L_InvalidGetStartRowColumn = "Navedene vrednosti za početni red ili početnu kolonu nisu važeće.";
  89. Strings.OfficeOM.L_NetworkProblem = "Network Problem";
  90. Strings.OfficeOM.ConnectionFailureWithDetails = "The request failed with status code of {0}, error code {1} and the following error message: {2}";
  91. Strings.OfficeOM.L_MissingParameter = "Parametar nedostaje";
  92. Strings.OfficeOM.L_NewWindowCrossZone = "The security settings in your browser prevent us from creating a dialog box. Try a different browser, or {0} so that '{1}' and the domain shown in your address bar are in the same security zone.";
  93. Strings.OfficeOM.L_SettingsStaleError = "Greška usled zastarelih postavki";
  94. Strings.OfficeOM.L_CannotNavigateTo = "Objekat se nalazi na lokaciji na kojoj navigacija nije podržana.";
  95. Strings.OfficeOM.L_AppNotExistInitializeNotCalled = "Aplikacija {0} ne postoji. Microsoft.Office.WebExtension.initialize(razlog) nije pozvan.";
  96. Strings.OfficeOM.L_CoercionTypeNotSupported = "Navedeni tip promene nije podržan.";
  97. Strings.OfficeOM.L_InvalidReadForBlankRow = "The specified row is blank.";
  98. Strings.OfficeOM.L_UnsupportedEnumeration = "Nepodržano nabrajanje";
  99. Strings.OfficeOM.L_CloseFileBeforeRetrieve = "Call closeAsync on the current File before retrieving another.";
  100. Strings.OfficeOM.L_CustomXmlOutOfDateMessage = "The data is out of date. Retrieve the object again.";
  101. Strings.OfficeOM.L_NotSupportedEventType = "Navedeni tip događaja {0} nije podržan.";
  102. Strings.OfficeOM.L_GetDataIsTooLarge = "Zahtevani skup podataka je prevelik.";
  103. Strings.OfficeOM.L_MultipleNamedItemFound = "Pronađeno je više objekata sa istim imenom.";
  104. Strings.OfficeOM.L_InvalidCellsValue = "Neki parametri ćelije imaju vrednosti koje nisu dozvoljene. Proverite vrednosti još jednom i probajte ponovo.";
  105. Strings.OfficeOM.L_InitializeNotReady = "Office.js još uvek nije potpuno učitan. Pokušajte ponovo kasnije ili postarajte se da dodate vaš kôd za pokretanje na vaš Office.initialize function.";
  106. Strings.OfficeOM.L_NotSupportedBindingType = "Navedeni tip povezivanja {0} nije podržan.";
  107. Strings.OfficeOM.L_ShuttingDown = "Operacija nije uspela zato što podaci na serveru nisu u toku.";
  108. Strings.OfficeOM.L_FormattingReminder = "Formatting Reminder";
  109. Strings.OfficeOM.L_ConnectionFailureWithStatus = "The request failed with status code of {0}.";
  110. Strings.OfficeOM.L_DocumentReadOnly = "Zahtevana operacija nije dozvoljena u trenutnom režimu dokumenta.";
  111. Strings.OfficeOM.L_InvalidApiCallInContext = "Nevažeći API poziv u trenutnom kontekstu.";
  112. Strings.OfficeOM.L_ShowWindowDialogNotificationAllow = "Allow";
  113. Strings.OfficeOM.L_DataWriteError = "Greška u pisanju podataka";
  114. Strings.OfficeOM.L_FunctionCallFailed = "Poziv funkcije {0} nije uspeo, kod greške: {1}.";
  115. Strings.OfficeOM.L_DataNotMatchBindingSize = "Navedeni objekat podataka ne podudara se sa veličinom trenutne selekcije.";
  116. Strings.OfficeOM.L_RequestTokenUnavailable = "This API has been throttled to slow the call frequency.";
  117. Strings.OfficeOM.L_NewWindowCrossZoneErrorString = "Browser restrictions prevented us from creating the dialog box. The domain of dialog box and the domain of the add-in host are not in the same security zone.";
  118. Strings.OfficeOM.L_BindingNotExist = "Navedeno povezivanje ne postoji.";
  119. Strings.OfficeOM.L_DisplayDialogError = "Display Dialog Error";
  120. Strings.OfficeOM.L_SettingNameNotExist = "Navedeno ime postavke ne postoji.";
  121. Strings.OfficeOM.L_BrowserAPINotSupported = "This browser does not support the requested API.";
  122. Strings.OfficeOM.L_NonUniformPartialSetNotSupported = "Nije moguće koristiti parametre za koordinaciju sa tabelom tipa promene kada tabela sadrži objedinjene ćelije.";
  123. Strings.OfficeOM.L_ElementMissing = "Nismo mogli da oblikujemo ćeliju tabele zato što nedostaju neke vrednosti parametara. Proverite parametre još jednom i probajte ponovo.";
  124. Strings.OfficeOM.L_ValueNotLoaded = 'The value of the result object has not been loaded yet. Before reading the value property, call "context.sync()" on the associated request context.';
  125. Strings.OfficeOM.L_NavOutOfBound = "Operacija nije uspela zato što je indeks van opsega.";
  126. Strings.OfficeOM.L_RedundantCallbackSpecification = "Povratni poziv ne može biti naveden i u listi argumenata i u opcionalnom objektu.";
  127. Strings.OfficeOM.L_PropertyNotLoaded = "The property '{0}' is not available. Before reading the property's value, call the load method on the containing object and call \"context.sync()\" on the associated request context.";
  128. Strings.OfficeOM.L_SettingsAreStale = "Nije bilo moguće sačuvati postavke jer nisu u toku.";
  129. Strings.OfficeOM.L_MissingRequiredArguments = "nedostaju neki neophodni argumenti";
  130. Strings.OfficeOM.L_NonUniformPartialGetNotSupported = "Nije moguće koristiti parametre za koordinaciju sa tabelom tipa promene kada tabela sadrži objedinjene ćelije.";
  131. Strings.OfficeOM.L_OutOfRange = "Izvan opsega";
  132. Strings.OfficeOM.L_HostError = "Greška hosta";
  133. Strings.OfficeOM.L_TooManyOptionalObjects = "višestruki opcionalni objekti na listi parametara";
  134. Strings.OfficeOM.L_APINotSupported = "API Not Supported";
  135. Strings.OfficeOM.L_UserClickIgnore = "The user chose to ignore the dialog box.";
  136. Strings.OfficeOM.L_BindingToMultipleSelection = "Nekontinuirane selekcije nisu podržane.";
  137. Strings.OfficeOM.L_InternalErrorDescription = "Došlo je do unutrašnje greške.";
  138. Strings.OfficeOM.L_DataStale = "Podaci nisu u toku";
  139. Strings.OfficeOM.L_MemoryLimit = "Memory Limit Exceeded";
  140. Strings.OfficeOM.L_CellDataAmountBeyondLimits = "Note: The number of cells in a table is suggested to be below 20,000 cells.";
  141. Strings.OfficeOM.L_SelectionCannotBound = "Nije moguće izvršiti povezivanje sa trenutnom selekcijom.";
  142. Strings.OfficeOM.L_UserNotSignedIn = "No user is signed into Office.";
  143. Strings.OfficeOM.L_BadSelectorString = "Niska koja je prosleđena u birač nije u ispravnom formatu ili nije podržan.";
  144. Strings.OfficeOM.L_InvalidValue = "Nevažeća vrednost";
  145. Strings.OfficeOM.L_DataNotMatchSelection = "Navedeni objekat podataka nije kompatibilan sa oblikom ili dimenzijama trenutne selekcije.";
  146. Strings.OfficeOM.L_NotSupported = "Funkcija {0} nije podržana.";
  147. Strings.OfficeOM.L_CustomXmlNodeNotFound = "Nije pronađen navedeni čvor.";
  148. Strings.OfficeOM.L_NetworkProblemRetrieveFile = "A network problem has prevented retrieval of the file.";
  149. Strings.OfficeOM.L_TooManyArguments = "previše argumenata";
  150. Strings.OfficeOM.L_OperationNotSupportedOnThisBindingType = "Operacija nije podržana na ovom tipu povezivanja.";
  151. Strings.OfficeOM.L_GetDataParametersConflict = "Navedeni parametri su neusaglašeni.";
  152. Strings.OfficeOM.L_FileTypeNotSupported = "Navedeni tip datoteke nije podržan.";
  153. Strings.OfficeOM.L_CallbackNotAFunction = "Povratni poziv mora biti funkcija tipa, bila je tipa {0}."