ia.js 2.0 KB

1234567891011121314151617181920212223
  1. OC.L10N.register(
  2. "updatenotification",
  3. {
  4. "{version} is available. Get more information on how to update." : "{version} es disponibile. Obtene plus informationes super como actualisar.",
  5. "Open updater" : "Aperir actualisator",
  6. "Your version is up to date." : "Tu version es actualisate.",
  7. "Update channel:" : "Canal de actualisation:",
  8. "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Tu sempre pote actualisar a un version plus nove o a un canal experimental. Ma tu non potera jammais retrogradar a un canal plus stabile.",
  9. "Notify members of the following groups about available updates:" : "Notifica membros del gruppos sequente super actualisationes disponibile:",
  10. "Only notification for app updates are available." : "Notification es disponibile solmente pro actualisationes de applicationes.",
  11. "The selected update channel does not support updates of the server." : "Le canal de actualisation seligite non supporta actualisationes del servitor.",
  12. "Could not start updater, please try the manual update" : "Impossibile initiar le actualisator, per favor tenta le actualisation manual",
  13. "Update notifications" : "Actualisar notificationes",
  14. "Channel updated" : "Canal actualisate",
  15. "Update to %1$s is available." : "Un actualisation a %1$s es disponibile.",
  16. "Update for %1$s to version %2$s is available." : "Un actualisation de %1$s al version %2$s es disponibile.",
  17. "Update for {app} to version %s is available." : "Un actualisation del {app} al version %s es disponibile.",
  18. "A new version is available: %s" : "Un nove version es disponibile: %s",
  19. "Download now" : "Discargar ora",
  20. "Checked on %s" : "Verificate in %s",
  21. "The selected update channel makes dedicated notifications for the server obsolete." : "Le canal de actualisation selectionate face le notificationes dedicate al servitor esser obsolete."
  22. },
  23. "nplurals=2; plural=(n != 1);");