af.js 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. OC.L10N.register(
  2. "settings",
  3. {
  4. "{actor} changed your password" : "{actor} het u wagwoord verander",
  5. "You changed your password" : "U het u wagwoord verander",
  6. "Your password was reset by an administrator" : "U wagwoord is deur ’n administrateur herstel",
  7. "{actor} changed your email address" : "{actor} het u e-posadres verander",
  8. "You changed your email address" : "U het u e-posadres verander",
  9. "Your email address was changed by an administrator" : "U e-posadres is deur ’n administrateur verander",
  10. "Security" : "Sekuriteit",
  11. "Your <strong>password</strong> or <strong>email</strong> was modified" : "U <strong>wagwoord</strong> of <strong>e-pos</strong> is gewysig",
  12. "Wrong password" : "Verkeerde wagwoord",
  13. "Saved" : "Bewaar",
  14. "No user supplied" : "Geen gebruiker verskaf nie",
  15. "Well done, %s!" : "Welgedaan %s!",
  16. "Settings saved" : "Instellings gestoor",
  17. "Go to %s" : "Gaan na %s",
  18. "Visit website" : "Besoek webwerf",
  19. "User documentation" : "Gebruikerdokumentasie",
  20. "Settings" : "Instellings",
  21. "Full name" : "Volle naam",
  22. "Email" : "E-pos",
  23. "Group admin for" : "Groepadmin vir",
  24. "Default quota" : "Verstekkwota",
  25. "Your apps" : "U toeps",
  26. "Disabled apps" : "Gedeaktiveerde toeps",
  27. "Updates" : "Bywerkings",
  28. "App bundles" : "Toepbundels",
  29. "Everyone" : "Almal",
  30. "Common Name" : "Algemene Naam",
  31. "Valid until" : "Geldig tot",
  32. "Issued By" : "Uitgereik deur",
  33. "Valid until %s" : "Geldig tot %s",
  34. "Administrator documentation" : "Administrateurdokumentasie",
  35. "Online documentation" : "Aanlyndokumentasie",
  36. "Forum" : "Forum",
  37. "days" : "dae",
  38. "Profile picture" : "Profielprent",
  39. "Upload new" : "Laai nuwe op",
  40. "Select from Files" : "Kies uit Lêers",
  41. "Remove image" : "Verwyder beeld",
  42. "png or jpg, max. 20 MB" : "png of jpg, maks. 20 MB",
  43. "Cancel" : "Kanselleer",
  44. "Choose as profile picture" : "Kies as profielprent",
  45. "You are using <strong>%s</strong> of <strong>%s</strong> (<strong>%s %%</strong>)" : "U gebruik <strong>%s</strong> van <strong>%s</strong> (<strong>%s %%</strong>)",
  46. "Your email address" : "U e-posadres",
  47. "No email address set" : "Geen e-posadres ingestel",
  48. "For password reset and notifications" : "Vir wagwoordherstel en kennisgewings",
  49. "Phone number" : "Foonnommer",
  50. "Your phone number" : "U foonnommer",
  51. "Address" : "Adres",
  52. "Your postal address" : "U posadres",
  53. "Website" : "Webwerf",
  54. "Link https://…" : "Skakel https://…",
  55. "Twitter" : "Twitter",
  56. "Twitter handle @…" : "Twitter-handvatsel @…",
  57. "Language" : "Taal",
  58. "Help translate" : "Help met vertaling",
  59. "Password" : "Wagwoord",
  60. "Current password" : "Huidige wagwoord",
  61. "New password" : "Nuwe wagwoord",
  62. "Change password" : "Verander wagwoord",
  63. "Device" : "Toestel",
  64. "App name" : "Toepnaam",
  65. "Create new app password" : "Skep nuwe toepwagwoord",
  66. "Username" : "Gebruikersnaam",
  67. "Enabled apps" : "Geaktiveerde toeps",
  68. "Group already exists." : "Groep bestaan reeds.",
  69. "Forbidden" : "Verbode",
  70. "Invalid user" : "Ongeldige gebruiker",
  71. "Email saved" : "E-pos gestoor",
  72. "Tips & tricks" : "Wenke & truuks",
  73. "by %s" : "deur %s",
  74. "%s-licensed" : "%s-gelisensieer",
  75. "Documentation:" : "Dokumentasie:",
  76. "Admin documentation" : "Admindokumentasie",
  77. "You are using <strong>%s</strong> of <strong>%s</strong>" : "U gebruik <strong>%s</strong> van <strong>%s</strong>",
  78. "You are member of the following groups:" : "U is ’n lid van die volgende groepe:",
  79. "Show email address" : "Toon e-posadres",
  80. "Send email to new user" : "Stuur e-pos aan nuwe gebruiker",
  81. "E-Mail" : "E-pos",
  82. "Create" : "Skep",
  83. "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Voer asb. ’n verstekkwota in (bv.: “512 MB” of “12 GB”)",
  84. "Other" : "Ander",
  85. "Quota" : "Kwota",
  86. "Last login" : "Laaste aantekening",
  87. "change full name" : "verander volle naam",
  88. "set new password" : "stel nuwe wagwoord",
  89. "change email address" : "verander e-posadres",
  90. "Default" : "Verstek"
  91. },
  92. "nplurals=2; plural=(n != 1);");