Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ro.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 000d3ed9bfe55722e3f2530f599bda76fbce0c2c (plain)
1
2
3
4
5
6
7
<?php
$TRANSLATIONS = array(
"Pictures" => "Imagini",
"Error loading slideshow template" => "eroare la incarcarea modelului ",
"Share" => "Partajează"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));";