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.

16 lines
1.3 KiB

  1. OC.L10N.register(
  2. "profile",
  3. {
  4. "Profile" : "Профил",
  5. "This application provides the profile" : "Ова апликација обезбеђује профил",
  6. "Provides a customisable user profile interface." : "Обезбеђује интерфејс корисничког профила који може да се прилагоди.",
  7. "Edit Profile" : "Уреди профил",
  8. "The headline and about sections will show up here" : "Овде ће се појавити насловна линија и одељак „о”",
  9. "You have not added any info yet" : "Још увек нисте додали никакве информације",
  10. "Error opening the user status modal, try hard refreshing the page" : "Грешка приликом отварања модалног прозора за статус корисника, покушајте да освежите страну уз брисање кеша",
  11. "{user} has not added any info yet" : "{user} још увек није унео никакве информације",
  12. "Profile not found" : "Није пронађен профил",
  13. "The profile does not exist." : "Профил не постоји.",
  14. "Back to %s" : "Назад на %s"
  15. },
  16. "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");