9 строки
678 B
JavaScript
9 строки
678 B
JavaScript
OC.L10N.register(
|
|
"files_photospheres",
|
|
{
|
|
"Photo Sphere Viewer" : "Fotosferų žiūryklė",
|
|
"Enables viewing of google photosphere images" : "Įgalina „Google“ fotosferų atvaizdavimą",
|
|
"Enables viewing of google photosphere images by\n integrating the photo-sphere-viewer.js component\n into your nextcloud instance." : "Įgalina „Google“ fotosferų atvaizdavimą,\n integruojant photo-sphere-viewer.js komponentą\n į jūsų Nextcloud egzempliorių."
|
|
},
|
|
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");
|