This repository has been archived on 2024-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
epubreader/l10n/sl.js

12 lines
322 B
JavaScript
Raw Normal View History

2020-04-27 05:42:21 +00:00
OC.L10N.register(
"epubreader",
{
"Settings updated successfully." : "Nastavitve so uspešno posodobljene.",
"menu" : "Meni",
"Reader" : "Bralnik",
"Epub" : "Epub",
"PDF" : "PDF",
2020-09-02 03:15:27 +00:00
"CBR/CBZ" : "CBR/CBZ"
2020-04-27 05:42:21 +00:00
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");