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

el.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b89cfee68080640f958b034d31396e481f8bc2d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Pictures" => "Εικόνες",
"Picture view" => "Προβολή εικονιδίων",
"Error loading slideshow template" => "Σφάλμα φόρτωσης προτύπου προβολής διαφανειών",
"Share" => "Διαμοιρασμός",
"No pictures found! If you upload pictures in the files app, they will be displayed here." => "Δεν βρέθηκαν εικόνες! Εάν μεταφορτώσετε εικόνες στην εφαρμογή αρχείων, θα εμφανιστούν εδώ.",
"shared by %s" => "διαμοιράστηκε από %s",
"File list" => "Λίστα αρχείων"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";