nextcloud-server/apps/gallery/l10n/el.php

13 lines
534 B
PHP

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php $TRANSLATIONS = array(
"Pictures" => "Εικόνες",
"Settings" => "Ρυθμίσεις",
"Rescan" => "Επανασάρωση",
"Stop" => "Διακοπή",
"Share" => "Κοινοποίηση",
"Back" => "Επιστροφή",
"Remove confirmation" => "Αφαίρεση επιβεβαίωσης",
"Do you want to remove album" => "Θέλετε να αφαιρέσετε το άλμπουμ",
"Change album name" => "Αλλάξτε το όνομα του άλμπουμ",
"New album name" => "Νέο όνομα άλμπουμ"
);